Skip to content

Commit 31cd4ec

Browse files
committed
2.3.3
1 parent e31594e commit 31cd4ec

File tree

24 files changed

+294
-1388
lines changed

24 files changed

+294
-1388
lines changed

StikDebug.xcodeproj/project.pbxproj

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
17C744F02E20BED000834F17 /* Pipify in Frameworks */ = {isa = PBXBuildFile; productRef = 17C744EF2E20BED000834F17 /* Pipify */; };
11-
687843662E8765D1002D0813 /* ZSignApple in Frameworks */ = {isa = PBXBuildFile; productRef = 687843652E8765D1002D0813 /* ZSignApple */; };
1211
68D1FA402E847E4A0028A0EA /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 68D1FA3F2E847E4A0028A0EA /* StoreKit.framework */; };
1312
68D569BE2E1B415700A5BA36 /* CodeEditorView in Frameworks */ = {isa = PBXBuildFile; productRef = 68D569BD2E1B415700A5BA36 /* CodeEditorView */; };
1413
68D569C02E1B415700A5BA36 /* LanguageSupport in Frameworks */ = {isa = PBXBuildFile; productRef = 68D569BF2E1B415700A5BA36 /* LanguageSupport */; };
@@ -161,7 +160,6 @@
161160
68D1FA402E847E4A0028A0EA /* StoreKit.framework in Frameworks */,
162161
68D569BE2E1B415700A5BA36 /* CodeEditorView in Frameworks */,
163162
68E714E62E6AA2B00025610F /* ZIPFoundation in Frameworks */,
164-
687843662E8765D1002D0813 /* ZSignApple in Frameworks */,
165163
);
166164
runOnlyForDeploymentPostprocessing = 0;
167165
};
@@ -277,7 +275,6 @@
277275
17C744EF2E20BED000834F17 /* Pipify */,
278276
DCBA85852E3897BD00E88C06 /* StikImporter */,
279277
68E714E52E6AA2B00025610F /* ZIPFoundation */,
280-
687843652E8765D1002D0813 /* ZSignApple */,
281278
);
282279
productName = StikJIT;
283280
productReference = DC6F1D372D94EADD0071B2B6 /* StikDebug.app */;
@@ -396,7 +393,6 @@
396393
17C744EE2E20BED000834F17 /* XCRemoteSwiftPackageReference "swiftui-pipify" */,
397394
DCBA85842E3897BD00E88C06 /* XCRemoteSwiftPackageReference "StikImporter" */,
398395
68E714E42E6AA2B00025610F /* XCRemoteSwiftPackageReference "ZIPFoundation" */,
399-
687843642E8765D0002D0813 /* XCRemoteSwiftPackageReference "zsign-swift" */,
400396
);
401397
preferredProjectObjectVersion = 77;
402398
productRefGroup = DC6F1D382D94EADD0071B2B6 /* Products */;
@@ -690,8 +686,9 @@
690686
DC6F1D5D2D94EADF0071B2B6 /* Debug */ = {
691687
isa = XCBuildConfiguration;
692688
buildSettings = {
693-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
689+
ASSETCATALOG_COMPILER_APPICON_NAME = StikDebug;
694690
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
691+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
695692
CLANG_ENABLE_MODULES = YES;
696693
CODE_SIGN_ENTITLEMENTS = StikJIT/StikJIT.entitlements;
697694
CODE_SIGN_STYLE = Automatic;
@@ -743,8 +740,9 @@
743740
DC6F1D5E2D94EADF0071B2B6 /* Release */ = {
744741
isa = XCBuildConfiguration;
745742
buildSettings = {
746-
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
743+
ASSETCATALOG_COMPILER_APPICON_NAME = StikDebug;
747744
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
745+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
748746
CLANG_ENABLE_MODULES = YES;
749747
CODE_SIGN_ENTITLEMENTS = StikJIT/StikJIT.entitlements;
750748
CODE_SIGN_STYLE = Automatic;
@@ -1007,14 +1005,6 @@
10071005
kind = branch;
10081006
};
10091007
};
1010-
687843642E8765D0002D0813 /* XCRemoteSwiftPackageReference "zsign-swift" */ = {
1011-
isa = XCRemoteSwiftPackageReference;
1012-
repositoryURL = "https://github.com/loyahdev/zsign-swift";
1013-
requirement = {
1014-
branch = main;
1015-
kind = branch;
1016-
};
1017-
};
10181008
68D569BC2E1B415700A5BA36 /* XCRemoteSwiftPackageReference "CodeEditorView" */ = {
10191009
isa = XCRemoteSwiftPackageReference;
10201010
repositoryURL = "https://github.com/mchakravarty/CodeEditorView";
@@ -1047,11 +1037,6 @@
10471037
package = 17C744EE2E20BED000834F17 /* XCRemoteSwiftPackageReference "swiftui-pipify" */;
10481038
productName = Pipify;
10491039
};
1050-
687843652E8765D1002D0813 /* ZSignApple */ = {
1051-
isa = XCSwiftPackageProductDependency;
1052-
package = 687843642E8765D0002D0813 /* XCRemoteSwiftPackageReference "zsign-swift" */;
1053-
productName = ZSignApple;
1054-
};
10551040
68D569BD2E1B415700A5BA36 /* CodeEditorView */ = {
10561041
isa = XCSwiftPackageProductDependency;
10571042
package = 68D569BC2E1B415700A5BA36 /* XCRemoteSwiftPackageReference "CodeEditorView" */;

StikDebug.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StikJIT/Assets.xcassets/AccentColor.colorset/Contents.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

StikJIT/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 87 deletions
This file was deleted.
-552 KB
Binary file not shown.
-280 KB
Binary file not shown.

StikJIT/Assets.xcassets/DarkUI.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.
-143 KB
Binary file not shown.

StikJIT/Assets.xcassets/LightUI.imageset/Contents.json

Lines changed: 0 additions & 21 deletions
This file was deleted.
-151 KB
Binary file not shown.

0 commit comments

Comments
 (0)