diff --git a/ReactNativeCmp.podspec b/ReactNativeCmp.podspec index 32e8907..39c2d60 100644 --- a/ReactNativeCmp.podspec +++ b/ReactNativeCmp.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.platforms = { :ios => min_ios_version_supported } s.source = { :git => "https://github.com/SourcePointUSA/react-native-sourcepoint-cmp.git", :tag => "#{s.version}" } - s.dependency "ConsentViewController", "7.12.0" + s.dependency "ConsentViewController", "7.12.1" s.source_files = "ios/**/*.{h,m,mm,cpp,swift}" s.private_header_files = "ios/**/*.h" diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 8a58712..182caa7 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - boost (1.84.0) - - ConsentViewController (7.12.0): + - ConsentViewController (7.12.1): - Down (~> 0.11.0) - SPMobileCore (= 0.1.11) - DoubleConversion (1.1.6) @@ -1660,7 +1660,7 @@ PODS: - React-perflogger (= 0.79.2) - React-utils (= 0.79.2) - ReactNativeCmp (1.0.7): - - ConsentViewController (= 7.12.0) + - ConsentViewController (= 7.12.1) - DoubleConversion - glog - hermes-engine @@ -1919,7 +1919,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90 - ConsentViewController: 9adf0d8de93022115c3a398e2b465870ee951a1d + ConsentViewController: 653e30da12ad26fbe47b8adfd0ca545c69c10d0e DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6 FBLazyVector: 84b955f7b4da8b895faf5946f73748267347c975 @@ -1989,7 +1989,7 @@ SPEC CHECKSUMS: ReactAppDependencyProvider: 04d5eb15eb46be6720e17a4a7fa92940a776e584 ReactCodegen: c63eda03ba1d94353fb97b031fc84f75a0d125ba ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0 - ReactNativeCmp: 5802c871aac936b29453df53685913c330c3de01 + ReactNativeCmp: d9f68a4c09cba4f9af8384bb49da5a9199f770c0 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 SPMobileCore: 220d109e404cb17169f7e26f2a34c6022b80079a Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf diff --git a/example/ios/ReactNativeCmpExample.xcodeproj/project.pbxproj b/example/ios/ReactNativeCmpExample.xcodeproj/project.pbxproj index b8cdb73..6e7ff49 100644 --- a/example/ios/ReactNativeCmpExample.xcodeproj/project.pbxproj +++ b/example/ios/ReactNativeCmpExample.xcodeproj/project.pbxproj @@ -213,10 +213,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-frameworks.sh\"\n"; @@ -230,10 +234,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeCmpExample/Pods-ReactNativeCmpExample-resources.sh\"\n"; @@ -395,10 +403,7 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; @@ -478,10 +483,7 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true;