Merge branch 'master' of github.com:samuelclay/NewsBlur

* 'master' of github.com:samuelclay/NewsBlur:
  changing entitlements
  adding in recompiled ipa
  adding new ipa
This commit is contained in:
Samuel Clay 2012-08-23 07:49:15 -07:00
commit 1f397c4882
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
<key>application-identifier</key>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
<key>get-task-allow</key>
<true/>
<false/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>

Binary file not shown.

View file

@ -11,7 +11,7 @@
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>http://www.newsblur.com/ios/NewsBlur.ipa</string>
<string>http://www.newsblur.com/media/ios/NewsBlur.ipa</string>
</dict>
<dict>
<key>kind</key>

View file

@ -2320,8 +2320,8 @@
"-all_load",
);
PRODUCT_NAME = NewsBlur;
PROVISIONING_PROFILE = "FAA0420E-F216-49D2-A1A3-FA5EB51E0126";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "FAA0420E-F216-49D2-A1A3-FA5EB51E0126";
PROVISIONING_PROFILE = "3674B4BA-9006-4099-A608-673EC3103906";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "3674B4BA-9006-4099-A608-673EC3103906";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};