|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - B21E4D212C74BE6E003EAB52 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21E4D202C74BE6E003EAB52 /* WelcomeView.swift */; }; |
11 | | - B23688DB2C76174B004C211A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B23688DA2C76174B004C211A /* ContentView.swift */; }; |
12 | 10 | B25C10712C70C2EC0034EE55 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25C10702C70C2EC0034EE55 /* ContentView.swift */; }; |
13 | 11 | B2EFFEB42C707A0400D1F3C2 /* Photo_OrganizerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */; }; |
14 | 12 | B2EFFEB82C707A0800D1F3C2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */; }; |
|
36 | 34 | /* End PBXContainerItemProxy section */ |
37 | 35 |
|
38 | 36 | /* Begin PBXFileReference section */ |
39 | | - B21E4D202C74BE6E003EAB52 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; }; |
40 | | - B23688DA2C76174B004C211A /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
41 | 37 | B25C10702C70C2EC0034EE55 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
| 38 | + B2C574032C79915300A3CD48 /* Photo OrganizerRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Photo OrganizerRelease.entitlements"; sourceTree = "<group>"; }; |
42 | 39 | B2EFFEB02C707A0400D1F3C2 /* Photo Organizer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Photo Organizer.app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
43 | 40 | B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Photo_OrganizerApp.swift; sourceTree = "<group>"; }; |
44 | 41 | B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
99 | 96 | B2EFFEB22C707A0400D1F3C2 /* Photo Organizer */ = { |
100 | 97 | isa = PBXGroup; |
101 | 98 | children = ( |
| 99 | + B2C574032C79915300A3CD48 /* Photo OrganizerRelease.entitlements */, |
102 | 100 | B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */, |
103 | 101 | B25C10702C70C2EC0034EE55 /* ContentView.swift */, |
104 | | - B23688DA2C76174B004C211A /* ContentView.swift */, |
105 | 102 | B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */, |
106 | 103 | B2EFFEBC2C707A0800D1F3C2 /* Photo_Organizer.entitlements */, |
107 | | - B21E4D202C74BE6E003EAB52 /* WelcomeView.swift */, |
108 | 104 | B2EFFEB92C707A0800D1F3C2 /* Preview Content */, |
109 | 105 | ); |
110 | 106 | path = "Photo Organizer"; |
|
265 | 261 | buildActionMask = 2147483647; |
266 | 262 | files = ( |
267 | 263 | B2EFFEB42C707A0400D1F3C2 /* Photo_OrganizerApp.swift in Sources */, |
268 | | - B21E4D212C74BE6E003EAB52 /* WelcomeView.swift in Sources */, |
269 | | - B23688DB2C76174B004C211A /* ContentView.swift in Sources */, |
270 | 264 | B25C10712C70C2EC0034EE55 /* ContentView.swift in Sources */, |
271 | 265 | ); |
272 | 266 | runOnlyForDeploymentPostprocessing = 0; |
|
432 | 426 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
433 | 427 | CODE_SIGN_STYLE = Automatic; |
434 | 428 | COMBINE_HIDPI_IMAGES = YES; |
435 | | - CURRENT_PROJECT_VERSION = 2; |
| 429 | + CURRENT_PROJECT_VERSION = 1; |
436 | 430 | DEVELOPMENT_ASSET_PATHS = "\"Photo Organizer/Preview Content\""; |
437 | 431 | DEVELOPMENT_TEAM = UGT9K2LTQ3; |
438 | 432 | ENABLE_HARDENED_RUNTIME = YES; |
|
446 | 440 | "@executable_path/../Frameworks", |
447 | 441 | ); |
448 | 442 | MACOSX_DEPLOYMENT_TARGET = 13.5; |
449 | | - MARKETING_VERSION = 1.6.0; |
| 443 | + MARKETING_VERSION = 1.7.0; |
450 | 444 | PRODUCT_BUNDLE_IDENTIFIER = "DannyFeng.Photo-Organizer"; |
451 | 445 | PRODUCT_NAME = "$(TARGET_NAME)"; |
452 | 446 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
460 | 454 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
461 | 455 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
462 | 456 | ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; |
463 | | - CODE_SIGN_ENTITLEMENTS = "Photo Organizer/Photo_Organizer.entitlements"; |
| 457 | + CODE_SIGN_ENTITLEMENTS = "Photo Organizer/Photo OrganizerRelease.entitlements"; |
464 | 458 | "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-"; |
465 | 459 | CODE_SIGN_STYLE = Automatic; |
466 | 460 | COMBINE_HIDPI_IMAGES = YES; |
467 | | - CURRENT_PROJECT_VERSION = 2; |
| 461 | + CURRENT_PROJECT_VERSION = 1; |
468 | 462 | DEVELOPMENT_ASSET_PATHS = "\"Photo Organizer/Preview Content\""; |
469 | 463 | DEVELOPMENT_TEAM = UGT9K2LTQ3; |
470 | 464 | ENABLE_HARDENED_RUNTIME = YES; |
|
478 | 472 | "@executable_path/../Frameworks", |
479 | 473 | ); |
480 | 474 | MACOSX_DEPLOYMENT_TARGET = 13.5; |
481 | | - MARKETING_VERSION = 1.6.0; |
| 475 | + MARKETING_VERSION = 1.7.0; |
482 | 476 | PRODUCT_BUNDLE_IDENTIFIER = "DannyFeng.Photo-Organizer"; |
483 | 477 | PRODUCT_NAME = "$(TARGET_NAME)"; |
484 | 478 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
0 commit comments