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

Commit 828de60

Browse files
committed
Initial commit
1 parent 2532eab commit 828de60

File tree

5 files changed

+236
-244
lines changed

5 files changed

+236
-244
lines changed

Photo Organizer.xcodeproj/project.pbxproj

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
objects = {
88

99
/* 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 */; };
1210
B25C10712C70C2EC0034EE55 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25C10702C70C2EC0034EE55 /* ContentView.swift */; };
1311
B2EFFEB42C707A0400D1F3C2 /* Photo_OrganizerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */; };
1412
B2EFFEB82C707A0800D1F3C2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */; };
@@ -36,9 +34,8 @@
3634
/* End PBXContainerItemProxy section */
3735

3836
/* 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>"; };
4137
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>"; };
4239
B2EFFEB02C707A0400D1F3C2 /* Photo Organizer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Photo Organizer.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4340
B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Photo_OrganizerApp.swift; sourceTree = "<group>"; };
4441
B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -99,12 +96,11 @@
9996
B2EFFEB22C707A0400D1F3C2 /* Photo Organizer */ = {
10097
isa = PBXGroup;
10198
children = (
99+
B2C574032C79915300A3CD48 /* Photo OrganizerRelease.entitlements */,
102100
B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */,
103101
B25C10702C70C2EC0034EE55 /* ContentView.swift */,
104-
B23688DA2C76174B004C211A /* ContentView.swift */,
105102
B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */,
106103
B2EFFEBC2C707A0800D1F3C2 /* Photo_Organizer.entitlements */,
107-
B21E4D202C74BE6E003EAB52 /* WelcomeView.swift */,
108104
B2EFFEB92C707A0800D1F3C2 /* Preview Content */,
109105
);
110106
path = "Photo Organizer";
@@ -265,8 +261,6 @@
265261
buildActionMask = 2147483647;
266262
files = (
267263
B2EFFEB42C707A0400D1F3C2 /* Photo_OrganizerApp.swift in Sources */,
268-
B21E4D212C74BE6E003EAB52 /* WelcomeView.swift in Sources */,
269-
B23688DB2C76174B004C211A /* ContentView.swift in Sources */,
270264
B25C10712C70C2EC0034EE55 /* ContentView.swift in Sources */,
271265
);
272266
runOnlyForDeploymentPostprocessing = 0;
@@ -432,7 +426,7 @@
432426
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
433427
CODE_SIGN_STYLE = Automatic;
434428
COMBINE_HIDPI_IMAGES = YES;
435-
CURRENT_PROJECT_VERSION = 2;
429+
CURRENT_PROJECT_VERSION = 1;
436430
DEVELOPMENT_ASSET_PATHS = "\"Photo Organizer/Preview Content\"";
437431
DEVELOPMENT_TEAM = UGT9K2LTQ3;
438432
ENABLE_HARDENED_RUNTIME = YES;
@@ -446,7 +440,7 @@
446440
"@executable_path/../Frameworks",
447441
);
448442
MACOSX_DEPLOYMENT_TARGET = 13.5;
449-
MARKETING_VERSION = 1.6.0;
443+
MARKETING_VERSION = 1.7.0;
450444
PRODUCT_BUNDLE_IDENTIFIER = "DannyFeng.Photo-Organizer";
451445
PRODUCT_NAME = "$(TARGET_NAME)";
452446
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -460,11 +454,11 @@
460454
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
461455
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
462456
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";
464458
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
465459
CODE_SIGN_STYLE = Automatic;
466460
COMBINE_HIDPI_IMAGES = YES;
467-
CURRENT_PROJECT_VERSION = 2;
461+
CURRENT_PROJECT_VERSION = 1;
468462
DEVELOPMENT_ASSET_PATHS = "\"Photo Organizer/Preview Content\"";
469463
DEVELOPMENT_TEAM = UGT9K2LTQ3;
470464
ENABLE_HARDENED_RUNTIME = YES;
@@ -478,7 +472,7 @@
478472
"@executable_path/../Frameworks",
479473
);
480474
MACOSX_DEPLOYMENT_TARGET = 13.5;
481-
MARKETING_VERSION = 1.6.0;
475+
MARKETING_VERSION = 1.7.0;
482476
PRODUCT_BUNDLE_IDENTIFIER = "DannyFeng.Photo-Organizer";
483477
PRODUCT_NAME = "$(TARGET_NAME)";
484478
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)