Skip to content

Commit

Permalink
Enjoy, world!
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jun 5, 2019
1 parent 201b1be commit 03cfd42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
28 changes: 5 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
env:
- WebPack="iOS"
osx_image: xcode10.0
language: node_js
language: node_js
node_js: "10"
jdk: oraclejdk8
script: cd src && npm run build && cd ../demo && npm i && tns build ios --bundle --env.uglify
Expand All @@ -22,41 +22,23 @@ matrix:
before_install: nvm install 10
script: cd src && npm run build && cd ../demo && npm i && tns build android --bundle --env.uglify --env.snapshot
- language: android
env:
env:
- BuildAndroid="28"
os: linux
jdk: oraclejdk8
before_install: nvm install 10
script:
- cd src && npm i && npm run tsc && cd ../demo && tns build android
- os: osx
env:
env:
- BuildiOS="12"
- Xcode="10.0"
osx_image: xcode10.0
language: node_js
node_js: "10"
jdk: oraclejdk8
script:
- cd src && npm i && npm run tsc && cd ../demo && tns build ios
- os: linux
language: android
dist: precise
sudo: required
jdk: oraclejdk8
before_script:
- echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
before_install:
- nvm install 10
script: cd src && npm run test.android
- os: osx
language: node_js
node_js: "10"
jdk: oraclejdk8
osx_image: xcode10.0
script: cd src && npm run test.ios
script:
- cd src && npm i && npm run tsc && cd ../demo && tns build ios

android:
components:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
## Requirements

- Go to [the Apple developer website](https://developer.apple.com/account/resources/identifiers/list) and create a new app identifier with the "Sign In with Apple" Capability enabled. Make sure you sign your app with a provisioning profile using that app identifier.
- Open your app's App_Resources/iOS folder and [add this](https://github.com/EddyVerbruggen/nativescript-apple-sign-in/blob/master/demo/app/App_Resources/iOS/app.entitlements) (or append) to a file named `app.entitlements`.
- Open your app's `App_Resources/iOS` folder and [add this](https://github.com/EddyVerbruggen/nativescript-apple-sign-in/blob/master/demo/app/App_Resources/iOS/app.entitlements) (or append) to a file named `app.entitlements`.

## Installation

Expand Down

0 comments on commit 03cfd42

Please sign in to comment.