Skip to content

Commit

Permalink
[MOD-1798] Split SMS into seperate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammaddadu committed Dec 1, 2014
1 parent 912a196 commit 6de693f
Show file tree
Hide file tree
Showing 31 changed files with 21 additions and 147 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: objective-c
env:
global:
- "MODULE_NAME=ti.sms"
before_install:
- MODULE_ROOT=$PWD
install:
- cd $MODULE_ROOT
- curl -o install.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/install.sh
- source install.sh -s 3.2.2.GA
script:
- curl -o script.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/script.sh
- source script.sh
after_success: # and this only on success
- curl -o deploy.sh https://raw.githubusercontent.com/appcelerator-modules/ci/master/travis/deploy.sh
- source deploy.sh
2 changes: 0 additions & 2 deletions Classes/.gitignore

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ti.sms [![Build Status](https://magnum.travis-ci.com/appcelerator-modules/ti.sms.svg?token=C6poLybMz9ERuFX5KZsz)](https://magnum.travis-ci.com/appcelerator-modules/ti.sms)
============
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion manifest → ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ name: sms
moduleid: ti.sms
guid: 8b8759be-a92a-4c44-a6d2-3e08393bfc36
platform: iphone
minsdk: 1.6.0
minsdk: 3.0.0.GA
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions titanium.xcconfig → ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 1.6.0
TITANIUM_SDK_VERSION = 3.0.0.GA


//
// THESE SHOULD BE OK GENERALLY AS-IS
//
TITANIUM_SDK = /Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
TITANIUM_SDK = ~/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
TITANIUM_BASE_SDK = "$(TITANIUM_SDK)/iphone/include"
TITANIUM_BASE_SDK2 = "$(TITANIUM_SDK)/iphone/include/TiCore"
HEADER_SEARCH_PATHS= $(TITANIUM_BASE_SDK) $(TITANIUM_BASE_SDK2)
Expand Down
142 changes: 0 additions & 142 deletions sms.xcodeproj/clinttredway.pbxuser

This file was deleted.

0 comments on commit 6de693f

Please sign in to comment.