Skip to content

Commit e604918

Browse files
update iOS SDK version
1 parent 35126b0 commit e604918

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

ReactNativeCmp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.platforms = { :ios => min_ios_version_supported }
1818
s.source = { :git => "https://github.com/SourcePointUSA/react-native-sourcepoint-cmp.git", :tag => "#{s.version}" }
1919

20-
s.dependency "ConsentViewController", "7.12.0"
20+
s.dependency "ConsentViewController", "7.12.1"
2121
s.source_files = "ios/**/*.{h,m,mm,cpp,swift}"
2222
s.private_header_files = "ios/**/*.h"
2323

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost (1.84.0)
3-
- ConsentViewController (7.12.0):
3+
- ConsentViewController (7.12.1):
44
- Down (~> 0.11.0)
55
- SPMobileCore (= 0.1.11)
66
- DoubleConversion (1.1.6)
@@ -1660,7 +1660,7 @@ PODS:
16601660
- React-perflogger (= 0.79.2)
16611661
- React-utils (= 0.79.2)
16621662
- ReactNativeCmp (1.0.6):
1663-
- ConsentViewController (= 7.12.0)
1663+
- ConsentViewController (= 7.12.1)
16641664
- DoubleConversion
16651665
- glog
16661666
- hermes-engine
@@ -1919,7 +1919,7 @@ EXTERNAL SOURCES:
19191919

19201920
SPEC CHECKSUMS:
19211921
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
1922-
ConsentViewController: 9adf0d8de93022115c3a398e2b465870ee951a1d
1922+
ConsentViewController: 653e30da12ad26fbe47b8adfd0ca545c69c10d0e
19231923
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
19241924
fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
19251925
FBLazyVector: 84b955f7b4da8b895faf5946f73748267347c975
@@ -1989,7 +1989,7 @@ SPEC CHECKSUMS:
19891989
ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584
19901990
ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba
19911991
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
1992-
ReactNativeCmp: c9cedb0c654407a4bfca6040354e0a305aa011d3
1992+
ReactNativeCmp: d9f68a4c09cba4f9af8384bb49da5a9199f770c0
19931993
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19941994
SPMobileCore: 220d109e404cb17169f7e26f2a34c6022b80079a
19951995
Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf

example/ios/ReactNativeCmpExample.xcodeproj/project.pbxproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,14 @@
213213
inputFileListPaths = (
214214
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
215215
);
216+
inputPaths = (
217+
);
216218
name = "[CP] Embed Pods Frameworks";
217219
outputFileListPaths = (
218220
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
219221
);
222+
outputPaths = (
223+
);
220224
runOnlyForDeploymentPostprocessing = 0;
221225
shellPath = /bin/sh;
222226
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks.sh\"\n";
@@ -230,10 +234,14 @@
230234
inputFileListPaths = (
231235
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources-${CONFIGURATION}-input-files.xcfilelist",
232236
);
237+
inputPaths = (
238+
);
233239
name = "[CP] Copy Pods Resources";
234240
outputFileListPaths = (
235241
"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources-${CONFIGURATION}-output-files.xcfilelist",
236242
);
243+
outputPaths = (
244+
);
237245
runOnlyForDeploymentPostprocessing = 0;
238246
shellPath = /bin/sh;
239247
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources.sh\"\n";
@@ -395,10 +403,7 @@
395403
"-DFOLLY_CFG_NO_COROUTINES=1",
396404
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
397405
);
398-
OTHER_LDFLAGS = (
399-
"$(inherited)",
400-
" ",
401-
);
406+
OTHER_LDFLAGS = "$(inherited) ";
402407
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
403408
SDKROOT = iphoneos;
404409
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG";
@@ -478,10 +483,7 @@
478483
"-DFOLLY_CFG_NO_COROUTINES=1",
479484
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
480485
);
481-
OTHER_LDFLAGS = (
482-
"$(inherited)",
483-
" ",
484-
);
486+
OTHER_LDFLAGS = "$(inherited) ";
485487
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
486488
SDKROOT = iphoneos;
487489
USE_HERMES = true;

0 commit comments

Comments
 (0)