|
12 | 12 | 230F22BE2B5FF8D200D2843A /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 230F22BD2B5FF8D200D2843A /* README.md */; };
|
13 | 13 | 235B8F672B60842A0007969B /* EnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 235B8F662B60842A0007969B /* EnumTests.swift */; };
|
14 | 14 | 235B8F692B6084E00007969B /* AccessPolicyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 235B8F682B6084E00007969B /* AccessPolicyTests.swift */; };
|
15 |
| - 23E8EEEC2B5FEAF400A0A188 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E8EEEB2B5FEAF400A0A188 /* AppDelegate.swift */; }; |
| 15 | + 23E8EEEC2B5FEAF400A0A188 /* TestApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23E8EEEB2B5FEAF400A0A188 /* TestApp.swift */; }; |
16 | 16 | /* End PBXBuildFile section */
|
17 | 17 |
|
18 | 18 | /* Begin PBXContainerItemProxy section */
|
|
32 | 32 | 235B8F662B60842A0007969B /* EnumTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnumTests.swift; sourceTree = "<group>"; };
|
33 | 33 | 235B8F682B6084E00007969B /* AccessPolicyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccessPolicyTests.swift; sourceTree = "<group>"; };
|
34 | 34 | 23E8EEE82B5FEAF400A0A188 /* TestHost.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestHost.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
35 |
| - 23E8EEEB2B5FEAF400A0A188 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 35 | + 23E8EEEB2B5FEAF400A0A188 /* TestApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestApp.swift; sourceTree = "<group>"; }; |
36 | 36 | 23E8EEF12B5FEAF500A0A188 /* TestHost.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = TestHost.entitlements; sourceTree = "<group>"; };
|
37 | 37 | 23E8EEF92B5FEAF600A0A188 /* SwiftSecurityTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftSecurityTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
38 | 38 | /* End PBXFileReference section */
|
|
78 | 78 | 23E8EEEA2B5FEAF400A0A188 /* TestHost */ = {
|
79 | 79 | isa = PBXGroup;
|
80 | 80 | children = (
|
81 |
| - 23E8EEEB2B5FEAF400A0A188 /* AppDelegate.swift */, |
| 81 | + 23E8EEEB2B5FEAF400A0A188 /* TestApp.swift */, |
82 | 82 | 23E8EEF12B5FEAF500A0A188 /* TestHost.entitlements */,
|
83 | 83 | 232BD3F92B600EC1003F4EA7 /* TestHost-macOS.entitlements */,
|
84 | 84 | );
|
|
201 | 201 | isa = PBXSourcesBuildPhase;
|
202 | 202 | buildActionMask = 2147483647;
|
203 | 203 | files = (
|
204 |
| - 23E8EEEC2B5FEAF400A0A188 /* AppDelegate.swift in Sources */, |
| 204 | + 23E8EEEC2B5FEAF400A0A188 /* TestApp.swift in Sources */, |
205 | 205 | );
|
206 | 206 | runOnlyForDeploymentPostprocessing = 0;
|
207 | 207 | };
|
|
299 | 299 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
300 | 300 | CODE_SIGN_ENTITLEMENTS = TestHost/TestHost.entitlements;
|
301 | 301 | "CODE_SIGN_ENTITLEMENTS[sdk=macosx*]" = "TestHost/TestHost-macOS.entitlements";
|
302 |
| - "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
303 | 302 | CODE_SIGN_STYLE = Automatic;
|
304 | 303 | CURRENT_PROJECT_VERSION = 1;
|
305 | 304 | DEVELOPMENT_TEAM = J59EP59PB8;
|
|
315 | 314 | "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault;
|
316 | 315 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
317 | 316 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
|
| 317 | + INFOPLIST_KEY_WKWatchOnly = YES; |
318 | 318 | LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
|
319 | 319 | "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
|
320 | 320 | MARKETING_VERSION = 1.0;
|
321 | 321 | PRODUCT_BUNDLE_IDENTIFIER = dev.zharov.TestHost;
|
322 | 322 | PRODUCT_NAME = "$(TARGET_NAME)";
|
323 | 323 | SDKROOT = auto;
|
324 |
| - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator"; |
| 324 | + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; |
325 | 325 | SUPPORTS_MACCATALYST = YES;
|
| 326 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; |
| 327 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; |
326 | 328 | SWIFT_EMIT_LOC_STRINGS = YES;
|
327 | 329 | SWIFT_VERSION = 5.0;
|
328 | 330 | TARGETED_DEVICE_FAMILY = "1,2,3,7";
|
|
335 | 337 | ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
336 | 338 | BUNDLE_LOADER = "$(TEST_HOST)";
|
337 | 339 | CLANG_ENABLE_MODULES = YES;
|
| 340 | + CODE_SIGN_IDENTITY = "Apple Development"; |
338 | 341 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
|
339 | 342 | CODE_SIGN_STYLE = Automatic;
|
340 | 343 | CURRENT_PROJECT_VERSION = 1;
|
| 344 | + DEVELOPMENT_TEAM = ""; |
341 | 345 | GENERATE_INFOPLIST_FILE = YES;
|
342 | 346 | MARKETING_VERSION = 1.0;
|
343 | 347 | PRODUCT_BUNDLE_IDENTIFIER = dev.zharov.SwiftSecurityTests;
|
344 | 348 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 349 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
345 | 350 | SDKROOT = auto;
|
346 |
| - SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx xros xrsimulator"; |
| 351 | + SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator"; |
347 | 352 | SUPPORTS_MACCATALYST = YES;
|
| 353 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; |
| 354 | + SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; |
348 | 355 | SWIFT_EMIT_LOC_STRINGS = NO;
|
349 | 356 | SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
350 | 357 | SWIFT_VERSION = 5.0;
|
351 |
| - TARGETED_DEVICE_FAMILY = "1,2,3,7"; |
| 358 | + TARGETED_DEVICE_FAMILY = "1,2,3,4,7"; |
352 | 359 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TestHost.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/TestHost";
|
353 | 360 | };
|
354 | 361 | name = Debug;
|
|
0 commit comments