Skip to content

Commit e7f7123

Browse files
committed
Fix version issue
1 parent a5c5d87 commit e7f7123

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

Configs/Common.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ MENUHELPER_SUFFIX = $(MENUHELPER_SUFFIX_$(CONFIGURATION))
1414

1515
MENUHELPER_APP_NAME = MenuHelper$(MENUHELPER_SUFFIX)
1616
MENUHELPER_TARGET_NAME = $(TARGET_NAME)$(MENUHELPER_SUFFIX)
17-
MENUHELPER_APP_VERSION = 0.3.2
17+
MENUHELPER_APP_VERSION = 3.2.0
1818

1919
MARKETING_VERSION = $(MENUHELPER_APP_VERSION)
20-
PRODUCT_NAME = $(MENUHELPER_TARGET_NAME)
20+
PRODUCT_NAME = $(TARGET_NAME)
2121

2222
PRODUCT_BUNDLE_IDENTIFIER_MenuHelper = top.kyleye.$(MENUHELPER_APP_NAME)
2323
PRODUCT_BUNDLE_IDENTIFIER_MenuHelperExtension = $(PRODUCT_BUNDLE_IDENTIFIER_MenuHelper).$(MENUHELPER_TARGET_NAME)

MenuHelper.xcodeproj/project.pbxproj

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
2781A62D2688A0260042B453 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2781A62C2688A0260042B453 /* Assets.xcassets */; };
3232
2781A6302688A0260042B453 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2781A62F2688A0260042B453 /* Preview Assets.xcassets */; };
3333
2781C5932688A4540042B453 /* FinderSync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2781C5922688A4540042B453 /* FinderSync.swift */; };
34-
2781C5972688A4540042B453 /* MenuHelperExtensionDebug.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 2781C5902688A4540042B453 /* MenuHelperExtensionDebug.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
3534
2795203B268B5B7E00492ABF /* SettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2795203A268B5B7E00492ABF /* SettingView.swift */; };
3635
27952041268B5F0700492ABF /* FolderSettingTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27952040268B5F0700492ABF /* FolderSettingTab.swift */; };
3736
27952043268B5F1100492ABF /* MenuSettingTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27952042268B5F1100492ABF /* MenuSettingTab.swift */; };
@@ -47,6 +46,7 @@
4746
27AC028726896D31000CCE63 /* AppMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AC028626896D31000CCE63 /* AppMenuItem.swift */; };
4847
27AC028826896D31000CCE63 /* AppMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AC028626896D31000CCE63 /* AppMenuItem.swift */; };
4948
27ADFF902AF202ED00731FA8 /* AcknowKit in Frameworks */ = {isa = PBXBuildFile; productRef = 27ADFF8F2AF202ED00731FA8 /* AcknowKit */; };
49+
27BB52A22B134562003EDCE2 /* MenuHelperExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 2781C5902688A4540042B453 /* MenuHelperExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
5050
27CC3F2F272038F2000A6005 /* SyncFolderItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27CC3F2E272038F2000A6005 /* SyncFolderItem.swift */; };
5151
27CC3F30272038F2000A6005 /* SyncFolderItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27CC3F2E272038F2000A6005 /* SyncFolderItem.swift */; };
5252
27CC3F3227203924000A6005 /* FolderItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27CC3F3127203924000A6005 /* FolderItem.swift */; };
@@ -79,23 +79,13 @@
7979
/* End PBXContainerItemProxy section */
8080

