|
31 | 31 | 2781A62D2688A0260042B453 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2781A62C2688A0260042B453 /* Assets.xcassets */; }; |
32 | 32 | 2781A6302688A0260042B453 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2781A62F2688A0260042B453 /* Preview Assets.xcassets */; }; |
33 | 33 | 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, ); }; }; |
35 | 34 | 2795203B268B5B7E00492ABF /* SettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2795203A268B5B7E00492ABF /* SettingView.swift */; }; |
36 | 35 | 27952041268B5F0700492ABF /* FolderSettingTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27952040268B5F0700492ABF /* FolderSettingTab.swift */; }; |
37 | 36 | 27952043268B5F1100492ABF /* MenuSettingTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27952042268B5F1100492ABF /* MenuSettingTab.swift */; }; |
|
47 | 46 | 27AC028726896D31000CCE63 /* AppMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AC028626896D31000CCE63 /* AppMenuItem.swift */; }; |
48 | 47 | 27AC028826896D31000CCE63 /* AppMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27AC028626896D31000CCE63 /* AppMenuItem.swift */; }; |
49 | 48 | 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, ); }; }; |
50 | 50 | 27CC3F2F272038F2000A6005 /* SyncFolderItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27CC3F2E272038F2000A6005 /* SyncFolderItem.swift */; }; |
51 | 51 | 27CC3F30272038F2000A6005 /* SyncFolderItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27CC3F2E272038F2000A6005 /* SyncFolderItem.swift */; }; |
52 | 52 | 27CC3F3227203924000A6005 /* FolderItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27CC3F3127203924000A6005 /* FolderItem.swift */; }; |
|
79 | 79 | /* End PBXContainerItemProxy section */ |
80 | 80 |
|
81 | 81 | /* 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 | | - }; |
92 | 82 | 2781C5982688A4540042B453 /* Embed Foundation Extensions */ = { |
93 | 83 | isa = PBXCopyFilesBuildPhase; |
94 | 84 | buildActionMask = 2147483647; |
95 | 85 | dstPath = ""; |
96 | 86 | dstSubfolderSpec = 13; |
97 | 87 | files = ( |
98 | | - 2781C5972688A4540042B453 /* MenuHelperExtensionDebug.appex in Embed Foundation Extensions */, |
| 88 | + 27BB52A22B134562003EDCE2 /* MenuHelperExtension.appex in Embed Foundation Extensions */, |
99 | 89 | ); |
100 | 90 | name = "Embed Foundation Extensions"; |
101 | 91 | runOnlyForDeploymentPostprocessing = 0; |
|
124 | 114 | 274C25FA2A32427000A6CE0F /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = "<group>"; }; |
125 | 115 | 274C25FC2A32427000A6CE0F /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; }; |
126 | 116 | 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; }; |
128 | 118 | 2781A6282688A0260042B453 /* MenuHelperApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuHelperApp.swift; sourceTree = "<group>"; }; |
129 | 119 | 2781A62A2688A0260042B453 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
130 | 120 | 2781A62C2688A0260042B453 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
131 | 121 | 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; }; |
133 | 123 | 2781C5922688A4540042B453 /* FinderSync.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FinderSync.swift; sourceTree = "<group>"; }; |
134 | 124 | 2781C5942688A4540042B453 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
135 | 125 | 2795203A268B5B7E00492ABF /* SettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingView.swift; sourceTree = "<group>"; }; |
|
271 | 261 | 2781A6262688A0260042B453 /* Products */ = { |
272 | 262 | isa = PBXGroup; |
273 | 263 | children = ( |
274 | | - 2781A6252688A0260042B453 /* MenuHelperDebug.app */, |
275 | | - 2781C5902688A4540042B453 /* MenuHelperExtensionDebug.appex */, |
| 264 | + 2781A6252688A0260042B453 /* MenuHelper.app */, |
| 265 | + 2781C5902688A4540042B453 /* MenuHelperExtension.appex */, |
276 | 266 | 2732A5AF27B9558D005DB4A0 /* MenuHelperUITests.xctest */, |
277 | 267 | ); |
278 | 268 | name = Products; |
|
397 | 387 | 2781A6222688A0260042B453 /* Frameworks */, |
398 | 388 | 2781A6232688A0260042B453 /* Resources */, |
399 | 389 | 2781C5982688A4540042B453 /* Embed Foundation Extensions */, |
400 | | - 27421AC12720083800A0BD28 /* Embed XPC Services */, |
401 | 390 | ); |
402 | 391 | buildRules = ( |
403 | 392 | ); |
|
410 | 399 | 27ADFF8F2AF202ED00731FA8 /* AcknowKit */, |
411 | 400 | ); |
412 | 401 | productName = FinderHelper; |
413 | | - productReference = 2781A6252688A0260042B453 /* MenuHelperDebug.app */; |
| 402 | + productReference = 2781A6252688A0260042B453 /* MenuHelper.app */; |
414 | 403 | productType = "com.apple.product-type.application"; |
415 | 404 | }; |
416 | 405 | 2781C58F2688A4540042B453 /* MenuHelperExtension */ = { |
|
430 | 419 | 272986BA2711FDCD00EBCCBF /* OrderedCollections */, |
431 | 420 | ); |
432 | 421 | productName = FinderMenu; |
433 | | - productReference = 2781C5902688A4540042B453 /* MenuHelperExtensionDebug.appex */; |
| 422 | + productReference = 2781C5902688A4540042B453 /* MenuHelperExtension.appex */; |
434 | 423 | productType = "com.apple.product-type.app-extension"; |
435 | 424 | }; |
436 | 425 | /* End PBXNativeTarget section */ |
|
785 | 774 | "@executable_path/../Frameworks", |
786 | 775 | ); |
787 | 776 | MACOSX_DEPLOYMENT_TARGET = 14.0; |
788 | | - MARKETING_VERSION = 3.2.0; |
789 | 777 | 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"; |
790 | 778 | SWIFT_EMIT_LOC_STRINGS = YES; |
791 | 779 | SWIFT_VERSION = 5.0; |
|
821 | 809 | "@executable_path/../Frameworks", |
822 | 810 | ); |
823 | 811 | MACOSX_DEPLOYMENT_TARGET = 14.0; |
824 | | - MARKETING_VERSION = 3.2.0; |
825 | 812 | 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"; |
826 | 813 | SWIFT_EMIT_LOC_STRINGS = YES; |
827 | 814 | SWIFT_VERSION = 5.0; |
|
853 | 840 | "@executable_path/../../../../Frameworks", |
854 | 841 | ); |
855 | 842 | MACOSX_DEPLOYMENT_TARGET = 14.0; |
856 | | - MARKETING_VERSION = 3.0.0; |
857 | 843 | 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"; |
858 | 844 | SKIP_INSTALL = YES; |
859 | 845 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
886 | 872 | "@executable_path/../../../../Frameworks", |
887 | 873 | ); |
888 | 874 | MACOSX_DEPLOYMENT_TARGET = 14.0; |
889 | | - MARKETING_VERSION = 3.0.0; |
890 | 875 | 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"; |
891 | 876 | SKIP_INSTALL = YES; |
892 | 877 | SWIFT_EMIT_LOC_STRINGS = YES; |
|
0 commit comments