Skip to content

Commit

Permalink
Merge pull request #185 from BranchMetrics/custom-configurations-in-p…
Browse files Browse the repository at this point in the history
…odfiles

Update Podfiles in _native_ios examples
  • Loading branch information
jdee authored Apr 26, 2017
2 parents 2454722 + e21f35f commit 5867bb4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
12 changes: 11 additions & 1 deletion examples/testbed_native_ios/Podfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/testbed_native_ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ SPEC CHECKSUMS:
React: 2b10c07d947dea71c144a33764e9162ed81e3825
react-native-branch: d5261b13e3fa54894e859f9edb0e7ce8d44d432c

PODFILE CHECKSUM: 53d330a811adf8673183c78d26aaa35a2d94dc02
PODFILE CHECKSUM: c683f9b61b00ec036696417baace7fd3dec1831d

COCOAPODS: 1.2.1
12 changes: 11 additions & 1 deletion examples/webview_example_native_ios/Podfile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion examples/webview_example_native_ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ SPEC CHECKSUMS:
React: 2b10c07d947dea71c144a33764e9162ed81e3825
react-native-branch: d5261b13e3fa54894e859f9edb0e7ce8d44d432c

PODFILE CHECKSUM: 52f36fe1095110e2e690fc8312b2ea4cd1ebc41e
PODFILE CHECKSUM: 328b3cdda96fceae6fb7c820762f6c1dc30060a4

COCOAPODS: 1.2.1

0 comments on commit 5867bb4

Please sign in to comment.