-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Label TC meetings as Temporarily Closed
- Loading branch information
Showing
11 changed files
with
820 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<widget id="ie.nasouth.android.naireland" version="77775.0.68" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<widget id="ie.nasouth.apple" version="5.0.75" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<name>NA Ireland</name> | ||
<description>NA Ireland</description> | ||
<author email="[email protected]" href="https://www.na-ireland.org/">NA Ireland</author> | ||
|
@@ -12,7 +12,7 @@ | |
<allow-intent href="mailto:*" /> | ||
<allow-intent href="geo:*" /> | ||
<preference name="ScrollEnabled" value="false" /> | ||
<preference name="android-minSdkVersion" value="19" /> | ||
<preference name="android-minSdkVersion" value="22" /> | ||
<preference name="BackupWebStorage" value="none" /> | ||
<preference name="SplashMaintainAspectRatio" value="true" /> | ||
<preference name="FadeSplashScreenDuration" value="300" /> | ||
|
@@ -21,6 +21,7 @@ | |
<preference name="SplashScreenDelay" value="3000" /> | ||
<preference name="GOOGLE_MAPS_ANDROID_API_KEY" value="AIzaSyDwPqrrBYFrtCIJ0IUL81tiIVwYJqUMKCw" /> | ||
<preference name="GOOGLE_MAPS_IOS_API_KEY" value="AIzaSyA7ddO5YUH8xukCrGiabEjZdPmm3HmPG-0" /> | ||
<preference name="WKWebViewOnly" value="true" /> | ||
<platform name="android"> | ||
<allow-intent href="market:*" /> | ||
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" /> | ||
|
@@ -81,8 +82,5 @@ | |
</platform> | ||
<plugin name="cordova-plugin-device" spec="2.0.2" /> | ||
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" /> | ||
<plugin name="cordova-plugin-ionic-webview" spec="^4.1.1"> | ||
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> | ||
</plugin> | ||
<allow-navigation href="http://localhost:8100" sessionid="6f43d532" /> | ||
</widget> |
Oops, something went wrong.