diff --git a/NitroExample.podspec b/NitroExample.podspec index d78ae02..f5609ab 100644 --- a/NitroExample.podspec +++ b/NitroExample.podspec @@ -1,8 +1,8 @@ -folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' +# folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32' Pod::Spec.new do |s| s.name = "NitroExample" - s.version = "0.1.7" + s.version = "0.1.8" s.summary = "A short summary of the Plz pod." s.description = "Fuck this shit" s.homepage = "https://github.com/yourusername/Plz" @@ -10,13 +10,13 @@ Pod::Spec.new do |s| s.authors = { "Your Name" => "your.email@example.com" } s.source = { :git => "https://github.com/yourusername/Plz.git" } - s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1" + # s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1" s.pod_target_xcconfig = { - "HEADER_SEARCH_PATHS" => "\"${PODS_ROOT}/Headers/Private/Yoga\"", + # "HEADER_SEARCH_PATHS" => "\"${PODS_ROOT}/Headers/Private/Yoga\"", 'DEFINES_MODULE' => 'YES', - "GCC_PREPROCESSOR_DEFINITIONS" => "$(inherited) FOLLY_NO_CONFIG FOLLY_CFG_NO_COROUTINES", - "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + # "GCC_PREPROCESSOR_DEFINITIONS" => "$(inherited) FOLLY_NO_CONFIG FOLLY_CFG_NO_COROUTINES", + # "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", } diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 61336e5..acccb8c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -8,7 +8,7 @@ PODS: - hermes-engine (0.78.0): - hermes-engine/Pre-built (= 0.78.0) - hermes-engine/Pre-built (0.78.0) - - NitroExample (0.1.7): + - NitroExample (0.1.8): - NitroModules - NitroModules (0.24.1): - DoubleConversion @@ -1776,7 +1776,7 @@ SPEC CHECKSUMS: fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd glog: eb93e2f488219332457c3c4eafd2738ddc7e80b8 hermes-engine: b417d2b2aee3b89b58e63e23a51e02be91dc876d - NitroExample: 91b184a388d835fd6583863280b8bdc13b88e08f + NitroExample: 79f001cff0f71c9e4678716c6b9ccb92a7775a24 NitroModules: 6e074c737fb01df4b8ea9f0ec4c26230f5848dfd RCT-Folly: 36fe2295e44b10d831836cc0d1daec5f8abcf809 RCTDeprecation: b2eecf2d60216df56bc5e6be5f063826d3c1ee35 diff --git a/ios/nitrostuff.xcodeproj/project.pbxproj b/ios/nitrostuff.xcodeproj/project.pbxproj index 437231b..7ef0546 100644 --- a/ios/nitrostuff.xcodeproj/project.pbxproj +++ b/ios/nitrostuff.xcodeproj/project.pbxproj @@ -378,7 +378,10 @@ "-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"; @@ -447,7 +450,10 @@ "-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;