diff options
Diffstat (limited to 'iPhone')
-rw-r--r-- | iPhone/FixMyStreet.xcodeproj/project.pbxproj | 2 | ||||
-rw-r--r-- | iPhone/FixMyStreet/FixMyStreet-Info.plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/iPhone/FixMyStreet.xcodeproj/project.pbxproj b/iPhone/FixMyStreet.xcodeproj/project.pbxproj index a7838a1..2016103 100644 --- a/iPhone/FixMyStreet.xcodeproj/project.pbxproj +++ b/iPhone/FixMyStreet.xcodeproj/project.pbxproj @@ -549,7 +549,7 @@ armv7s, ); CLANG_ENABLE_OBJC_ARC = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; + CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; COPY_PHASE_STRIP = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES; diff --git a/iPhone/FixMyStreet/FixMyStreet-Info.plist b/iPhone/FixMyStreet/FixMyStreet-Info.plist index 96f5cc1..64fb331 100644 --- a/iPhone/FixMyStreet/FixMyStreet-Info.plist +++ b/iPhone/FixMyStreet/FixMyStreet-Info.plist @@ -34,11 +34,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>2.0.3</string> + <string>2.0.4</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>26</string> + <string>27</string> <key>LSRequiresIPhoneOS</key> <true/> <key>NSMainNibFile~ipad</key> |