@smile_identity/react-native 10.3.0 → 10.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +5 -1
- package/android/gradle.properties +2 -0
- package/package.json +1 -1
- package/react-native-smile-id.podspec +4 -1
- package/ios/SmileId.xcodeproj/xcuserdata/japhetndhlovu.xcuserdatad/xcschemes/SmileId.xcscheme +0 -23
- package/ios/SmileId.xcodeproj/xcuserdata/japhetndhlovu.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
package/android/build.gradle
CHANGED
|
@@ -8,12 +8,16 @@ buildscript {
|
|
|
8
8
|
google()
|
|
9
9
|
mavenCentral()
|
|
10
10
|
gradlePluginPortal()
|
|
11
|
+
// uncomment for development to test snapshots
|
|
12
|
+
// maven {
|
|
13
|
+
// url 'https://oss.sonatype.org/content/repositories/snapshots/'
|
|
14
|
+
// }
|
|
11
15
|
}
|
|
12
16
|
|
|
13
17
|
dependencies {
|
|
14
18
|
classpath "com.android.tools.build:gradle:8.3.2"
|
|
15
19
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
|
16
|
-
if (
|
|
20
|
+
if (kotlin_version?.startsWith("2")) {
|
|
17
21
|
classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:$kotlin_version"
|
|
18
22
|
}
|
|
19
23
|
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
|
|
@@ -4,4 +4,6 @@ SmileId_targetSdkVersion=35
|
|
|
4
4
|
SmileId_compileSdkVersion=35
|
|
5
5
|
SmileId_ndkversion=21.4.7075529
|
|
6
6
|
SmileId_androidVersion=10.6.0
|
|
7
|
+
; Uncomment for dev also uncomment snapshots repo in build.gradle
|
|
8
|
+
; SmileId_androidVersion=10.6.1-SNAPSHOT
|
|
7
9
|
SmileId_kotlinCompilerExtensionVersion=1.5.11
|
package/package.json
CHANGED
|
@@ -15,7 +15,10 @@ Pod::Spec.new do |s|
|
|
|
15
15
|
s.source = { :git => "https://docs.usesmileid.com/.git", :tag => "#{s.version}" }
|
|
16
16
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
18
|
-
s.dependency "SmileID", "10.5.
|
|
18
|
+
s.dependency "SmileID", "10.5.2"
|
|
19
|
+
# for development alongside example/ios/Podfile uncomment the version and specify
|
|
20
|
+
# tag or branch in example/ios/Podfile
|
|
21
|
+
# s.dependency "SmileID"
|
|
19
22
|
|
|
20
23
|
# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
|
|
21
24
|
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
|
package/ios/SmileId.xcodeproj/xcuserdata/japhetndhlovu.xcuserdatad/xcschemes/SmileId.xcscheme
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<Scheme
|
|
3
|
-
version = "1.3">
|
|
4
|
-
<BuildAction>
|
|
5
|
-
<BuildActionEntries>
|
|
6
|
-
<BuildActionEntry
|
|
7
|
-
buildForRunning = "YES">
|
|
8
|
-
<BuildableReference
|
|
9
|
-
BuildableIdentifier = "primary"
|
|
10
|
-
BlueprintIdentifier = "58B511DA1A9E6C8500147676"
|
|
11
|
-
BuildableName = "libSmileId.a"
|
|
12
|
-
BlueprintName = "SmileId"
|
|
13
|
-
ReferencedContainer = "container:SmileId.xcodeproj">
|
|
14
|
-
</BuildableReference>
|
|
15
|
-
</BuildActionEntry>
|
|
16
|
-
</BuildActionEntries>
|
|
17
|
-
</BuildAction>
|
|
18
|
-
<LaunchAction
|
|
19
|
-
useCustomWorkingDirectory = "NO"
|
|
20
|
-
buildConfiguration = "Debug"
|
|
21
|
-
allowLocationSimulation = "YES">
|
|
22
|
-
</LaunchAction>
|
|
23
|
-
</Scheme>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>SchemeUserState</key>
|
|
6
|
-
<dict>
|
|
7
|
-
<key>SmileId.xcscheme</key>
|
|
8
|
-
<dict>
|
|
9
|
-
<key>orderHint</key>
|
|
10
|
-
<integer>0</integer>
|
|
11
|
-
</dict>
|
|
12
|
-
</dict>
|
|
13
|
-
</dict>
|
|
14
|
-
</plist>
|