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

Commit 299234b

Browse files
committed
Updated app name and window titles
1 parent 1e19bae commit 299234b

3 files changed

Lines changed: 20 additions & 18 deletions

File tree

FetchInstallerPkg.xcodeproj/project.pbxproj

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
C635B0AB26789F5F001EEA82 /* SeedProgram.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeedProgram.swift; sourceTree = "<group>"; };
3434
C635B0AD2678AC9F001EEA82 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
3535
C635B0D92678E9C4001EEA82 /* Prefs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Prefs.swift; sourceTree = "<group>"; };
36-
C636435E2670E1B800301DC8 /* FetchInstallerPkg.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FetchInstallerPkg.app; sourceTree = BUILT_PRODUCTS_DIR; };
36+
C636435E2670E1B800301DC8 /* Download Full Installer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Download Full Installer.app"; sourceTree = BUILT_PRODUCTS_DIR; };
3737
C63643612670E1B800301DC8 /* FetchInstallerPkgApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FetchInstallerPkgApp.swift; sourceTree = "<group>"; };
3838
C63643632670E1B800301DC8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
3939
C63643652670E1B900301DC8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
@@ -74,7 +74,7 @@
7474
C636435F2670E1B800301DC8 /* Products */ = {
7575
isa = PBXGroup;
7676
children = (
77-
C636435E2670E1B800301DC8 /* FetchInstallerPkg.app */,
77+
C636435E2670E1B800301DC8 /* Download Full Installer.app */,
7878
);
7979
name = Products;
8080
sourceTree = "<group>";
@@ -133,9 +133,9 @@
133133
/* End PBXGroup section */
134134

135135
/* Begin PBXNativeTarget section */
136-
C636435D2670E1B800301DC8 /* FetchInstallerPkg */ = {
136+
C636435D2670E1B800301DC8 /* Download Full Installer */ = {
137137
isa = PBXNativeTarget;
138-
buildConfigurationList = C636436C2670E1B900301DC8 /* Build configuration list for PBXNativeTarget "FetchInstallerPkg" */;
138+
buildConfigurationList = C636436C2670E1B900301DC8 /* Build configuration list for PBXNativeTarget "Download Full Installer" */;
139139
buildPhases = (
140140
C636435A2670E1B800301DC8 /* Sources */,
141141
C636435B2670E1B800301DC8 /* Frameworks */,
@@ -145,9 +145,9 @@
145145
);
146146
dependencies = (
147147
);
148-
name = FetchInstallerPkg;
148+
name = "Download Full Installer";
149149
productName = FetchInstallerPkg;
150-
productReference = C636435E2670E1B800301DC8 /* FetchInstallerPkg.app */;
150+
productReference = C636435E2670E1B800301DC8 /* Download Full Installer.app */;
151151
productType = "com.apple.product-type.application";
152152
};
153153
/* End PBXNativeTarget section */
@@ -178,7 +178,7 @@
178178
projectDirPath = "";
179179
projectRoot = "";
180180
targets = (
181-
C636435D2670E1B800301DC8 /* FetchInstallerPkg */,
181+
C636435D2670E1B800301DC8 /* Download Full Installer */,
182182
);
183183
};
184184
/* End PBXProject section */
@@ -345,6 +345,7 @@
345345
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
346346
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
347347
CODE_SIGN_ENTITLEMENTS = FetchInstallerPkg/FetchInstallerPkg.entitlements;
348+
CODE_SIGN_IDENTITY = "Apple Development";
348349
CODE_SIGN_STYLE = Automatic;
349350
COMBINE_HIDPI_IMAGES = YES;
350351
CURRENT_PROJECT_VERSION = 1;
@@ -355,8 +356,8 @@
355356
ENABLE_PREVIEWS = YES;
356357
ENABLE_USER_SELECTED_FILES = readonly;
357358
GENERATE_INFOPLIST_FILE = YES;
358-
INFOPLIST_KEY_CFBundleExecutable = FetchInstallerPkg;
359-
INFOPLIST_KEY_CFBundleName = FetchInstallerPkg;
359+
INFOPLIST_KEY_CFBundleExecutable = "Download Full Installer";
360+
INFOPLIST_KEY_CFBundleName = "Download Full Installer";
360361
INFOPLIST_KEY_CFBundleVersion = 1;
361362
INFOPLIST_KEY_NSHumanReadableCopyright = "";
362363
LD_RUNPATH_SEARCH_PATHS = (
@@ -365,7 +366,7 @@
365366
);
366367
MACOSX_DEPLOYMENT_TARGET = 11.0;
367368
MARKETING_VERSION = 1.0;
368-
PRODUCT_BUNDLE_IDENTIFIER = com.scriptingosx.FetchInstallerPkg;
369+
PRODUCT_BUNDLE_IDENTIFIER = com.scriptingosx.downloadfullinstaller;
369370
PRODUCT_NAME = "$(TARGET_NAME)";
370371
SWIFT_EMIT_LOC_STRINGS = YES;
371372
SWIFT_VERSION = 5.0;
@@ -379,6 +380,7 @@
379380
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
380381
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
381382
CODE_SIGN_ENTITLEMENTS = FetchInstallerPkg/FetchInstallerPkg.entitlements;
383+
CODE_SIGN_IDENTITY = "Apple Development";
382384
CODE_SIGN_STYLE = Automatic;
383385
COMBINE_HIDPI_IMAGES = YES;
384386
CURRENT_PROJECT_VERSION = 1;
@@ -389,8 +391,8 @@
389391
ENABLE_PREVIEWS = YES;
390392
ENABLE_USER_SELECTED_FILES = readonly;
391393
GENERATE_INFOPLIST_FILE = YES;
392-
INFOPLIST_KEY_CFBundleExecutable = FetchInstallerPkg;
393-
INFOPLIST_KEY_CFBundleName = FetchInstallerPkg;
394+
INFOPLIST_KEY_CFBundleExecutable = "Download Full Installer";
395+
INFOPLIST_KEY_CFBundleName = "Download Full Installer";
394396
INFOPLIST_KEY_CFBundleVersion = 1;
395397
INFOPLIST_KEY_NSHumanReadableCopyright = "";
396398
LD_RUNPATH_SEARCH_PATHS = (
@@ -399,7 +401,7 @@
399401
);
400402
MACOSX_DEPLOYMENT_TARGET = 11.0;
401403
MARKETING_VERSION = 1.0;
402-
PRODUCT_BUNDLE_IDENTIFIER = com.scriptingosx.FetchInstallerPkg;
404+
PRODUCT_BUNDLE_IDENTIFIER = com.scriptingosx.downloadfullinstaller;
403405
PRODUCT_NAME = "$(TARGET_NAME)";
404406
SWIFT_EMIT_LOC_STRINGS = YES;
405407
SWIFT_VERSION = 5.0;
@@ -418,7 +420,7 @@
418420
defaultConfigurationIsVisible = 0;
419421
defaultConfigurationName = Release;
420422
};
421-
C636436C2670E1B900301DC8 /* Build configuration list for PBXNativeTarget "FetchInstallerPkg" */ = {
423+
C636436C2670E1B900301DC8 /* Build configuration list for PBXNativeTarget "Download Full Installer" */ = {
422424
isa = XCConfigurationList;
423425
buildConfigurations = (
424426
C636436D2670E1B900301DC8 /* Debug */,

FetchInstallerPkg/FetchInstallerPkgApp.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ struct FetchInstallerPkgApp: App {
1313
@StateObject var sucatalog = SUCatalog()
1414
var body: some Scene {
1515
WindowGroup {
16-
ContentView().environmentObject(sucatalog)
16+
ContentView().environmentObject(sucatalog).navigationTitle("")
1717
}
1818
Settings {
19-
PreferencesView().environmentObject(sucatalog)
19+
PreferencesView().environmentObject(sucatalog).navigationTitle("Preferences")
2020
}
2121
}
2222
}

FetchInstallerPkg/View/PreferencesView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct PreferencesView: View {
1515
let labelWidth = 100.0
1616
var body: some View {
1717
Form {
18-
VStack {
18+
VStack(alignment: .leading) {
1919
HStack {
2020
Picker("Seed Program:", selection: $seedProgram) {
2121
ForEach(SeedProgram.allCases) { program in
@@ -34,7 +34,7 @@ struct PreferencesView: View {
3434
}
3535
.padding()
3636
}
37-
.frame(width: 300.0, height: 300.0)
37+
.frame(width: 300.0, height: 200.0)
3838
}
3939
}
4040

0 commit comments

Comments
 (0)