File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : objective-c
2
- osx_image : xcode11.5
2
+ osx_image : xcode12.2
3
3
env :
4
4
global :
5
5
- RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
@@ -29,6 +29,8 @@ gemfile:
29
29
30
30
jobs :
31
31
include :
32
+ - stage : rubocop
33
+ script : bundle exec rubocop
32
34
- stage : macos
33
35
script : bundle exec rake spec
34
36
# - stage: ios
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ Motion::Project::App.setup do |app|
30
30
app . sdk_version = '13.5'
31
31
app . deployment_target = '13.5'
32
32
else
33
- app . sdk_version = '11.1 '
34
- app . deployment_target = '11.1 '
33
+ app . sdk_version = '11.0 '
34
+ app . deployment_target = '11.0 '
35
35
end
36
36
37
37
app . detect_dependencies = true
You can’t perform that action at this time.
0 commit comments