-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#562 next version of zmNinja will need new Event Server too
- Loading branch information
1 parent
019397f
commit 60eefa0
Showing
8 changed files
with
243 additions
and
141 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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>AD_UNIT_ID_FOR_BANNER_TEST</key> | ||
<string>ca-app-pub-3940256099942544/2934735716</string> | ||
<key>AD_UNIT_ID_FOR_INTERSTITIAL_TEST</key> | ||
<string>ca-app-pub-3940256099942544/4411468910</string> | ||
<key>CLIENT_ID</key> | ||
<string>710936220256-mtpdflgn9euss9au2p4d9fd5u2bfjhc9.apps.googleusercontent.com</string> | ||
<key>REVERSED_CLIENT_ID</key> | ||
<string>com.googleusercontent.apps.710936220256-mtpdflgn9euss9au2p4d9fd5u2bfjhc9</string> | ||
<key>API_KEY</key> | ||
<string>AIzaSyAUNODMtdCNU6TpE3Xm8dNowHmSHnqQW24</string> | ||
<key>GCM_SENDER_ID</key> | ||
<string>710936220256</string> | ||
<key>PLIST_VERSION</key> | ||
<string>1</string> | ||
<key>BUNDLE_ID</key> | ||
<string>com.pliablepixels.zmninja-pro</string> | ||
<key>PROJECT_ID</key> | ||
<string>ninja-1105</string> | ||
<key>STORAGE_BUCKET</key> | ||
<string>ninja-1105.appspot.com</string> | ||
<key>IS_ADS_ENABLED</key> | ||
<true></true> | ||
<key>IS_ANALYTICS_ENABLED</key> | ||
<false></false> | ||
<key>IS_APPINVITE_ENABLED</key> | ||
<true></true> | ||
<key>IS_GCM_ENABLED</key> | ||
<true></true> | ||
<key>IS_SIGNIN_ENABLED</key> | ||
<true></true> | ||
<key>GOOGLE_APP_ID</key> | ||
<string>1:710936220256:ios:b067cfb6eabdc840</string> | ||
<key>DATABASE_URL</key> | ||
<string>https://ninja-1105.firebaseio.com</string> | ||
</dict> | ||
</plist> |
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 |
---|---|---|
|
@@ -29,11 +29,12 @@ | |
<preference name="FadeSplashScreen" value="false" /> | ||
<preference name="BackgroundColor" value="#444444" /> | ||
<preference name="android-targetSdkVersion" value="23" /> | ||
<preference name="SplashScreenBackgroundColor" value="#ababab"/> | ||
<preference name="SplashScreenBackgroundColor" value="#ababab" /> | ||
<feature name="StatusBar"> | ||
<param name="ios-package" onload="true" value="CDVStatusBar" /> | ||
</feature> | ||
<platform name="ios"> | ||
<resource-file src="GoogleService-Info.plist" /> | ||
<config-file parent="NSPhotoLibraryAddUsageDescription" platform="ios" target="*-Info.plist"> | ||
<string>Store photos of events and live feeds</string> | ||
</config-file> | ||
|
@@ -60,10 +61,22 @@ | |
<icon height="87" src="resources/ios/icon/[email protected]" width="87" /> | ||
<splash src="resources/Default@2x~universal~anyany.png" /> | ||
<icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" /> | ||
<splash src="resources/ios/splash/Default@2x~universal~anyany.png" /> | ||
|
||
<splash src="resources/ios/splash/Default@2x~universal~anyany.png" /> | ||
<splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" /> | ||
<splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" /> | ||
<splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" /> | ||
<splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" /> | ||
<splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" /> | ||
<splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" /> | ||
<splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" /> | ||
<splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" /> | ||
<splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" /> | ||
<splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" /> | ||
<splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" /> | ||
<splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" /> | ||
</platform> | ||
<platform name="android"> | ||
<resource-file src="google-services.json" target="google-services.json" /> | ||
<preference name="android-manifest/@android:installLocation" value="auto" /> | ||
<preference name="loadUrlTimeoutValue" value="700000" /> | ||
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" /> | ||
|
@@ -87,25 +100,21 @@ | |
</platform> | ||
<icon src="resources/android/icon/drawable-xhdpi-icon.png" /> | ||
<preference name="SplashShowOnlyFirstTime" value="false" /> | ||
<engine name="android" spec="^6.2.3" /> | ||
<engine name="ios" spec="^4.5.1" /> | ||
<engine name="ios" spec="4.5.4" /> | ||
<engine name="android" spec="6.4.0" /> | ||
<plugin name="com.telerik.plugins.nativepagetransitions" spec="^0.6.5" /> | ||
<plugin name="cordova-custom-config" spec="^4.0.2" /> | ||
<plugin name="cordova-library-helper" spec="^1.0.4"> | ||
<variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="Save media to your Camera Roll" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-add-swift-support" spec="^1.7.0" /> | ||
<plugin name="cordova-plugin-android-fingerprint-auth" spec="^1.4.0" /> | ||
<plugin name="cordova-plugin-android-permissions" spec="^1.0.0" /> | ||
<plugin name="cordova-plugin-app-version" spec="^0.1.9" /> | ||
<plugin name="cordova-plugin-certificates" spec="git+https://github.com/hypery2k/cordova-certificate-plugin.git" /> | ||
<plugin name="cordova-plugin-compat" spec="^1.2.0" /> | ||
<plugin name="cordova-plugin-console" spec="^1.1.0" /> | ||
<plugin name="cordova-plugin-customurlscheme" spec="^4.3.0"> | ||
<variable name="URL_SCHEME" value="zmninja" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-device" spec="^1.1.6" /> | ||
<plugin name="cordova-plugin-email" spec="git+https://github.com/pliablepixels/cordova-email-plugin.git" /> | ||
<plugin name="cordova-plugin-file" spec="^4.3.3" /> | ||
<plugin name="cordova-plugin-file-transfer" spec="^1.6.3" /> | ||
<plugin name="cordova-plugin-globalization" spec="^1.0.7" /> | ||
|
@@ -122,18 +131,22 @@ | |
<plugin name="cordova-plugin-pin-dialog" spec="^0.1.3" /> | ||
<plugin name="cordova-plugin-settings-hook" spec="^0.2.7" /> | ||
<plugin name="cordova-plugin-splashscreen" spec="^4.0.3" /> | ||
<plugin name="cordova-plugin-statusbar" spec="git+https://github.com/apache/cordova-plugin-statusbar.git" /> | ||
<plugin name="cordova-plugin-touch-id" spec="^3.2.0" /> | ||
<plugin name="cordova-plugin-websocket" spec="^0.12.2" /> | ||
<plugin name="cordova-plugin-whitelist" spec="^1.3.2" /> | ||
<plugin name="cordova-sqlite-storage" spec="^1.5.3" /> | ||
<plugin name="cordova.plugins.diagnostic" spec="^3.7.1" /> | ||
<plugin name="ionic-plugin-keyboard" spec="^2.2.1" /> | ||
<plugin name="org.devgeeks.Canvas2ImagePlugin" spec="https://github.com/flache/Canvas2ImagePlugin"> | ||
<variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value=" " /> | ||
</plugin> | ||
<plugin name="phonegap-plugin-mobile-accessibility" spec="^1.0.5" /> | ||
<plugin name="phonegap-plugin-push" spec="^1.10.5"> | ||
<variable name="SENDER_ID" value="710936220256" /> | ||
<plugin name="cordova-custom-config" spec="^4.0.2" /> | ||
<plugin name="cordova.plugins.diagnostic" spec="^3.7.1" /> | ||
<plugin name="cordova-plugin-email" spec="git+https://github.com/pliablepixels/cordova-email-plugin.git" /> | ||
<plugin name="cordova-plugin-touch-id" spec="^3.2.0" /> | ||
<plugin name="cordova-plugin-android-fingerprint-auth" spec="^1.4.0" /> | ||
<plugin name="cordova-plugin-certificates" spec="git+https://github.com/hypery2k/cordova-certificate-plugin.git" /> | ||
<plugin name="phonegap-plugin-push" spec="^2.1.1"> | ||
<variable name="FCM_VERSION" value="11.0.1" /> | ||
</plugin> | ||
<plugin name="cordova-plugin-statusbar" spec="git+https://github.com/apache/cordova-plugin-statusbar.git" /> | ||
</widget> |
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "710936220256", | ||
"firebase_url": "https://ninja-1105.firebaseio.com", | ||
"project_id": "ninja-1105", | ||
"storage_bucket": "ninja-1105.appspot.com" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:710936220256:android:aefe6da818d70d0b", | ||
"android_client_info": { | ||
"package_name": "com.pliablepixels.zmninja_pro" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "710936220256-lkqe18pbja8qubnorii7d3oi9n9avind.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyAZnFKzI4mhH3Tzg-czSe_hc8loXIi2xkw" | ||
} | ||
], | ||
"services": { | ||
"analytics_service": { | ||
"status": 1 | ||
}, | ||
"appinvite_service": { | ||
"status": 1, | ||
"other_platform_oauth_client": [] | ||
}, | ||
"ads_service": { | ||
"status": 2 | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "1" | ||
} |
Oops, something went wrong.