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

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FengzihangCode committed Aug 24, 2024
1 parent 2532eab commit 828de60
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 244 deletions.
20 changes: 7 additions & 13 deletions Photo Organizer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
B21E4D212C74BE6E003EAB52 /* WelcomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B21E4D202C74BE6E003EAB52 /* WelcomeView.swift */; };
B23688DB2C76174B004C211A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B23688DA2C76174B004C211A /* ContentView.swift */; };
B25C10712C70C2EC0034EE55 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25C10702C70C2EC0034EE55 /* ContentView.swift */; };
B2EFFEB42C707A0400D1F3C2 /* Photo_OrganizerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */; };
B2EFFEB82C707A0800D1F3C2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */; };
Expand Down Expand Up @@ -36,9 +34,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
B21E4D202C74BE6E003EAB52 /* WelcomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WelcomeView.swift; sourceTree = "<group>"; };
B23688DA2C76174B004C211A /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
B25C10702C70C2EC0034EE55 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
B2C574032C79915300A3CD48 /* Photo OrganizerRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "Photo OrganizerRelease.entitlements"; sourceTree = "<group>"; };
B2EFFEB02C707A0400D1F3C2 /* Photo Organizer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Photo Organizer.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Photo_OrganizerApp.swift; sourceTree = "<group>"; };
B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -99,12 +96,11 @@
B2EFFEB22C707A0400D1F3C2 /* Photo Organizer */ = {
isa = PBXGroup;
children = (
B2C574032C79915300A3CD48 /* Photo OrganizerRelease.entitlements */,
B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */,
B25C10702C70C2EC0034EE55 /* ContentView.swift */,
B23688DA2C76174B004C211A /* ContentView.swift */,
B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */,
B2EFFEBC2C707A0800D1F3C2 /* Photo_Organizer.entitlements */,
B21E4D202C74BE6E003EAB52 /* WelcomeView.swift */,
B2EFFEB92C707A0800D1F3C2 /* Preview Content */,
);
path = "Photo Organizer";
Expand Down Expand Up @@ -265,8 +261,6 @@
buildActionMask = 2147483647;
files = (
B2EFFEB42C707A0400D1F3C2 /* Photo_OrganizerApp.swift in Sources */,
B21E4D212C74BE6E003EAB52 /* WelcomeView.swift in Sources */,
B23688DB2C76174B004C211A /* ContentView.swift in Sources */,
B25C10712C70C2EC0034EE55 /* ContentView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -432,7 +426,7 @@
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Photo Organizer/Preview Content\"";
DEVELOPMENT_TEAM = UGT9K2LTQ3;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -446,7 +440,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.5;
MARKETING_VERSION = 1.6.0;
MARKETING_VERSION = 1.7.0;
PRODUCT_BUNDLE_IDENTIFIER = "DannyFeng.Photo-Organizer";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -460,11 +454,11 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = "Photo Organizer/Photo_Organizer.entitlements";
CODE_SIGN_ENTITLEMENTS = "Photo Organizer/Photo OrganizerRelease.entitlements";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Photo Organizer/Preview Content\"";
DEVELOPMENT_TEAM = UGT9K2LTQ3;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -478,7 +472,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.5;
MARKETING_VERSION = 1.6.0;
MARKETING_VERSION = 1.7.0;
PRODUCT_BUNDLE_IDENTIFIER = "DannyFeng.Photo-Organizer";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Loading

0 comments on commit 828de60

Please sign in to comment.