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

Update to version 2.0 thanks to matxpa #17

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
81574e2
Update to version 2.0 thanks to matxpa
perez987 Dec 20, 2024
901f519
Update README.md (wording)
perez987 Dec 20, 2024
8038c1b
Update README.md (wording)
perez987 Dec 20, 2024
9c6d14b
Update images and remove xcloc folders
perez987 Dec 20, 2024
928ae19
Add caffeinate to prevent sleep
perez987 Dec 20, 2024
e924235
Add caffeinate to prevent sleep
perez987 Dec 20, 2024
a672ce5
Update README.md (wording)
perez987 Dec 20, 2024
c635360
Update Ventura and Sonoma dark icons
perez987 Dec 20, 2024
9418656
Create Readme.txt in Apps folder
perez987 Dec 20, 2024
adb59c5
Add app for macOS 13-14-15
perez987 Dec 20, 2024
b27c01c
Delete App directory
perez987 Dec 20, 2024
df0c5c1
Change image source
perez987 Dec 21, 2024
38799c6
Remove badges
perez987 Dec 21, 2024
d5bfd3c
Update README.md (wording)
perez987 Dec 21, 2024
c1f8abb
Wording in README and code improvements
perez987 Dec 24, 2024
811329c
Remove Create Application icon and code
perez987 Feb 13, 2025
b5b9863
Screenshots without Create App icon
perez987 Feb 13, 2025
4a19ace
Initial support for macOS Tahoe
perez987 Jun 13, 2025
30db754
Version changes to 2.0.2 for Tahoe
perez987 Jun 13, 2025
2fb016a
Main image now shows macOS Tahoe
perez987 Jun 13, 2025
747b1a8
Delete DownloadFullInstaller-2.0-ES.png
perez987 Jun 13, 2025
64bbaa0
Update DownloadFullInstaller-2.0.2.png
perez987 Jun 13, 2025
6c1a4ef
Tahoe beta versions do not display as they should
perez987 Jul 11, 2025
4e8be4e
Update image, added Tahoe beta image
perez987 Jul 11, 2025
9a96427
Delete useless comment
perez987 Jul 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
.DS_Store

