Skip to content

Commit ea73292

Browse files
committed
chore: close #136
1 parent eda3e2e commit ea73292

29 files changed

+108
-72
lines changed

AppIcon.icon/Assets/01_base.svg

Lines changed: 5 additions & 0 deletions
Loading

AppIcon.icon/Assets/glyph_fill.svg

Lines changed: 3 additions & 0 deletions
Loading

AppIcon.icon/icon.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"fill" : {
3+
"automatic-gradient" : "extended-srgb:0.00000,0.53333,1.00000,1.00000"
4+
},
5+
"groups" : [
6+
{
7+
"layers" : [
8+
{
9+
"fill" : {
10+
"solid" : "extended-gray:0.00000,1.00000"
11+
},
12+
"glass-specializations" : [
13+
{
14+
"value" : true
15+
},
16+
{
17+
"appearance" : "dark",
18+
"value" : true
19+
}
20+
],
21+
"image-name" : "glyph_fill.svg",
22+
"name" : "glyph_fill",
23+
"position" : {
24+
"scale" : 40,
25+
"translation-in-points" : [
26+
0,
27+
0
28+
]
29+
}
30+
},
31+
{
32+
"fill-specializations" : [
33+
{
34+
"value" : {
35+
"linear-gradient" : [
36+
"display-p3:0.57023,0.13490,1.00000,1.00000",
37+
"extended-srgb:0.00000,0.53333,1.00000,1.00000"
38+
]
39+
}
40+
},
41+
{
42+
"appearance" : "dark",
43+
"value" : {
44+
"linear-gradient" : [
45+
"display-p3:0.57023,0.13490,1.00000,1.00000",
46+
"extended-srgb:0.00000,0.53333,1.00000,1.00000"
47+
]
48+
}
49+
}
50+
],
51+
"glass" : true,
52+
"hidden" : false,
53+
"image-name" : "01_base.svg",
54+
"name" : "01_base",
55+
"position" : {
56+
"scale" : 1,
57+
"translation-in-points" : [
58+
0,
59+
0
60+
]
61+
}
62+
}
63+
],
64+
"shadow" : {
65+
"kind" : "neutral",
66+
"opacity" : 0.5
67+
},
68+
"translucency" : {
69+
"enabled" : true,
70+
"value" : 0.5
71+
}
72+
}
73+
],
74+
"supported-platforms" : {
75+
"circles" : [
76+
"watchOS"
77+
],
78+
"squares" : "shared"
79+
}
80+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<h1>
3-
ishare <img src="/ishare/Util/Assets.xcassets/AppIcon.appiconset/AppIcon-128.png" alt="ishare logo" height="25" style="vertical-align: middle;">
3+
ishare
44
</h1>
55
<p>The definitive screen capture utility for macOS, designed with simplicity and efficiency in mind.</p>
66
</p>

