jcore-react-native 2.1.7 → 2.1.9
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 +4 -3
- package/android/src/main/AndroidManifest.xml +1 -1
- package/ios/RCTJCoreModule/jcore-ios-4.6.2.xcframework/Info.plist +2 -2
- package/package.json +1 -1
- package/ios/RCTJCoreModule.xcodeproj/project.xcworkspace/xcuserdata/huangshuni.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/RCTJCoreModule.xcodeproj/project.xcworkspace/xcuserdata/shunihuang.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/RCTJCoreModule.xcodeproj/xcuserdata/huangshuni.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
- package/ios/RCTJCoreModule.xcodeproj/xcuserdata/shunihuang.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
- /package/ios/RCTJCoreModule/jcore-ios-4.6.2.xcframework/ios-arm64/{libJCore.a → libJCoreM.a} +0 -0
- /package/ios/RCTJCoreModule/jcore-ios-4.6.2.xcframework/ios-arm64_x86_64-simulator/{libJCore.a → libJCoreM.a} +0 -0
package/android/build.gradle
CHANGED
|
@@ -5,10 +5,11 @@ def safeExtGet(prop, fallback) {
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
android {
|
|
8
|
-
compileSdkVersion safeExtGet('compileSdkVersion',
|
|
8
|
+
compileSdkVersion safeExtGet('compileSdkVersion', 34)
|
|
9
|
+
namespace 'cn.jiguang.plugins.core'
|
|
9
10
|
defaultConfig {
|
|
10
|
-
minSdkVersion safeExtGet('minSdkVersion',
|
|
11
|
-
targetSdkVersion safeExtGet('targetSdkVersion',
|
|
11
|
+
minSdkVersion safeExtGet('minSdkVersion', 23)
|
|
12
|
+
targetSdkVersion safeExtGet('targetSdkVersion', 34)
|
|
12
13
|
versionCode 1
|
|
13
14
|
versionName "1.0"
|
|
14
15
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
11
|
<string>ios-arm64</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
|
-
<string>
|
|
13
|
+
<string>libJCoreM.a</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
15
15
|
<array>
|
|
16
16
|
<string>arm64</string>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<key>LibraryIdentifier</key>
|
|
25
25
|
<string>ios-arm64_x86_64-simulator</string>
|
|
26
26
|
<key>LibraryPath</key>
|
|
27
|
-
<string>
|
|
27
|
+
<string>libJCoreM.a</string>
|
|
28
28
|
<key>SupportedArchitectures</key>
|
|
29
29
|
<array>
|
|
30
30
|
<string>arm64</string>
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -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>RCTJCoreModule.xcscheme_^#shared#^_</key>
|
|
8
|
-
<dict>
|
|
9
|
-
<key>orderHint</key>
|
|
10
|
-
<integer>0</integer>
|
|
11
|
-
</dict>
|
|
12
|
-
</dict>
|
|
13
|
-
</dict>
|
|
14
|
-
</plist>
|
|
@@ -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>RCTJCoreModule.xcscheme_^#shared#^_</key>
|
|
8
|
-
<dict>
|
|
9
|
-
<key>orderHint</key>
|
|
10
|
-
<integer>0</integer>
|
|
11
|
-
</dict>
|
|
12
|
-
</dict>
|
|
13
|
-
</dict>
|
|
14
|
-
</plist>
|
/package/ios/RCTJCoreModule/jcore-ios-4.6.2.xcframework/ios-arm64/{libJCore.a → libJCoreM.a}
RENAMED
|
File without changes
|
|
File without changes
|