File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
SDL iOS build script
2
- Copyright (c) 2011 Andrey Nesterov
2
+ Copyright (c) 2011-2012 Andrei Nesterov
3
3
4
4
This software is provided 'as-is', without any express or implied
5
5
warranty. In no event will the authors be held liable for any damages
Original file line number Diff line number Diff line change 1
1
# ------------------------------------------------------------------------------
2
2
# Builds a SDL framework for the iOS
3
- # Copyright (c) 2011-2012 Andrey Nesterov
3
+ # Copyright (c) 2011-2012 Andrei Nesterov
4
4
# See LICENSE for licensing information
5
5
# ------------------------------------------------------------------------------
6
6
#
@@ -34,7 +34,7 @@ require 'find'
34
34
module Configure
35
35
Conf = :release
36
36
Arch = :armv7
37
- SDK = '5.1 '
37
+ SDK = '6.0 '
38
38
end
39
39
40
40
# --- Constants ----------------------------------------------------------------
@@ -291,6 +291,11 @@ class Tremor < Package
291
291
end
292
292
293
293
def self.install(conf, sdk, arch)
294
+ message "switching to v1.x brunch"
295
+ Dir.chdir(SourcesDir) do
296
+ sh 'git checkout master'
297
+ end
298
+
294
299
message "building Tremor"
295
300
self.build_framework(
296
301
"vorbis",
You can’t perform that action at this time.
0 commit comments