[ios] XCode project changes for app store submissions.

This commit is contained in:
Yury Melnichek 2011-04-08 04:32:03 +02:00 committed by Alex Zolotarev
parent b2f0ad97df
commit 8009266881
2 changed files with 6 additions and 2 deletions

View file

@ -879,10 +879,12 @@
FA1DE85C11E2236200C6D69A /* Device Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Distribution: Yury Melnichek";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../../../omim-iphonesim-build/out/debug\"",
);
PROVISIONING_PROFILE = "9957359C-0502-4ED2-828B-19C696089716";
};
name = "Device Release";
};
@ -898,7 +900,7 @@
FA1DE85C11E2236200C6D69A /* Device Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "Simulator Debug";
defaultConfigurationName = "Device Release";
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Maps" */ = {
isa = XCConfigurationList;
@ -909,7 +911,7 @@
FA1DE85B11E2236200C6D69A /* Device Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = "Simulator Debug";
defaultConfigurationName = "Device Release";
};
/* End XCConfigurationList section */
};

View file

@ -27,6 +27,8 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>