Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 1ced357

Browse files
committed
Merge branch 'master' of github.com:edusperoni/nativescript-plugin-firebase into shared-delegate
2 parents f184451 + d718ba6 commit 1ced357

File tree

262 files changed

+40487
-23156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+40487
-23156
lines changed

.github/main.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "Automatic Rebase" {
2+
on = "issue_comment"
3+
resolves = "Rebase"
4+
}
5+
6+
action "Rebase" {
7+
uses = "docker://cirrusactions/rebase:latest"
8+
secrets = ["GITHUB_TOKEN"]
9+
}

.github/weekly-digest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Configuration for weekly-digest - https://github.com/apps/weekly-digest
2+
publishDay: sun
3+
canPublishIssues: true
4+
canPublishPullRequests: true
5+
canPublishContributors: true
6+
canPublishStargazers: true
7+
canPublishCommits: true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ demo/firebasefunctions/functions/lib
3535
!demo-push/karma.conf.js
3636
demo-push/*.d.ts
3737
demo-ng/*.d.ts
38+
!demo-ng/webpack.config.js
3839
!demo-vue/app/main.js
3940
!demo/references.d.ts
4041
!demo-push/references.d.ts

.travis.yml

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,34 @@
1-
branches:
2-
only:
3-
- master
4-
51
matrix:
62
include:
73
- stage: "Lint"
84
language: node_js
95
os: linux
10-
node_js: "8"
6+
node_js: "10"
117
script: "npm run ci.tslint"
128
- stage: "WebPack"
139
language: android
1410
os: linux
1511
env:
1612
- WebPack="Android"
1713
jdk: oraclejdk8
18-
before_install: nvm install stable
14+
before_install: nvm install 10
1915
script: travis_wait travis_retry tns build android --bundle
2016
- stage: "Build"
2117
env:
2218
- BuildAndroid="28"
2319
language: android
2420
os: linux
21+
dist: trusty
2522
jdk: oraclejdk8
26-
before_install: nvm install stable
23+
before_install: nvm install 10
2724
script:
2825
- travis_wait travis_retry tns build android
2926
- os: osx
30-
env:
31-
- BuildiOS="12"
32-
- Xcode="10.2"
33-
osx_image: "xcode10.2"
27+
osx_image: xcode10.2
3428
language: node_js
35-
node_js: "8"
29+
node_js: "10"
3630
jdk: oraclejdk8
37-
before_install:
38-
- gem install cocoapods
39-
- pod repo update
31+
before_script: pod repo update
4032
script:
4133
- travis_wait travis_retry tns build ios
4234

@@ -50,8 +42,8 @@ android:
5042
- sys-img-armeabi-v7a-android-21
5143

5244
before_install:
53-
# - sudo pip install --upgrade pip
54-
# - sudo pip install six
45+
- sudo pip install --upgrade pip
46+
- sudo pip install six
5547

5648
install:
5749
- echo no | npm install -g nativescript

CHANGELOG.md

Lines changed: 85 additions & 0 deletions

README.md

Lines changed: 5 additions & 3 deletions

demo-ng/app/App_Resources/Android/AndroidManifest.xml renamed to demo-ng/app/App_Resources/Android/src/main/AndroidManifest.xml

File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Left
2+
Right
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"modelFile": "model.tflite",
3+
"labelsFile": "dict.txt",
4+
"modelType": "IMAGE_LABELING"
5+
}
Binary file not shown.

0 commit comments

Comments
 (0)