gomarketme-react-native 5.0.5 → 5.0.6
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/README.md +3 -3
- package/android/build.gradle +1 -1
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/Info.plist +9 -9
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeSignature +0 -0
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
### npm
|
|
11
11
|
|
|
12
12
|
```bash
|
|
13
|
-
npm install gomarketme-react-native@5.0.
|
|
13
|
+
npm install gomarketme-react-native@5.0.6
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
### Yarn
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
yarn add gomarketme-react-native@5.0.
|
|
19
|
+
yarn add gomarketme-react-native@5.0.6
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
### pnpm
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
pnpm add gomarketme-react-native@5.0.
|
|
25
|
+
pnpm add gomarketme-react-native@5.0.6
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
|
package/android/build.gradle
CHANGED
|
@@ -39,7 +39,7 @@ repositories {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
dependencies {
|
|
42
|
-
implementation files('libs/core-5.0.
|
|
42
|
+
implementation files('libs/core-5.0.1.jar')
|
|
43
43
|
implementation 'com.android.billingclient:billing:8.3.0'
|
|
44
44
|
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
|
|
45
45
|
compileOnly 'com.facebook.react:react-android:+'
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
<array>
|
|
7
7
|
<dict>
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
|
-
<string>GoMarketMeAppleCoreKit.framework/
|
|
9
|
+
<string>GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-arm64_x86_64-
|
|
11
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>GoMarketMeAppleCoreKit.framework</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
@@ -19,38 +19,38 @@
|
|
|
19
19
|
<key>SupportedPlatform</key>
|
|
20
20
|
<string>ios</string>
|
|
21
21
|
<key>SupportedPlatformVariant</key>
|
|
22
|
-
<string>
|
|
22
|
+
<string>simulator</string>
|
|
23
23
|
</dict>
|
|
24
24
|
<dict>
|
|
25
25
|
<key>BinaryPath</key>
|
|
26
26
|
<string>GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</string>
|
|
27
27
|
<key>LibraryIdentifier</key>
|
|
28
|
-
<string>ios-
|
|
28
|
+
<string>ios-arm64</string>
|
|
29
29
|
<key>LibraryPath</key>
|
|
30
30
|
<string>GoMarketMeAppleCoreKit.framework</string>
|
|
31
31
|
<key>SupportedArchitectures</key>
|
|
32
32
|
<array>
|
|
33
33
|
<string>arm64</string>
|
|
34
|
-
<string>x86_64</string>
|
|
35
34
|
</array>
|
|
36
35
|
<key>SupportedPlatform</key>
|
|
37
36
|
<string>ios</string>
|
|
38
|
-
<key>SupportedPlatformVariant</key>
|
|
39
|
-
<string>simulator</string>
|
|
40
37
|
</dict>
|
|
41
38
|
<dict>
|
|
42
39
|
<key>BinaryPath</key>
|
|
43
|
-
<string>GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</string>
|
|
40
|
+
<string>GoMarketMeAppleCoreKit.framework/Versions/A/GoMarketMeAppleCoreKit</string>
|
|
44
41
|
<key>LibraryIdentifier</key>
|
|
45
|
-
<string>ios-
|
|
42
|
+
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
46
43
|
<key>LibraryPath</key>
|
|
47
44
|
<string>GoMarketMeAppleCoreKit.framework</string>
|
|
48
45
|
<key>SupportedArchitectures</key>
|
|
49
46
|
<array>
|
|
50
47
|
<string>arm64</string>
|
|
48
|
+
<string>x86_64</string>
|
|
51
49
|
</array>
|
|
52
50
|
<key>SupportedPlatform</key>
|
|
53
51
|
<string>ios</string>
|
|
52
|
+
<key>SupportedPlatformVariant</key>
|
|
53
|
+
<string>maccatalyst</string>
|
|
54
54
|
</dict>
|
|
55
55
|
</array>
|
|
56
56
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
Binary file
|
package/lib/index.js
CHANGED