Skip to content

Commit

Permalink
[Rake] Suppor BUILD_SDK env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Tunius committed Aug 27, 2018
1 parent cc3f67e commit 39e1c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'semver'

BUILD_SDK = 'iphonesimulator11.2'
BUILD_SDK = ENV['BUILD_SDK'] || 'iphonesimulator11.2'
EXAMPLE_PROJECT = 'SkyFloatingLabelTextField/SkyFloatingLabelTextField.xcodeproj'
EXAMPLE_SCHEMA = 'SkyFloatingLabelTextField'
VERSION_FORMAT = '%M.%m.%p%s%d'
Expand Down

0 comments on commit 39e1c81

Please sign in to comment.