gomarketme-react-native 5.0.3 → 5.0.5
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/gomarketme-react-native.podspec +11 -1
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/Info.plist +7 -7
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeResources +39 -6
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64/GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit +0 -0
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Versions/A/GoMarketMeAppleCoreKit +0 -0
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit +0 -0
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeRequirements +0 -0
- package/ios/Frameworks/GoMarketMeAppleCoreKit.xcframework/ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_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.5
|
|
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.5
|
|
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.5
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
|
|
@@ -10,9 +10,19 @@ Pod::Spec.new do |s|
|
|
|
10
10
|
s.license = package['license']
|
|
11
11
|
s.author = package['author']
|
|
12
12
|
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
|
|
13
|
+
|
|
13
14
|
s.platforms = { :ios => '15.0' }
|
|
14
15
|
s.source_files = 'ios/**/*.{h,m,mm,swift}'
|
|
16
|
+
|
|
17
|
+
# GoMarketMeAppleCoreKit.xcframework is built as a static XCFramework.
|
|
15
18
|
s.vendored_frameworks = 'ios/Frameworks/GoMarketMeAppleCoreKit.xcframework'
|
|
19
|
+
s.static_framework = true
|
|
20
|
+
|
|
16
21
|
s.dependency 'React-Core'
|
|
17
22
|
s.swift_version = '5.9'
|
|
18
|
-
|
|
23
|
+
|
|
24
|
+
s.pod_target_xcconfig = {
|
|
25
|
+
'DEFINES_MODULE' => 'YES',
|
|
26
|
+
'SWIFT_VERSION' => '5.9'
|
|
27
|
+
}
|
|
28
|
+
end
|
|
@@ -6,17 +6,20 @@
|
|
|
6
6
|
<array>
|
|
7
7
|
<dict>
|
|
8
8
|
<key>BinaryPath</key>
|
|
9
|
-
<string>GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</string>
|
|
9
|
+
<string>GoMarketMeAppleCoreKit.framework/Versions/A/GoMarketMeAppleCoreKit</string>
|
|
10
10
|
<key>LibraryIdentifier</key>
|
|
11
|
-
<string>ios-
|
|
11
|
+
<string>ios-arm64_x86_64-maccatalyst</string>
|
|
12
12
|
<key>LibraryPath</key>
|
|
13
13
|
<string>GoMarketMeAppleCoreKit.framework</string>
|
|
14
14
|
<key>SupportedArchitectures</key>
|
|
15
15
|
<array>
|
|
16
16
|
<string>arm64</string>
|
|
17
|
+
<string>x86_64</string>
|
|
17
18
|
</array>
|
|
18
19
|
<key>SupportedPlatform</key>
|
|
19
20
|
<string>ios</string>
|
|
21
|
+
<key>SupportedPlatformVariant</key>
|
|
22
|
+
<string>maccatalyst</string>
|
|
20
23
|
</dict>
|
|
21
24
|
<dict>
|
|
22
25
|
<key>BinaryPath</key>
|
|
@@ -37,20 +40,17 @@
|
|
|
37
40
|
</dict>
|
|
38
41
|
<dict>
|
|
39
42
|
<key>BinaryPath</key>
|
|
40
|
-
<string>GoMarketMeAppleCoreKit.framework/
|
|
43
|
+
<string>GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</string>
|
|
41
44
|
<key>LibraryIdentifier</key>
|
|
42
|
-
<string>ios-
|
|
45
|
+
<string>ios-arm64</string>
|
|
43
46
|
<key>LibraryPath</key>
|
|
44
47
|
<string>GoMarketMeAppleCoreKit.framework</string>
|
|
45
48
|
<key>SupportedArchitectures</key>
|
|
46
49
|
<array>
|
|
47
50
|
<string>arm64</string>
|
|
48
|
-
<string>x86_64</string>
|
|
49
51
|
</array>
|
|
50
52
|
<key>SupportedPlatform</key>
|
|
51
53
|
<string>ios</string>
|
|
52
|
-
<key>SupportedPlatformVariant</key>
|
|
53
|
-
<string>maccatalyst</string>
|
|
54
54
|
</dict>
|
|
55
55
|
</array>
|
|
56
56
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>ios-arm64/GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
4RSvSuROU8HNPrYQqjLovOJNfj8=
|
|
10
10
|
</data>
|
|
11
11
|
<key>ios-arm64/GoMarketMeAppleCoreKit.framework/Info.plist</key>
|
|
12
12
|
<data>
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
</data>
|
|
75
75
|
<key>ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Versions/A/GoMarketMeAppleCoreKit</key>
|
|
76
76
|
<data>
|
|
77
|
-
|
|
77
|
+
yk0eqr8LKskSlAoxS09VRBKk4+4=
|
|
78
78
|
</data>
|
|
79
79
|
<key>ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Versions/A/Resources/Info.plist</key>
|
|
80
80
|
<data>
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
</data>
|
|
83
83
|
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/GoMarketMeAppleCoreKit</key>
|
|
84
84
|
<data>
|
|
85
|
-
|
|
85
|
+
LSOKPPgd3BxFMcZNj3CYOKXCywA=
|
|
86
86
|
</data>
|
|
87
87
|
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/Info.plist</key>
|
|
88
88
|
<data>
|
|
@@ -128,10 +128,22 @@
|
|
|
128
128
|
<data>
|
|
129
129
|
BH9/4V207MlEWxsBswSDQtUJcVw=
|
|
130
130
|
</data>
|
|
131
|
+
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeDirectory</key>
|
|
132
|
+
<data>
|
|
133
|
+
jg4cHfHsyAomoxfaKEB/3i1DXwM=
|
|
134
|
+
</data>
|
|
135
|
+
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeRequirements</key>
|
|
136
|
+
<data>
|
|
137
|
+
OnX22wWFKRSOFN1+obRynMCeyXM=
|
|
138
|
+
</data>
|
|
131
139
|
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeResources</key>
|
|
132
140
|
<data>
|
|
133
141
|
dUmeZqEtMYc/Tcp4e7QDRmbSSyE=
|
|
134
142
|
</data>
|
|
143
|
+
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeSignature</key>
|
|
144
|
+
<data>
|
|
145
|
+
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
|
|
146
|
+
</data>
|
|
135
147
|
</dict>
|
|
136
148
|
<key>files2</key>
|
|
137
149
|
<dict>
|
|
@@ -139,7 +151,7 @@
|
|
|
139
151
|
<dict>
|
|
140
152
|
<key>hash2</key>
|
|
141
153
|
<data>
|
|
142
|
-
|
|
154
|
+
C04IHXiePZkd1CrT9EUesjgEFXP3rNBlpZlxqVsCvO4=
|
|
143
155
|
</data>
|
|
144
156
|
</dict>
|
|
145
157
|
<key>ios-arm64/GoMarketMeAppleCoreKit.framework/Info.plist</key>
|
|
@@ -268,7 +280,7 @@
|
|
|
268
280
|
<dict>
|
|
269
281
|
<key>hash2</key>
|
|
270
282
|
<data>
|
|
271
|
-
|
|
283
|
+
m/kb5uQXG42fNEdoWiyP6Q5I7pVF5SYriLIVh/ZNu/c=
|
|
272
284
|
</data>
|
|
273
285
|
</dict>
|
|
274
286
|
<key>ios-arm64_x86_64-maccatalyst/GoMarketMeAppleCoreKit.framework/Versions/A/Resources/Info.plist</key>
|
|
@@ -287,7 +299,7 @@
|
|
|
287
299
|
<dict>
|
|
288
300
|
<key>hash2</key>
|
|
289
301
|
<data>
|
|
290
|
-
|
|
302
|
+
pK/XLdOOrB4b63BOnRp/68MmThblgB9VftRT53tv9rg=
|
|
291
303
|
</data>
|
|
292
304
|
</dict>
|
|
293
305
|
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/Info.plist</key>
|
|
@@ -367,6 +379,20 @@
|
|
|
367
379
|
se2xidXXkqmC5ATKH250NvlPBZQ8DpPS7X2MfNqfhX4=
|
|
368
380
|
</data>
|
|
369
381
|
</dict>
|
|
382
|
+
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeDirectory</key>
|
|
383
|
+
<dict>
|
|
384
|
+
<key>hash2</key>
|
|
385
|
+
<data>
|
|
386
|
+
oQiumvDoFJB0+ejjbSsK/nPIFkA9f99NMDz32FTDM/I=
|
|
387
|
+
</data>
|
|
388
|
+
</dict>
|
|
389
|
+
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeRequirements</key>
|
|
390
|
+
<dict>
|
|
391
|
+
<key>hash2</key>
|
|
392
|
+
<data>
|
|
393
|
+
mHkgkE6rZQ51eIwFSqCwUk5qgL/HGqMt+NI3phdD+YY=
|
|
394
|
+
</data>
|
|
395
|
+
</dict>
|
|
370
396
|
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeResources</key>
|
|
371
397
|
<dict>
|
|
372
398
|
<key>hash2</key>
|
|
@@ -374,6 +400,13 @@
|
|
|
374
400
|
bkezG2sQLDIdg+tKLph+8sfHzJ3iuu6unUn4F51kKHg=
|
|
375
401
|
</data>
|
|
376
402
|
</dict>
|
|
403
|
+
<key>ios-arm64_x86_64-simulator/GoMarketMeAppleCoreKit.framework/_CodeSignature/CodeSignature</key>
|
|
404
|
+
<dict>
|
|
405
|
+
<key>hash2</key>
|
|
406
|
+
<data>
|
|
407
|
+
47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
|
|
408
|
+
</data>
|
|
409
|
+
</dict>
|
|
377
410
|
</dict>
|
|
378
411
|
<key>rules</key>
|
|
379
412
|
<dict>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/lib/index.js
CHANGED