Skip to content

Commit

Permalink
iOS build 219
Browse files Browse the repository at this point in the history
  • Loading branch information
kevhuang committed May 13, 2017
1 parent 0ecbb04 commit e36c40c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ios/Backbone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@
CODE_SIGN_ENTITLEMENTS = Backbone/Backbone.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 218;
CURRENT_PROJECT_VERSION = 219;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 538BXQKM9F;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1430,7 +1430,7 @@
CODE_SIGN_ENTITLEMENTS = Backbone/Backbone.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 218;
CURRENT_PROJECT_VERSION = 219;
DEVELOPMENT_TEAM = 538BXQKM9F;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
Expand Down
2 changes: 1 addition & 1 deletion ios/backbone/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>218</string>
<string>219</string>
<key>DEV_MODE</key>
<string>$(DEV_MODE)</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
2 changes: 1 addition & 1 deletion ios/backboneTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>218</string>
<string>219</string>
</dict>
</plist>

0 comments on commit e36c40c

Please sign in to comment.