Skip to content

Commit

Permalink
[iOS] Support open with #1196 - plugin change attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Mar 30, 2020
1 parent 9cac03b commit a7902d4
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 9 deletions.
85 changes: 83 additions & 2 deletions IsraelHiking.Web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions IsraelHiking.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"cordova-plugin-inappbrowser": "^3.2.0",
"cordova-plugin-ionic-webview": "^4.1.1",
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-openwith": "github:missive/cordova-plugin-openwith",
"cordova-plugin-purchase": "^10.0.1",
"cordova-plugin-statusbar": "^2.4.3",
"cordova-plugin-whitelist": "^1.3.4",
Expand Down Expand Up @@ -139,7 +140,7 @@
"lint": "ng lint --fix",
"version": "node -v && npm -v && ng -v",
"update": "ng update",
"add-android": "cordova plugin add cc.fovea.cordova.openwith --variable ANDROID_EXTRA_ACTIONS=\" \" --variable ANDROID_MIME_TYPE=\"application/gpx\" && cordova platform add android",
"add-android": "cordova platform add android",
"run-android": "cordova run android",
"build-apk": "cordova build android --release --no-telemetry",
"add-ios": "cordova plugin add cordova-plugin-splashscreen && cordova platform add ios",
Expand Down Expand Up @@ -180,12 +181,16 @@
"cordova-plugin-network-information": {},
"cordova-plugin-purchase": {},
"cordova-plugin-zip": {},
"cordova-sqlite-ext": {}
"cordova-sqlite-ext": {},
"cordova-plugin-openwith": {
"IOS_URL_SCHEME": "israelhikingmap",
"IOS_BUNDLE_IDENTIFIER": "il.org.osm.israelhiking"
}
},
"platforms": [
"ios",
"android"
]
},
"version": "9.0.0"
}
}
9 changes: 5 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ environment:
PASSWORD:
secure: mqbXr4+cn3l9YNyKhOezbA==
matrix:
- PRODUCT: web
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
# HM TODO: do not merge this!!
# - PRODUCT: web
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PRODUCT: ios
APPVEYOR_BUILD_WORKER_IMAGE: macOS
- PRODUCT: android
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
ANDROID_HOME: C:\Program Files (x86)\Android\android-sdk
ANDROID_SDK_ROOT: C:\Program Files (x86)\Android\android-sdk
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
- PRODUCT: ios
APPVEYOR_BUILD_WORKER_IMAGE: macOS

install:
- ps: >-
Expand Down

0 comments on commit a7902d4

Please sign in to comment.