iOS7 app RC2

This commit is contained in:
Samuel Clay 2013-10-11 18:09:55 -07:00
parent 8490feca7d
commit 51b4418e85
4 changed files with 5 additions and 5 deletions

View file

@ -58,7 +58,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.2</string>
<string>3.0.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -87,7 +87,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.0.2</string>
<string>3.0.3</string>
<key>FacebookAppID</key>
<string>230426707030569</string>
<key>LSRequiresIPhoneOS</key>

Binary file not shown.

View file

@ -35,7 +35,7 @@
<key>bundle-identifier</key>
<string>com.newsblur.NewsBlur</string>
<key>bundle-version</key>
<string>3.0.2</string>
<string>3.0.3</string>
<key>kind</key>
<string>software</string>
<key>title</key>

View file

@ -2606,7 +2606,7 @@
"-all_load",
);
PRODUCT_NAME = NewsBlur;
PROVISIONING_PROFILE = "EB97D956-BB90-4F2F-9919-F71949B04B3F";
PROVISIONING_PROFILE = "A0156932-124B-4F8E-8B93-EE6598D778F0";
TARGETED_DEVICE_FAMILY = "1,2";
"WARNING_CFLAGS[arch=*]" = "-Wall";
};
@ -2638,7 +2638,7 @@
"-all_load",
);
PRODUCT_NAME = NewsBlur;
PROVISIONING_PROFILE = "EB97D956-BB90-4F2F-9919-F71949B04B3F";
PROVISIONING_PROFILE = "A0156932-124B-4F8E-8B93-EE6598D778F0";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};