|
217 | 217 | F29472900ED3091000DEBA97 /* natpmpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = natpmpc.c; sourceTree = "<group>"; }; |
218 | 218 | F29472910ED3091000DEBA97 /* testgetgateway.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = testgetgateway.c; sourceTree = "<group>"; }; |
219 | 219 | F29472920ED3091000DEBA97 /* wingettimeofday.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wingettimeofday.c; sourceTree = "<group>"; }; |
| 220 | + F29A3918214018FC00D70A50 /* Port Map.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Port Map.entitlements"; sourceTree = "<group>"; }; |
220 | 221 | F2B94C27211D7DC300A9EFC1 /* TCMSystemConfiguration.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = TCMSystemConfiguration.h; path = framework/TCMSystemConfiguration.h; sourceTree = "<group>"; }; |
221 | 222 | F2B94C28211D7DC300A9EFC1 /* TCMSystemConfiguration.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = TCMSystemConfiguration.m; path = framework/TCMSystemConfiguration.m; sourceTree = "<group>"; }; |
222 | 223 | F2C30DD0210DFB28008653EE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
484 | 485 | F2C6600B0D50C34500820CAE /* Port Map */ = { |
485 | 486 | isa = PBXGroup; |
486 | 487 | children = ( |
| 488 | + F29A3918214018FC00D70A50 /* Port Map.entitlements */, |
487 | 489 | F2C660100D50C35D00820CAE /* Other sources */, |
488 | 490 | F2C660160D50C36D00820CAE /* Classes */, |
489 | 491 | F2C660130D50C36700820CAE /* Resources */, |
|
658 | 660 | isa = PBXProject; |
659 | 661 | attributes = { |
660 | 662 | LastUpgradeCheck = 1000; |
| 663 | + TargetAttributes = { |
| 664 | + F2C65FFE0D50C2D100820CAE = { |
| 665 | + SystemCapabilities = { |
| 666 | + com.apple.HardenedRuntime = { |
| 667 | + enabled = 1; |
| 668 | + }; |
| 669 | + com.apple.Sandbox = { |
| 670 | + enabled = 1; |
| 671 | + }; |
| 672 | + }; |
| 673 | + }; |
| 674 | + }; |
661 | 675 | }; |
662 | 676 | buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Port Map" */; |
663 | 677 | compatibilityVersion = "Xcode 9.3"; |
|
929 | 943 | PRODUCT_BUNDLE_IDENTIFIER = de.monkeydom.TCMPortMapper; |
930 | 944 | PRODUCT_NAME = TCMPortMapper; |
931 | 945 | PROVISIONING_PROFILE_SPECIFIER = ""; |
| 946 | + SKIP_INSTALL = YES; |
932 | 947 | }; |
933 | 948 | name = Debug; |
934 | 949 | }; |
|
964 | 979 | PRODUCT_BUNDLE_IDENTIFIER = de.monkeydom.TCMPortMapper; |
965 | 980 | PRODUCT_NAME = TCMPortMapper; |
966 | 981 | PROVISIONING_PROFILE_SPECIFIER = ""; |
| 982 | + SKIP_INSTALL = YES; |
967 | 983 | ZERO_LINK = NO; |
968 | 984 | }; |
969 | 985 | name = Release; |
|
1187 | 1203 | ASSETCATALOG_COMPILER_APPICON_NAME = PortMap; |
1188 | 1204 | CODE_SIGN_IDENTITY = "Mac Developer"; |
1189 | 1205 | CODE_SIGN_STYLE = Automatic; |
| 1206 | + ENABLE_HARDENED_RUNTIME = YES; |
1190 | 1207 | GCC_DYNAMIC_NO_PIC = NO; |
1191 | 1208 | GCC_MODEL_TUNING = G5; |
1192 | 1209 | GCC_OPTIMIZATION_LEVEL = 0; |
1193 | 1210 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
1194 | 1211 | INFOPLIST_FILE = portmap/Info.plist; |
1195 | | - INSTALL_PATH = "$(HOME)/Applications"; |
1196 | 1212 | OTHER_LDFLAGS = ( |
1197 | 1213 | "-framework", |
1198 | 1214 | Foundation, |
|
1214 | 1230 | CODE_SIGN_IDENTITY = "Mac Developer"; |
1215 | 1231 | CODE_SIGN_STYLE = Automatic; |
1216 | 1232 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 1233 | + ENABLE_HARDENED_RUNTIME = YES; |
1217 | 1234 | GCC_MODEL_TUNING = G5; |
1218 | 1235 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
1219 | 1236 | INFOPLIST_FILE = portmap/Info.plist; |
1220 | | - INSTALL_PATH = "$(HOME)/Applications"; |
1221 | 1237 | OTHER_LDFLAGS = ( |
1222 | 1238 | "-framework", |
1223 | 1239 | Foundation, |
|
0 commit comments