-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from carnivalmobile/release/3.0.2
Release/3.0.2
- Loading branch information
Showing
7 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -239,7 +239,7 @@ | |
files = ( | ||
); | ||
inputPaths = ( | ||
"${SRCROOT}/Pods/Target Support Files/Pods-CarnivalSDKReactNativeTests/Pods-CarnivalSDKReactNativeTests-frameworks.sh", | ||
"${PODS_ROOT}/Target Support Files/Pods-CarnivalSDKReactNativeTests/Pods-CarnivalSDKReactNativeTests-frameworks.sh", | ||
"${PODS_ROOT}/Carnival/Carnival.framework", | ||
); | ||
name = "[CP] Embed Pods Frameworks"; | ||
|
@@ -248,7 +248,7 @@ | |
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
shellPath = /bin/sh; | ||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CarnivalSDKReactNativeTests/Pods-CarnivalSDKReactNativeTests-frameworks.sh\"\n"; | ||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CarnivalSDKReactNativeTests/Pods-CarnivalSDKReactNativeTests-frameworks.sh\"\n"; | ||
showEnvVarsInLog = 0; | ||
}; | ||
3BC764DC5DE02361F52F7E56 /* [CP] Check Pods Manifest.lock */ = { | ||
|
@@ -275,7 +275,7 @@ | |
files = ( | ||
); | ||
inputPaths = ( | ||
"${SRCROOT}/Pods/Target Support Files/Pods-CarnivalSDKReactNativeTests/Pods-CarnivalSDKReactNativeTests-resources.sh", | ||
"${PODS_ROOT}/Target Support Files/Pods-CarnivalSDKReactNativeTests/Pods-CarnivalSDKReactNativeTests-resources.sh", | ||
"${PODS_ROOT}/Carnival/Carnival.framework/[email protected]", | ||
"${PODS_ROOT}/Carnival/Carnival.framework/[email protected]", | ||
"${PODS_ROOT}/Carnival/Carnival.framework/[email protected]", | ||
|
@@ -316,7 +316,7 @@ | |
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
shellPath = /bin/sh; | ||
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-CarnivalSDKReactNativeTests/Pods-CarnivalSDKReactNativeTests-resources.sh\"\n"; | ||
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CarnivalSDKReactNativeTests/Pods-CarnivalSDKReactNativeTests-resources.sh\"\n"; | ||
showEnvVarsInLog = 0; | ||
}; | ||
/* End PBXShellScriptBuildPhase section */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'CarnivalSDKReactNative' do | ||
target "CarnivalSDKReactNative" do | ||
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks | ||
# use_frameworks! | ||
|
||
# Pods for CarnivalSDKReactNative | ||
|
||
target 'CarnivalSDKReactNativeTests' do | ||
target "CarnivalSDKReactNativeTests" do | ||
inherit! :search_paths | ||
# Pods for testing | ||
|
||
pod 'React', :path => '../node_modules/react-native', :subspecs => [ | ||
'Core', | ||
'CxxBridge' # Include this for RN >= 0.47 | ||
pod "React", path: "../node_modules/react-native", subspecs: [ | ||
"Core", | ||
"CxxBridge" # Include this for RN >= 0.47 | ||
] | ||
|
||
pod 'Carnival', '8.2.2' | ||
pod 'Kiwi', '2.4.0' | ||
pod 'OCMock', '3.1.2' | ||
pod "Carnival", "8.2.3" | ||
pod "Kiwi", "2.4.0" | ||
pod "OCMock", "3.1.2" | ||
|
||
# Explicitly include Yoga if you are using RN >= 0.42.0 | ||
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' | ||
pod "yoga", path: "../node_modules/react-native/ReactCommon/yoga" | ||
|
||
# Third party deps podspec link | ||
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' | ||
|
||
pod "Folly", podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec" | ||
end | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters