Ghellee

Podfile

Jun 3rd, 2022 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Podfile Before
  2.  
  3. source 'https://cdn.cocoapods.org/'
  4. source 'https://cdn.cocoapods.org/'
  5. platform :ios, '10.0'
  6.  
  7. target 'UnityFramework' do
  8. pod 'FBSDKCoreKit', '~> 11.0'
  9. pod 'FBSDKCoreKit_Basics', '~> 11.0'
  10. pod 'FBSDKGamingServicesKit', '~> 11.0'
  11. pod 'FBSDKLoginKit', '~> 11.0'
  12. pod 'FBSDKShareKit', '~> 11.0'
  13. pod 'Firebase/Auth', '9.0.0'
  14. pod 'Firebase/Core', '9.0.0'
  15. pod 'Firebase/Database', '9.0.0'
  16. pod 'Firebase/DynamicLinks', '9.0.0'
  17. pod 'Firebase/Firestore', '9.0.0'
  18. pod 'Firebase/Functions', '9.0.0'
  19. pod 'Firebase/Messaging', '9.0.0'
  20. end
  21. target 'Unity-iPhone' do
  22. end
  23. use_frameworks!
  24. use_frameworks!
  25.  
  26.  
  27.  
  28. Podfile After
  29.  
  30. source 'https://cdn.cocoapods.org/'
  31. source 'https://cdn.cocoapods.org/'
  32. platform :ios, '10.0'
  33.  
  34. target 'UnityFramework' do
  35. end
  36. target 'Unity-iPhone' do
  37. end
  38. use_frameworks!
  39. use_frameworks!
Add Comment
Please, Sign In to add comment