Skip to content

Commit

Permalink
[Constants] Bump lask know sdks versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Mar 27, 2014
1 parent 885c2f5 commit 9b7caae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/xcodeproj/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module Constants

# @return [String] The last known iOS SDK (stable).
#
LAST_KNOWN_IOS_SDK = '7.0'
LAST_KNOWN_IOS_SDK = '7.1'

# @return [String] The last known OS X SDK (stable).
#
LAST_KNOWN_OSX_SDK = '10.8'
LAST_KNOWN_OSX_SDK = '10.9'

# @return [String] The last known archive version to Xcodeproj.
#
Expand Down
2 changes: 1 addition & 1 deletion spec/project/object/native_target_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ module ProjectSpecs
it "adds a file reference for a system framework, in a dedicated subgroup of the Frameworks group" do
@sut.add_system_framework('QuartzCore')
file = @project['Frameworks/iOS'].files.first
file.path.should == "Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/QuartzCore.framework"
file.path.should == "Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks/QuartzCore.framework"
file.source_tree.should == 'DEVELOPER_DIR'
end

Expand Down

0 comments on commit 9b7caae

Please sign in to comment.