|
28 | 28 | /* End PBXCopyFilesBuildPhase section */ |
29 | 29 |
|
30 | 30 | /* Begin PBXFileReference section */ |
| 31 | + 014F853028F0BC3100B4BE96 /* Basic.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = Basic.entitlements; path = Basic/Basic.entitlements; sourceTree = "<group>"; }; |
31 | 32 | D9618462220FDD1100C59D9B /* Basic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Basic.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | 33 | D9618465220FDD1100C59D9B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
33 | 34 | D9618467220FDD1100C59D9B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
|
54 | 55 | D9618459220FDD1100C59D9B = { |
55 | 56 | isa = PBXGroup; |
56 | 57 | children = ( |
| 58 | + 014F853028F0BC3100B4BE96 /* Basic.entitlements */, |
57 | 59 | D9742E1C27D4875100E02FFD /* SwiftDraw */, |
58 | 60 | D9BA1AAC2894A32A007A6033 /* Samples.bundle */, |
59 | 61 | D9618464220FDD1100C59D9B /* Sources */, |
|
306 | 308 | isa = XCBuildConfiguration; |
307 | 309 | buildSettings = { |
308 | 310 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 311 | + CODE_SIGN_ENTITLEMENTS = Basic/Basic.entitlements; |
309 | 312 | CODE_SIGN_STYLE = Automatic; |
310 | 313 | DEVELOPMENT_TEAM = C8TWBM2E6Q; |
311 | 314 | INFOPLIST_FILE = Sources/Info.plist; |
|
315 | 318 | ); |
316 | 319 | PRODUCT_BUNDLE_IDENTIFIER = com.whiloop.Basic; |
317 | 320 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 321 | + SUPPORTS_MACCATALYST = YES; |
318 | 322 | TARGETED_DEVICE_FAMILY = "1,2"; |
319 | 323 | }; |
320 | 324 | name = Debug; |
|
323 | 327 | isa = XCBuildConfiguration; |
324 | 328 | buildSettings = { |
325 | 329 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 330 | + CODE_SIGN_ENTITLEMENTS = Basic/Basic.entitlements; |
326 | 331 | CODE_SIGN_STYLE = Automatic; |
327 | 332 | DEVELOPMENT_TEAM = C8TWBM2E6Q; |
328 | 333 | INFOPLIST_FILE = Sources/Info.plist; |
|
332 | 337 | ); |
333 | 338 | PRODUCT_BUNDLE_IDENTIFIER = com.whiloop.Basic; |
334 | 339 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 340 | + SUPPORTS_MACCATALYST = YES; |
335 | 341 | TARGETED_DEVICE_FAMILY = "1,2"; |
336 | 342 | }; |
337 | 343 | name = Release; |
|
0 commit comments