iOS build 3.0.2, ready for distribution.

This commit is contained in:
Samuel Clay 2013-10-08 16:03:09 -07:00
parent 574d71783e
commit 1fcc5c84b7
4 changed files with 6 additions and 6 deletions

View file

@ -58,7 +58,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -87,7 +87,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3.0.1</string>
<string>3.0.2</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.1</string>
<string>3.0.2</string>
<key>kind</key>
<string>software</string>
<key>title</key>

View file

@ -2607,7 +2607,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";
};
@ -2640,7 +2640,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;
};
@ -2681,7 +2681,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = "$(BUILT_PRODUCTS_DIR)/**";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
ONLY_ACTIVE_ARCH = YES;
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
OTHER_LDFLAGS = "-ObjC";
PROVISIONING_PROFILE = "EB97D956-BB90-4F2F-9919-F71949B04B3F";