Skip to content

Commit

Permalink
Increase Build number to 11 and deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leokaessner committed May 22, 2016
1 parent 21cb52b commit 426b044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BreakOut/BreakOut.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = BreakOut/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\"";
"OTHER_SWIFT_FLAGS[arch=*]" = "-DDEBUG";
Expand All @@ -792,7 +792,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = BreakOut/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.fingercoding.Breakout;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion BreakOut/BreakOut/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10</string>
<string>11</string>
<key>Fabric</key>
<dict>
<key>Kits</key>
Expand Down

0 comments on commit 426b044

Please sign in to comment.