Skip to content

Commit

Permalink
Smaller icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Fitzsimmons committed Jan 11, 2011
1 parent 7ef84dd commit d76f0f9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Entitlements.plist
@@ -0,0 +1,12 @@
<?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>application-identifier</key>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion SimpleGeo-Info.plist
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>compass.png</string>
<string>compass_57.png</string>
<key>CFBundleIdentifier</key>
<string>com.simplegeo.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
8 changes: 8 additions & 0 deletions SimpleGeo.xcodeproj/project.pbxproj
Expand Up @@ -53,6 +53,7 @@
5DF1FFED12D524980097CF47 /* bgGrid@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5DF1FFEC12D524980097CF47 /* bgGrid@2x.png */; };
5DF651A412D66EDB00664279 /* PlacesTVCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5DF651A312D66EDB00664279 /* PlacesTVCell.xib */; };
5DF6537E12D7B32600664279 /* SimpleGeo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DF6537D12D7B32600664279 /* SimpleGeo.framework */; };
5DF654C212DB8D1C00664279 /* compass_57.png in Resources */ = {isa = PBXBuildFile; fileRef = 5DF654C112DB8D1C00664279 /* compass_57.png */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -112,6 +113,8 @@
5DF1FFEC12D524980097CF47 /* bgGrid@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "bgGrid@2x.png"; path = "Assets/bgGrid@2x.png"; sourceTree = "<group>"; };
5DF651A312D66EDB00664279 /* PlacesTVCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PlacesTVCell.xib; sourceTree = "<group>"; };
5DF6537D12D7B32600664279 /* SimpleGeo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = SimpleGeo.framework; sourceTree = "<group>"; };
5DF654C112DB8D1C00664279 /* compass_57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = compass_57.png; path = Assets/compass_57.png; sourceTree = "<group>"; };
5DF654CF12DB91A300664279 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Entitlements.plist; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* SimpleGeo-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "SimpleGeo-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -199,6 +202,7 @@
8D1107310486CEB800E47090 /* SimpleGeo-Info.plist */,
5DF1FF7312D515040097CF47 /* ContextTVCell.xib */,
5DF651A312D66EDB00664279 /* PlacesTVCell.xib */,
5DF654CF12DB91A300664279 /* Entitlements.plist */,
);
name = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -231,6 +235,7 @@
5DF100FF12D57C550097CF47 /* Icons */ = {
isa = PBXGroup;
children = (
5DF654C112DB8D1C00664279 /* compass_57.png */,
5DF100F812D57BEE0097CF47 /* compass.png */,
);
name = Icons;
Expand Down Expand Up @@ -340,6 +345,7 @@
5DF100B612D548B10097CF47 /* mapActive@2x.png in Resources */,
5DF100F912D57BEE0097CF47 /* compass.png in Resources */,
5DF651A412D66EDB00664279 /* PlacesTVCell.xib in Resources */,
5DF654C212DB8D1C00664279 /* compass_57.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -369,6 +375,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -391,6 +398,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = Entitlements.plist;
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit d76f0f9

Please sign in to comment.