Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 894c5c5

Browse files
committed
Added AppStore category to make the Archive process happy
1 parent 8e3a33e commit 894c5c5

3 files changed

Lines changed: 20 additions & 31 deletions

File tree

Download-Full-Installer-Info.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>LSApplicationCategoryType</key>
6+
<string>public.app-category.utilities</string>
7+
</dict>
8+
</plist>

FetchInstallerPkg.xcodeproj/project.pbxproj

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
C69C80D726788BC900E20E20 /* BuildManifest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BuildManifest.swift; sourceTree = "<group>"; };
5050
C69C80DA26788C4F00E20E20 /* DownloadView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownloadView.swift; sourceTree = "<group>"; };
5151
C69C80DC26788C7900E20E20 /* InstallerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstallerView.swift; sourceTree = "<group>"; };
52+
C6B969B92681D3BE005717F1 /* Download-Full-Installer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Download-Full-Installer-Info.plist"; sourceTree = "<group>"; };
5253
C6E3CB98267A2AFB007084F6 /* IconView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconView.swift; sourceTree = "<group>"; };
5354
/* End PBXFileReference section */
5455

@@ -66,6 +67,7 @@
6667
C63643552670E1B800301DC8 = {
6768
isa = PBXGroup;
6869
children = (
70+
C6B969B92681D3BE005717F1 /* Download-Full-Installer-Info.plist */,
6971
C63643602670E1B800301DC8 /* FetchInstallerPkg */,
7072
C636435F2670E1B800301DC8 /* Products */,
7173
);
@@ -140,7 +142,7 @@
140142
C636435A2670E1B800301DC8 /* Sources */,
141143
C636435B2670E1B800301DC8 /* Frameworks */,
142144
C636435C2670E1B800301DC8 /* Resources */,
143-
C6B969B82681D0A0005717F1 /* ShellScript */,
145+
C6B969B82681D0A0005717F1 /* Update Build Version */,
144146
);
145147
buildRules = (
146148
);
@@ -197,7 +199,7 @@
197199
/* End PBXResourcesBuildPhase section */
198200

199201
/* Begin PBXShellScriptBuildPhase section */
200-
C6B969B82681D0A0005717F1 /* ShellScript */ = {
202+
C6B969B82681D0A0005717F1 /* Update Build Version */ = {
201203
isa = PBXShellScriptBuildPhase;
202204
buildActionMask = 12;
203205
files = (
@@ -206,13 +208,15 @@
206208
);
207209
inputPaths = (
208210
);
211+
name = "Update Build Version";
209212
outputFileListPaths = (
210213
);
211214
outputPaths = (
212215
);
213216
runOnlyForDeploymentPostprocessing = 0;
214217
shellPath = /bin/sh;
215218
shellScript = "currentversion=$(xcrun agvtool what-version -terse)\ncommitcount=$(git rev-list --count HEAD)\nif [ $commitcount -ne $currentversion ]; then\n echo \"setting new build version: $commitcount\"\n xcrun agvtool new-version $commitcount\nfi\n";
219+
showEnvVarsInLog = 0;
216220
};
217221
/* End PBXShellScriptBuildPhase section */
218222

@@ -369,17 +373,18 @@
369373
CODE_SIGN_IDENTITY = "Apple Development";
370374
CODE_SIGN_STYLE = Automatic;
371375
COMBINE_HIDPI_IMAGES = YES;
372-
CURRENT_PROJECT_VERSION = 16;
376+
CURRENT_PROJECT_VERSION = 17;
373377
DEVELOPMENT_ASSET_PATHS = "\"FetchInstallerPkg/Preview Content\"";
374378
DEVELOPMENT_TEAM = JME5BW3F3R;
375379
ENABLE_APP_SANDBOX = YES;
376380
ENABLE_HARDENED_RUNTIME = YES;
377381
ENABLE_PREVIEWS = YES;
378382
ENABLE_USER_SELECTED_FILES = readonly;
379383
GENERATE_INFOPLIST_FILE = YES;
384+
INFOPLIST_FILE = "Download-Full-Installer-Info.plist";
380385
INFOPLIST_KEY_CFBundleExecutable = "Download Full Installer";
381386
INFOPLIST_KEY_CFBundleName = "Download Full Installer";
382-
INFOPLIST_KEY_CFBundleVersion = $CURRENT_PROJECT_VERSION;
387+
INFOPLIST_KEY_CFBundleVersion = 17;
383388
INFOPLIST_KEY_NSHumanReadableCopyright = "©2021 Scripting OS X - Armin Briegel";
384389
LD_RUNPATH_SEARCH_PATHS = (
385390
"$(inherited)",
@@ -404,17 +409,18 @@
404409
CODE_SIGN_IDENTITY = "Apple Development";
405410
CODE_SIGN_STYLE = Automatic;
406411
COMBINE_HIDPI_IMAGES = YES;
407-
CURRENT_PROJECT_VERSION = 16;
412+
CURRENT_PROJECT_VERSION = 17;
408413
DEVELOPMENT_ASSET_PATHS = "\"FetchInstallerPkg/Preview Content\"";
409414
DEVELOPMENT_TEAM = JME5BW3F3R;
410415
ENABLE_APP_SANDBOX = YES;
411416
ENABLE_HARDENED_RUNTIME = YES;
412417
ENABLE_PREVIEWS = YES;
413418
ENABLE_USER_SELECTED_FILES = readonly;
414419
GENERATE_INFOPLIST_FILE = YES;
420+
INFOPLIST_FILE = "Download-Full-Installer-Info.plist";
415421
INFOPLIST_KEY_CFBundleExecutable = "Download Full Installer";
416422
INFOPLIST_KEY_CFBundleName = "Download Full Installer";
417-
INFOPLIST_KEY_CFBundleVersion = $CURRENT_PROJECT_VERSION;
423+
INFOPLIST_KEY_CFBundleVersion = 17;
418424
INFOPLIST_KEY_NSHumanReadableCopyright = "©2021 Scripting OS X - Armin Briegel";
419425
LD_RUNPATH_SEARCH_PATHS = (
420426
"$(inherited)",

FetchInstallerPkg.xcodeproj/xcuserdata/armin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,5 @@
2020
landmarkType = "7">
2121
</BreakpointContent>
2222
</BreakpointProxy>
23-
<BreakpointProxy
24-
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
25-
<BreakpointContent
26-
uuid = "994E0415-93DA-4263-842F-06B3AF126EDB"
27-
shouldBeEnabled = "Yes"
28-
ignoreCount = "0"
29-
continueAfterRunningActions = "Yes"
30-
filePath = "FetchInstallerPkg/View/InstallerView.swift"
31-
startingColumnNumber = "9223372036854775807"
32-
endingColumnNumber = "9223372036854775807"
33-
startingLineNumber = "88"
34-
endingLineNumber = "88"
35-
landmarkName = "body"
36-
landmarkType = "24">
37-
<Actions>
38-
<BreakpointActionProxy
39-
ActionExtensionID = "Xcode.BreakpointAction.Log">
40-
<ActionContent
41-
message = "copying @text@"
42-
conveyanceType = "0">
43-
</ActionContent>
44-
</BreakpointActionProxy>
45-
</Actions>
46-
</BreakpointContent>
47-
</BreakpointProxy>
4823
</Breakpoints>
4924
</Bucket>

0 commit comments

Comments
 (0)