diff --git a/clients/ios/Entitlements.entitlements b/clients/ios/Entitlements.entitlements
index c468210c7..fe238e5c4 100644
--- a/clients/ios/Entitlements.entitlements
+++ b/clients/ios/Entitlements.entitlements
@@ -5,7 +5,7 @@
application-identifier
$(AppIdentifierPrefix)$(CFBundleIdentifier)
get-task-allow
-
+
keychain-access-groups
$(AppIdentifierPrefix)$(CFBundleIdentifier)
diff --git a/clients/ios/NewsBlur-iPhone-Info.plist b/clients/ios/NewsBlur-iPhone-Info.plist
index 34ef45205..d7560674b 100644
--- a/clients/ios/NewsBlur-iPhone-Info.plist
+++ b/clients/ios/NewsBlur-iPhone-Info.plist
@@ -49,7 +49,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.5
+ 2.4
CFBundleSignature
????
CFBundleURLTypes
@@ -66,7 +66,7 @@
CFBundleVersion
- 2.5
+ 2.4
FacebookAppID
230426707030569
LSRequiresIPhoneOS
diff --git a/clients/ios/NewsBlur.ipa b/clients/ios/NewsBlur.ipa
index b861dd859..5a7537a34 100644
Binary files a/clients/ios/NewsBlur.ipa and b/clients/ios/NewsBlur.ipa differ
diff --git a/clients/ios/NewsBlur.plist b/clients/ios/NewsBlur.plist
index bb2963ddd..28f9d6078 100644
--- a/clients/ios/NewsBlur.plist
+++ b/clients/ios/NewsBlur.plist
@@ -35,7 +35,7 @@
bundle-identifier
com.newsblur.NewsBlur
bundle-version
- 2.0
+ 2.4
kind
software
title
diff --git a/clients/ios/NewsBlur.xcodeproj/project.pbxproj b/clients/ios/NewsBlur.xcodeproj/project.pbxproj
index 10b403292..7b23fb54f 100755
--- a/clients/ios/NewsBlur.xcodeproj/project.pbxproj
+++ b/clients/ios/NewsBlur.xcodeproj/project.pbxproj
@@ -2709,8 +2709,8 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = Entitlements.entitlements;
- CODE_SIGN_IDENTITY = "iPhone Developer: Samuel Clay (3PN8E5365D)";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Samuel Clay (3PN8E5365D)";
+ CODE_SIGN_IDENTITY = "iPhone Distribution: NewsBlur, Inc.";
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: NewsBlur, Inc.";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
@@ -2733,8 +2733,8 @@
"-all_load",
);
PRODUCT_NAME = NewsBlur;
- PROVISIONING_PROFILE = "AEE1036A-5198-4D22-9A2F-5D70F071CD89";
- "PROVISIONING_PROFILE[sdk=iphoneos*]" = "AEE1036A-5198-4D22-9A2F-5D70F071CD89";
+ PROVISIONING_PROFILE = "EE8BC292-FFF2-41A0-AE29-C4B39D6A2C5A";
+ "PROVISIONING_PROFILE[sdk=iphoneos*]" = "EE8BC292-FFF2-41A0-AE29-C4B39D6A2C5A";
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = armv7;
"WARNING_CFLAGS[arch=*]" = "-Wall";
@@ -2748,8 +2748,8 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_ENTITLEMENTS = Entitlements.entitlements;
- CODE_SIGN_IDENTITY = "iPhone Developer: Samuel Clay (3PN8E5365D)";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Samuel Clay (3PN8E5365D)";
+ CODE_SIGN_IDENTITY = "iPhone Distribution: NewsBlur, Inc.";
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: NewsBlur, Inc.";
COPY_PHASE_STRIP = YES;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = NewsBlur_Prefix.pch;
@@ -2769,8 +2769,8 @@
"-all_load",
);
PRODUCT_NAME = NewsBlur;
- PROVISIONING_PROFILE = "AEE1036A-5198-4D22-9A2F-5D70F071CD89";
- "PROVISIONING_PROFILE[sdk=iphoneos*]" = "AEE1036A-5198-4D22-9A2F-5D70F071CD89";
+ PROVISIONING_PROFILE = "EE8BC292-FFF2-41A0-AE29-C4B39D6A2C5A";
+ "PROVISIONING_PROFILE[sdk=iphoneos*]" = "548B341C-C438-40E2-943F-ACB87D42AED4";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = armv7;
diff --git a/clients/ios/NewsBlur_Prefix.pch b/clients/ios/NewsBlur_Prefix.pch
index a76ad8f0b..0f95a588a 100644
--- a/clients/ios/NewsBlur_Prefix.pch
+++ b/clients/ios/NewsBlur_Prefix.pch
@@ -13,10 +13,10 @@
// #define BACKGROUND_REFRESH_SECONDS -5
#define BACKGROUND_REFRESH_SECONDS -10*60
- #define NEWSBLUR_URL [NSString stringWithFormat:@"http://nb.local.com"]
- #define NEWSBLUR_HOST [NSString stringWithFormat:@"nb.local.com"]
-// #define NEWSBLUR_URL [NSString stringWithFormat:@"https://www.newsblur.com"]
-// #define NEWSBLUR_HOST [NSString stringWithFormat:@"www.newsblur.com"]
+// #define NEWSBLUR_URL [NSString stringWithFormat:@"http://nb.local.com"]
+// #define NEWSBLUR_HOST [NSString stringWithFormat:@"nb.local.com"]
+ #define NEWSBLUR_URL [NSString stringWithFormat:@"https://www.newsblur.com"]
+ #define NEWSBLUR_HOST [NSString stringWithFormat:@"www.newsblur.com"]
#define NEWSBLUR_LINK_COLOR 0x405BA8
#define NEWSBLUR_HIGHLIGHT_COLOR 0xd2e6fd