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

Commit 58d2c2c

Browse files
committed
Initial commit
1 parent 3764bf8 commit 58d2c2c

File tree

18 files changed

+562
-176
lines changed

18 files changed

+562
-176
lines changed

Photo Organizer.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
10-
B2412FD22C72364400964C58 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2412FD12C72364400964C58 /* ContentView.swift */; };
1110
B25C10712C70C2EC0034EE55 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25C10702C70C2EC0034EE55 /* ContentView.swift */; };
1211
B2EFFEB42C707A0400D1F3C2 /* Photo_OrganizerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */; };
13-
B2EFFEB62C707A0400D1F3C2 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFEB52C707A0400D1F3C2 /* ContentView.swift */; };
1412
B2EFFEB82C707A0800D1F3C2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */; };
1513
B2EFFEBB2C707A0800D1F3C2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B2EFFEBA2C707A0800D1F3C2 /* Preview Assets.xcassets */; };
1614
B2EFFEC62C707A0800D1F3C2 /* Photo_OrganizerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFEC52C707A0800D1F3C2 /* Photo_OrganizerTests.swift */; };
1715
B2EFFED02C707A0800D1F3C2 /* Photo_OrganizerUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFECF2C707A0800D1F3C2 /* Photo_OrganizerUITests.swift */; };
1816
B2EFFED22C707A0800D1F3C2 /* Photo_OrganizerUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFED12C707A0800D1F3C2 /* Photo_OrganizerUITestsLaunchTests.swift */; };
19-
B2EFFEDF2C7089D600D1F3C2 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EFFEDE2C7089D600D1F3C2 /* ContentView.swift */; };
2017
/* End PBXBuildFile section */
2118

2219
/* Begin PBXContainerItemProxy section */
@@ -37,11 +34,9 @@
3734
/* End PBXContainerItemProxy section */
3835

3936
/* Begin PBXFileReference section */
40-
B2412FD12C72364400964C58 /* 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>"; };
4238
B2EFFEB02C707A0400D1F3C2 /* Photo Organizer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Photo Organizer.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4339
B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Photo_OrganizerApp.swift; sourceTree = "<group>"; };
44-
B2EFFEB52C707A0400D1F3C2 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
4540
B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4641
B2EFFEBA2C707A0800D1F3C2 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
4742
B2EFFEBC2C707A0800D1F3C2 /* Photo_Organizer.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Photo_Organizer.entitlements; sourceTree = "<group>"; };
@@ -50,7 +45,6 @@
5045
B2EFFECB2C707A0800D1F3C2 /* Photo OrganizerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Photo OrganizerUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
5146
B2EFFECF2C707A0800D1F3C2 /* Photo_OrganizerUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Photo_OrganizerUITests.swift; sourceTree = "<group>"; };
5247
B2EFFED12C707A0800D1F3C2 /* Photo_OrganizerUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Photo_OrganizerUITestsLaunchTests.swift; sourceTree = "<group>"; };
53-
B2EFFEDE2C7089D600D1F3C2 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
5448
/* End PBXFileReference section */
5549

