Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #21 from ljuba/master
Browse files Browse the repository at this point in the history
Added Retina Fake App Icons to Projects
  • Loading branch information
Loren Brichter committed Aug 4, 2012
2 parents 4611ad7 + 19fcbeb commit ea91f7a
Show file tree
Hide file tree
Showing 49 changed files with 97 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Fake/FakeAppStore/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
5EA7D01B0F45098000DE24FB /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EA7D01A0F45098000DE24FB /* FakePhoneAppDelegate.m */; };
5EA7D01D0F45098400DE24FB /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7D01C0F45098400DE24FB /* MainWindow.xib */; };
FAFB5FE715CDC35B00517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB5FE615CDC35B00517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5EA7D01A0F45098000DE24FB /* FakePhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FakePhoneAppDelegate.m; path = ../FakeAppShared/FakePhoneAppDelegate.m; sourceTree = SOURCE_ROOT; };
5EA7D01C0F45098400DE24FB /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainWindow.xib; path = ../FakeAppShared/MainWindow.xib; sourceTree = SOURCE_ROOT; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB5FE615CDC35B00517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5EA7D01C0F45098400DE24FB /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB5FE615CDC35B00517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5EA7D01D0F45098400DE24FB /* MainWindow.xib in Resources */,
FAFB5FE715CDC35B00517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file modified Fake/FakeAppStore/Icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Fake/FakeAppStore/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Fake/FakeCalculator/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5E4D84DE0F45559900E02F03 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5E4D84DD0F45559900E02F03 /* MainWindow.xib */; };
5E4D84E10F45559E00E02F03 /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4D84E00F45559E00E02F03 /* FakePhoneAppDelegate.m */; };
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
FAFB5FFC15CDC58300517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB5FFB15CDC58300517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5E4D84E00F45559E00E02F03 /* FakePhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FakePhoneAppDelegate.m; path = ../FakeAppShared/FakePhoneAppDelegate.m; sourceTree = SOURCE_ROOT; };
5EA7CDAF0F43E6E800DE24FB /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB5FFB15CDC58300517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5E4D84DD0F45559900E02F03 /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB5FFB15CDC58300517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5E4D84DE0F45559900E02F03 /* MainWindow.xib in Resources */,
FAFB5FFC15CDC58300517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file modified Fake/FakeCalculator/Icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Fake/FakeCalculator/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Fake/FakeCalendar/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5E4D85030F4555CF00E02F03 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5E4D85020F4555CF00E02F03 /* MainWindow.xib */; };
5E4D85060F4555D500E02F03 /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4D85050F4555D500E02F03 /* FakePhoneAppDelegate.m */; };
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
FAFB5F9A15CDBDE500517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB5F9915CDBDE500517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5E4D85050F4555D500E02F03 /* FakePhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FakePhoneAppDelegate.m; path = ../FakeAppShared/FakePhoneAppDelegate.m; sourceTree = SOURCE_ROOT; };
5EA7CDAF0F43E6E800DE24FB /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB5F9915CDBDE500517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5E4D85020F4555CF00E02F03 /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB5F9915CDBDE500517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5E4D85030F4555CF00E02F03 /* MainWindow.xib in Resources */,
FAFB5F9A15CDBDE500517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file modified Fake/FakeCalendar/Icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Fake/FakeCalendar/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Fake/FakeCamera/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5E4D851D0F4555F600E02F03 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5E4D851C0F4555F600E02F03 /* MainWindow.xib */; };
5E4D85200F4555FF00E02F03 /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4D851F0F4555FF00E02F03 /* FakePhoneAppDelegate.m */; };
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
FAFB5FA115CDBE7900517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB5FA015CDBE7900517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5E4D851F0F4555FF00E02F03 /* FakePhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FakePhoneAppDelegate.m; path = ../FakeAppShared/FakePhoneAppDelegate.m; sourceTree = SOURCE_ROOT; };
5EA7CDAF0F43E6E800DE24FB /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB5FA015CDBE7900517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5E4D851C0F4555F600E02F03 /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB5FA015CDBE7900517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5E4D851D0F4555F600E02F03 /* MainWindow.xib in Resources */,
FAFB5FA115CDBE7900517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file added Fake/FakeCamera/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Fake/FakeClock/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5E4D85370F45562F00E02F03 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5E4D85360F45562F00E02F03 /* MainWindow.xib */; };
5E4D853A0F45563600E02F03 /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4D85390F45563600E02F03 /* FakePhoneAppDelegate.m */; };
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
FAFB5FF515CDC45100517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB5FF415CDC45100517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5E4D85390F45563600E02F03 /* FakePhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FakePhoneAppDelegate.m; path = ../FakeAppShared/FakePhoneAppDelegate.m; sourceTree = SOURCE_ROOT; };
5EA7CDAF0F43E6E800DE24FB /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB5FF415CDC45100517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5E4D85360F45562F00E02F03 /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB5FF415CDC45100517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5E4D85370F45562F00E02F03 /* MainWindow.xib in Resources */,
FAFB5FF515CDC45100517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file added Fake/FakeClock/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Fake/FakeCompass/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5E4D85370F45562F00E02F03 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5E4D85360F45562F00E02F03 /* MainWindow.xib */; };
5E4D853A0F45563600E02F03 /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4D85390F45563600E02F03 /* FakePhoneAppDelegate.m */; };
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
FAFB600315CDC5B200517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB600215CDC5B200517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5E4D85390F45563600E02F03 /* FakePhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FakePhoneAppDelegate.m; path = ../FakeAppShared/FakePhoneAppDelegate.m; sourceTree = SOURCE_ROOT; };
5EA7CDAF0F43E6E800DE24FB /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB600215CDC5B200517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5E4D85360F45562F00E02F03 /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB600215CDC5B200517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5E4D85370F45562F00E02F03 /* MainWindow.xib in Resources */,
FAFB600315CDC5B200517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file added Fake/FakeCompass/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Fake/FakeMail/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
5EA7D0050F45095F00DE24FB /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EA7D0040F45095F00DE24FB /* FakePhoneAppDelegate.m */; };
5EA7D0070F45096100DE24FB /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7D0060F45096100DE24FB /* MainWindow.xib */; };
FAFB5FD215CDC1DE00517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB5FD115CDC1DE00517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5EA7D0040F45095F00DE24FB /* FakePhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FakePhoneAppDelegate.m; path = ../FakeAppShared/FakePhoneAppDelegate.m; sourceTree = SOURCE_ROOT; };
5EA7D0060F45096100DE24FB /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainWindow.xib; path = ../FakeAppShared/MainWindow.xib; sourceTree = SOURCE_ROOT; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB5FD115CDC1DE00517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5EA7D0060F45096100DE24FB /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB5FD115CDC1DE00517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5EA7D0070F45096100DE24FB /* MainWindow.xib in Resources */,
FAFB5FD215CDC1DE00517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file added Fake/FakeMail/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Fake/FakeMaps/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5E4D859B0F45571C00E02F03 /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E4D85990F45571C00E02F03 /* FakePhoneAppDelegate.m */; };
5E4D859D0F45572200E02F03 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5E4D859C0F45572200E02F03 /* MainWindow.xib */; };
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
FAFB5FB615CDBF2600517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB5FB515CDBF2600517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5E4D859C0F45572200E02F03 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainWindow.xib; path = ../FakeAppShared/MainWindow.xib; sourceTree = SOURCE_ROOT; };
5EA7CDAF0F43E6E800DE24FB /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB5FB515CDBF2600517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5E4D859C0F45572200E02F03 /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB5FB515CDBF2600517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5E4D859D0F45572200E02F03 /* MainWindow.xib in Resources */,
FAFB5FB615CDBF2600517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file added Fake/FakeMaps/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Fake/FakeNotes/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,7 @@
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CDAF0F43E6E800DE24FB /* Icon.png */; };
5EA7CFEE0F4508EC00DE24FB /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5EA7CFED0F4508EC00DE24FB /* MainWindow.xib */; };
5EA7CFF10F4508F000DE24FB /* FakePhoneAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EA7CFF00F4508F000DE24FB /* FakePhoneAppDelegate.m */; };
FAFB5FEE15CDC39000517738 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = FAFB5FED15CDC39000517738 /* Icon@2x.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -28,6 +29,7 @@
5EA7CFEF0F4508F000DE24FB /* FakePhoneAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FakePhoneAppDelegate.h; path = ../FakeAppShared/FakePhoneAppDelegate.h; sourceTree = SOURCE_ROOT; };
5EA7CFF00F4508F000DE24FB /* FakePhoneAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FakePhoneAppDelegate.m; path = ../FakeAppShared/FakePhoneAppDelegate.m; sourceTree = SOURCE_ROOT; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.info-plist"; sourceTree = "<group>"; };
FAFB5FED15CDC39000517738 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -80,6 +82,7 @@
5EA7CFED0F4508EC00DE24FB /* MainWindow.xib */,
8D1107310486CEB800E47090 /* Info.plist */,
5EA7CDAF0F43E6E800DE24FB /* Icon.png */,
FAFB5FED15CDC39000517738 /* Icon@2x.png */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -145,6 +148,7 @@
files = (
5EA7CDB00F43E6E800DE24FB /* Icon.png in Resources */,
5EA7CFEE0F4508EC00DE24FB /* MainWindow.xib in Resources */,
FAFB5FEE15CDC39000517738 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file added Fake/FakeNotes/Icon@2x.png
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 ea91f7a

Please sign in to comment.