|
13 | 13 | /* End PBXBuildFile section */ |
14 | 14 |
|
15 | 15 | /* Begin PBXFileReference section */ |
| 16 | + EB2F983C1C84EA4F003F4D3F /* bpm.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = bpm.entitlements; sourceTree = "<group>"; }; |
16 | 17 | EB8D6ED11C27D60E00D1D9A4 /* bpm.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = bpm.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
17 | 18 | EB8D6ED41C27D60E00D1D9A4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
18 | 19 | EB8D6ED91C27D60E00D1D9A4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
|
50 | 51 | EB8D6ED31C27D60E00D1D9A4 /* bpm */ = { |
51 | 52 | isa = PBXGroup; |
52 | 53 | children = ( |
| 54 | + EB2F983C1C84EA4F003F4D3F /* bpm.entitlements */, |
53 | 55 | EB8D6ED41C27D60E00D1D9A4 /* AppDelegate.swift */, |
54 | 56 | EB8D6ED81C27D60E00D1D9A4 /* MainMenu.xib */, |
55 | 57 | EB8D6EDB1C27D60E00D1D9A4 /* Info.plist */, |
|
90 | 92 | TargetAttributes = { |
91 | 93 | EB8D6ED01C27D60E00D1D9A4 = { |
92 | 94 | CreatedOnToolsVersion = 7.2; |
| 95 | + DevelopmentTeam = 3PEE6TT6W2; |
| 96 | + SystemCapabilities = { |
| 97 | + com.apple.Sandbox = { |
| 98 | + enabled = 1; |
| 99 | + }; |
| 100 | + }; |
93 | 101 | }; |
94 | 102 | }; |
95 | 103 | }; |
|
230 | 238 | isa = XCBuildConfiguration; |
231 | 239 | buildSettings = { |
232 | 240 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 241 | + CODE_SIGN_ENTITLEMENTS = bpm/bpm.entitlements; |
| 242 | + CODE_SIGN_IDENTITY = "Mac Developer"; |
233 | 243 | COMBINE_HIDPI_IMAGES = YES; |
234 | 244 | INFOPLIST_FILE = bpm/Info.plist; |
235 | 245 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
| 246 | + MACOSX_DEPLOYMENT_TARGET = 10.10; |
236 | 247 | PRODUCT_BUNDLE_IDENTIFIER = com.bencmbrook.bpm; |
237 | 248 | PRODUCT_NAME = "$(TARGET_NAME)"; |
238 | 249 | }; |
|
242 | 253 | isa = XCBuildConfiguration; |
243 | 254 | buildSettings = { |
244 | 255 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 256 | + CODE_SIGN_ENTITLEMENTS = bpm/bpm.entitlements; |
| 257 | + CODE_SIGN_IDENTITY = "Mac Developer"; |
245 | 258 | COMBINE_HIDPI_IMAGES = YES; |
246 | 259 | INFOPLIST_FILE = bpm/Info.plist; |
247 | 260 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
| 261 | + MACOSX_DEPLOYMENT_TARGET = 10.10; |
248 | 262 | PRODUCT_BUNDLE_IDENTIFIER = com.bencmbrook.bpm; |
249 | 263 | PRODUCT_NAME = "$(TARGET_NAME)"; |
250 | 264 | }; |
|
269 | 283 | EB8D6EE01C27D60E00D1D9A4 /* Release */, |
270 | 284 | ); |
271 | 285 | defaultConfigurationIsVisible = 0; |
| 286 | + defaultConfigurationName = Release; |
272 | 287 | }; |
273 | 288 | /* End XCConfigurationList section */ |
274 | 289 | }; |
|
0 commit comments