@primer-io/react-native 2.32.2 → 2.34.0
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
CHANGED
|
@@ -177,13 +177,13 @@ detekt {
|
|
|
177
177
|
def kotlin_version = getExtOrDefault('kotlinVersion')
|
|
178
178
|
|
|
179
179
|
dependencies {
|
|
180
|
-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.
|
|
180
|
+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8")
|
|
181
181
|
// noinspection GradleDynamicVersion
|
|
182
182
|
api 'com.facebook.react:react-native:+'
|
|
183
183
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
184
|
-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.
|
|
185
|
-
implementation 'io.primer:android:2.
|
|
186
|
-
testImplementation 'io.mockk:mockk:1.
|
|
184
|
+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
|
|
185
|
+
implementation 'io.primer:android:2.41.0'
|
|
186
|
+
testImplementation 'io.mockk:mockk:1.14.2'
|
|
187
187
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
|
|
188
188
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
|
|
189
189
|
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ReactNative_kotlinVersion=
|
|
2
|
-
ReactNative_compileSdkVersion=
|
|
3
|
-
ReactNative_buildToolsVersion=
|
|
4
|
-
ReactNative_targetSdkVersion=
|
|
1
|
+
ReactNative_kotlinVersion=2.0.21
|
|
2
|
+
ReactNative_compileSdkVersion=35
|
|
3
|
+
ReactNative_buildToolsVersion=35.0.0
|
|
4
|
+
ReactNative_targetSdkVersion=35
|
package/ios/Podfile.lock
CHANGED
package/ios/Pods/Manifest.lock
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
objects = {
|
|
8
8
|
|
|
9
9
|
/* Begin PBXBuildFile section */
|
|
10
|
-
|
|
10
|
+
EAA82327EE7629CA802A238F0DC59B9D /* Pods-ReactNative-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 21494CACF6F2E013D9CB5866F5B70547 /* Pods-ReactNative-dummy.m */; };
|
|
11
11
|
/* End PBXBuildFile section */
|
|
12
12
|
|
|
13
13
|
/* Begin PBXFileReference section */
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
/* End PBXFileReference section */
|
|
22
22
|
|
|
23
23
|
/* Begin PBXFrameworksBuildPhase section */
|
|
24
|
-
|
|
24
|
+
D4ED3A920EB8C47DA5CA5D38633C5457 /* Frameworks */ = {
|
|
25
25
|
isa = PBXFrameworksBuildPhase;
|
|
26
26
|
buildActionMask = 2147483647;
|
|
27
27
|
files = (
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
/* End PBXGroup section */
|
|
81
81
|
|
|
82
82
|
/* Begin PBXHeadersBuildPhase section */
|
|
83
|
-
|
|
83
|
+
677651E04C1EAFFD55608E3BD580794D /* Headers */ = {
|
|
84
84
|
isa = PBXHeadersBuildPhase;
|
|
85
85
|
buildActionMask = 2147483647;
|
|
86
86
|
files = (
|
|
@@ -92,11 +92,11 @@
|
|
|
92
92
|
/* Begin PBXNativeTarget section */
|
|
93
93
|
596E717FE57719548E74A692D33C9E22 /* Pods-ReactNative */ = {
|
|
94
94
|
isa = PBXNativeTarget;
|
|
95
|
-
buildConfigurationList =
|
|
95
|
+
buildConfigurationList = F24F8A3C4571C34602E58D736B534F68 /* Build configuration list for PBXNativeTarget "Pods-ReactNative" */;
|
|
96
96
|
buildPhases = (
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
97
|
+
677651E04C1EAFFD55608E3BD580794D /* Headers */,
|
|
98
|
+
A23A1D13EC3B41E1E1702D0D8FF63A87 /* Sources */,
|
|
99
|
+
D4ED3A920EB8C47DA5CA5D38633C5457 /* Frameworks */,
|
|
100
100
|
);
|
|
101
101
|
buildRules = (
|
|
102
102
|
);
|
|
@@ -113,8 +113,8 @@
|
|
|
113
113
|
BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
|
|
114
114
|
isa = PBXProject;
|
|
115
115
|
attributes = {
|
|
116
|
-
LastSwiftUpdateCheck =
|
|
117
|
-
LastUpgradeCheck =
|
|
116
|
+
LastSwiftUpdateCheck = 1600;
|
|
117
|
+
LastUpgradeCheck = 1600;
|
|
118
118
|
};
|
|
119
119
|
buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
|
|
120
120
|
compatibilityVersion = "Xcode 3.2";
|
|
@@ -125,6 +125,8 @@
|
|
|
125
125
|
en,
|
|
126
126
|
);
|
|
127
127
|
mainGroup = CF1408CF629C7361332E53B88F7BD30C;
|
|
128
|
+
minimizedProjectReferenceProxies = 0;
|
|
129
|
+
preferredProjectObjectVersion = 77;
|
|
128
130
|
productRefGroup = CB20B21090D4AD0B23B383165FD7FC35 /* Products */;
|
|
129
131
|
projectDirPath = "";
|
|
130
132
|
projectRoot = "";
|
|
@@ -135,62 +137,17 @@
|
|
|
135
137
|
/* End PBXProject section */
|
|
136
138
|
|
|
137
139
|
/* Begin PBXSourcesBuildPhase section */
|
|
138
|
-
|
|
140
|
+
A23A1D13EC3B41E1E1702D0D8FF63A87 /* Sources */ = {
|
|
139
141
|
isa = PBXSourcesBuildPhase;
|
|
140
142
|
buildActionMask = 2147483647;
|
|
141
143
|
files = (
|
|
142
|
-
|
|
144
|
+
EAA82327EE7629CA802A238F0DC59B9D /* Pods-ReactNative-dummy.m in Sources */,
|
|
143
145
|
);
|
|
144
146
|
runOnlyForDeploymentPostprocessing = 0;
|
|
145
147
|
};
|
|
146
148
|
/* End PBXSourcesBuildPhase section */
|
|
147
149
|
|
|
148
150
|
/* Begin XCBuildConfiguration section */
|
|
149
|
-
11F75A457AFABF4E2091DD13855D8455 /* Debug */ = {
|
|
150
|
-
isa = XCBuildConfiguration;
|
|
151
|
-
baseConfigurationReference = 2C33F1119B4C5BFECC9324C0F764B631 /* Pods-ReactNative.debug.xcconfig */;
|
|
152
|
-
buildSettings = {
|
|
153
|
-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
154
|
-
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
155
|
-
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
156
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
157
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
158
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
159
|
-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
160
|
-
MACH_O_TYPE = staticlib;
|
|
161
|
-
OTHER_LDFLAGS = "";
|
|
162
|
-
OTHER_LIBTOOLFLAGS = "";
|
|
163
|
-
PODS_ROOT = "$(SRCROOT)";
|
|
164
|
-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
|
165
|
-
SDKROOT = iphoneos;
|
|
166
|
-
SKIP_INSTALL = YES;
|
|
167
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
168
|
-
};
|
|
169
|
-
name = Debug;
|
|
170
|
-
};
|
|
171
|
-
23CA96C2C18780AB87596551DB8B3060 /* Release */ = {
|
|
172
|
-
isa = XCBuildConfiguration;
|
|
173
|
-
baseConfigurationReference = 2F8BD7D813BBFC9A1ECFDC65BFA4EB65 /* Pods-ReactNative.release.xcconfig */;
|
|
174
|
-
buildSettings = {
|
|
175
|
-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
176
|
-
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
177
|
-
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
178
|
-
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
179
|
-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
180
|
-
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
181
|
-
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
182
|
-
MACH_O_TYPE = staticlib;
|
|
183
|
-
OTHER_LDFLAGS = "";
|
|
184
|
-
OTHER_LIBTOOLFLAGS = "";
|
|
185
|
-
PODS_ROOT = "$(SRCROOT)";
|
|
186
|
-
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
|
187
|
-
SDKROOT = iphoneos;
|
|
188
|
-
SKIP_INSTALL = YES;
|
|
189
|
-
TARGETED_DEVICE_FAMILY = "1,2";
|
|
190
|
-
VALIDATE_PRODUCT = YES;
|
|
191
|
-
};
|
|
192
|
-
name = Release;
|
|
193
|
-
};
|
|
194
151
|
8DE5143C03248BB6CD542DE3963D6F3A /* Debug */ = {
|
|
195
152
|
isa = XCBuildConfiguration;
|
|
196
153
|
buildSettings = {
|
|
@@ -319,6 +276,55 @@
|
|
|
319
276
|
};
|
|
320
277
|
name = Release;
|
|
321
278
|
};
|
|
279
|
+
A2D63CC0E48C14C948F2DC7DC9555A08 /* Release */ = {
|
|
280
|
+
isa = XCBuildConfiguration;
|
|
281
|
+
baseConfigurationReference = 2F8BD7D813BBFC9A1ECFDC65BFA4EB65 /* Pods-ReactNative.release.xcconfig */;
|
|
282
|
+
buildSettings = {
|
|
283
|
+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
284
|
+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
285
|
+
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
286
|
+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
287
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
288
|
+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
289
|
+
ENABLE_MODULE_VERIFIER = NO;
|
|
290
|
+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
291
|
+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
292
|
+
MACH_O_TYPE = staticlib;
|
|
293
|
+
OTHER_LDFLAGS = "";
|
|
294
|
+
OTHER_LIBTOOLFLAGS = "";
|
|
295
|
+
PODS_ROOT = "$(SRCROOT)";
|
|
296
|
+
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
|
297
|
+
SDKROOT = iphoneos;
|
|
298
|
+
SKIP_INSTALL = YES;
|
|
299
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
300
|
+
VALIDATE_PRODUCT = YES;
|
|
301
|
+
};
|
|
302
|
+
name = Release;
|
|
303
|
+
};
|
|
304
|
+
D3D4DC4D657B5BDF53681C6E78395743 /* Debug */ = {
|
|
305
|
+
isa = XCBuildConfiguration;
|
|
306
|
+
baseConfigurationReference = 2C33F1119B4C5BFECC9324C0F764B631 /* Pods-ReactNative.debug.xcconfig */;
|
|
307
|
+
buildSettings = {
|
|
308
|
+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
|
|
309
|
+
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
310
|
+
CLANG_ENABLE_OBJC_WEAK = NO;
|
|
311
|
+
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
|
|
312
|
+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
|
|
313
|
+
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
|
|
314
|
+
ENABLE_MODULE_VERIFIER = NO;
|
|
315
|
+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
|
|
316
|
+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
317
|
+
MACH_O_TYPE = staticlib;
|
|
318
|
+
OTHER_LDFLAGS = "";
|
|
319
|
+
OTHER_LIBTOOLFLAGS = "";
|
|
320
|
+
PODS_ROOT = "$(SRCROOT)";
|
|
321
|
+
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
|
|
322
|
+
SDKROOT = iphoneos;
|
|
323
|
+
SKIP_INSTALL = YES;
|
|
324
|
+
TARGETED_DEVICE_FAMILY = "1,2";
|
|
325
|
+
};
|
|
326
|
+
name = Debug;
|
|
327
|
+
};
|
|
322
328
|
/* End XCBuildConfiguration section */
|
|
323
329
|
|
|
324
330
|
/* Begin XCConfigurationList section */
|
|
@@ -331,11 +337,11 @@
|
|
|
331
337
|
defaultConfigurationIsVisible = 0;
|
|
332
338
|
defaultConfigurationName = Release;
|
|
333
339
|
};
|
|
334
|
-
|
|
340
|
+
F24F8A3C4571C34602E58D736B534F68 /* Build configuration list for PBXNativeTarget "Pods-ReactNative" */ = {
|
|
335
341
|
isa = XCConfigurationList;
|
|
336
342
|
buildConfigurations = (
|
|
337
|
-
|
|
338
|
-
|
|
343
|
+
D3D4DC4D657B5BDF53681C6E78395743 /* Debug */,
|
|
344
|
+
A2D63CC0E48C14C948F2DC7DC9555A08 /* Release */,
|
|
339
345
|
);
|
|
340
346
|
defaultConfigurationIsVisible = 0;
|
|
341
347
|
defaultConfigurationName = Release;
|
package/package.json
CHANGED