ishare.xcodeproj/project.pbxproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
3AB38D082A62C49C00184E0D /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB38D072A62C49C00184E0D /* Upload.swift */; };
6868
3AB38D0B2A62F28700184E0D /* UploaderSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AB38D0A2A62F28700184E0D /* UploaderSettings.swift */; };
6969
3AC23D082DF85AED005B317D /* NSPanelExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AC23D062DF85AED005B317D /* NSPanelExtensions.swift */; };
70+
3AC651512E4A87F300D637BF /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = 3AC651502E4A87F300D637BF /* AppIcon.icon */; };
71+
3AC651522E4A87F300D637BF /* AppIcon.icon in Resources */ = {isa = PBXBuildFile; fileRef = 3AC651502E4A87F300D637BF /* AppIcon.icon */; };
7072
3AD9788D2C412F94002EA1EA /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 3AD9788C2C412F94002EA1EA /* Localizable.xcstrings */; };
7173
3ADDAEDA2A659A0B00C42406 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3ADDAED92A659A0B00C42406 /* Assets.xcassets */; };
7274
3ADDAEE32A65D00F00C42406 /* Zip in Frameworks */ = {isa = PBXBuildFile; productRef = 3ADDAEE22A65D00F00C42406 /* Zip */; };
@@ -146,6 +148,7 @@
146148
3AB38D072A62C49C00184E0D /* Upload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Upload.swift; sourceTree = "<group>"; };
147149
3AB38D0A2A62F28700184E0D /* UploaderSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UploaderSettings.swift; sourceTree = "<group>"; };
148150
3AC23D062DF85AED005B317D /* NSPanelExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NSPanelExtensions.swift; sourceTree = "<group>"; };
151+
3AC651502E4A87F300D637BF /* AppIcon.icon */ = {isa = PBXFileReference; lastKnownFileType = folder.iconcomposer.icon; path = AppIcon.icon; sourceTree = "<group>"; };
149152
3AD9788C2C412F94002EA1EA /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
150153
3ADDAED92A659A0B00C42406 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Util/Assets.xcassets; sourceTree = "<group>"; };
151154
3AE731292B47052E006F10F7 /* UploadManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UploadManager.swift; sourceTree = "<group>"; };
@@ -241,6 +244,7 @@
241244
3A9A9FCB2A5C84B4007BA5C9 = {
242245
isa = PBXGroup;
243246
children = (
247+
3AC651502E4A87F300D637BF /* AppIcon.icon */,
244248
3A9A9FD62A5C84B5007BA5C9 /* ishare */,
245249
3AF9A8062C4B011A0094B78B /* sharemenuext */,
246250
3A9A9FD52A5C84B5007BA5C9 /* Products */,
@@ -467,6 +471,7 @@
467471
files = (
468472
3A2994972CFF79CB0079CBB8 /* Localizable.xcstrings in Resources */,
469473
3A2994982CFF79CB0079CBB8 /* Assets.xcassets in Resources */,
474+
3AC651512E4A87F300D637BF /* AppIcon.icon in Resources */,
470475
);
471476
runOnlyForDeploymentPostprocessing = 0;
472477
};
@@ -476,6 +481,7 @@
476481
files = (
477482
3AD9788D2C412F94002EA1EA /* Localizable.xcstrings in Resources */,
478483
3ADDAEDA2A659A0B00C42406 /* Assets.xcassets in Resources */,
484+
3AC651522E4A87F300D637BF /* AppIcon.icon in Resources */,
479485
);
480486
runOnlyForDeploymentPostprocessing = 0;
481487
};
@@ -575,6 +581,8 @@
575581
3A29949C2CFF79CB0079CBB8 /* Debug */ = {
576582
isa = XCBuildConfiguration;
577583
buildSettings = {
584+
ASSETCATALOG_COMPILER_APPICON_NAME = "";
585+
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=*]" = AppIcon;
578586
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
579587
CODE_SIGN_ENTITLEMENTS = ishare/ishare.entitlements;
580588
CODE_SIGN_IDENTITY = "Apple Development";
@@ -603,6 +611,7 @@
603611
PRODUCT_BUNDLE_IDENTIFIER = dev.adrian.ishare;
604612
PRODUCT_NAME = ishare;
605613
PROVISIONING_PROFILE_SPECIFIER = "";
614+
REGISTER_APP_GROUPS = YES;
606615
SDKROOT = macosx;
607616
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
608617
"SWIFT_ACTIVE_COMPILATION_CONDITIONS[arch=*]" = GITHUB_RELEASE;
@@ -624,6 +633,8 @@
624633
3A29949D2CFF79CB0079CBB8 /* Release */ = {
625634
isa = XCBuildConfiguration;
626635
buildSettings = {
636+
ASSETCATALOG_COMPILER_APPICON_NAME = "";
637+
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=*]" = AppIcon;
627638
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
628639
CODE_SIGN_ENTITLEMENTS = ishare/ishare.entitlements;
629640
CODE_SIGN_IDENTITY = "Apple Development";
@@ -653,6 +664,7 @@
653664
PRODUCT_BUNDLE_IDENTIFIER = dev.adrian.ishare;
654665
PRODUCT_NAME = ishare;
655666
PROVISIONING_PROFILE_SPECIFIER = "";
667+
REGISTER_APP_GROUPS = YES;
656668
SDKROOT = macosx;
657669
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "";
658670
"SWIFT_ACTIVE_COMPILATION_CONDITIONS[arch=*]" = GITHUB_RELEASE;
@@ -840,6 +852,8 @@
840852
3A9A9FFA2A5C84B5007BA5C9 /* Debug */ = {
841853
isa = XCBuildConfiguration;
842854
buildSettings = {
855+
ASSETCATALOG_COMPILER_APPICON_NAME = "";
856+
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=*]" = AppIcon;
843857
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
844858
CODE_SIGN_ENTITLEMENTS = ishare/ishare.entitlements;
845859
CODE_SIGN_IDENTITY = "Apple Development";
@@ -891,6 +905,8 @@
891905
3A9A9FFB2A5C84B5007BA5C9 /* Release */ = {
892906
isa = XCBuildConfiguration;
893907
buildSettings = {
908+
ASSETCATALOG_COMPILER_APPICON_NAME = "";
909+
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=*]" = AppIcon;
894910
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
895911
CODE_SIGN_ENTITLEMENTS = ishare/ishare.entitlements;
896912
CODE_SIGN_IDENTITY = "Apple Development";

ishare.xcodeproj/xcuserdata/adrian.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<key>sharemenuext.xcscheme_^#shared#^_</key>
3939
<dict>
4040
<key>orderHint</key>
41-
<integer>2</integer>
41+
<integer>8</integer>
4242
</dict>
4343
</dict>
4444
<key>SuppressBuildableAutocreation</key>

ishare/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<array>
99
<dict>
1010
<key>CFBundleTypeIconFile</key>
11-
<string></string>
11+
<string>AppIcon</string>
1212
<key>CFBundleTypeIconSystemGenerated</key>
1313
<integer>1</integer>
1414
<key>CFBundleTypeName</key>

ishare/Util/Assets.xcassets/AccentColor.colorset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"color" : {
55
"platform" : "universal",
6-
"reference" : "systemPinkColor"
6+
"reference" : "systemPurpleColor"
77
},
88
"idiom" : "universal"
99
}
-15 KB
Binary file not shown.
-46.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)