Remove Podfile
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
language = ""
|
||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||
<Testables>
|
||||
<TestableReference
|
||||
@@ -84,7 +83,6 @@
|
||||
buildConfiguration = "Debug"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
language = ""
|
||||
launchStyle = "0"
|
||||
useCustomWorkingDirectory = "NO"
|
||||
ignoresPersistentStateOnLaunch = "NO"
|
||||
|
||||
@@ -10,18 +10,5 @@
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
<dict>
|
||||
<key>2D02E47A1E0B4A5D006451C7</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>2D02E48F1E0B4A5D006451C7</key>
|
||||
<dict>
|
||||
<key>primary</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:DeightonAR.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Pods/Pods.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict/>
|
||||
</plist>
|
||||
@@ -1,57 +0,0 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
platform :ios, '9.3'
|
||||
|
||||
target 'DeightonAR' do
|
||||
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
||||
# use_frameworks!
|
||||
|
||||
# Your 'node_modules' directory is probably in the root of your project,
|
||||
# but if not, adjust the `:path` accordingly
|
||||
pod 'React', :path => '../node_modules/react-native', :subspecs => [
|
||||
'Core',
|
||||
'CxxBridge', # Include this for RN >= 0.47
|
||||
'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
|
||||
'RCTText',
|
||||
'RCTNetwork',
|
||||
'RCTWebSocket', # needed for debugging
|
||||
'RCTAnimation',
|
||||
'RCTGeolocation',
|
||||
'RCTImage',
|
||||
]
|
||||
# Explicitly include Yoga if you are using RN >= 0.42.0
|
||||
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
|
||||
|
||||
# Third party deps podspec link
|
||||
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
|
||||
pod 'GLog', :podspec => '../node_modules/react-native/third-party-podspecs/GLog.podspec'
|
||||
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
|
||||
|
||||
pod 'ReactNativeNavigation', :podspec => '../node_modules/react-native-navigation/ios/ReactNativeNavigation.podspec'
|
||||
|
||||
pod 'react-native-maps', path: '../node_modules/react-native-maps'
|
||||
pod 'react-native-google-maps', path: '../node_modules/react-native-maps'
|
||||
pod 'GoogleMaps'
|
||||
#
|
||||
# pod 'ViroReact', :path => '../node_modules/react-viro/ios/'
|
||||
# pod 'ViroKit', :path => '../node_modules/react-viro/ios/dist/ViroRenderer/'
|
||||
end
|
||||
|
||||
# pre_install do |installer|
|
||||
# # workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
|
||||
# Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
|
||||
# end
|
||||
#
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
if target.name == 'yoga'
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['GCC_TREAT_WARNINGS_AS_ERRORS'] = 'NO'
|
||||
config.build_settings['GCC_WARN_64_TO_32_BIT_CONVERSION'] = 'NO'
|
||||
end
|
||||
elsif target.name == 'react-native-google-maps'
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['CLANG_ENABLE_MODULES'] = 'NO'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -1,125 +0,0 @@
|
||||
PODS:
|
||||
- boost (1.59.0):
|
||||
- boost/graph-includes (= 1.59.0)
|
||||
- boost/math-includes (= 1.59.0)
|
||||
- boost/numeric-includes (= 1.59.0)
|
||||
- boost/pointer_cast-includes (= 1.59.0)
|
||||
- boost/preprocessor-includes (= 1.59.0)
|
||||
- boost/shared_ptr-includes (= 1.59.0)
|
||||
- boost/string_algorithms-includes (= 1.59.0)
|
||||
- boost/graph-includes (1.59.0)
|
||||
- boost/math-includes (1.59.0)
|
||||
- boost/numeric-includes (1.59.0)
|
||||
- boost/pointer_cast-includes (1.59.0)
|
||||
- boost/preprocessor-includes (1.59.0)
|
||||
- boost/shared_ptr-includes (1.59.0)
|
||||
- boost/string_algorithms-includes (1.59.0)
|
||||
- DoubleConversion (1.1.5)
|
||||
- Folly (2016.09.26.00):
|
||||
- boost
|
||||
- DoubleConversion
|
||||
- GLog
|
||||
- GLog (0.3.4)
|
||||
- GoogleMaps (2.5.0):
|
||||
- GoogleMaps/Maps (= 2.5.0)
|
||||
- GoogleMaps/Base (2.5.0)
|
||||
- GoogleMaps/Maps (2.5.0):
|
||||
- GoogleMaps/Base
|
||||
- React (0.51.1):
|
||||
- React/Core (= 0.51.1)
|
||||
- react-native-google-maps (0.20.1):
|
||||
- GoogleMaps (= 2.5.0)
|
||||
- React
|
||||
- react-native-maps (0.20.1):
|
||||
- React
|
||||
- React/Core (0.51.1):
|
||||
- yoga (= 0.51.1.React)
|
||||
- React/CxxBridge (0.51.1):
|
||||
- Folly (= 2016.09.26.00)
|
||||
- React/Core
|
||||
- React/cxxreact
|
||||
- React/cxxreact (0.51.1):
|
||||
- boost
|
||||
- Folly (= 2016.09.26.00)
|
||||
- React/jschelpers
|
||||
- React/DevSupport (0.51.1):
|
||||
- React/Core
|
||||
- React/RCTWebSocket
|
||||
- React/fishhook (0.51.1)
|
||||
- React/jschelpers (0.51.1):
|
||||
- Folly (= 2016.09.26.00)
|
||||
- React/PrivateDatabase
|
||||
- React/PrivateDatabase (0.51.1)
|
||||
- React/RCTAnimation (0.51.1):
|
||||
- React/Core
|
||||
- React/RCTBlob (0.51.1):
|
||||
- React/Core
|
||||
- React/RCTGeolocation (0.51.1):
|
||||
- React/Core
|
||||
- React/RCTImage (0.51.1):
|
||||
- React/Core
|
||||
- React/RCTNetwork
|
||||
- React/RCTNetwork (0.51.1):
|
||||
- React/Core
|
||||
- React/RCTText (0.51.1):
|
||||
- React/Core
|
||||
- React/RCTWebSocket (0.51.1):
|
||||
- React/Core
|
||||
- React/fishhook
|
||||
- React/RCTBlob
|
||||
- ReactNativeNavigation (1.1.407):
|
||||
- React
|
||||
- yoga (0.51.1.React)
|
||||
|
||||
DEPENDENCIES:
|
||||
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
||||
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
||||
- GLog (from `../node_modules/react-native/third-party-podspecs/GLog.podspec`)
|
||||
- GoogleMaps
|
||||
- react-native-google-maps (from `../node_modules/react-native-maps`)
|
||||
- react-native-maps (from `../node_modules/react-native-maps`)
|
||||
- React/Core (from `../node_modules/react-native`)
|
||||
- React/CxxBridge (from `../node_modules/react-native`)
|
||||
- React/DevSupport (from `../node_modules/react-native`)
|
||||
- React/RCTAnimation (from `../node_modules/react-native`)
|
||||
- React/RCTGeolocation (from `../node_modules/react-native`)
|
||||
- React/RCTImage (from `../node_modules/react-native`)
|
||||
- React/RCTNetwork (from `../node_modules/react-native`)
|
||||
- React/RCTText (from `../node_modules/react-native`)
|
||||
- React/RCTWebSocket (from `../node_modules/react-native`)
|
||||
- ReactNativeNavigation (from `../node_modules/react-native-navigation/ios/ReactNativeNavigation.podspec`)
|
||||
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
DoubleConversion:
|
||||
:podspec: ../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec
|
||||
Folly:
|
||||
:podspec: ../node_modules/react-native/third-party-podspecs/Folly.podspec
|
||||
GLog:
|
||||
:podspec: ../node_modules/react-native/third-party-podspecs/GLog.podspec
|
||||
React:
|
||||
:path: ../node_modules/react-native
|
||||
react-native-google-maps:
|
||||
:path: ../node_modules/react-native-maps
|
||||
react-native-maps:
|
||||
:path: ../node_modules/react-native-maps
|
||||
ReactNativeNavigation:
|
||||
:podspec: ../node_modules/react-native-navigation/ios/ReactNativeNavigation.podspec
|
||||
yoga:
|
||||
:path: ../node_modules/react-native/ReactCommon/yoga
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
boost: 30a15ffb6d9aa4646dd3caffc960753f4cb4ca4e
|
||||
DoubleConversion: ebb6747c5b66026ad4f97b789c3ceac6f18e57a6
|
||||
Folly: b7255b29f1d693c375d642d0f04f0592181156d9
|
||||
GLog: 3e4e4ae9746ce6bf6e9420c7fc1e08ad59c8ba1a
|
||||
GoogleMaps: c087b8e5dfe87ca6ebf59adb9b4894a4146bec4f
|
||||
React: 541ba768b9855e10cdc76f55427a5cd0653ca806
|
||||
react-native-google-maps: 963fc78a5ac32dad3a726e4fa08b5307faa5cab2
|
||||
react-native-maps: 066c2afcc89e18726377bcc685315f989ca22449
|
||||
ReactNativeNavigation: 0a0de59d82ed1accc9b762037752b11d794c7a4c
|
||||
yoga: 17521bbb0dd54a47c0b3ac43253e78cdac7488e0
|
||||
|
||||
PODFILE CHECKSUM: b54887d0ae243cb85ba0ecb910765421010b1d1d
|
||||
|
||||
COCOAPODS: 1.4.0
|
||||
Reference in New Issue
Block a user