cordova-plugin-disst
Version:
plugin for disst configuration
221 lines (185 loc) • 9.27 kB
text/xml
<plugin id="cordova-plugin-disst"
version="1.0.2-beta3"
xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>Cordova Plugin DisstResp</name>
<description>Cordova Plugin for DisstResp</description>
<license>MIT</license>
<keywords>cordova,disstResp,seoul,ios,android</keywords>
<repo>http://ginno.synology.me:3000/cordova-plugin-disst.git</repo>
<!-- <js-module src="www/device.js" name="device">
<clobbers target="device" />
</js-module> -->
<platform name="ios">
<preference name="IOS_FIREBASE_DYNAMICLINKS_VERSION" default="~> 6.32.2"/>
<!--<preference name="KAKAO_APP_KEY" default="7120394d41153fd4e3f001f1af7686a5" /> -->
<!-- <preference name="FB_SDK_VERSION" default="5.13.1" /> -->
<!--
<config-file target="config.xml" parent="/*">
<feature name="Device">
<param name="ios-package" value="CDVDevice"/>
</feature>
</config-file>
<header-file src="src/ios/CDVDevice.h" />
<source-file src="src/ios/CDVDevice.m" />
-->
<config-file target="*-Info.plist" parent="CFBundleURLTypes">
<array>
<!-- <dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>kakao7120394d41153fd4e3f001f1af7686a5</string>
<string>fb2570845096472161</string>
</array>
</dict> -->
</array>
</config-file>
<config-file target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription">
<string>재난현장 실무지원 앱에서 서비스를 이용하기 위해 사용자 위치정보를 참조해야 합니다. 동의하시겠습니까?</string>
</config-file>
<config-file target="*-Info.plist" parent="NSLocationAlwaysUsageDescription">
<string>재난현장 실무지원 앱에서 서비스를 이용하기 위해 사용자 위치정보를 참조해야 합니다. 동의하시겠습니까?</string>
</config-file>
<config-file target="*-Info.plist" parent="NSLocationUsageDescription">
<string>재난현장 실무지원 앱에서 서비스를 이용하기 위해 사용자 위치정보를 참조해야 합니다. 동의하시겠습니까?</string>
</config-file>
<!-- <config-file target="*-Info.plist" parent="KAKAO_APP_KEY">
<string>7120394d41153fd4e3f001f1af7686a5</string>
</config-file> -->
<!-- <config-file target="*-Info.plist" parent="FacebookAppID">
<string>2570845096472161</string>
</config-file> -->
<!-- <config-file target="*-Info.plist" parent="FacebookDisplayName">
<string>SafeCity</string>
</config-file> -->
<!-- <config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes">
<array>
<string>kakao7120394d41153fd4e3f001f1af7686a5</string>
<string>kakaolink</string>
<string>kakaotalk-5.9.7</string>
<string>fbbapi</string>
<string>fbauth2</string>
<string>fbshareextension</string>
</array>
</config-file> -->
<config-file target="*-Info.plist" parent="">
</config-file>
<!--
<header-file src="src/ios/WlAppLogging.h" />
<header-file src="src/ios/WlAppLoggingBaseData.h" />
<header-file src="src/ios/WlAppOperation.h" />
<source-file src="libs/ios/libAppLogging-debug-simulator-d9259.a" framework="true"/>
<source-file src="libs/ios/libAppLogging-release-bitcode-4ee95.a" framework="true"/> -->
<!-- <source-file src="src/ios/AppDelegate+FBSDK.m"/>
<header-file src="src/ios/AppDelegate+FBSDK.h"/> -->
<source-file src="src/ios/DisstRespAppDelegate.m"/>
<header-file src="src/ios/DisstRespAppDelegate.h"/>
<source-file src="src/ios/MainViewControllerReplace.m"/>
<header-file src="src/ios/MainViewControllerReplace.h"/>
<resource-file src="src/ios/MainViewControllerReplace.xib"/>
<resource-file src="src/ios/GoogleService-Info.plist"/>
<podspec>
<config>
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="Firebase" spec="$IOS_FIREBASE_DYNAMICLINKS_VERSION" />
<!-- <pod name="FBSDKCoreKit" spec="~> 5.13.1" />
<pod name="FBSDKLoginKit" spec="~> 5.13.1"/>
<pod name="FBSDKShareKit" spec="~> 5.13.1"/> -->
</pods>
</podspec>
</platform>
<platform name="android">
<!-- <preference name="KAKAO_SDK_VERSION" default="1.15.1" /> -->
<edit-config
file="app/src/main/AndroidManifest.xml"
mode="merge"
target="/manifest/application"
>
<application
android:name=".GlobalApplication"
android:usesCleartextTraffic="true"
/>
</edit-config>
<!--
<config-file target="app/src/main/AndroidManifest.xml" parent="/manifest/application">
<service android:name="kr.go.seoul.hybrid.SafeCity.firebase.SafeCityFirebaseMessagingPluginService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
</config-file>
-->
<config-file
target="app/src/main/AndroidManifest.xml"
parent="/manifest/application/activity[@android:name='MainActivity']"
>
<intent-filter>
<action android:name="FCM_PLUGIN_ACTIVITY" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</config-file>
<config-file
target="app/src/main/AndroidManifest.xml"
parent="/manifest/application">
<!-- <meta-data
android:name="com.google.firebase.messaging.default_notification_channel_id"
android:value="default_channel_id"/> -->
<meta-data
android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@mipmap/ic_launcher"/>
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
</config-file>
<edit-config
file="app/src/main/AndroidManifest.xml"
mode="merge"
target="/manifest/application/activity[@android:name='MainActivity']"
>
<activity android:name="MainActivityReplace"/>
</edit-config>
<!-- <config-file target="res/xml/config.xml" parent="/*">
<feature name="Disst">
<param name="android-package" value="kr.go.seoul.hybrid.disst.app"/>
<param name="onload" value="true"/>
</feature>
</config-file> -->
<!-- <config-file target="res/values/strings.xml" parent="/resources">
<string name="kakao_app_key_dev">8201e6ab38391c7024dbe3e1ce3f4a29</string>
<string name="kakao_app_key_prod">7120394d41153fd4e3f001f1af7686a5</string>
<string name="kakao_scheme_dev">kakao8201e6ab38391c7024dbe3e1ce3f4a29</string>
<string name="kakao_scheme_prod">kakao7120394d41153fd4e3f001f1af7686a5</string>
<string name="kakaolink_host">kakaolink</string>
</config-file> -->
<!-- <lib-file src="libs/android/WLAppLogging-1.2.3-1.7.jar"/> -->
<!-- <resource-file src="src/android/style.xml" target="res/values/style.xml" /> -->
<resource-file
src="src/android/google-services.json"
target="../../google-services.json"
/>
<resource-file
src="src/android/provider_path.xml"
target="res/xml/provider_path.xml"
/>
<!-- <resource-file src="src/android/gradle.properties" target="../../../gradle.properties" /> -->
<!-- <framework src="src/android/SafeCityPlugin.gradle" custom="true" type="gradleReference"/> -->
<source-file
src="src/android/kr/go/seoul/hybrid/disst/app/GlobalApplication.java"
target-dir="src/kr/go/seoul/hybrid/disst/app/"
/>
<source-file
src="src/android/kr/go/seoul/hybrid/disst/app/MainActivityReplace.java"
target-dir="src/kr/go/seoul/hybrid/disst/app/"
/>
<source-file
src="src/android/kr/go/seoul/hybrid/disst/app/FileProvider.java"
target-dir="src/kr/go/seoul/hybrid/disst/app/"
/>
<!-- <source-file
src="src/android/kr/go/seoul/hybrid/disst/app/firebase/DisstRespFirebaseMessagingPluginService.java"
target-dir="src/kr/go/seoul/hybrid/disst/app/firebase/"
/> -->
</platform>
</plugin>