Releases
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
DownloadFullInstaller-2.0-ES.png
DownloadFullInstaller-2.0.png
Temporary Items
Thumbs.db
5 changes: 1 addition & 4 deletions Download-Full-Installer-Info.plist
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
</dict>
<dict/>
</plist>
Binary file removed DownloadFullInstaller-1.0-screenshot.png
Binary file not shown.
Binary file added DownloadFullInstaller-2-Tahoe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DownloadFullInstaller-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 102 additions & 12 deletions FetchInstallerPkg.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
9629D4592D07605C008D0D7A /* OSNames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9629D4582D07605C008D0D7A /* OSNames.swift */; };
C635B0AA26789DA9001EEA82 /* PreferencesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C635B0A926789DA9001EEA82 /* PreferencesView.swift */; };
C635B0AC26789F5F001EEA82 /* SeedProgram.swift in Sources */ = {isa = PBXBuildFile; fileRef = C635B0AB26789F5F001EEA82 /* SeedProgram.swift */; };
C635B0AE2678AC9F001EEA82 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C635B0AD2678AC9F001EEA82 /* AppDelegate.swift */; };
Expand All @@ -26,10 +27,15 @@
C69C80DB26788C4F00E20E20 /* DownloadView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69C80DA26788C4F00E20E20 /* DownloadView.swift */; };
C69C80DD26788C7900E20E20 /* InstallerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C69C80DC26788C7900E20E20 /* InstallerView.swift */; };
C6E3CB99267A2AFB007084F6 /* IconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6E3CB98267A2AFB007084F6 /* IconView.swift */; };
D9E6BC5D2D124138002729D4 /* Download-Full-Installer-InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D9E6BC542D124138002729D4 /* Download-Full-Installer-InfoPlist.strings */; };
D9E6BC5E2D124138002729D4 /* Download-Full-Installer-InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D9E6BC592D124138002729D4 /* Download-Full-Installer-InfoPlist.strings */; };
D9E6BC5F2D124138002729D4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D9E6BC5B2D124138002729D4 /* Localizable.strings */; };
D9E6BC602D124138002729D4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D9E6BC562D124138002729D4 /* Localizable.strings */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
C635B0A926789DA9001EEA82 /* PreferencesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesView.swift; sourceTree = "<group>"; };
9629D4582D07605C008D0D7A /* OSNames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSNames.swift; sourceTree = "<group>"; };
C635B0A926789DA9001EEA82 /* PreferencesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesView.swift; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; wrapsLines = 1; };
C635B0AB26789F5F001EEA82 /* SeedProgram.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeedProgram.swift; sourceTree = "<group>"; };
C635B0AD2678AC9F001EEA82 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
C635B0D92678E9C4001EEA82 /* Prefs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Prefs.swift; sourceTree = "<group>"; };
Expand All @@ -51,6 +57,10 @@
C69C80DC26788C7900E20E20 /* InstallerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InstallerView.swift; sourceTree = "<group>"; };
C6B969B92681D3BE005717F1 /* Download-Full-Installer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "Download-Full-Installer-Info.plist"; sourceTree = "<group>"; };
C6E3CB98267A2AFB007084F6 /* IconView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IconView.swift; sourceTree = "<group>"; };
D9E6BC532D124138002729D4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = "Download-Full-Installer-InfoPlist.strings"; sourceTree = "<group>"; };
D9E6BC552D124138002729D4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = Localizable.strings; sourceTree = "<group>"; };
D9E6BC582D124138002729D4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = "Download-Full-Installer-InfoPlist.strings"; sourceTree = "<group>"; };
D9E6BC5A2D124138002729D4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = Localizable.strings; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -84,6 +94,8 @@
C63643602670E1B800301DC8 /* FetchInstallerPkg */ = {
isa = PBXGroup;
children = (
D9E6BC572D124138002729D4 /* en.lproj */,
D9E6BC5C2D124138002729D4 /* es.lproj */,
C63643712670E82000301DC8 /* FetchInstallerPkg.entitlements */,
C63643612670E1B800301DC8 /* FetchInstallerPkgApp.swift */,
C635B0AD2678AC9F001EEA82 /* AppDelegate.swift */,
Expand Down Expand Up @@ -116,6 +128,7 @@
C69C80D326788BA100E20E20 /* Package.swift */,
C69C80CF26788B6B00E20E20 /* DistParserDelegate.swift */,
C635B0AB26789F5F001EEA82 /* SeedProgram.swift */,
9629D4582D07605C008D0D7A /* OSNames.swift */,
);
path = Model;
sourceTree = "<group>";
Expand All @@ -132,6 +145,24 @@
path = View;
sourceTree = "<group>";
};
D9E6BC572D124138002729D4 /* en.lproj */ = {
isa = PBXGroup;
children = (
D9E6BC542D124138002729D4 /* Download-Full-Installer-InfoPlist.strings */,
D9E6BC562D124138002729D4 /* Localizable.strings */,
);
path = en.lproj;
sourceTree = "<group>";
};
D9E6BC5C2D124138002729D4 /* es.lproj */ = {
isa = PBXGroup;
children = (
D9E6BC592D124138002729D4 /* Download-Full-Installer-InfoPlist.strings */,
D9E6BC5B2D124138002729D4 /* Localizable.strings */,
);
path = es.lproj;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -161,7 +192,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1300;
LastUpgradeCheck = 1300;
LastUpgradeCheck = 1520;
TargetAttributes = {
C636435D2670E1B800301DC8 = {
CreatedOnToolsVersion = 13.0;
Expand All @@ -175,6 +206,7 @@
knownRegions = (
en,
Base,
es,
);
mainGroup = C63643552670E1B800301DC8;
productRefGroup = C636435F2670E1B800301DC8 /* Products */;
Expand All @@ -193,6 +225,10 @@
files = (
C63643692670E1B900301DC8 /* Preview Assets.xcassets in Resources */,
C63643662670E1B900301DC8 /* Assets.xcassets in Resources */,
D9E6BC5D2D124138002729D4 /* Download-Full-Installer-InfoPlist.strings in Resources */,
D9E6BC5E2D124138002729D4 /* Download-Full-Installer-InfoPlist.strings in Resources */,
D9E6BC5F2D124138002729D4 /* Localizable.strings in Resources */,
D9E6BC602D124138002729D4 /* Localizable.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -201,6 +237,7 @@
/* Begin PBXShellScriptBuildPhase section */
C6B969B82681D0A0005717F1 /* Update Build Version */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 12;
files = (
);
Expand Down Expand Up @@ -232,6 +269,7 @@
C635B0AA26789DA9001EEA82 /* PreferencesView.swift in Sources */,
C69C80DD26788C7900E20E20 /* InstallerView.swift in Sources */,
C635B0DA2678E9C4001EEA82 /* Prefs.swift in Sources */,
9629D4592D07605C008D0D7A /* OSNames.swift in Sources */,
C69C80CE26788B1400E20E20 /* Product.swift in Sources */,
C63643622670E1B800301DC8 /* FetchInstallerPkgApp.swift in Sources */,
C635B0AC26789F5F001EEA82 /* SeedProgram.swift in Sources */,
Expand All @@ -247,6 +285,41 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
D9E6BC542D124138002729D4 /* Download-Full-Installer-InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
D9E6BC532D124138002729D4 /* en */,
);
name = "Download-Full-Installer-InfoPlist.strings";
sourceTree = "<group>";
};
D9E6BC562D124138002729D4 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
D9E6BC552D124138002729D4 /* en */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
D9E6BC592D124138002729D4 /* Download-Full-Installer-InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
D9E6BC582D124138002729D4 /* es */,
);
name = "Download-Full-Installer-InfoPlist.strings";
sourceTree = "<group>";
};
D9E6BC5B2D124138002729D4 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
D9E6BC5A2D124138002729D4 /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
C636436A2670E1B900301DC8 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -282,9 +355,11 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -343,9 +418,11 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand All @@ -357,6 +434,7 @@
MACOSX_DEPLOYMENT_TARGET = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand All @@ -371,29 +449,35 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = FetchInstallerPkg/FetchInstallerPkg.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 45;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"FetchInstallerPkg/Preview Content\"";
DEVELOPMENT_TEAM = JME5BW3F3R;
DEVELOPMENT_TEAM = ER43ZD2S4U;
DRIVERKIT_DEPLOYMENT_TARGET = 21.4;
ENABLE_APP_SANDBOX = YES;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
ENABLE_USER_SELECTED_FILES = readonly;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Download-Full-Installer-Info.plist";
INFOPLIST_KEY_CFBundleExecutable = "Download Full Installer";
INFOPLIST_KEY_CFBundleName = "Download Full Installer";
INFOPLIST_KEY_CFBundleVersion = 17;
INFOPLIST_KEY_NSHumanReadableCopyright = "©2021 Scripting OS X - Armin Briegel";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "©2021 Scripting OS X - Armin Briegel\n@2024 Matxpa (update to version 2.0)";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.scriptingosx.downloadfullinstaller;
MARKETING_VERSION = 2.0.2;
PRODUCT_BUNDLE_IDENTIFIER = None;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
Expand All @@ -407,29 +491,35 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = FetchInstallerPkg/FetchInstallerPkg.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 22;
CURRENT_PROJECT_VERSION = 45;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"FetchInstallerPkg/Preview Content\"";
DEVELOPMENT_TEAM = JME5BW3F3R;
DEVELOPMENT_TEAM = ER43ZD2S4U;
DRIVERKIT_DEPLOYMENT_TARGET = 21.4;
ENABLE_APP_SANDBOX = YES;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
ENABLE_USER_SELECTED_FILES = readonly;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "Download-Full-Installer-Info.plist";
INFOPLIST_KEY_CFBundleExecutable = "Download Full Installer";
INFOPLIST_KEY_CFBundleName = "Download Full Installer";
INFOPLIST_KEY_CFBundleVersion = 17;
INFOPLIST_KEY_NSHumanReadableCopyright = "©2021 Scripting OS X - Armin Briegel";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSHumanReadableCopyright = "©2021 Scripting OS X - Armin Briegel\n@2024 Matxpa (update to version 2.0)";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.scriptingosx.downloadfullinstaller;
MARKETING_VERSION = "2.0\U0003.2";
PRODUCT_BUNDLE_IDENTIFIER = None;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
};
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1300"
LastUpgradeVersion = "1520"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "11380889-EC06-4FAB-961E-646D5AE20143"
type = "1"
version = "2.0">
</Bucket>
9 changes: 7 additions & 2 deletions FetchInstallerPkg/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@
// Created by Armin Briegel on 2021-06-15.
//

import Foundation
import AppKit
import Foundation

enum DefaultsKeys: String {
case seedProgram = "SeedProgram"
case osNameID = "OsNameID"
}

class AppDelegate: NSObject, NSApplicationDelegate {
func applicationDidFinishLaunching(_ notification: Notification) {
func applicationDidFinishLaunching(_: Notification) {
Prefs.registerDefaults()
}

func applicationShouldTerminateAfterLastWindowClosed(_: NSApplication) -> Bool {
return true
}
}
12 changes: 12 additions & 0 deletions FetchInstallerPkg/Assets.xcassets/11.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "Mac OS X Lion.png",
"idiom" : "mac"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions FetchInstallerPkg/Assets.xcassets/12.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "OS X Mountain Lion.png",
"idiom" : "mac"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions FetchInstallerPkg/Assets.xcassets/13.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "OS X Mavericks.png",
"idiom" : "mac"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions FetchInstallerPkg/Assets.xcassets/14.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"images" : [
{
"filename" : "OS X Yosemite.png",
"idiom" : "mac"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading