Skip to content

Commit 662faf2

Browse files
committed
chore: fix terminal, bump version
1 parent 7aae643 commit 662faf2

32 files changed

+1256
-200
lines changed

Axel.xcodeproj/project.pbxproj

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
BAF581097CA2F8F7B7EBBCB1 /* SyncIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACF7B9EBCB92787E60FE8BF0 /* SyncIntegrationTests.swift */; };
9494
C4TERMINSPEC201A0001 /* TerminalInspectorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4TERMINSPEC101A0001 /* TerminalInspectorView.swift */; };
9595
E435BED8E7D96547E09E1C1C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23797E4E4415996BCCFE8E45 /* Cocoa.framework */; };
96+
SCRPT0001201A0001 /* ScriptingSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = SCRPT0001101A0001 /* ScriptingSupport.swift */; };
97+
SCRPT0001201A0002 /* Axel.sdef in Resources */ = {isa = PBXBuildFile; fileRef = SCRPT0001101A0002 /* Axel.sdef */; };
9698
/* End PBXBuildFile section */
9799

98100
/* Begin PBXContainerItemProxy section */
@@ -212,6 +214,8 @@
212214
CE485CA04822282FDD056DFB /* TaskAssignmentCoordinatorTests.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TaskAssignmentCoordinatorTests.swift; sourceTree = "<group>"; };
213215
D28E5D714F17DA7A43A0182D /* CostTracker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CostTracker.swift; sourceTree = "<group>"; };
214216
D8B5FC316E3F66406BDA27A3 /* AxelTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AxelTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
217+
SCRPT0001101A0001 /* ScriptingSupport.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScriptingSupport.swift; sourceTree = "<group>"; };
218+
SCRPT0001101A0002 /* Axel.sdef */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.sdef; path = Axel.sdef; sourceTree = "<group>"; };
215219
/* End PBXFileReference section */
216220

217221
/* Begin PBXFileSystemSynchronizedRootGroup section */
@@ -284,6 +288,7 @@
284288
43D900F12F3060FF00323371 /* Axel.icon */,
285289
A1000001101A000A /* Axel.entitlements */,
286290
A1000001101A0051 /* Axel-Bridging-Header.h */,
291+
SCRPT0001101A0002 /* Axel.sdef */,
287292
);
288293
path = Axel;
289294
sourceTree = "<group>";
@@ -385,6 +390,7 @@
385390
9C177CAE09A36E267719D856 /* SessionStatusService.swift */,
386391
A1000001101A0111 /* TaskUndoManager.swift */,
387392
0178D0EB98540F719EB6D5CE /* TaskAssignmentCoordinator.swift */,
393+
SCRPT0001101A0001 /* ScriptingSupport.swift */,
388394
);
389395
path = Services;
390396
sourceTree = "<group>";
@@ -628,6 +634,7 @@
628634
files = (
629635
43D900F22F3060FF00323371 /* Axel.icon in Resources */,
630636
A1000001201A0009 /* Assets.xcassets in Resources */,
637+
SCRPT0001201A0002 /* Axel.sdef in Resources */,
631638
);
632639
runOnlyForDeploymentPostprocessing = 0;
633640
};
@@ -718,6 +725,7 @@
718725
A1000001201A0112 /* TasksSceneView.swift in Sources */,
719726
A1000001201A0117 /* TasksTableView.swift in Sources */,
720727
18772BF65693156AC43F75D2 /* TaskAssignmentCoordinator.swift in Sources */,
728+
SCRPT0001201A0001 /* ScriptingSupport.swift in Sources */,
721729
);
722730
runOnlyForDeploymentPostprocessing = 0;
723731
};
@@ -758,7 +766,7 @@
758766
DEVELOPMENT_TEAM = 8ZJ55A62XN;
759767
GENERATE_INFOPLIST_FILE = YES;
760768
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
761-
MARKETING_VERSION = 0.1.7;
769+
MARKETING_VERSION = 0.1.8;
762770
PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests;
763771
PRODUCT_NAME = "$(TARGET_NAME)";
764772
SDKROOT = iphoneos;
@@ -780,7 +788,7 @@
780788
DEVELOPMENT_TEAM = 8ZJ55A62XN;
781789
GENERATE_INFOPLIST_FILE = YES;
782790
IPHONEOS_DEPLOYMENT_TARGET = 26.0;
783-
MARKETING_VERSION = 0.1.7;
791+
MARKETING_VERSION = 0.1.8;
784792
PRODUCT_BUNDLE_IDENTIFIER = md.axel.AxelUITests;
785793
PRODUCT_NAME = "$(TARGET_NAME)";
786794
SDKROOT = iphoneos;
@@ -810,7 +818,7 @@
810818
"@loader_path/../Frameworks",
811819
);
812820
MACOSX_DEPLOYMENT_TARGET = 15.6;
813-
MARKETING_VERSION = 0.1.7;
821+
MARKETING_VERSION = 0.1.8;
814822
PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests;
815823
PRODUCT_MODULE_NAME = AxelTests;
816824
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -836,7 +844,7 @@
836844
"@loader_path/../Frameworks",
837845
);
838846
MACOSX_DEPLOYMENT_TARGET = 15.6;
839-
MARKETING_VERSION = 0.1.7;
847+
MARKETING_VERSION = 0.1.8;
840848
PRODUCT_BUNDLE_IDENTIFIER = com.axel.AxelTests;
841849
PRODUCT_MODULE_NAME = AxelTests;
842850
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -972,6 +980,7 @@
972980
buildSettings = {
973981
ASSETCATALOG_COMPILER_APPICON_NAME = Axel;
974982
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
983+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
975984
CODE_SIGN_ENTITLEMENTS = Axel/Axel.entitlements;
976985
CODE_SIGN_STYLE = Automatic;
977986
CURRENT_PROJECT_VERSION = 2;
@@ -1007,7 +1016,7 @@
10071016
"@executable_path/Frameworks",
10081017
);
10091018
MACOSX_DEPLOYMENT_TARGET = 15.6;
1010-
MARKETING_VERSION = 0.1.7;
1019+
MARKETING_VERSION = 0.1.8;
10111020
"OTHER_LDFLAGS[sdk=macosx*]" = (
10121021
"-lc++",
10131022
"-framework",
@@ -1031,6 +1040,7 @@
10311040
buildSettings = {
10321041
ASSETCATALOG_COMPILER_APPICON_NAME = Axel;
10331042
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
1043+
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
10341044
CODE_SIGN_ENTITLEMENTS = Axel/Axel.entitlements;
10351045
CODE_SIGN_STYLE = Automatic;
10361046
CURRENT_PROJECT_VERSION = 2;
@@ -1066,7 +1076,7 @@
10661076
"@executable_path/Frameworks",
10671077
);
10681078
MACOSX_DEPLOYMENT_TARGET = 15.6;
1069-
MARKETING_VERSION = 0.1.7;
1079+
MARKETING_VERSION = 0.1.8;
10701080
"OTHER_LDFLAGS[sdk=macosx*]" = (
10711081
"-lc++",
10721082
"-framework",
-146 KB
Loading
-84 Bytes
Loading
-4.84 KB
Loading
27 Bytes
Loading
72 Bytes
Loading
-4.84 KB
Loading
-32.4 KB
Loading
72 Bytes
Loading
172 Bytes
Loading

0 commit comments

Comments
 (0)