8181
/* Begin PBXCopyFilesBuildPhase section */
82-
27421AC12720083800A0BD28 /* Embed XPC Services */ = {
83-
isa = PBXCopyFilesBuildPhase;
84-
buildActionMask = 2147483647;
85-
dstPath = "$(CONTENTS_FOLDER_PATH)/XPCServices";
86-
dstSubfolderSpec = 16;
87-
files = (
88-
);
89-
name = "Embed XPC Services";
90-
runOnlyForDeploymentPostprocessing = 0;
91-
};
9282
2781C5982688A4540042B453 /* Embed Foundation Extensions */ = {
9383
isa = PBXCopyFilesBuildPhase;
9484
buildActionMask = 2147483647;
9585
dstPath = "";
9686
dstSubfolderSpec = 13;
9787
files = (
98-
2781C5972688A4540042B453 /* MenuHelperExtensionDebug.appex in Embed Foundation Extensions */,
88+
27BB52A22B134562003EDCE2 /* MenuHelperExtension.appex in Embed Foundation Extensions */,
9989
);
10090
name = "Embed Foundation Extensions";
10191
runOnlyForDeploymentPostprocessing = 0;
@@ -124,12 +114,12 @@
124114
274C25FA2A32427000A6CE0F /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = "<group>"; };
125115
274C25FC2A32427000A6CE0F /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
126116
276D4122299D465E00C47CAF /* BundleHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BundleHelper.swift; sourceTree = "<group>"; };
127-
2781A6252688A0260042B453 /* MenuHelperDebug.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MenuHelperDebug.app; sourceTree = BUILT_PRODUCTS_DIR; };
117+
2781A6252688A0260042B453 /* MenuHelper.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MenuHelper.app; sourceTree = BUILT_PRODUCTS_DIR; };
128118
2781A6282688A0260042B453 /* MenuHelperApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuHelperApp.swift; sourceTree = "<group>"; };
129119
2781A62A2688A0260042B453 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
130120
2781A62C2688A0260042B453 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
131121
2781A62F2688A0260042B453 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
132-
2781C5902688A4540042B453 /* MenuHelperExtensionDebug.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = MenuHelperExtensionDebug.appex; sourceTree = BUILT_PRODUCTS_DIR; };
122+
2781C5902688A4540042B453 /* MenuHelperExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = MenuHelperExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
133123
2781C5922688A4540042B453 /* FinderSync.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderSync.swift; sourceTree = "<group>"; };
134124
2781C5942688A4540042B453 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
135125
2795203A268B5B7E00492ABF /* SettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingView.swift; sourceTree = "<group>"; };
@@ -271,8 +261,8 @@
271261
2781A6262688A0260042B453 /* Products */ = {
272262
isa = PBXGroup;
273263
children = (
274-
2781A6252688A0260042B453 /* MenuHelperDebug.app */,
275-
2781C5902688A4540042B453 /* MenuHelperExtensionDebug.appex */,
264+
2781A6252688A0260042B453 /* MenuHelper.app */,
265+
2781C5902688A4540042B453 /* MenuHelperExtension.appex */,
276266
2732A5AF27B9558D005DB4A0 /* MenuHelperUITests.xctest */,
277267
);
278268
name = Products;
@@ -397,7 +387,6 @@
397387
2781A6222688A0260042B453 /* Frameworks */,
398388
2781A6232688A0260042B453 /* Resources */,
399389
2781C5982688A4540042B453 /* Embed Foundation Extensions */,
400-
27421AC12720083800A0BD28 /* Embed XPC Services */,
401390
);
402391
buildRules = (
403392
);
@@ -410,7 +399,7 @@
410399
27ADFF8F2AF202ED00731FA8 /* AcknowKit */,
411400
);
412401
productName = FinderHelper;
413-
productReference = 2781A6252688A0260042B453 /* MenuHelperDebug.app */;
402+
productReference = 2781A6252688A0260042B453 /* MenuHelper.app */;
414403
productType = "com.apple.product-type.application";
415404
};
416405
2781C58F2688A4540042B453 /* MenuHelperExtension */ = {
@@ -430,7 +419,7 @@
430419
272986BA2711FDCD00EBCCBF /* OrderedCollections */,
431420
);
432421
productName = FinderMenu;
433-
productReference = 2781C5902688A4540042B453 /* MenuHelperExtensionDebug.appex */;
422+
productReference = 2781C5902688A4540042B453 /* MenuHelperExtension.appex */;
434423
productType = "com.apple.product-type.app-extension";
435424
};
436425
/* End PBXNativeTarget section */
@@ -785,7 +774,6 @@
785774
"@executable_path/../Frameworks",
786775
);
787776
MACOSX_DEPLOYMENT_TARGET = 14.0;
788-
MARKETING_VERSION = 3.2.0;
789777
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -warn-concurrency -enable-actor-data-race-checks";
790778
SWIFT_EMIT_LOC_STRINGS = YES;
791779
SWIFT_VERSION = 5.0;
@@ -821,7 +809,6 @@
821809
"@executable_path/../Frameworks",
822810
);
823811
MACOSX_DEPLOYMENT_TARGET = 14.0;
824-
MARKETING_VERSION = 3.2.0;
825812
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -warn-concurrency -enable-actor-data-race-checks";
826813
SWIFT_EMIT_LOC_STRINGS = YES;
827814
SWIFT_VERSION = 5.0;
@@ -853,7 +840,6 @@
853840
"@executable_path/../../../../Frameworks",
854841
);
855842
MACOSX_DEPLOYMENT_TARGET = 14.0;
856-
MARKETING_VERSION = 3.0.0;
857843
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -warn-concurrency -enable-actor-data-race-checks";
858844
SKIP_INSTALL = YES;
859845
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -886,7 +872,6 @@
886872
"@executable_path/../../../../Frameworks",
887873
);
888874
MACOSX_DEPLOYMENT_TARGET = 14.0;
889-
MARKETING_VERSION = 3.0.0;
890875
OTHER_SWIFT_FLAGS = "-enable-upcoming-feature BareSlashRegexLiterals -enable-upcoming-feature ConciseMagicFile -enable-upcoming-feature ExistentialAny -enable-upcoming-feature ForwardTrailingClosures -enable-upcoming-feature ImplicitOpenExistentials -enable-upcoming-feature StrictConcurrency -warn-concurrency -enable-actor-data-race-checks";
891876
SKIP_INSTALL = YES;
892877
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)