|
1 | | -# source 'https://cdn.cocoapods.org/' |
2 | | - |
3 | 1 | require_relative '../node_modules/react-native/scripts/react_native_pods' |
4 | 2 | require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' |
5 | 3 |
|
@@ -69,69 +67,6 @@ target 'FridayApp-tvOS' do |
69 | 67 |
|
70 | 68 | target 'FridayApp-tvOSTests' do |
71 | 69 | inherit! :complete |
72 | | - # inherit! :search_paths |
73 | 70 | # Pods for testing |
74 | 71 | end |
75 | 72 | end |
76 | | - |
77 | | -# source 'https://cdn.cocoapods.org/' |
78 | | - |
79 | | -# platform :ios, '10.0' |
80 | | -# require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' |
81 | | - |
82 | | - |
83 | | -# target 'FridayApp' do |
84 | | -# # Comment the next line if you don't want to use dynamic frameworks |
85 | | -# use_frameworks! |
86 | | - |
87 | | -# # Pods for FridayApp |
88 | | - |
89 | | -# pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector" |
90 | | -# pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec" |
91 | | -# pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired" |
92 | | -# pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety" |
93 | | -# pod 'React', :path => '../node_modules/react-native/' |
94 | | -# # pod 'React-Core', :path => '../node_modules/react-native/' |
95 | | -# pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules' |
96 | | -# # pod 'React-Core/DevSupport', :path => '../node_modules/react-native/' |
97 | | -# pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS' |
98 | | -# pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation' |
99 | | -# pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob' |
100 | | -# pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image' |
101 | | -# pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS' |
102 | | -# pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network' |
103 | | -# pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings' |
104 | | -# pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text' |
105 | | -# pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration' |
106 | | -# # pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/' |
107 | | -# pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact' |
108 | | -# pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi' |
109 | | -# pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor' |
110 | | -# pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector' |
111 | | -# pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon" |
112 | | -# pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon" |
113 | | -# pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga' :modular_headers => true |
114 | | -# pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' |
115 | | -# pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' |
116 | | -# pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec' |
117 | | -# pod 'React', :path => '../node_modules/react-native/' |
118 | | - |
119 | | -# # pod 'React-Core', :path => '../node_modules/react-native/React' |
120 | | -# # pod 'React-DevSupport', :path => '../node_modules/react-native/React' |
121 | | -# # pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook' |
122 | | - |
123 | | -# # pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket' |
124 | | - |
125 | | -# # pod 'ReactNativeNavigation', :podspec => '../node_modules/react-native-navigation/ReactNativeNavigation.podspec' |
126 | | - |
127 | | -# target 'FridayApp-tvOSTests' do |
128 | | -# inherit! :complete |
129 | | -# # Pods for testing |
130 | | -# end |
131 | | - |
132 | | -# target 'FridayAppTests' do |
133 | | -# inherit! :complete |
134 | | -# # Pods for testing |
135 | | -# end |
136 | | - |
137 | | -# end |
0 commit comments