|
1 | 1 | # Uncomment the next line to define a global platform for your project
|
2 |
| -# platform :ios, '9.0' |
| 2 | +platform :ios, '11.0' |
3 | 3 |
|
4 | 4 | target 'TestApp' do
|
5 | 5 | # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
6 | 6 | # use_frameworks!
|
7 | 7 |
|
8 | 8 | # Pods for TestApp
|
9 |
| - |
| 9 | + pod 'Analytics', '~> 4.0.4' |
| 10 | + pod 'RNAnalytics', :path => "../node_modules/@segment/analytics-react-native" |
| 11 | + |
| 12 | + # Device Mode Integrations (iOS only of course) |
| 13 | + pod 'RNAnalyticsIntegration-Adjust', :path => "../node_modules/@segment/analytics-react-native-adjust" |
| 14 | + pod 'RNAnalyticsIntegration-Amplitude', :path => "../node_modules/@segment/analytics-react-native-amplitude" |
| 15 | + pod 'RNAnalyticsIntegration-Appboy', :path => "../node_modules/@segment/analytics-react-native-appboy" |
| 16 | + pod 'RNAnalyticsIntegration-AppsFlyer', :path => "../node_modules/@segment/analytics-react-native-appsflyer" |
| 17 | + pod 'RNAnalyticsIntegration-Branch', :path => "../node_modules/@segment/analytics-react-native-branch" |
| 18 | + pod 'RNAnalyticsIntegration-Bugsnag', :path => "../node_modules/@segment/analytics-react-native-bugsnag" |
| 19 | + pod 'RNAnalyticsIntegration-CleverTap', :path => "../node_modules/@segment/analytics-react-native-clevertap" |
| 20 | + pod 'RNAnalyticsIntegration-ComScore', :path => "../node_modules/@segment/analytics-react-native-comscore-ios" |
| 21 | + pod 'RNAnalyticsIntegration-Countly', :path => "../node_modules/@segment/analytics-react-native-countly" |
| 22 | + pod 'RNAnalyticsIntegration-Crittercism', :path => "../node_modules/@segment/analytics-react-native-crittercism" |
| 23 | + pod 'RNAnalyticsIntegration-Facebook-App-Events', :path => "../node_modules/@segment/analytics-react-native-facebook-app-events-ios" |
| 24 | + pod 'RNAnalyticsIntegration-Firebase', :path => "../node_modules/@segment/analytics-react-native-firebase" |
| 25 | + pod 'RNAnalyticsIntegration-Flurry', :path => "../node_modules/@segment/analytics-react-native-flurry" |
| 26 | + pod 'RNAnalyticsIntegration-Google-Analytics', :path => "../node_modules/@segment/analytics-react-native-google-analytics" |
| 27 | + pod 'RNAnalyticsIntegration-Intercom', :path => "../node_modules/@segment/analytics-react-native-intercom" |
| 28 | + pod 'RNAnalyticsIntegration-Localytics', :path => "../node_modules/@segment/analytics-react-native-localytics" |
| 29 | + pod 'RNAnalyticsIntegration-Mixpanel', :path => "../node_modules/@segment/analytics-react-native-mixpanel" |
| 30 | + pod 'RNAnalyticsIntegration-Taplytics', :path => "../node_modules/@segment/analytics-react-native-taplytics-ios" |
| 31 | + |
10 | 32 | # Your 'node_modules' directory is probably in the root of your project,
|
11 | 33 | # but if not, adjust the `:path` accordingly
|
12 |
| - pod 'React', :path => '../node_modules/react-native', :subspecs => [ |
13 |
| - 'Core', |
14 |
| - 'CxxBridge', # Include this for RN >= 0.47 |
15 |
| - 'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43 |
16 |
| - 'RCTText', |
17 |
| - 'RCTNetwork', |
18 |
| - 'RCTWebSocket', # Needed for debugging |
19 |
| - 'RCTAnimation', # Needed for FlatList and animations running on native UI thread |
20 |
| - # Add any other subspecs you want to use in your project |
21 |
| - ] |
22 |
| - # Explicitly include Yoga if you are using RN >= 0.42.0 |
23 |
| - pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' |
| 34 | + |
| 35 | + pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector" |
| 36 | + pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec" |
| 37 | + pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired" |
| 38 | + pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety" |
| 39 | + pod 'React', :path => '../node_modules/react-native/' |
| 40 | + pod 'React-Core', :path => '../node_modules/react-native/' |
| 41 | + pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules' |
| 42 | + pod 'React-Core/DevSupport', :path => '../node_modules/react-native/' |
| 43 | + pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS' |
| 44 | + pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation' |
| 45 | + pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob' |
| 46 | + pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image' |
| 47 | + pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS' |
| 48 | + pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network' |
| 49 | + pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings' |
| 50 | + pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text' |
| 51 | + pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration' |
| 52 | + pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/' |
| 53 | + |
| 54 | + pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact' |
| 55 | + pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi' |
| 56 | + pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor' |
| 57 | + pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector' |
| 58 | + pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon" |
| 59 | + pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon" |
| 60 | + |
| 61 | + # Explicitly include Yoga if you are using RN >= 0.42.0 |
| 62 | + pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga' |
24 | 63 |
|
25 | 64 | # Third party deps podspec link
|
26 | 65 | pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
|
|
0 commit comments