Skip to content

Commit

Permalink
merge develop to master
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-onegini committed Jun 21, 2021
2 parents 7849887 + c2af11f commit 741151c
Show file tree
Hide file tree
Showing 6 changed files with 673 additions and 44 deletions.
7 changes: 4 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.onegini.ExampleAppCordova" version="7.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<widget id="com.onegini.ExampleAppCordova" version="8.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
<name>ExampleApp</name>
<description>
Onegini Cordova Example app
Expand All @@ -20,7 +20,7 @@
<platform name="android">
<allow-intent href="market:*" />
<!-- Required to set minSdkVersion in app if cordova-plugin-onegini is included -->
<preference name="android-minSdkVersion" value="22" />
<preference name="android-minSdkVersion" value="23" />
<!-- Necessary to make sure that the deep app linking works properly -->
<preference name="AndroidLaunchMode" value="singleTask"/>
<edit-config file="AndroidManifest.xml" target="/manifest" mode="merge">
Expand All @@ -33,6 +33,7 @@
<resource-file src="google-services.json" target="app/google-services.json" />
</platform>
<platform name="ios">
<preference name="deployment-target" value="12.0.0" />
<config-file parent="NSFaceIDUsageDescription" target="*-Info.plist">
<string>FaceID is used as a authenticator to login to application.</string>
</config-file>
Expand All @@ -48,5 +49,5 @@
<plugin name="cordova-plugin-dialogs" spec="~1.3.0" />
<plugin name="cordova-plugin-pin-dialog" spec="~0.1.3" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<plugin name="cordova-plugin-onegini" spec="^7.0.0" />
<plugin name="cordova-plugin-onegini" spec="^9.0.0" />
</widget>
Binary file modified onegini-config-android.zip
Binary file not shown.
Binary file modified onegini-config-ios.zip
Binary file not shown.
Loading

0 comments on commit 741151c

Please sign in to comment.