Skip to content

Commit 903ffc1

Browse files
committed
WIP fixes example Podfile, metro path, added Podfile.lock
1 parent 89ffbfe commit 903ffc1

File tree

8 files changed

+2856
-1860
lines changed

8 files changed

+2856
-1860
lines changed

StaticServerExample/ios/Podfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def flipper_post_install(installer)
3939
end
4040
end
4141
end
42-
target 'RnDiffApp' do
43-
# Pods for RnDiffApp
42+
target 'StaticServerExample' do
43+
# Pods for StaticServerExample
4444
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
4545
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
4646
pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
@@ -69,7 +69,7 @@ target 'RnDiffApp' do
6969
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
7070
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
7171
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
72-
target 'RnDiffAppTests' do
72+
target 'StaticServerExampleTests' do
7373
inherit! :complete
7474
# Pods for testing
7575
end
@@ -83,9 +83,9 @@ target 'RnDiffApp' do
8383
flipper_post_install(installer)
8484
end
8585
end
86-
target 'RnDiffApp-tvOS' do
87-
# Pods for RnDiffApp-tvOS
88-
target 'RnDiffApp-tvOSTests' do
86+
target 'StaticServerExample-tvOS' do
87+
# Pods for StaticServerExample-tvOS
88+
target 'StaticServerExample-tvOSTests' do
8989
inherit! :search_paths
9090
# Pods for testing
9191
end

0 commit comments

Comments
 (0)