Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Commit

Permalink
App icon! and other branding.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Feb 4, 2012
1 parent 03e007a commit 066b475
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CAENLabStatus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
objects = {

/* Begin PBXBuildFile section */
93BBAB4314DCCBF800B19049 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 93BBAB3D14DCCBF800B19049 /* Icon-72.png */; };
93BBAB4414DCCBF800B19049 /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 93BBAB3E14DCCBF800B19049 /* Icon-Small-50.png */; };
93BBAB4514DCCBF800B19049 /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 93BBAB3F14DCCBF800B19049 /* Icon-Small.png */; };
93BBAB4614DCCBF800B19049 /* Icon-Small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93BBAB4014DCCBF800B19049 /* Icon-Small@2x.png */; };
93BBAB4714DCCBF800B19049 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 93BBAB4114DCCBF800B19049 /* Icon.png */; };
93BBAB4814DCCBF800B19049 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 93BBAB4214DCCBF800B19049 /* Icon@2x.png */; };
93D9F66414D3997600AD2152 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93D9F66314D3997600AD2152 /* UIKit.framework */; };
93D9F66614D3997600AD2152 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93D9F66514D3997600AD2152 /* Foundation.framework */; };
93D9F66814D3997600AD2152 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93D9F66714D3997600AD2152 /* CoreGraphics.framework */; };
Expand Down Expand Up @@ -40,6 +46,12 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
93BBAB3D14DCCBF800B19049 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
93BBAB3E14DCCBF800B19049 /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = "<group>"; };
93BBAB3F14DCCBF800B19049 /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = "<group>"; };
93BBAB4014DCCBF800B19049 /* Icon-Small@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small@2x.png"; sourceTree = "<group>"; };
93BBAB4114DCCBF800B19049 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
93BBAB4214DCCBF800B19049 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
93D9F65F14D3997600AD2152 /* CAENLabStatus.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CAENLabStatus.app; sourceTree = BUILT_PRODUCTS_DIR; };
93D9F66314D3997600AD2152 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
93D9F66514D3997600AD2152 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -260,6 +272,12 @@
93FDA8BF14D9FE1A00787F8C /* Resources */ = {
isa = PBXGroup;
children = (
93BBAB3D14DCCBF800B19049 /* Icon-72.png */,
93BBAB3E14DCCBF800B19049 /* Icon-Small-50.png */,
93BBAB3F14DCCBF800B19049 /* Icon-Small.png */,
93BBAB4014DCCBF800B19049 /* Icon-Small@2x.png */,
93BBAB4114DCCBF800B19049 /* Icon.png */,
93BBAB4214DCCBF800B19049 /* Icon@2x.png */,
93FDA8C014D9FE1A00787F8C /* 247-InfoCircle.png */,
93FDA8C114D9FE1A00787F8C /* 247-InfoCircle@2x.png */,
);
Expand Down Expand Up @@ -323,6 +341,12 @@
93E80C5D14D797F5008850FE /* DZCAboutViewController.xib in Resources */,
93FDA8C214D9FE1A00787F8C /* 247-InfoCircle.png in Resources */,
93FDA8C314D9FE1A00787F8C /* 247-InfoCircle@2x.png in Resources */,
93BBAB4314DCCBF800B19049 /* Icon-72.png in Resources */,
93BBAB4414DCCBF800B19049 /* Icon-Small-50.png in Resources */,
93BBAB4514DCCBF800B19049 /* Icon-Small.png in Resources */,
93BBAB4614DCCBF800B19049 /* Icon-Small@2x.png in Resources */,
93BBAB4714DCCBF800B19049 /* Icon.png in Resources */,
93BBAB4814DCCBF800B19049 /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion CAENLabStatus/CAENLabStatus-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<string>CAEN Labs</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFiles</key>
Expand Down
Binary file added CAENLabStatus/Resources/Icon-72.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 CAENLabStatus/Resources/Icon-Small-50.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 CAENLabStatus/Resources/Icon-Small.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 CAENLabStatus/Resources/Icon-Small@2x.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 CAENLabStatus/Resources/Icon.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 CAENLabStatus/Resources/Icon@2x.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 image_res/icon_beta/Icon-72.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 image_res/icon_beta/Icon-Small-50.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 image_res/icon_beta/Icon-Small.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 image_res/icon_beta/Icon-Small@2x.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 image_res/icon_beta/Icon.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 image_res/icon_beta/Icon@2x.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 image_res/icon_beta/Screenshots/icon.pdf
Binary file not shown.
Binary file added image_res/icon_beta/iTunesArtwork
Binary file not shown.
Binary file added image_res/icon_beta/icon.pdf
Binary file not shown.

0 comments on commit 066b475

Please sign in to comment.