diff --git a/examples/testbed_native_ios/Podfile b/examples/testbed_native_ios/Podfile index 73743a1bf..b0e05b98b 100644 --- a/examples/testbed_native_ios/Podfile +++ b/examples/testbed_native_ios/Podfile @@ -1,7 +1,17 @@ platform :ios, "8.0" -pod "React", path: "node_modules/react-native", subspecs: [ "Core", "RCTAnimation", "RCTImage", "RCTText", "RCTNetwork", "RCTWebSocket" ] +pod "React", + path: "node_modules/react-native", + subspecs: %w{ + Core + RCTAnimation + RCTImage + RCTText + RCTNetwork + RCTWebSocket + } pod "react-native-branch", path: "node_modules/react-native-branch" pod "Branch-SDK", path: "node_modules/react-native-branch/ios" target "testbed_native_ios" +project "testbed_native_ios", "Test-Debug" => :debug, "Test-Release" => :release diff --git a/examples/testbed_native_ios/Podfile.lock b/examples/testbed_native_ios/Podfile.lock index 40c48ca28..a7dec7179 100644 --- a/examples/testbed_native_ios/Podfile.lock +++ b/examples/testbed_native_ios/Podfile.lock @@ -48,6 +48,6 @@ SPEC CHECKSUMS: React: 2b10c07d947dea71c144a33764e9162ed81e3825 react-native-branch: d5261b13e3fa54894e859f9edb0e7ce8d44d432c -PODFILE CHECKSUM: 53d330a811adf8673183c78d26aaa35a2d94dc02 +PODFILE CHECKSUM: c683f9b61b00ec036696417baace7fd3dec1831d COCOAPODS: 1.2.1 diff --git a/examples/webview_example_native_ios/Podfile b/examples/webview_example_native_ios/Podfile index 6af6781de..b00cbfb14 100644 --- a/examples/webview_example_native_ios/Podfile +++ b/examples/webview_example_native_ios/Podfile @@ -1,7 +1,17 @@ platform :ios, "8.0" -pod "React", path: "node_modules/react-native", subspecs: [ "Core", "RCTAnimation", "RCTImage", "RCTText", "RCTNetwork", "RCTWebSocket" ] +pod "React", + path: "node_modules/react-native", + subspecs: %w{ + Core + RCTAnimation + RCTImage + RCTText + RCTNetwork + RCTWebSocket + } pod "react-native-branch", path: "node_modules/react-native-branch" pod "Branch-SDK", path: "node_modules/react-native-branch/ios" target "WebViewExample" +project "WebViewExample", "Test-Debug" => :debug, "Test-Release" => :release \ No newline at end of file diff --git a/examples/webview_example_native_ios/Podfile.lock b/examples/webview_example_native_ios/Podfile.lock index 9a4a24864..5034b2d94 100644 --- a/examples/webview_example_native_ios/Podfile.lock +++ b/examples/webview_example_native_ios/Podfile.lock @@ -48,6 +48,6 @@ SPEC CHECKSUMS: React: 2b10c07d947dea71c144a33764e9162ed81e3825 react-native-branch: d5261b13e3fa54894e859f9edb0e7ce8d44d432c -PODFILE CHECKSUM: 52f36fe1095110e2e690fc8312b2ea4cd1ebc41e +PODFILE CHECKSUM: 328b3cdda96fceae6fb7c820762f6c1dc30060a4 COCOAPODS: 1.2.1