Skip to content

Commit 026782b

Browse files
committed
macCatalyst
1 parent 59d48ab commit 026782b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Examples/Basic.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
/* End PBXCopyFilesBuildPhase section */
2929

3030
/* Begin PBXFileReference section */
31+
014F853028F0BC3100B4BE96 /* Basic.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = Basic.entitlements; path = Basic/Basic.entitlements; sourceTree = "<group>"; };
3132
D9618462220FDD1100C59D9B /* Basic.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Basic.app; sourceTree = BUILT_PRODUCTS_DIR; };
3233
D9618465220FDD1100C59D9B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3334
D9618467220FDD1100C59D9B /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -54,6 +55,7 @@
5455
D9618459220FDD1100C59D9B = {
5556
isa = PBXGroup;
5657
children = (
58+
014F853028F0BC3100B4BE96 /* Basic.entitlements */,
5759
D9742E1C27D4875100E02FFD /* SwiftDraw */,
5860
D9BA1AAC2894A32A007A6033 /* Samples.bundle */,
5961
D9618464220FDD1100C59D9B /* Sources */,
@@ -306,6 +308,7 @@
306308
isa = XCBuildConfiguration;
307309
buildSettings = {
308310
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
311+
CODE_SIGN_ENTITLEMENTS = Basic/Basic.entitlements;
309312
CODE_SIGN_STYLE = Automatic;
310313
DEVELOPMENT_TEAM = C8TWBM2E6Q;
311314
INFOPLIST_FILE = Sources/Info.plist;
@@ -315,6 +318,7 @@
315318
);
316319
PRODUCT_BUNDLE_IDENTIFIER = com.whiloop.Basic;
317320
PRODUCT_NAME = "$(TARGET_NAME)";
321+
SUPPORTS_MACCATALYST = YES;
318322
TARGETED_DEVICE_FAMILY = "1,2";
319323
};
320324
name = Debug;
@@ -323,6 +327,7 @@
323327
isa = XCBuildConfiguration;
324328
buildSettings = {
325329
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
330+
CODE_SIGN_ENTITLEMENTS = Basic/Basic.entitlements;
326331
CODE_SIGN_STYLE = Automatic;
327332
DEVELOPMENT_TEAM = C8TWBM2E6Q;
328333
INFOPLIST_FILE = Sources/Info.plist;
@@ -332,6 +337,7 @@
332337
);
333338
PRODUCT_BUNDLE_IDENTIFIER = com.whiloop.Basic;
334339
PRODUCT_NAME = "$(TARGET_NAME)";
340+
SUPPORTS_MACCATALYST = YES;
335341
TARGETED_DEVICE_FAMILY = "1,2";
336342
};
337343
name = Release;

0 commit comments

Comments
 (0)