Browse Source

Fixed podfile

Arnaud Vergnet 3 years ago
parent
commit
870323b618
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      ios/Podfile

+ 0
- 5
ios/Podfile View File

75
   pod 'glog', :podspec => "#{rnPrefix}/third-party-podspecs/glog.podspec"
75
   pod 'glog', :podspec => "#{rnPrefix}/third-party-podspecs/glog.podspec"
76
   pod 'Folly', :podspec => "#{rnPrefix}/third-party-podspecs/Folly.podspec"
76
   pod 'Folly', :podspec => "#{rnPrefix}/third-party-podspecs/Folly.podspec"
77
 
77
 
78
-  target 'CampusTests' do
79
-    inherit! :complete
80
-    # Pods for testing
81
-  end
82
-  
83
   # react-native-cli autolinking
78
   # react-native-cli autolinking
84
   use_native_modules!
79
   use_native_modules!
85
 
80
 

Loading…
Cancel
Save