5650
/* Begin PBXFrameworksBuildPhase section */
@@ -102,10 +96,7 @@
10296
isa = PBXGroup;
10397
children = (
10498
B2EFFEB32C707A0400D1F3C2 /* Photo_OrganizerApp.swift */,
105-
B2EFFEB52C707A0400D1F3C2 /* ContentView.swift */,
10699
B25C10702C70C2EC0034EE55 /* ContentView.swift */,
107-
B2412FD12C72364400964C58 /* ContentView.swift */,
108-
B2EFFEDE2C7089D600D1F3C2 /* ContentView.swift */,
109100
B2EFFEB72C707A0800D1F3C2 /* Assets.xcassets */,
110101
B2EFFEBC2C707A0800D1F3C2 /* Photo_Organizer.entitlements */,
111102
B2EFFEB92C707A0800D1F3C2 /* Preview Content */,
@@ -219,11 +210,12 @@
219210
};
220211
buildConfigurationList = B2EFFEAB2C707A0400D1F3C2 /* Build configuration list for PBXProject "Photo Organizer" */;
221212
compatibilityVersion = "Xcode 14.0";
222-
developmentRegion = en;
213+
developmentRegion = "zh-Hans";
223214
hasScannedForEncodings = 0;
224215
knownRegions = (
225216
en,
226217
Base,
218+
"zh-Hans",
227219
);
228220
mainGroup = B2EFFEA72C707A0400D1F3C2;
229221
productRefGroup = B2EFFEB12C707A0400D1F3C2 /* Products */;
@@ -268,11 +260,8 @@
268260
isa = PBXSourcesBuildPhase;
269261
buildActionMask = 2147483647;
270262
files = (
271-
B2EFFEB62C707A0400D1F3C2 /* ContentView.swift in Sources */,
272-
B2412FD22C72364400964C58 /* ContentView.swift in Sources */,
273263
B2EFFEB42C707A0400D1F3C2 /* Photo_OrganizerApp.swift in Sources */,
274264
B25C10712C70C2EC0034EE55 /* ContentView.swift in Sources */,
275-
B2EFFEDF2C7089D600D1F3C2 /* ContentView.swift in Sources */,
276265
);
277266
runOnlyForDeploymentPostprocessing = 0;
278267
};
@@ -432,6 +421,7 @@
432421
buildSettings = {
433422
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
434423
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
424+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
435425
CODE_SIGN_ENTITLEMENTS = "Photo Organizer/Photo_Organizer.entitlements";
436426
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
437427
CODE_SIGN_STYLE = Automatic;
@@ -442,13 +432,14 @@
442432
ENABLE_HARDENED_RUNTIME = YES;
443433
ENABLE_PREVIEWS = YES;
444434
GENERATE_INFOPLIST_FILE = YES;
435+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
445436
INFOPLIST_KEY_NSHumanReadableCopyright = "";
446437
LD_RUNPATH_SEARCH_PATHS = (
447438
"$(inherited)",
448439
"@executable_path/../Frameworks",
449440
);
450441
MACOSX_DEPLOYMENT_TARGET = 13.5;
451-
MARKETING_VERSION = 1.0;
442+
MARKETING_VERSION = 1.4.0;
452443
PRODUCT_BUNDLE_IDENTIFIER = "DannyFeng.Photo-Organizer";
453444
PRODUCT_NAME = "$(TARGET_NAME)";
454445
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -461,6 +452,7 @@
461452
buildSettings = {
462453
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
463454
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
455+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
464456
CODE_SIGN_ENTITLEMENTS = "Photo Organizer/Photo_Organizer.entitlements";
465457
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
466458
CODE_SIGN_STYLE = Automatic;
@@ -471,13 +463,14 @@
471463
ENABLE_HARDENED_RUNTIME = YES;
472464
ENABLE_PREVIEWS = YES;
473465
GENERATE_INFOPLIST_FILE = YES;
466+
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
474467
INFOPLIST_KEY_NSHumanReadableCopyright = "";
475468
LD_RUNPATH_SEARCH_PATHS = (
476469
"$(inherited)",
477470
"@executable_path/../Frameworks",
478471
);
479472
MACOSX_DEPLOYMENT_TARGET = 13.5;
480-
MARKETING_VERSION = 1.0;
473+
MARKETING_VERSION = 1.4.0;
481474
PRODUCT_BUNDLE_IDENTIFIER = "DannyFeng.Photo-Organizer";
482475
PRODUCT_NAME = "$(TARGET_NAME)";
483476
SWIFT_EMIT_LOC_STRINGS = YES;

Photo Organizer/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,61 @@
11
{
22
"images" : [
33
{
4+
"filename" : "icon_16x16.png",
45
"idiom" : "mac",
56
"scale" : "1x",
67
"size" : "16x16"
78
},
89
{
10+
"filename" : "icon_16x16@2x.png",
911
"idiom" : "mac",
1012
"scale" : "2x",
1113
"size" : "16x16"
1214
},
1315
{
16+
"filename" : "icon_32x32.png",
1417
"idiom" : "mac",
1518
"scale" : "1x",
1619
"size" : "32x32"
1720
},
1821
{
22+
"filename" : "icon_32x32@2x.png",
1923
"idiom" : "mac",
2024
"scale" : "2x",
2125
"size" : "32x32"
2226
},
2327
{
28+
"filename" : "icon_128x128.png",
2429
"idiom" : "mac",
2530
"scale" : "1x",
2631
"size" : "128x128"
2732
},
2833
{
34+
"filename" : "icon_128x128@2x.png",
2935
"idiom" : "mac",
3036
"scale" : "2x",
3137
"size" : "128x128"
3238
},
3339
{
40+
"filename" : "icon_256x256.png",
3441
"idiom" : "mac",
3542
"scale" : "1x",
3643
"size" : "256x256"
3744
},
3845
{
46+
"filename" : "icon_256x256@2x.png",
3947
"idiom" : "mac",
4048
"scale" : "2x",
4149
"size" : "256x256"
4250
},
4351
{
52+
"filename" : "icon_512x512.png",
4453
"idiom" : "mac",
4554
"scale" : "1x",
4655
"size" : "512x512"
4756
},
4857
{
58+
"filename" : "icon_512x512@2x.png",
4959
"idiom" : "mac",
5060
"scale" : "2x",
5161
"size" : "512x512"
8.89 KB
Loading
27 KB
Loading
585 Bytes
Loading
1.33 KB
Loading
27 KB
Loading
78.1 KB
Loading
1.33 KB
Loading
2.82 KB
Loading

0 commit comments

Comments
 (0)