Skip to content

Commit

Permalink
fixes to app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
bknatterud committed Dec 30, 2014
1 parent c792f08 commit 4919ffb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/UnfoldingWord/UnfoldingWord.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2294,7 +2294,7 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0610;
ORGANIZATIONNAME = "Vishnu R";
ORGANIZATIONNAME = "Acts Media Inc.";
TargetAttributes = {
5A323AFA1A3375CD00099C94 = {
CreatedOnToolsVersion = 6.1.1;
Expand Down Expand Up @@ -3137,6 +3137,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B82203F8DA13E007365FB87A /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Distant Shores Media (9M97QM3GPP)";
INFOPLIST_FILE = UnfoldingWord/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
Expand Down Expand Up @@ -3273,6 +3275,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = B82203F8DA13E007365FB87A /* Pods.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CODE_SIGN_IDENTITY = "iPhone Developer";
INFOPLIST_FILE = UnfoldingWord/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
Expand All @@ -3286,6 +3290,8 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 62096E14398B44C00AAAE760 /* Pods.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Distant Shores Media (9M97QM3GPP)";
INFOPLIST_FILE = UnfoldingWord/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 7.1;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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 app/UnfoldingWord/UnfoldingWord/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIcons</key>
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>com.unfoldingword.iosapp</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down

0 comments on commit 4919ffb

Please sign in to comment.