|
| 1 | +require_relative '../../node_modules/@react-native-community/cli-platform-ios/native_modules' |
| 2 | + |
| 3 | +abstract_target 'Shared' do |
| 4 | + pod 'react-native-progress-view', :path => '../..' |
| 5 | + # Pods for example |
| 6 | + pod 'FBLazyVector', :path => '../../node_modules/react-native-macos/Libraries/FBLazyVector' |
| 7 | + pod 'FBReactNativeSpec', :path => '../../node_modules/react-native-macos/Libraries/FBReactNativeSpec' |
| 8 | + pod 'RCTRequired', :path => '../../node_modules/react-native-macos/Libraries/RCTRequired' |
| 9 | + pod 'RCTTypeSafety', :path => '../../node_modules/react-native-macos/Libraries/TypeSafety' |
| 10 | + pod 'React', :path => '../../node_modules/react-native-macos/' |
| 11 | + pod 'React-Core', :path => '../../node_modules/react-native-macos/' |
| 12 | + pod 'React-CoreModules', :path => '../../node_modules/react-native-macos/React/CoreModules' |
| 13 | + pod 'React-Core/DevSupport', :path => '../../node_modules/react-native-macos/' |
| 14 | + pod 'React-RCTActionSheet', :path => '../../node_modules/react-native-macos/Libraries/ActionSheetIOS' |
| 15 | + pod 'React-RCTAnimation', :path => '../../node_modules/react-native-macos/Libraries/NativeAnimation' |
| 16 | + pod 'React-RCTBlob', :path => '../../node_modules/react-native-macos/Libraries/Blob' |
| 17 | + pod 'React-RCTImage', :path => '../../node_modules/react-native-macos/Libraries/Image' |
| 18 | + pod 'React-RCTLinking', :path => '../../node_modules/react-native-macos/Libraries/LinkingIOS' |
| 19 | + pod 'React-RCTNetwork', :path => '../../node_modules/react-native-macos/Libraries/Network' |
| 20 | + pod 'React-RCTSettings', :path => '../../node_modules/react-native-macos/Libraries/Settings' |
| 21 | + pod 'React-RCTText', :path => '../../node_modules/react-native-macos/Libraries/Text' |
| 22 | + pod 'React-RCTVibration', :path => '../../node_modules/react-native-macos/Libraries/Vibration' |
| 23 | + pod 'React-Core/RCTWebSocket', :path => '../../node_modules/react-native-macos/' |
| 24 | + |
| 25 | + pod 'React-cxxreact', :path => '../../node_modules/react-native-macos/ReactCommon/cxxreact' |
| 26 | + pod 'React-jsi', :path => '../../node_modules/react-native-macos/ReactCommon/jsi' |
| 27 | + pod 'React-jsiexecutor', :path => '../../node_modules/react-native-macos/ReactCommon/jsiexecutor' |
| 28 | + pod 'React-jsinspector', :path => '../../node_modules/react-native-macos/ReactCommon/jsinspector' |
| 29 | + pod 'ReactCommon/callinvoker', :path => '../../node_modules/react-native-macos/ReactCommon' |
| 30 | + pod 'ReactCommon/turbomodule/core', :path => '../../node_modules/react-native-macos/ReactCommon' |
| 31 | + pod 'Yoga', :path => '../../node_modules/react-native-macos/ReactCommon/yoga' |
| 32 | + |
| 33 | + pod 'boost-for-react-native', :podspec => '../../node_modules/react-native-macos/third-party-podspecs/boost-for-react-native.podspec' |
| 34 | + pod 'DoubleConversion', :podspec => '../../node_modules/react-native-macos/third-party-podspecs/DoubleConversion.podspec' |
| 35 | + pod 'glog', :podspec => '../../node_modules/react-native-macos/third-party-podspecs/glog.podspec' |
| 36 | + pod 'RCT-Folly', :podspec => '../../node_modules/react-native-macos/third-party-podspecs/RCT-Folly.podspec' |
| 37 | + |
| 38 | + target 'example-macOS' do |
| 39 | + platform :macos, '10.14' |
| 40 | + use_native_modules! |
| 41 | + # Pods specifically for macOS target |
| 42 | + end |
| 43 | +end |
0 commit comments