@rnpack/utils 0.1.10 → 0.1.12
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/__mocks__/jestSetupFile.js +0 -0
- package/__mocks__/rnpack-utils-mock.js +17 -0
- package/example/node_modules/react-native/Libraries/ActionSheetIOS/React-RCTActionSheet.podspec +34 -0
- package/example/node_modules/react-native/Libraries/AppDelegate/React-RCTAppDelegate.podspec +88 -0
- package/example/node_modules/react-native/Libraries/Blob/React-RCTBlob.podspec +59 -0
- package/example/node_modules/react-native/Libraries/FBLazyVector/FBLazyVector.podspec +31 -0
- package/example/node_modules/react-native/Libraries/Image/React-RCTImage.podspec +57 -0
- package/example/node_modules/react-native/Libraries/LinkingIOS/React-RCTLinking.podspec +51 -0
- package/example/node_modules/react-native/Libraries/NativeAnimation/React-RCTAnimation.podspec +54 -0
- package/example/node_modules/react-native/Libraries/Network/React-RCTNetwork.podspec +56 -0
- package/example/node_modules/react-native/Libraries/PushNotificationIOS/React-RCTPushNotification.podspec +53 -0
- package/example/node_modules/react-native/Libraries/Required/RCTRequired.podspec +30 -0
- package/example/node_modules/react-native/Libraries/Settings/React-RCTSettings.podspec +53 -0
- package/example/node_modules/react-native/Libraries/Text/React-RCTText.podspec +37 -0
- package/example/node_modules/react-native/Libraries/TypeSafety/RCTTypeSafety.podspec +39 -0
- package/example/node_modules/react-native/Libraries/Vibration/React-RCTVibration.podspec +53 -0
- package/example/node_modules/react-native/React/CoreModules/React-CoreModules.podspec +67 -0
- package/example/node_modules/react-native/React/React-RCTFBReactNativeSpec.podspec +95 -0
- package/example/node_modules/react-native/React/React-RCTFabric.podspec +107 -0
- package/example/node_modules/react-native/React/Runtime/React-RCTRuntime.podspec +70 -0
- package/example/node_modules/react-native/React-Core-prebuilt.podspec +78 -0
- package/example/node_modules/react-native/React-Core.podspec +137 -0
- package/example/node_modules/react-native/React.podspec +56 -0
- package/example/node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation/RCTDeprecation.podspec +25 -0
- package/example/node_modules/react-native/ReactCommon/React-Fabric.podspec +207 -0
- package/example/node_modules/react-native/ReactCommon/React-FabricComponents.podspec +170 -0
- package/example/node_modules/react-native/ReactCommon/React-FabricImage.podspec +79 -0
- package/example/node_modules/react-native/ReactCommon/React-Mapbuffer.podspec +40 -0
- package/example/node_modules/react-native/ReactCommon/ReactCommon.podspec +72 -0
- package/example/node_modules/react-native/ReactCommon/callinvoker/React-callinvoker.podspec +30 -0
- package/example/node_modules/react-native/ReactCommon/cxxreact/React-cxxreact.podspec +56 -0
- package/example/node_modules/react-native/ReactCommon/hermes/React-hermes.podspec +52 -0
- package/example/node_modules/react-native/ReactCommon/hermes/executor/React-jsitracing.podspec +38 -0
- package/example/node_modules/react-native/ReactCommon/jserrorhandler/React-jserrorhandler.podspec +52 -0
- package/example/node_modules/react-native/ReactCommon/jsi/React-jsi.podspec +50 -0
- package/example/node_modules/react-native/ReactCommon/jsiexecutor/React-jsiexecutor.podspec +45 -0
- package/example/node_modules/react-native/ReactCommon/jsinspector-modern/React-jsinspector.podspec +63 -0
- package/example/node_modules/react-native/ReactCommon/jsinspector-modern/cdp/React-jsinspectorcdp.podspec +48 -0
- package/example/node_modules/react-native/ReactCommon/jsinspector-modern/network/React-jsinspectornetwork.podspec +53 -0
- package/example/node_modules/react-native/ReactCommon/jsinspector-modern/tracing/React-jsinspectortracing.podspec +51 -0
- package/example/node_modules/react-native/ReactCommon/jsitooling/React-jsitooling.podspec +47 -0
- package/example/node_modules/react-native/ReactCommon/logger/React-logger.podspec +34 -0
- package/example/node_modules/react-native/ReactCommon/oscompat/React-oscompat.podspec +31 -0
- package/example/node_modules/react-native/ReactCommon/react/debug/React-debug.podspec +34 -0
- package/example/node_modules/react-native/ReactCommon/react/featureflags/React-featureflags.podspec +44 -0
- package/example/node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios/React-NativeModulesApple.podspec +54 -0
- package/example/node_modules/react-native/ReactCommon/react/nativemodule/defaults/React-defaultsnativemodule.podspec +54 -0
- package/example/node_modules/react-native/ReactCommon/react/nativemodule/dom/React-domnativemodule.podspec +60 -0
- package/example/node_modules/react-native/ReactCommon/react/nativemodule/featureflags/React-featureflagsnativemodule.podspec +53 -0
- package/example/node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks/React-idlecallbacksnativemodule.podspec +55 -0
- package/example/node_modules/react-native/ReactCommon/react/nativemodule/microtasks/React-microtasksnativemodule.podspec +52 -0
- package/example/node_modules/react-native/ReactCommon/react/nativemodule/samples/ReactCommon-Samples.podspec +63 -0
- package/example/node_modules/react-native/ReactCommon/react/performance/timeline/React-performancetimeline.podspec +50 -0
- package/example/node_modules/react-native/ReactCommon/react/renderer/consistency/React-rendererconsistency.podspec +43 -0
- package/example/node_modules/react-native/ReactCommon/react/renderer/css/React-renderercss.podspec +47 -0
- package/example/node_modules/react-native/ReactCommon/react/renderer/debug/React-rendererdebug.podspec +48 -0
- package/example/node_modules/react-native/ReactCommon/react/renderer/graphics/React-graphics.podspec +55 -0
- package/example/node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios/React-ImageManager.podspec +56 -0
- package/example/node_modules/react-native/ReactCommon/react/renderer/runtimescheduler/React-runtimescheduler.podspec +59 -0
- package/example/node_modules/react-native/ReactCommon/react/runtime/React-RuntimeCore.podspec +56 -0
- package/example/node_modules/react-native/ReactCommon/react/runtime/React-RuntimeHermes.podspec +53 -0
- package/example/node_modules/react-native/ReactCommon/react/runtime/platform/ios/React-RuntimeApple.podspec +72 -0
- package/example/node_modules/react-native/ReactCommon/react/timing/React-timing.podspec +43 -0
- package/example/node_modules/react-native/ReactCommon/react/utils/React-utils.podspec +55 -0
- package/example/node_modules/react-native/ReactCommon/reactperflogger/React-perflogger.podspec +42 -0
- package/example/node_modules/react-native/ReactCommon/runtimeexecutor/React-runtimeexecutor.podspec +56 -0
- package/example/node_modules/react-native/ReactCommon/yoga/Yoga.podspec +66 -0
- package/example/node_modules/react-native/react-native.config.js +139 -0
- package/example/node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec +165 -0
- package/example/node_modules/react-native/third-party-podspecs/DoubleConversion.podspec +34 -0
- package/example/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec +132 -0
- package/example/node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec +99 -0
- package/example/node_modules/react-native/third-party-podspecs/boost.podspec +34 -0
- package/example/node_modules/react-native/third-party-podspecs/fast_float.podspec +29 -0
- package/example/node_modules/react-native/third-party-podspecs/fmt.podspec +29 -0
- package/example/node_modules/react-native/third-party-podspecs/glog.podspec +47 -0
- package/example/node_modules/react-native-nitro-modules/NitroModules.podspec +90 -0
- package/example/node_modules/react-native-nitro-modules/react-native.config.js +16 -0
- package/example/react-native.config.js +21 -0
- package/lib/typescript/__tests__/utils/string.test.d.ts +2 -0
- package/lib/typescript/__tests__/utils/string.test.d.ts.map +1 -0
- package/package.json +5 -3
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
Pod::Spec.new do |s|
|
|
20
|
+
s.name = "React-callinvoker"
|
|
21
|
+
s.version = version
|
|
22
|
+
s.summary = "-" # TODO
|
|
23
|
+
s.homepage = "https://reactnative.dev/"
|
|
24
|
+
s.license = package["license"]
|
|
25
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
26
|
+
s.platforms = min_supported_versions
|
|
27
|
+
s.source = source
|
|
28
|
+
s.source_files = podspec_sources("**/*.{cpp,h}", "**/*.h")
|
|
29
|
+
s.header_dir = "ReactCommon"
|
|
30
|
+
end
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3
|
+
#
|
|
4
|
+
# This source code is licensed under the MIT license found in the
|
|
5
|
+
# LICENSE file in the root directory of this source tree.
|
|
6
|
+
|
|
7
|
+
require "json"
|
|
8
|
+
|
|
9
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
10
|
+
version = package['version']
|
|
11
|
+
|
|
12
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
13
|
+
if version == '1000.0.0'
|
|
14
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
15
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
16
|
+
else
|
|
17
|
+
source[:tag] = "v#{version}"
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Pod::Spec.new do |s|
|
|
22
|
+
s.name = "React-cxxreact"
|
|
23
|
+
s.version = version
|
|
24
|
+
s.summary = "-" # TODO
|
|
25
|
+
s.homepage = "https://reactnative.dev/"
|
|
26
|
+
s.license = package["license"]
|
|
27
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
28
|
+
s.platforms = min_supported_versions
|
|
29
|
+
s.source = source
|
|
30
|
+
s.source_files = podspec_sources("*.{cpp,h}", "*.h")
|
|
31
|
+
s.pod_target_xcconfig = {
|
|
32
|
+
"HEADER_SEARCH_PATHS" => "\"$(PODS_CONFIGURATION_BUILD_DIR)/React-debug/React_debug.framework/Headers\" \"${PODS_CONFIGURATION_BUILD_DIR}/React-runtimeexecutor/React_runtimeexecutor.framework/Headers\"",
|
|
33
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard()
|
|
34
|
+
}
|
|
35
|
+
s.header_dir = "cxxreact"
|
|
36
|
+
|
|
37
|
+
add_dependency(s, "React-jsinspector", :framework_name => 'jsinspector_modern')
|
|
38
|
+
add_dependency(s, "React-jsinspectorcdp", :framework_name => 'jsinspector_moderncdp')
|
|
39
|
+
add_dependency(s, "React-jsinspectortracing", :framework_name => 'jsinspector_moderntracing')
|
|
40
|
+
s.dependency "React-callinvoker", version
|
|
41
|
+
add_dependency(s, "React-runtimeexecutor", :additional_framework_paths => ["platform/ios"])
|
|
42
|
+
s.dependency "React-perflogger", version
|
|
43
|
+
s.dependency "React-jsi", version
|
|
44
|
+
s.dependency "React-logger", version
|
|
45
|
+
s.dependency "React-debug", version
|
|
46
|
+
s.dependency "React-timing", version
|
|
47
|
+
|
|
48
|
+
s.resource_bundles = {'React-cxxreact_privacy' => 'PrivacyInfo.xcprivacy'}
|
|
49
|
+
|
|
50
|
+
if use_hermes()
|
|
51
|
+
s.dependency 'hermes-engine'
|
|
52
|
+
end
|
|
53
|
+
|
|
54
|
+
add_rn_third_party_dependencies(s)
|
|
55
|
+
add_rncore_dependency(s)
|
|
56
|
+
end
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
# package.json
|
|
9
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
10
|
+
version = package['version']
|
|
11
|
+
|
|
12
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
13
|
+
if version == '1000.0.0'
|
|
14
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
15
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
16
|
+
else
|
|
17
|
+
source[:tag] = "v#{version}"
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
Pod::Spec.new do |s|
|
|
21
|
+
s.name = "React-hermes"
|
|
22
|
+
s.version = version
|
|
23
|
+
s.summary = "Hermes engine for React Native"
|
|
24
|
+
s.homepage = "https://reactnative.dev/"
|
|
25
|
+
s.license = package['license']
|
|
26
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
27
|
+
s.platforms = min_supported_versions
|
|
28
|
+
s.source = source
|
|
29
|
+
s.source_files = podspec_sources(["executor/*.{cpp,h}",
|
|
30
|
+
"inspector-modern/chrome/*.{cpp,h}"],
|
|
31
|
+
["executor/*.h",
|
|
32
|
+
"inspector-modern/chrome/*.h"])
|
|
33
|
+
s.public_header_files = "executor/HermesExecutorFactory.h"
|
|
34
|
+
s.pod_target_xcconfig = {
|
|
35
|
+
"HEADER_SEARCH_PATHS" => "\"${PODS_ROOT}/hermes-engine/destroot/include\" \"$(PODS_TARGET_SRCROOT)/..\"",
|
|
36
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
|
|
37
|
+
"DEFINES_MODULE" => "YES",
|
|
38
|
+
}
|
|
39
|
+
s.header_dir = "reacthermes"
|
|
40
|
+
s.dependency "React-cxxreact", version
|
|
41
|
+
s.dependency "React-jsiexecutor", version
|
|
42
|
+
add_dependency(s, "React-jsinspector", :framework_name => 'jsinspector_modern')
|
|
43
|
+
add_dependency(s, "React-jsinspectorcdp", :framework_name => 'jsinspector_moderncdp')
|
|
44
|
+
add_dependency(s, "React-jsinspectortracing", :framework_name => 'jsinspector_moderntracing')
|
|
45
|
+
s.dependency "React-perflogger", version
|
|
46
|
+
s.dependency "hermes-engine"
|
|
47
|
+
s.dependency "React-jsi"
|
|
48
|
+
add_dependency(s, "React-runtimeexecutor", :additional_framework_paths => ["platform/ios"])
|
|
49
|
+
|
|
50
|
+
add_rn_third_party_dependencies(s)
|
|
51
|
+
add_rncore_dependency(s)
|
|
52
|
+
end
|
package/example/node_modules/react-native/ReactCommon/hermes/executor/React-jsitracing.podspec
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "../../..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
Pod::Spec.new do |s|
|
|
20
|
+
s.name = "React-jsitracing"
|
|
21
|
+
s.version = version
|
|
22
|
+
s.summary = "Internal library for JSI debugging."
|
|
23
|
+
s.homepage = "https://reactnative.dev/"
|
|
24
|
+
s.license = package["license"]
|
|
25
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
26
|
+
s.platforms = min_supported_versions
|
|
27
|
+
s.source = source
|
|
28
|
+
s.source_files = podspec_sources("JSITracing.{cpp,h}", "JSITracing.h")
|
|
29
|
+
s.header_dir = "."
|
|
30
|
+
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"${PODS_TARGET_SRCROOT}/../..\"",
|
|
31
|
+
"USE_HEADERMAP" => "YES",
|
|
32
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
|
|
33
|
+
"GCC_WARN_PEDANTIC" => "YES" }
|
|
34
|
+
|
|
35
|
+
resolve_use_frameworks(s, header_mappings_dir: './', module_name: "React_jsitracing")
|
|
36
|
+
|
|
37
|
+
s.dependency "React-jsi"
|
|
38
|
+
end
|
package/example/node_modules/react-native/ReactCommon/jserrorhandler/React-jserrorhandler.podspec
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
react_native_path = ".."
|
|
20
|
+
|
|
21
|
+
Pod::Spec.new do |s|
|
|
22
|
+
s.name = "React-jserrorhandler"
|
|
23
|
+
s.version = version
|
|
24
|
+
s.summary = "-"
|
|
25
|
+
s.homepage = "https://reactnative.dev/"
|
|
26
|
+
s.license = package["license"]
|
|
27
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
28
|
+
s.platforms = min_supported_versions
|
|
29
|
+
s.source = source
|
|
30
|
+
s.header_dir = "jserrorhandler"
|
|
31
|
+
s.source_files = podspec_sources(["JsErrorHandler.{cpp,h}", "StackTraceParser.{cpp,h}"], ["JsErrorHandler.h", "StackTraceParser.h"])
|
|
32
|
+
s.pod_target_xcconfig = {
|
|
33
|
+
"USE_HEADERMAP" => "YES",
|
|
34
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard()
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
resolve_use_frameworks(s, header_mappings_dir: '../', module_name: "React_jserrorhandler")
|
|
38
|
+
|
|
39
|
+
s.dependency "React-jsi"
|
|
40
|
+
s.dependency "React-cxxreact"
|
|
41
|
+
s.dependency "ReactCommon/turbomodule/bridging"
|
|
42
|
+
add_dependency(s, "React-featureflags")
|
|
43
|
+
add_dependency(s, "React-debug")
|
|
44
|
+
|
|
45
|
+
if use_hermes()
|
|
46
|
+
s.dependency 'hermes-engine'
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
add_rn_third_party_dependencies(s)
|
|
50
|
+
add_rncore_dependency(s)
|
|
51
|
+
|
|
52
|
+
end
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
Pod::Spec.new do |s|
|
|
20
|
+
s.name = "React-jsi"
|
|
21
|
+
s.version = version
|
|
22
|
+
s.summary = "JavaScript Interface layer for React Native"
|
|
23
|
+
s.homepage = "https://reactnative.dev/"
|
|
24
|
+
s.license = package["license"]
|
|
25
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
26
|
+
s.platforms = min_supported_versions
|
|
27
|
+
s.source = source
|
|
28
|
+
|
|
29
|
+
s.header_dir = "jsi"
|
|
30
|
+
s.pod_target_xcconfig = {
|
|
31
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
|
|
32
|
+
"DEFINES_MODULE" => "YES"
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
s.source_files = podspec_sources("**/*.{cpp,h}", "**/*.h")
|
|
36
|
+
files_to_exclude = [
|
|
37
|
+
"jsi/jsilib-posix.cpp",
|
|
38
|
+
"jsi/jsilib-windows.cpp",
|
|
39
|
+
"**/test/*"
|
|
40
|
+
]
|
|
41
|
+
if use_hermes()
|
|
42
|
+
# JSI is a part of hermes-engine. Including them also in react-native will violate the One Definition Rulle.
|
|
43
|
+
files_to_exclude += [ "jsi/jsi.cpp" ]
|
|
44
|
+
s.dependency "hermes-engine"
|
|
45
|
+
end
|
|
46
|
+
s.exclude_files = files_to_exclude
|
|
47
|
+
|
|
48
|
+
add_rn_third_party_dependencies(s)
|
|
49
|
+
add_rncore_dependency(s)
|
|
50
|
+
end
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
Pod::Spec.new do |s|
|
|
20
|
+
s.name = "React-jsiexecutor"
|
|
21
|
+
s.version = version
|
|
22
|
+
s.summary = "-" # TODO
|
|
23
|
+
s.homepage = "https://reactnative.dev/"
|
|
24
|
+
s.license = package["license"]
|
|
25
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
26
|
+
s.platforms = min_supported_versions
|
|
27
|
+
s.source = source
|
|
28
|
+
s.source_files = podspec_sources("jsireact/*.{cpp,h}", "jsireact/*.h")
|
|
29
|
+
s.pod_target_xcconfig = { "CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard() }
|
|
30
|
+
s.header_dir = "jsireact"
|
|
31
|
+
|
|
32
|
+
s.dependency "React-cxxreact", version
|
|
33
|
+
s.dependency "React-jsi", version
|
|
34
|
+
s.dependency "React-perflogger", version
|
|
35
|
+
add_dependency(s, "React-runtimeexecutor", :additional_framework_paths => ["platform/ios"])
|
|
36
|
+
add_dependency(s, "React-jsinspector", :framework_name => 'jsinspector_modern')
|
|
37
|
+
add_dependency(s, "React-jsinspectorcdp", :framework_name => 'jsinspector_moderncdp')
|
|
38
|
+
add_dependency(s, "React-jsinspectortracing", :framework_name => 'jsinspector_moderntracing')
|
|
39
|
+
if use_hermes()
|
|
40
|
+
s.dependency 'hermes-engine'
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
add_rn_third_party_dependencies(s)
|
|
44
|
+
add_rncore_dependency(s)
|
|
45
|
+
end
|
package/example/node_modules/react-native/ReactCommon/jsinspector-modern/React-jsinspector.podspec
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
header_search_paths = []
|
|
20
|
+
|
|
21
|
+
if ENV['USE_FRAMEWORKS']
|
|
22
|
+
header_search_paths << "\"$(PODS_TARGET_SRCROOT)/..\""
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
header_dir = 'jsinspector-modern'
|
|
26
|
+
module_name = "jsinspector_modern"
|
|
27
|
+
|
|
28
|
+
Pod::Spec.new do |s|
|
|
29
|
+
s.name = "React-jsinspector"
|
|
30
|
+
s.version = version
|
|
31
|
+
s.summary = "React Native subsystem for modern debugging over the Chrome DevTools Protocol (CDP)"
|
|
32
|
+
s.homepage = "https://reactnative.dev/"
|
|
33
|
+
s.license = package["license"]
|
|
34
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
35
|
+
s.platforms = min_supported_versions
|
|
36
|
+
s.source = source
|
|
37
|
+
s.source_files = podspec_sources("*.{cpp,h}", "*.h")
|
|
38
|
+
s.header_dir = header_dir
|
|
39
|
+
s.pod_target_xcconfig = {
|
|
40
|
+
"HEADER_SEARCH_PATHS" => header_search_paths.join(' '),
|
|
41
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
|
|
42
|
+
"DEFINES_MODULE" => "YES"
|
|
43
|
+
}.merge!(ENV['USE_FRAMEWORKS'] ? {
|
|
44
|
+
"PUBLIC_HEADERS_FOLDER_PATH" => "#{module_name}.framework/Headers/#{header_dir}"
|
|
45
|
+
} : {})
|
|
46
|
+
|
|
47
|
+
resolve_use_frameworks(s, module_name: module_name)
|
|
48
|
+
|
|
49
|
+
add_dependency(s, "React-oscompat") # Needed for USE_FRAMEWORKS=dynamic
|
|
50
|
+
s.dependency "React-featureflags"
|
|
51
|
+
add_dependency(s, "React-runtimeexecutor", :additional_framework_paths => ["platform/ios"])
|
|
52
|
+
s.dependency "React-jsi"
|
|
53
|
+
add_dependency(s, "React-jsinspectorcdp", :framework_name => 'jsinspector_moderncdp')
|
|
54
|
+
add_dependency(s, "React-jsinspectornetwork", :framework_name => 'jsinspector_modernnetwork')
|
|
55
|
+
add_dependency(s, "React-jsinspectortracing", :framework_name => 'jsinspector_moderntracing')
|
|
56
|
+
s.dependency "React-perflogger", version
|
|
57
|
+
if use_hermes()
|
|
58
|
+
s.dependency "hermes-engine"
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
add_rn_third_party_dependencies(s)
|
|
62
|
+
add_rncore_dependency(s)
|
|
63
|
+
end
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
header_search_paths = []
|
|
20
|
+
|
|
21
|
+
if ENV['USE_FRAMEWORKS']
|
|
22
|
+
header_search_paths << "\"$(PODS_TARGET_SRCROOT)/../..\""
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
header_dir = 'jsinspector-modern/cdp'
|
|
26
|
+
module_name = "jsinspector_moderncdp"
|
|
27
|
+
|
|
28
|
+
Pod::Spec.new do |s|
|
|
29
|
+
s.name = "React-jsinspectorcdp"
|
|
30
|
+
s.version = version
|
|
31
|
+
s.summary = "Common helper functions for working with CDP messages in jsinspector-modern"
|
|
32
|
+
s.homepage = "https://reactnative.dev/"
|
|
33
|
+
s.license = package["license"]
|
|
34
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
35
|
+
s.platforms = min_supported_versions
|
|
36
|
+
s.source = source
|
|
37
|
+
s.source_files = podspec_sources("*.{cpp,h}", "*.h")
|
|
38
|
+
s.header_dir = header_dir
|
|
39
|
+
s.pod_target_xcconfig = {
|
|
40
|
+
"HEADER_SEARCH_PATHS" => header_search_paths.join(' '),
|
|
41
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
|
|
42
|
+
"DEFINES_MODULE" => "YES"}
|
|
43
|
+
|
|
44
|
+
resolve_use_frameworks(s, header_mappings_dir: "../..", module_name: module_name)
|
|
45
|
+
|
|
46
|
+
add_rn_third_party_dependencies(s)
|
|
47
|
+
add_rncore_dependency(s)
|
|
48
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
header_search_paths = []
|
|
20
|
+
|
|
21
|
+
if ENV['USE_FRAMEWORKS']
|
|
22
|
+
header_search_paths << "\"$(PODS_TARGET_SRCROOT)/../..\""
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
header_dir = 'jsinspector-modern/network'
|
|
26
|
+
module_name = "jsinspector_modernnetwork"
|
|
27
|
+
|
|
28
|
+
Pod::Spec.new do |s|
|
|
29
|
+
s.name = "React-jsinspectornetwork"
|
|
30
|
+
s.version = version
|
|
31
|
+
s.summary = "Network inspection for React Native DevTools"
|
|
32
|
+
s.homepage = "https://reactnative.dev/"
|
|
33
|
+
s.license = package["license"]
|
|
34
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
35
|
+
s.platforms = min_supported_versions
|
|
36
|
+
s.source = source
|
|
37
|
+
s.source_files = podspec_sources("*.{cpp,h}", "*.h")
|
|
38
|
+
s.header_dir = header_dir
|
|
39
|
+
s.pod_target_xcconfig = {
|
|
40
|
+
"HEADER_SEARCH_PATHS" => header_search_paths.join(' '),
|
|
41
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
|
|
42
|
+
"DEFINES_MODULE" => "YES"}
|
|
43
|
+
|
|
44
|
+
resolve_use_frameworks(s, header_mappings_dir: "../..", module_name: module_name)
|
|
45
|
+
|
|
46
|
+
add_dependency(s, "React-jsinspectorcdp", :framework_name => 'jsinspector_moderncdp')
|
|
47
|
+
add_dependency(s, "React-featureflags")
|
|
48
|
+
s.dependency "React-performancetimeline"
|
|
49
|
+
s.dependency "React-timing"
|
|
50
|
+
|
|
51
|
+
add_rn_third_party_dependencies(s)
|
|
52
|
+
add_rncore_dependency(s)
|
|
53
|
+
end
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
header_search_paths = []
|
|
20
|
+
|
|
21
|
+
if ENV['USE_FRAMEWORKS']
|
|
22
|
+
header_search_paths << "\"$(PODS_TARGET_SRCROOT)/../..\""
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
header_dir = 'jsinspector-modern/tracing'
|
|
26
|
+
module_name = "jsinspector_moderntracing"
|
|
27
|
+
|
|
28
|
+
Pod::Spec.new do |s|
|
|
29
|
+
s.name = "React-jsinspectortracing"
|
|
30
|
+
s.version = version
|
|
31
|
+
s.summary = "Experimental performance tooling for React Native DevTools"
|
|
32
|
+
s.homepage = "https://reactnative.dev/"
|
|
33
|
+
s.license = package["license"]
|
|
34
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
35
|
+
s.platforms = min_supported_versions
|
|
36
|
+
s.source = source
|
|
37
|
+
s.source_files = podspec_sources("*.{cpp,h}", "*.h")
|
|
38
|
+
s.header_dir = header_dir
|
|
39
|
+
s.pod_target_xcconfig = {
|
|
40
|
+
"HEADER_SEARCH_PATHS" => header_search_paths.join(' '),
|
|
41
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
|
|
42
|
+
"DEFINES_MODULE" => "YES"}
|
|
43
|
+
|
|
44
|
+
resolve_use_frameworks(s, header_mappings_dir: "../..", module_name: module_name)
|
|
45
|
+
|
|
46
|
+
s.dependency "React-oscompat"
|
|
47
|
+
s.dependency "React-timing"
|
|
48
|
+
|
|
49
|
+
add_rn_third_party_dependencies(s)
|
|
50
|
+
add_rncore_dependency(s)
|
|
51
|
+
end
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
Pod::Spec.new do |s|
|
|
20
|
+
s.name = "React-jsitooling"
|
|
21
|
+
s.version = version
|
|
22
|
+
s.summary = "-" # TODO
|
|
23
|
+
s.homepage = "https://reactnative.dev/"
|
|
24
|
+
s.license = package["license"]
|
|
25
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
26
|
+
s.platforms = min_supported_versions
|
|
27
|
+
s.source = source
|
|
28
|
+
s.source_files = podspec_sources("react/runtime/*.{cpp,h}", "react/runtime/*.h")
|
|
29
|
+
s.header_dir = "react/runtime"
|
|
30
|
+
|
|
31
|
+
resolve_use_frameworks(s, header_mappings_dir: "./", module_name: "JSITooling")
|
|
32
|
+
|
|
33
|
+
s.pod_target_xcconfig = {
|
|
34
|
+
"CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
|
|
35
|
+
"DEFINES_MODULE" => "YES",
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
s.dependency "React-cxxreact", version
|
|
39
|
+
s.dependency "React-jsi", version
|
|
40
|
+
add_dependency(s, "React-runtimeexecutor", :additional_framework_paths => ["platform/ios"])
|
|
41
|
+
add_dependency(s, "React-jsinspector", :framework_name => 'jsinspector_modern')
|
|
42
|
+
add_dependency(s, "React-jsinspectorcdp", :framework_name => 'jsinspector_moderncdp')
|
|
43
|
+
add_dependency(s, "React-jsinspectortracing", :framework_name => 'jsinspector_moderntracing')
|
|
44
|
+
|
|
45
|
+
add_rn_third_party_dependencies(s)
|
|
46
|
+
add_rncore_dependency(s)
|
|
47
|
+
end
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3
|
+
#
|
|
4
|
+
# This source code is licensed under the MIT license found in the
|
|
5
|
+
# LICENSE file in the root directory of this source tree.
|
|
6
|
+
|
|
7
|
+
require "json"
|
|
8
|
+
|
|
9
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
10
|
+
version = package['version']
|
|
11
|
+
|
|
12
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
13
|
+
if version == '1000.0.0'
|
|
14
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
15
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
16
|
+
else
|
|
17
|
+
source[:tag] = "v#{version}"
|
|
18
|
+
end
|
|
19
|
+
|
|
20
|
+
Pod::Spec.new do |s|
|
|
21
|
+
s.name = "React-logger"
|
|
22
|
+
s.version = version
|
|
23
|
+
s.summary = "-" # TODO
|
|
24
|
+
s.homepage = "https://reactnative.dev/"
|
|
25
|
+
s.license = package["license"]
|
|
26
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
27
|
+
s.platforms = min_supported_versions
|
|
28
|
+
s.source = source
|
|
29
|
+
s.source_files = podspec_sources("*.{cpp,h}", "*.h")
|
|
30
|
+
s.header_dir = "logger"
|
|
31
|
+
|
|
32
|
+
add_rn_third_party_dependencies(s)
|
|
33
|
+
add_rncore_dependency(s)
|
|
34
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2
|
+
#
|
|
3
|
+
# This source code is licensed under the MIT license found in the
|
|
4
|
+
# LICENSE file in the root directory of this source tree.
|
|
5
|
+
|
|
6
|
+
require "json"
|
|
7
|
+
|
|
8
|
+
package = JSON.parse(File.read(File.join(__dir__, "..", "..", "package.json")))
|
|
9
|
+
version = package['version']
|
|
10
|
+
|
|
11
|
+
source = { :git => 'https://github.com/facebook/react-native.git' }
|
|
12
|
+
if version == '1000.0.0'
|
|
13
|
+
# This is an unpublished version, use the latest commit hash of the react-native repo, which we’re presumably in.
|
|
14
|
+
source[:commit] = `git rev-parse HEAD`.strip if system("git rev-parse --git-dir > /dev/null 2>&1")
|
|
15
|
+
else
|
|
16
|
+
source[:tag] = "v#{version}"
|
|
17
|
+
end
|
|
18
|
+
|
|
19
|
+
Pod::Spec.new do |s|
|
|
20
|
+
s.name = "React-oscompat"
|
|
21
|
+
s.version = version
|
|
22
|
+
s.summary = "Small set of OS-level utilities for React Native"
|
|
23
|
+
s.homepage = "https://reactnative.dev/"
|
|
24
|
+
s.license = package["license"]
|
|
25
|
+
s.author = "Meta Platforms, Inc. and its affiliates"
|
|
26
|
+
s.platforms = min_supported_versions
|
|
27
|
+
s.source = source
|
|
28
|
+
s.source_files = podspec_sources("*.{cpp,h}", "*.{h}")
|
|
29
|
+
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "" }
|
|
30
|
+
s.header_dir = "oscompat"
|
|
31
|
+
end
|