Skip to content

Commit

Permalink
add screensaver icon file
Browse files Browse the repository at this point in the history
  • Loading branch information
saiday committed Mar 31, 2019
1 parent 143a0bd commit cb9984d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
18 changes: 17 additions & 1 deletion HakkaSaver.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
8334CB75222DA7A600F5EA1C /* UserDefaultsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8334CB74222DA7A600F5EA1C /* UserDefaultsManager.swift */; };
8334CB77222DAD4F00F5EA1C /* PreferencesWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8334CB76222DAD4F00F5EA1C /* PreferencesWindowController.swift */; };
8338EC83224AA52700E437BF /* RadiusNumberFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8338EC82224AA52700E437BF /* RadiusNumberFormatter.swift */; };
8338EC902250D0BF00E437BF /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8338EC8E2250D0BF00E437BF /* [email protected] */; };
8338EC912250D0BF00E437BF /* thumbnail.png in Resources */ = {isa = PBXBuildFile; fileRef = 8338EC8F2250D0BF00E437BF /* thumbnail.png */; };
83F82D5721DD386A0057F813 /* HakkaSaver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83F82D5621DD386A0057F813 /* HakkaSaver.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
8334CB74222DA7A600F5EA1C /* UserDefaultsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsManager.swift; sourceTree = "<group>"; };
8334CB76222DAD4F00F5EA1C /* PreferencesWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindowController.swift; sourceTree = "<group>"; };
8338EC82224AA52700E437BF /* RadiusNumberFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RadiusNumberFormatter.swift; sourceTree = "<group>"; };
8338EC8E2250D0BF00E437BF /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
8338EC8F2250D0BF00E437BF /* thumbnail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = thumbnail.png; sourceTree = "<group>"; };
83F82D4921DD34E90057F813 /* HakkaSaver.saver */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HakkaSaver.saver; sourceTree = BUILT_PRODUCTS_DIR; };
83F82D5021DD34E90057F813 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
83F82D5621DD386A0057F813 /* HakkaSaver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HakkaSaver.swift; sourceTree = "<group>"; };
Expand All @@ -33,6 +37,16 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
8338EC892250C9BC00E437BF /* Supporting Files */ = {
isa = PBXGroup;
children = (
83F82D5021DD34E90057F813 /* Info.plist */,
8338EC8F2250D0BF00E437BF /* thumbnail.png */,
8338EC8E2250D0BF00E437BF /* [email protected] */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
83F82D3F21DD34E90057F813 = {
isa = PBXGroup;
children = (
Expand All @@ -52,8 +66,8 @@
83F82D4B21DD34E90057F813 /* HakkaSaver */ = {
isa = PBXGroup;
children = (
8338EC892250C9BC00E437BF /* Supporting Files */,
83F82D5621DD386A0057F813 /* HakkaSaver.swift */,
83F82D5021DD34E90057F813 /* Info.plist */,
8334CB74222DA7A600F5EA1C /* UserDefaultsManager.swift */,
8334CB76222DAD4F00F5EA1C /* PreferencesWindowController.swift */,
8338EC82224AA52700E437BF /* RadiusNumberFormatter.swift */,
Expand Down Expand Up @@ -129,6 +143,8 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8338EC912250D0BF00E437BF /* thumbnail.png in Resources */,
8338EC902250D0BF00E437BF /* [email protected] in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 2 additions & 0 deletions HakkaSaver/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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>CFBundleIconFile</key>
<string>thumbnail</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
Expand Down
Binary file added HakkaSaver/thumbnail.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 HakkaSaver/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb9984d

Please sign in to comment.