Skip to content

Commit

Permalink
Push notifications (implements #7) (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStaev authored Jan 7, 2017
1 parent bc54065 commit 1140173
Show file tree
Hide file tree
Showing 86 changed files with 1,101 additions and 380 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ obj
!gruntfile.js
node_modules
*.tmp.*
*.log
sample/platforms
sample/lib
!karma.conf.js
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
language: objective-c

os: osx
osx_image: xcode7.2
xcode_sdk: iphonesimulator9.2
osx_image: xcode8.2
xcode_sdk: iphonesimulator9.3

install:
- export LANG=en_US.UTF-8
- brew update
- open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID "FEF8DD40-74B7-4B97-90CF-6EC43A4F61F3"
- nvm install 4
- open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID "808A0798-21A1-4579-B15E-DA3CC5782582"
- nvm install 6
- brew install xcproj
- gem install xcodeproj
- gem install cocoapods
- npm install -g grunt-cli
- npm install -g nativescript@2.0.1 --ignore-scripts
- npm install -g nativescript@2.4.2 --ignore-scripts
- tns usage-reporting disable
- tns error-reporting disable
- npm install
Expand All @@ -20,5 +22,6 @@ script:
- grunt build
- cd sample
- npm install
- tns test ios --emulator --justlaunch
- tns deploy ios --justlaunch
- tns test ios --justlaunch
- cd ..
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"sample/**": true
"sample/**": true,
"bin/**": true
}
,
"typescript.tsdk": "./node_modules/typescript/lib"
}
Loading

0 comments on commit 1140173

Please sign in to comment.