@@ -39,8 +39,8 @@ def flipper_post_install(installer)
39
39
end
40
40
end
41
41
end
42
- target 'RnDiffApp ' do
43
- # Pods for RnDiffApp
42
+ target 'StaticServerExample ' do
43
+ # Pods for StaticServerExample
44
44
pod 'FBLazyVector' , :path => "../node_modules/react-native/Libraries/FBLazyVector"
45
45
pod 'FBReactNativeSpec' , :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
46
46
pod 'RCTRequired' , :path => "../node_modules/react-native/Libraries/RCTRequired"
@@ -69,7 +69,7 @@ target 'RnDiffApp' do
69
69
pod 'DoubleConversion' , :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
70
70
pod 'glog' , :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
71
71
pod 'Folly' , :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
72
- target 'RnDiffAppTests ' do
72
+ target 'StaticServerExampleTests ' do
73
73
inherit! :complete
74
74
# Pods for testing
75
75
end
@@ -83,9 +83,9 @@ target 'RnDiffApp' do
83
83
flipper_post_install ( installer )
84
84
end
85
85
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
89
89
inherit! :search_paths
90
90
# Pods for testing
91
91
end
0 commit comments