Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit 63073bb

Browse files
committed
enable catalyst
1 parent 79a3be0 commit 63073bb

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>com.apple.security.app-sandbox</key>
6+
<true/>
7+
<key>com.apple.security.network.client</key>
8+
<true/>
9+
</dict>
10+
</plist>

Examples/GridExamples.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
/* Begin PBXFileReference section */
3838
FA6ED892231090FF00651DD9 /* BuilderLayoutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuilderLayoutView.swift; sourceTree = "<group>"; };
39+
FA6ED895231197C600651DD9 /* GridExamples iOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "GridExamples iOS.entitlements"; sourceTree = "<group>"; };
3940
FA902111230B32EA00BF9341 /* GridExamples iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "GridExamples iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4041
FA902114230B32EA00BF9341 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4142
FA902116230B32EA00BF9341 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
@@ -112,6 +113,7 @@
112113
FA90211A230B32EC00BF9341 /* Assets.xcassets */,
113114
FA90211F230B32EC00BF9341 /* LaunchScreen.storyboard */,
114115
FA902122230B32EC00BF9341 /* Info.plist */,
116+
FA6ED895231197C600651DD9 /* GridExamples iOS.entitlements */,
115117
FA90211C230B32EC00BF9341 /* Preview Content */,
116118
);
117119
path = "GridExamples iOS";
@@ -371,9 +373,11 @@
371373
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
372374
CLANG_WARN_UNREACHABLE_CODE = YES;
373375
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
376+
CODE_SIGN_ENTITLEMENTS = "GridExamples iOS/GridExamples iOS.entitlements";
374377
CODE_SIGN_STYLE = Automatic;
375378
COPY_PHASE_STRIP = NO;
376379
DEBUG_INFORMATION_FORMAT = dwarf;
380+
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
377381
DEVELOPMENT_ASSET_PATHS = "\"GridExamples iOS\"/Preview\\ Content";
378382
DEVELOPMENT_TEAM = Z8L4G5WZR3;
379383
ENABLE_PREVIEWS = YES;
@@ -405,6 +409,7 @@
405409
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.ios;
406410
PRODUCT_NAME = "$(TARGET_NAME)";
407411
SDKROOT = iphoneos;
412+
SUPPORTS_MACCATALYST = YES;
408413
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
409414
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
410415
SWIFT_VERSION = 5.0;
@@ -445,9 +450,11 @@
445450
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
446451
CLANG_WARN_UNREACHABLE_CODE = YES;
447452
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
453+
CODE_SIGN_ENTITLEMENTS = "GridExamples iOS/GridExamples iOS.entitlements";
448454
CODE_SIGN_STYLE = Automatic;
449455
COPY_PHASE_STRIP = NO;
450456
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
457+
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER = YES;
451458
DEVELOPMENT_ASSET_PATHS = "\"GridExamples iOS\"/Preview\\ Content";
452459
DEVELOPMENT_TEAM = Z8L4G5WZR3;
453460
ENABLE_NS_ASSERTIONS = NO;
@@ -472,6 +479,7 @@
472479
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.ios;
473480
PRODUCT_NAME = "$(TARGET_NAME)";
474481
SDKROOT = iphoneos;
482+
SUPPORTS_MACCATALYST = YES;
475483
SWIFT_COMPILATION_MODE = wholemodule;
476484
SWIFT_OPTIMIZATION_LEVEL = "-O";
477485
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)