File tree 4 files changed +21
-3
lines changed
4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ language : objective-c
2
+ env :
3
+ global :
4
+ - " MODULE_NAME=ti.gamekit"
5
+ before_install :
6
+ - MODULE_ROOT=$PWD
7
+ install :
8
+ - cd $MODULE_ROOT
9
+ - curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh
10
+ - source install.sh -s 3.2.2.GA
11
+ script :
12
+ - curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh
13
+ - source script.sh
14
+ after_success : # and this only on success
15
+ - curl -o deploy.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/deploy.sh
16
+ - source deploy.sh
Original file line number Diff line number Diff line change
1
+ ti.gamekit [ ![ Build Status] ( https://magnum.travis-ci.com/appcelerator-modules/ti.gamekit.svg?token=C6poLybMz9ERuFX5KZsz&branch=master )] ( https://magnum.travis-ci.com/appcelerator-modules/ti.gamekit )
2
+ ============
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ name: gamekit
14
14
moduleid: ti.gamekit
15
15
guid: 634adffb-5b75-45a8-ab28-a835219adbf4
16
16
platform: iphone
17
- minsdk: 1.6.0
17
+ minsdk: 2.1.3.GA
Original file line number Diff line number Diff line change 4
4
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
5
5
//
6
6
//
7
- TITANIUM_SDK_VERSION = 1.7.2
7
+ TITANIUM_SDK_VERSION = 2.1.3.GA
8
8
9
9
10
10
//
11
11
// THESE SHOULD BE OK GENERALLY AS-IS
12
12
//
13
- TITANIUM_SDK = /Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
13
+ TITANIUM_SDK = ~ /Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
14
14
TITANIUM_BASE_SDK = "$(TITANIUM_SDK)/iphone/include"
15
15
TITANIUM_BASE_SDK2 = "$(TITANIUM_SDK)/iphone/include/TiCore"
16
16
HEADER_SEARCH_PATHS= $(TITANIUM_BASE_SDK) $(TITANIUM_BASE_SDK2)
You can’t perform that action at this time.
0 commit comments