ios folder
|
@ -0,0 +1,14 @@
|
||||||
|
/**
|
||||||
|
* @format
|
||||||
|
*/
|
||||||
|
|
||||||
|
import 'react-native';
|
||||||
|
import React from 'react';
|
||||||
|
import App from '../App';
|
||||||
|
|
||||||
|
// Note: test renderer must be required after react-native.
|
||||||
|
import renderer from 'react-test-renderer';
|
||||||
|
|
||||||
|
it('renders correctly', () => {
|
||||||
|
renderer.create(<App />);
|
||||||
|
});
|
|
@ -0,0 +1,36 @@
|
||||||
|
<?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>
|
||||||
|
<key>CLIENT_ID</key>
|
||||||
|
<string>43511146734-ao34mvmqn9miumkrng2jsqbtdiltec3r.apps.googleusercontent.com</string>
|
||||||
|
<key>REVERSED_CLIENT_ID</key>
|
||||||
|
<string>com.googleusercontent.apps.43511146734-ao34mvmqn9miumkrng2jsqbtdiltec3r</string>
|
||||||
|
<key>ANDROID_CLIENT_ID</key>
|
||||||
|
<string>43511146734-7nojinmcuh3dinfigoffqg410bbnv5nn.apps.googleusercontent.com</string>
|
||||||
|
<key>API_KEY</key>
|
||||||
|
<string>AIzaSyBP2Wggw7JgFQESnqvwh74NDohBPgF9tkM</string>
|
||||||
|
<key>GCM_SENDER_ID</key>
|
||||||
|
<string>43511146734</string>
|
||||||
|
<key>PLIST_VERSION</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>BUNDLE_ID</key>
|
||||||
|
<string>com.rnunioilloyaltyapp</string>
|
||||||
|
<key>PROJECT_ID</key>
|
||||||
|
<string>unioil-loyalty-app-b1fb6</string>
|
||||||
|
<key>STORAGE_BUCKET</key>
|
||||||
|
<string>unioil-loyalty-app-b1fb6.appspot.com</string>
|
||||||
|
<key>IS_ADS_ENABLED</key>
|
||||||
|
<false></false>
|
||||||
|
<key>IS_ANALYTICS_ENABLED</key>
|
||||||
|
<false></false>
|
||||||
|
<key>IS_APPINVITE_ENABLED</key>
|
||||||
|
<true></true>
|
||||||
|
<key>IS_GCM_ENABLED</key>
|
||||||
|
<true></true>
|
||||||
|
<key>IS_SIGNIN_ENABLED</key>
|
||||||
|
<true></true>
|
||||||
|
<key>GOOGLE_APP_ID</key>
|
||||||
|
<string>1:43511146734:ios:8668604e5a5a8dbe36abff</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,294 @@
|
||||||
|
# platform :ios, '9.0'
|
||||||
|
# require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
||||||
|
|
||||||
|
# def add_flipper_pods!(versions = {})
|
||||||
|
# versions['Flipper'] ||= '~> 0.33.1'
|
||||||
|
# versions['DoubleConversion'] ||= '1.1.7'
|
||||||
|
# versions['Flipper-Folly'] ||= '~> 2.1'
|
||||||
|
# versions['Flipper-Glog'] ||= '0.3.6'
|
||||||
|
# versions['Flipper-PeerTalk'] ||= '~> 0.0.4'
|
||||||
|
# versions['Flipper-RSocket'] ||= '~> 1.0'
|
||||||
|
|
||||||
|
# pod 'FlipperKit', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FlipperKitLayoutPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/SKIOSNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FlipperKitUserDefaultsPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FlipperKitReactPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
|
||||||
|
# # List all transitive dependencies for FlipperKit pods
|
||||||
|
# # to avoid them being linked in Release builds
|
||||||
|
# pod 'Flipper', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'Flipper-DoubleConversion', versions['DoubleConversion'], :configuration => 'Debug'
|
||||||
|
# pod 'Flipper-Folly', versions['Flipper-Folly'], :configuration => 'Debug'
|
||||||
|
# pod 'Flipper-Glog', versions['Flipper-Glog'], :configuration => 'Debug'
|
||||||
|
# pod 'Flipper-PeerTalk', versions['Flipper-PeerTalk'], :configuration => 'Debug'
|
||||||
|
# pod 'Flipper-RSocket', versions['Flipper-RSocket'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/Core', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/CppBridge', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FBCxxFollyDynamicConvert', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FBDefines', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FKPortForwarding', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FlipperKitHighlightOverlay', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FlipperKitLayoutTextSearchable', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# pod 'FlipperKit/FlipperKitNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
|
||||||
|
# end
|
||||||
|
|
||||||
|
# # Post Install processing for Flipper
|
||||||
|
# #def flipper_post_install(installer)
|
||||||
|
# # installer.pods_project.targets.each do |target|
|
||||||
|
# # if target.name == 'YogaKit'
|
||||||
|
# # target.build_configurations.each do |config|
|
||||||
|
# # config.build_settings['SWIFT_VERSION'] = '4.1'
|
||||||
|
# # end
|
||||||
|
# # end
|
||||||
|
# # end
|
||||||
|
# #end
|
||||||
|
|
||||||
|
# # Post Install processing for Flipper
|
||||||
|
# def flipper_post_install(installer)
|
||||||
|
# installer.pods_project.targets.each do |target|
|
||||||
|
# if target.name == 'YogaKit'
|
||||||
|
# target.build_configurations.each do |config|
|
||||||
|
# config.build_settings['SWIFT_VERSION'] = '4.1'
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# # Enable Flipper for simulators only
|
||||||
|
# if target.name.start_with?('Flipper') || target.name == 'Flipper'
|
||||||
|
# target.build_configurations.each do |config|
|
||||||
|
# config.build_settings['VALID_ARCHS'] = 'arm64 arm64e x86_64'
|
||||||
|
# config.build_settings['ARCHS'] = '${ARCHS_STANDARD_64_BIT}'
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# installer.pods_project.save
|
||||||
|
# end
|
||||||
|
|
||||||
|
# target 'RNUnioilLoyaltyApp' do
|
||||||
|
# # Pods for RNUnioilLoyaltyApp
|
||||||
|
# # pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
|
||||||
|
# # pod 'FBReactNativeSpec', :path => "../node_modules/react-native/React/FBReactNativeSpec"
|
||||||
|
# # pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
|
||||||
|
# # pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
|
||||||
|
# pod 'React', :path => '../node_modules/react-native/'
|
||||||
|
# pod 'React-Core', :path => '../node_modules/react-native/'
|
||||||
|
# # pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
|
||||||
|
# # pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
|
||||||
|
# # pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
|
||||||
|
# # pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
|
||||||
|
# # pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
|
||||||
|
# # pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
|
||||||
|
# # pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
|
||||||
|
# # pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
|
||||||
|
# # pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
|
||||||
|
# # pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
|
||||||
|
# # pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
|
||||||
|
# # pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
|
||||||
|
|
||||||
|
# # pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
|
||||||
|
# # pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
|
||||||
|
# # pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
|
||||||
|
# # pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
|
||||||
|
# # pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon/callinvoker"
|
||||||
|
# # pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
|
||||||
|
# # pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true
|
||||||
|
|
||||||
|
# # 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 'RCT-Folly', :podspec => "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
||||||
|
|
||||||
|
# pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
|
||||||
|
|
||||||
|
# pod 'RNCAsyncStorage', :path => '../node_modules/@react-native-community/async-storage'
|
||||||
|
|
||||||
|
# # pod 'RNDeviceInfo', :path => '../node_modules/react-native-device-info'
|
||||||
|
|
||||||
|
# # pod 'RNSVG', :path => '../node_modules/react-native-svg'
|
||||||
|
|
||||||
|
# # pod 'react-native-webview', :path => '../node_modules/react-native-webview'
|
||||||
|
|
||||||
|
# pod 'Firebase/Crashlytics'
|
||||||
|
# pod 'Firebase/Analytics'
|
||||||
|
|
||||||
|
# pod 'RNCPushNotificationIOS', :path => '../node_modules/@react-native-community/push-notification-ios'
|
||||||
|
|
||||||
|
# # pod 'React-ART', :path => '../node_modules/react-native/Libraries/ART'
|
||||||
|
|
||||||
|
# # pod 'rn-fetch-blob', :path => '../node_modules/rn-fetch-blob'
|
||||||
|
|
||||||
|
# rn_path = '../node_modules/react-native'
|
||||||
|
# rn_maps_path = '../node_modules/react-native-maps'
|
||||||
|
|
||||||
|
# # See http://facebook.github.io/react-native/docs/integration-with-existing-apps.html#configuring-cocoapods-dependencies
|
||||||
|
# # pod 'yoga', path: "#{rn_path}/ReactCommon/yoga/yoga.podspec"
|
||||||
|
# # pod 'React', path: rn_path, subspecs: [
|
||||||
|
# # 'Core',
|
||||||
|
# # 'CxxBridge',
|
||||||
|
# # 'DevSupport',
|
||||||
|
# # 'RCTActionSheet',
|
||||||
|
# # 'RCTAnimation',
|
||||||
|
# # 'RCTGeolocation',
|
||||||
|
# # 'RCTImage',
|
||||||
|
# # 'RCTLinkingIOS',
|
||||||
|
# # 'RCTNetwork',
|
||||||
|
# # 'RCTSettings',
|
||||||
|
# # 'RCTText',
|
||||||
|
# # 'RCTVibration',
|
||||||
|
# # 'RCTWebSocket',
|
||||||
|
# # ]
|
||||||
|
|
||||||
|
# # React Native third party dependencies podspecs
|
||||||
|
# # pod 'DoubleConversion', :podspec => "#{rn_path}/third-party-podspecs/DoubleConversion.podspec"
|
||||||
|
# # pod 'glog', :podspec => "#{rn_path}/third-party-podspecs/glog.podspec"
|
||||||
|
# # If you are using React Native <0.54, you will get the following error:
|
||||||
|
# # "The name of the given podspec `GLog` doesn't match the expected one `glog`"
|
||||||
|
# # Use the following line instead:
|
||||||
|
# #pod 'GLog', :podspec => "#{rn_path}/third-party-podspecs/GLog.podspec"
|
||||||
|
# # pod 'Folly', :podspec => "#{rn_path}/third-party-podspecs/Folly.podspec"
|
||||||
|
# pod 'RCT-Folly', :podspec => "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
||||||
|
|
||||||
|
# # react-native-maps dependencies
|
||||||
|
# pod 'react-native-maps', path: rn_maps_path
|
||||||
|
# # pod 'react-native-google-maps', path: rn_maps_path # Uncomment this line if you want to support GoogleMaps on iOS
|
||||||
|
# # pod 'GoogleMaps' # Uncomment this line if you want to support GoogleMaps on iOS
|
||||||
|
# # pod 'Google-Maps-iOS-Utils' # Uncomment this line if you want to support GoogleMaps on iOS
|
||||||
|
|
||||||
|
# # pod 'react-native-date-picker', :path => '../node_modules/react-native-date-picker'
|
||||||
|
|
||||||
|
# pod 'react-native-location', :path => '../node_modules/react-native-location'
|
||||||
|
|
||||||
|
# pod 'RNFBAnalytics', :path => '../node_modules/@react-native-firebase/analytics'
|
||||||
|
|
||||||
|
# target 'RNUnioilLoyaltyAppTests' do
|
||||||
|
# inherit! :complete
|
||||||
|
# # Pods for testing
|
||||||
|
# end
|
||||||
|
|
||||||
|
# rn_maps_path = '../node_modules/react-native-maps'
|
||||||
|
# pod 'react-native-google-maps', :path => rn_maps_path
|
||||||
|
# pod 'GoogleMaps'
|
||||||
|
# pod 'Google-Maps-iOS-Utils'
|
||||||
|
|
||||||
|
# use_native_modules!
|
||||||
|
|
||||||
|
# # Enables Flipper.
|
||||||
|
# #
|
||||||
|
# # Note that if you have use_frameworks! enabled, Flipper will not work and
|
||||||
|
# # you should disable these next few lines.
|
||||||
|
# add_flipper_pods!
|
||||||
|
# post_install do |installer|
|
||||||
|
# flipper_post_install(installer)
|
||||||
|
|
||||||
|
# ## Fix for XCode 12.5 & RN 0.62.2 - See https://github.com/facebook/react-native/issues/28405
|
||||||
|
# find_and_replace("../node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm",
|
||||||
|
# "_initializeModules:(NSArray<id<RCTBridgeModule>> *)modules", "_initializeModules:(NSArray<Class> *)modules")
|
||||||
|
|
||||||
|
# find_and_replace("../node_modules/react-native/ReactCommon/turbomodule/core/platform/ios/RCTTurboModuleManager.mm",
|
||||||
|
# "RCTBridgeModuleNameForClass(strongModule))", "RCTBridgeModuleNameForClass(Class(strongModule)))")
|
||||||
|
|
||||||
|
# ## Fix for Flipper-Folly on iOS 14.5
|
||||||
|
# find_and_replace("Pods/Flipper-Folly/folly/synchronization/DistributedMutex-inl.h",
|
||||||
|
# "atomic_notify_one(state)", "folly::atomic_notify_one(state)")
|
||||||
|
|
||||||
|
# find_and_replace("Pods/Headers/Private/RCT-Folly/folly/synchronization/DistributedMutex-inl.h",
|
||||||
|
# "atomic_notify_one(state)", "folly::atomic_notify_one(state)")
|
||||||
|
|
||||||
|
# find_and_replace("Pods/Flipper-Folly/folly/synchronization/DistributedMutex-inl.h",
|
||||||
|
# "atomic_wait_until(&state, previous | data, deadline)", "folly::atomic_wait_until(&state, previous | data, deadline)")
|
||||||
|
|
||||||
|
# find_and_replace("../node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m",
|
||||||
|
# "_currentFrame.CGImage;","_currentFrame.CGImage ;} else { [super displayLayer:layer];")
|
||||||
|
# find_and_replace("../node_modules/react-native-snap-carousel/src/carousel/Carousel.js",
|
||||||
|
# "Animated.createAnimatedComponent(FlatList)","Animated.FlatList")
|
||||||
|
# find_and_replace("../node_modules/react-native-snap-carousel/src/carousel/Carousel.js",
|
||||||
|
# "Animated.createAnimatedComponent(ScrollView)","Animated.ScrollView")
|
||||||
|
# find_and_replace("../node_modules/react-native-snap-carousel/src/carousel/Carousel.js",
|
||||||
|
# "return this._carouselRef && this._carouselRef.getNode && this._carouselRef.getNode();","return this._carouselRef;")
|
||||||
|
# installer.pods_project.targets.each do |target|
|
||||||
|
# if target.name == 'react-native-google-maps'
|
||||||
|
# target.build_configurations.each do |config|
|
||||||
|
# config.build_settings['CLANG_ENABLE_MODULES'] = 'No'
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# target.build_configurations.each do |config|
|
||||||
|
# config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# # Temporary fix for not display image in react native
|
||||||
|
# # react-native >= v0.62.2
|
||||||
|
# def find_and_replace(dir, findstr, replacestr)
|
||||||
|
# Dir[dir].each do |name|
|
||||||
|
# text = File.read(name)
|
||||||
|
# replace = text.gsub(findstr,replacestr)
|
||||||
|
# if text != replace
|
||||||
|
# puts "Fix: " + name
|
||||||
|
# File.open(name, "w") { |file| file.puts replace }
|
||||||
|
# STDOUT.flush
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
# Dir[dir + '*/'].each(&method(:find_and_replace))
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
# target 'RNUnioilLoyaltyApp-tvOS' do
|
||||||
|
# # Pods for RNUnioilLoyaltyApp-tvOS
|
||||||
|
|
||||||
|
# target 'RNUnioilLoyaltyApp-tvOSTests' do
|
||||||
|
# inherit! :search_paths
|
||||||
|
# # Pods for testing
|
||||||
|
# end
|
||||||
|
# end
|
||||||
|
|
||||||
|
require_relative '../node_modules/react-native/scripts/react_native_pods'
|
||||||
|
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
||||||
|
|
||||||
|
platform :ios, '11.0'
|
||||||
|
install! 'cocoapods', :deterministic_uuids => false
|
||||||
|
|
||||||
|
target 'RNUnioilLoyaltyApp' do
|
||||||
|
rn_path = '../node_modules/react-native'
|
||||||
|
rn_maps_path = '../node_modules/react-native-maps'
|
||||||
|
|
||||||
|
config = use_native_modules!
|
||||||
|
|
||||||
|
# Flags change depending on the env values.
|
||||||
|
flags = get_default_flags()
|
||||||
|
|
||||||
|
use_react_native!(
|
||||||
|
:path => config[:reactNativePath],
|
||||||
|
# to enable hermes on iOS, change `false` to `true` and then install pods
|
||||||
|
:hermes_enabled => flags[:hermes_enabled],
|
||||||
|
:fabric_enabled => flags[:fabric_enabled],
|
||||||
|
# An absolute path to your application root.
|
||||||
|
:app_path => "#{Pod::Config.instance.installation_root}/.."
|
||||||
|
)
|
||||||
|
|
||||||
|
pod 'react-native-google-maps', :path => rn_maps_path
|
||||||
|
pod 'GoogleMaps'
|
||||||
|
pod 'Google-Maps-iOS-Utils'
|
||||||
|
|
||||||
|
# pod 'Firebase/Analytics'
|
||||||
|
|
||||||
|
pod 'RNCPushNotificationIOS', :path => '../node_modules/@react-native-community/push-notification-ios'
|
||||||
|
|
||||||
|
target 'RNUnioilLoyaltyAppTests' do
|
||||||
|
inherit! :complete
|
||||||
|
# Pods for testing
|
||||||
|
end
|
||||||
|
|
||||||
|
# Enables Flipper.
|
||||||
|
#
|
||||||
|
# Note that if you have use_frameworks! enabled, Flipper will not work and
|
||||||
|
# you should disable the next line.
|
||||||
|
use_flipper!()
|
||||||
|
|
||||||
|
post_install do |installer|
|
||||||
|
react_native_post_install(installer)
|
||||||
|
__apply_Xcode_12_5_M1_post_install_workaround(installer)
|
||||||
|
end
|
||||||
|
end
|
|
@ -0,0 +1,854 @@
|
||||||
|
PODS:
|
||||||
|
- boost (1.76.0)
|
||||||
|
- CocoaAsyncSocket (7.6.5)
|
||||||
|
- DoubleConversion (1.1.6)
|
||||||
|
- FBLazyVector (0.68.2)
|
||||||
|
- FBReactNativeSpec (0.68.2):
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTRequired (= 0.68.2)
|
||||||
|
- RCTTypeSafety (= 0.68.2)
|
||||||
|
- React-Core (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- Firebase/Analytics (8.15.0):
|
||||||
|
- Firebase/Core
|
||||||
|
- Firebase/Core (8.15.0):
|
||||||
|
- Firebase/CoreOnly
|
||||||
|
- FirebaseAnalytics (~> 8.15.0)
|
||||||
|
- Firebase/CoreOnly (8.15.0):
|
||||||
|
- FirebaseCore (= 8.15.0)
|
||||||
|
- Firebase/Messaging (8.15.0):
|
||||||
|
- Firebase/CoreOnly
|
||||||
|
- FirebaseMessaging (~> 8.15.0)
|
||||||
|
- FirebaseAnalytics (8.15.0):
|
||||||
|
- FirebaseAnalytics/AdIdSupport (= 8.15.0)
|
||||||
|
- FirebaseCore (~> 8.0)
|
||||||
|
- FirebaseInstallations (~> 8.0)
|
||||||
|
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/MethodSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/Network (~> 7.7)
|
||||||
|
- "GoogleUtilities/NSData+zlib (~> 7.7)"
|
||||||
|
- nanopb (~> 2.30908.0)
|
||||||
|
- FirebaseAnalytics/AdIdSupport (8.15.0):
|
||||||
|
- FirebaseCore (~> 8.0)
|
||||||
|
- FirebaseInstallations (~> 8.0)
|
||||||
|
- GoogleAppMeasurement (= 8.15.0)
|
||||||
|
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/MethodSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/Network (~> 7.7)
|
||||||
|
- "GoogleUtilities/NSData+zlib (~> 7.7)"
|
||||||
|
- nanopb (~> 2.30908.0)
|
||||||
|
- FirebaseCore (8.15.0):
|
||||||
|
- FirebaseCoreDiagnostics (~> 8.0)
|
||||||
|
- GoogleUtilities/Environment (~> 7.7)
|
||||||
|
- GoogleUtilities/Logger (~> 7.7)
|
||||||
|
- FirebaseCoreDiagnostics (8.15.0):
|
||||||
|
- GoogleDataTransport (~> 9.1)
|
||||||
|
- GoogleUtilities/Environment (~> 7.7)
|
||||||
|
- GoogleUtilities/Logger (~> 7.7)
|
||||||
|
- nanopb (~> 2.30908.0)
|
||||||
|
- FirebaseInstallations (8.15.0):
|
||||||
|
- FirebaseCore (~> 8.0)
|
||||||
|
- GoogleUtilities/Environment (~> 7.7)
|
||||||
|
- GoogleUtilities/UserDefaults (~> 7.7)
|
||||||
|
- PromisesObjC (< 3.0, >= 1.2)
|
||||||
|
- FirebaseMessaging (8.15.0):
|
||||||
|
- FirebaseCore (~> 8.0)
|
||||||
|
- FirebaseInstallations (~> 8.0)
|
||||||
|
- GoogleDataTransport (~> 9.1)
|
||||||
|
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/Environment (~> 7.7)
|
||||||
|
- GoogleUtilities/Reachability (~> 7.7)
|
||||||
|
- GoogleUtilities/UserDefaults (~> 7.7)
|
||||||
|
- nanopb (~> 2.30908.0)
|
||||||
|
- Flipper (0.125.0):
|
||||||
|
- Flipper-Folly (~> 2.6)
|
||||||
|
- Flipper-RSocket (~> 1.4)
|
||||||
|
- Flipper-Boost-iOSX (1.76.0.1.11)
|
||||||
|
- Flipper-DoubleConversion (3.2.0)
|
||||||
|
- Flipper-Fmt (7.1.7)
|
||||||
|
- Flipper-Folly (2.6.10):
|
||||||
|
- Flipper-Boost-iOSX
|
||||||
|
- Flipper-DoubleConversion
|
||||||
|
- Flipper-Fmt (= 7.1.7)
|
||||||
|
- Flipper-Glog
|
||||||
|
- libevent (~> 2.1.12)
|
||||||
|
- OpenSSL-Universal (= 1.1.1100)
|
||||||
|
- Flipper-Glog (0.5.0.4)
|
||||||
|
- Flipper-PeerTalk (0.0.4)
|
||||||
|
- Flipper-RSocket (1.4.3):
|
||||||
|
- Flipper-Folly (~> 2.6)
|
||||||
|
- FlipperKit (0.125.0):
|
||||||
|
- FlipperKit/Core (= 0.125.0)
|
||||||
|
- FlipperKit/Core (0.125.0):
|
||||||
|
- Flipper (~> 0.125.0)
|
||||||
|
- FlipperKit/CppBridge
|
||||||
|
- FlipperKit/FBCxxFollyDynamicConvert
|
||||||
|
- FlipperKit/FBDefines
|
||||||
|
- FlipperKit/FKPortForwarding
|
||||||
|
- SocketRocket (~> 0.6.0)
|
||||||
|
- FlipperKit/CppBridge (0.125.0):
|
||||||
|
- Flipper (~> 0.125.0)
|
||||||
|
- FlipperKit/FBCxxFollyDynamicConvert (0.125.0):
|
||||||
|
- Flipper-Folly (~> 2.6)
|
||||||
|
- FlipperKit/FBDefines (0.125.0)
|
||||||
|
- FlipperKit/FKPortForwarding (0.125.0):
|
||||||
|
- CocoaAsyncSocket (~> 7.6)
|
||||||
|
- Flipper-PeerTalk (~> 0.0.4)
|
||||||
|
- FlipperKit/FlipperKitHighlightOverlay (0.125.0)
|
||||||
|
- FlipperKit/FlipperKitLayoutHelpers (0.125.0):
|
||||||
|
- FlipperKit/Core
|
||||||
|
- FlipperKit/FlipperKitHighlightOverlay
|
||||||
|
- FlipperKit/FlipperKitLayoutTextSearchable
|
||||||
|
- FlipperKit/FlipperKitLayoutIOSDescriptors (0.125.0):
|
||||||
|
- FlipperKit/Core
|
||||||
|
- FlipperKit/FlipperKitHighlightOverlay
|
||||||
|
- FlipperKit/FlipperKitLayoutHelpers
|
||||||
|
- YogaKit (~> 1.18)
|
||||||
|
- FlipperKit/FlipperKitLayoutPlugin (0.125.0):
|
||||||
|
- FlipperKit/Core
|
||||||
|
- FlipperKit/FlipperKitHighlightOverlay
|
||||||
|
- FlipperKit/FlipperKitLayoutHelpers
|
||||||
|
- FlipperKit/FlipperKitLayoutIOSDescriptors
|
||||||
|
- FlipperKit/FlipperKitLayoutTextSearchable
|
||||||
|
- YogaKit (~> 1.18)
|
||||||
|
- FlipperKit/FlipperKitLayoutTextSearchable (0.125.0)
|
||||||
|
- FlipperKit/FlipperKitNetworkPlugin (0.125.0):
|
||||||
|
- FlipperKit/Core
|
||||||
|
- FlipperKit/FlipperKitReactPlugin (0.125.0):
|
||||||
|
- FlipperKit/Core
|
||||||
|
- FlipperKit/FlipperKitUserDefaultsPlugin (0.125.0):
|
||||||
|
- FlipperKit/Core
|
||||||
|
- FlipperKit/SKIOSNetworkPlugin (0.125.0):
|
||||||
|
- FlipperKit/Core
|
||||||
|
- FlipperKit/FlipperKitNetworkPlugin
|
||||||
|
- fmt (6.2.1)
|
||||||
|
- glog (0.3.5)
|
||||||
|
- Google-Maps-iOS-Utils (2.1.0):
|
||||||
|
- Google-Maps-iOS-Utils/Clustering (= 2.1.0)
|
||||||
|
- Google-Maps-iOS-Utils/Geometry (= 2.1.0)
|
||||||
|
- Google-Maps-iOS-Utils/Heatmap (= 2.1.0)
|
||||||
|
- Google-Maps-iOS-Utils/QuadTree (= 2.1.0)
|
||||||
|
- GoogleMaps
|
||||||
|
- Google-Maps-iOS-Utils/Clustering (2.1.0):
|
||||||
|
- Google-Maps-iOS-Utils/QuadTree
|
||||||
|
- GoogleMaps
|
||||||
|
- Google-Maps-iOS-Utils/Geometry (2.1.0):
|
||||||
|
- GoogleMaps
|
||||||
|
- Google-Maps-iOS-Utils/Heatmap (2.1.0):
|
||||||
|
- Google-Maps-iOS-Utils/QuadTree
|
||||||
|
- GoogleMaps
|
||||||
|
- Google-Maps-iOS-Utils/QuadTree (2.1.0):
|
||||||
|
- GoogleMaps
|
||||||
|
- GoogleAppMeasurement (8.15.0):
|
||||||
|
- GoogleAppMeasurement/AdIdSupport (= 8.15.0)
|
||||||
|
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/MethodSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/Network (~> 7.7)
|
||||||
|
- "GoogleUtilities/NSData+zlib (~> 7.7)"
|
||||||
|
- nanopb (~> 2.30908.0)
|
||||||
|
- GoogleAppMeasurement/AdIdSupport (8.15.0):
|
||||||
|
- GoogleAppMeasurement/WithoutAdIdSupport (= 8.15.0)
|
||||||
|
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/MethodSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/Network (~> 7.7)
|
||||||
|
- "GoogleUtilities/NSData+zlib (~> 7.7)"
|
||||||
|
- nanopb (~> 2.30908.0)
|
||||||
|
- GoogleAppMeasurement/WithoutAdIdSupport (8.15.0):
|
||||||
|
- GoogleUtilities/AppDelegateSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/MethodSwizzler (~> 7.7)
|
||||||
|
- GoogleUtilities/Network (~> 7.7)
|
||||||
|
- "GoogleUtilities/NSData+zlib (~> 7.7)"
|
||||||
|
- nanopb (~> 2.30908.0)
|
||||||
|
- GoogleDataTransport (9.1.4):
|
||||||
|
- GoogleUtilities/Environment (~> 7.7)
|
||||||
|
- nanopb (< 2.30910.0, >= 2.30908.0)
|
||||||
|
- PromisesObjC (< 3.0, >= 1.2)
|
||||||
|
- GoogleMaps (3.5.0):
|
||||||
|
- GoogleMaps/Maps (= 3.5.0)
|
||||||
|
- GoogleMaps/Base (3.5.0)
|
||||||
|
- GoogleMaps/Maps (3.5.0):
|
||||||
|
- GoogleMaps/Base
|
||||||
|
- GoogleUtilities/AppDelegateSwizzler (7.7.0):
|
||||||
|
- GoogleUtilities/Environment
|
||||||
|
- GoogleUtilities/Logger
|
||||||
|
- GoogleUtilities/Network
|
||||||
|
- GoogleUtilities/Environment (7.7.0):
|
||||||
|
- PromisesObjC (< 3.0, >= 1.2)
|
||||||
|
- GoogleUtilities/Logger (7.7.0):
|
||||||
|
- GoogleUtilities/Environment
|
||||||
|
- GoogleUtilities/MethodSwizzler (7.7.0):
|
||||||
|
- GoogleUtilities/Logger
|
||||||
|
- GoogleUtilities/Network (7.7.0):
|
||||||
|
- GoogleUtilities/Logger
|
||||||
|
- "GoogleUtilities/NSData+zlib"
|
||||||
|
- GoogleUtilities/Reachability
|
||||||
|
- "GoogleUtilities/NSData+zlib (7.7.0)"
|
||||||
|
- GoogleUtilities/Reachability (7.7.0):
|
||||||
|
- GoogleUtilities/Logger
|
||||||
|
- GoogleUtilities/UserDefaults (7.7.0):
|
||||||
|
- GoogleUtilities/Logger
|
||||||
|
- libevent (2.1.12)
|
||||||
|
- nanopb (2.30908.0):
|
||||||
|
- nanopb/decode (= 2.30908.0)
|
||||||
|
- nanopb/encode (= 2.30908.0)
|
||||||
|
- nanopb/decode (2.30908.0)
|
||||||
|
- nanopb/encode (2.30908.0)
|
||||||
|
- OpenSSL-Universal (1.1.1100)
|
||||||
|
- PromisesObjC (2.1.0)
|
||||||
|
- RCT-Folly (2021.06.28.00-v2):
|
||||||
|
- boost
|
||||||
|
- DoubleConversion
|
||||||
|
- fmt (~> 6.2.1)
|
||||||
|
- glog
|
||||||
|
- RCT-Folly/Default (= 2021.06.28.00-v2)
|
||||||
|
- RCT-Folly/Default (2021.06.28.00-v2):
|
||||||
|
- boost
|
||||||
|
- DoubleConversion
|
||||||
|
- fmt (~> 6.2.1)
|
||||||
|
- glog
|
||||||
|
- RCTRequired (0.68.2)
|
||||||
|
- RCTTypeSafety (0.68.2):
|
||||||
|
- FBLazyVector (= 0.68.2)
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTRequired (= 0.68.2)
|
||||||
|
- React-Core (= 0.68.2)
|
||||||
|
- React (0.68.2):
|
||||||
|
- React-Core (= 0.68.2)
|
||||||
|
- React-Core/DevSupport (= 0.68.2)
|
||||||
|
- React-Core/RCTWebSocket (= 0.68.2)
|
||||||
|
- React-RCTActionSheet (= 0.68.2)
|
||||||
|
- React-RCTAnimation (= 0.68.2)
|
||||||
|
- React-RCTBlob (= 0.68.2)
|
||||||
|
- React-RCTImage (= 0.68.2)
|
||||||
|
- React-RCTLinking (= 0.68.2)
|
||||||
|
- React-RCTNetwork (= 0.68.2)
|
||||||
|
- React-RCTSettings (= 0.68.2)
|
||||||
|
- React-RCTText (= 0.68.2)
|
||||||
|
- React-RCTVibration (= 0.68.2)
|
||||||
|
- React-callinvoker (0.68.2)
|
||||||
|
- React-Codegen (0.68.2):
|
||||||
|
- FBReactNativeSpec (= 0.68.2)
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTRequired (= 0.68.2)
|
||||||
|
- RCTTypeSafety (= 0.68.2)
|
||||||
|
- React-Core (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-Core (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default (= 0.68.2)
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/CoreModulesHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/Default (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/DevSupport (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default (= 0.68.2)
|
||||||
|
- React-Core/RCTWebSocket (= 0.68.2)
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-jsinspector (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTActionSheetHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTAnimationHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTBlobHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTImageHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTLinkingHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTNetworkHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTSettingsHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTTextHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTVibrationHeaders (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-Core/RCTWebSocket (0.68.2):
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Core/Default (= 0.68.2)
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsiexecutor (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- Yoga
|
||||||
|
- React-CoreModules (0.68.2):
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTTypeSafety (= 0.68.2)
|
||||||
|
- React-Codegen (= 0.68.2)
|
||||||
|
- React-Core/CoreModulesHeaders (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-RCTImage (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-cxxreact (0.68.2):
|
||||||
|
- boost (= 1.76.0)
|
||||||
|
- DoubleConversion
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-callinvoker (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-jsinspector (= 0.68.2)
|
||||||
|
- React-logger (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- React-runtimeexecutor (= 0.68.2)
|
||||||
|
- React-jsi (0.68.2):
|
||||||
|
- boost (= 1.76.0)
|
||||||
|
- DoubleConversion
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-jsi/Default (= 0.68.2)
|
||||||
|
- React-jsi/Default (0.68.2):
|
||||||
|
- boost (= 1.76.0)
|
||||||
|
- DoubleConversion
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-jsiexecutor (0.68.2):
|
||||||
|
- DoubleConversion
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- React-jsinspector (0.68.2)
|
||||||
|
- React-logger (0.68.2):
|
||||||
|
- glog
|
||||||
|
- react-native-date-picker (3.4.3):
|
||||||
|
- React-Core
|
||||||
|
- react-native-geolocation (2.1.0):
|
||||||
|
- React-Core
|
||||||
|
- react-native-google-maps (0.27.1):
|
||||||
|
- Google-Maps-iOS-Utils (= 2.1.0)
|
||||||
|
- GoogleMaps (= 3.5.0)
|
||||||
|
- React
|
||||||
|
- react-native-image-picker (2.4.0):
|
||||||
|
- React
|
||||||
|
- react-native-location (2.5.0):
|
||||||
|
- React
|
||||||
|
- react-native-maps (0.27.1):
|
||||||
|
- React
|
||||||
|
- react-native-month-year-picker (1.8.1):
|
||||||
|
- React
|
||||||
|
- react-native-netinfo (5.9.10):
|
||||||
|
- React-Core
|
||||||
|
- react-native-safe-area-context (4.3.1):
|
||||||
|
- RCT-Folly
|
||||||
|
- RCTRequired
|
||||||
|
- RCTTypeSafety
|
||||||
|
- React
|
||||||
|
- ReactCommon/turbomodule/core
|
||||||
|
- react-native-webview (9.4.0):
|
||||||
|
- React
|
||||||
|
- React-perflogger (0.68.2)
|
||||||
|
- React-RCTActionSheet (0.68.2):
|
||||||
|
- React-Core/RCTActionSheetHeaders (= 0.68.2)
|
||||||
|
- React-RCTAnimation (0.68.2):
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTTypeSafety (= 0.68.2)
|
||||||
|
- React-Codegen (= 0.68.2)
|
||||||
|
- React-Core/RCTAnimationHeaders (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-RCTBlob (0.68.2):
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Codegen (= 0.68.2)
|
||||||
|
- React-Core/RCTBlobHeaders (= 0.68.2)
|
||||||
|
- React-Core/RCTWebSocket (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-RCTNetwork (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-RCTImage (0.68.2):
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTTypeSafety (= 0.68.2)
|
||||||
|
- React-Codegen (= 0.68.2)
|
||||||
|
- React-Core/RCTImageHeaders (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-RCTNetwork (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-RCTLinking (0.68.2):
|
||||||
|
- React-Codegen (= 0.68.2)
|
||||||
|
- React-Core/RCTLinkingHeaders (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-RCTNetwork (0.68.2):
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTTypeSafety (= 0.68.2)
|
||||||
|
- React-Codegen (= 0.68.2)
|
||||||
|
- React-Core/RCTNetworkHeaders (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-RCTSettings (0.68.2):
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- RCTTypeSafety (= 0.68.2)
|
||||||
|
- React-Codegen (= 0.68.2)
|
||||||
|
- React-Core/RCTSettingsHeaders (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-RCTText (0.68.2):
|
||||||
|
- React-Core/RCTTextHeaders (= 0.68.2)
|
||||||
|
- React-RCTVibration (0.68.2):
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-Codegen (= 0.68.2)
|
||||||
|
- React-Core/RCTVibrationHeaders (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (= 0.68.2)
|
||||||
|
- React-runtimeexecutor (0.68.2):
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- ReactCommon/turbomodule/core (0.68.2):
|
||||||
|
- DoubleConversion
|
||||||
|
- glog
|
||||||
|
- RCT-Folly (= 2021.06.28.00-v2)
|
||||||
|
- React-callinvoker (= 0.68.2)
|
||||||
|
- React-Core (= 0.68.2)
|
||||||
|
- React-cxxreact (= 0.68.2)
|
||||||
|
- React-jsi (= 0.68.2)
|
||||||
|
- React-logger (= 0.68.2)
|
||||||
|
- React-perflogger (= 0.68.2)
|
||||||
|
- rn-fetch-blob (0.12.0):
|
||||||
|
- React-Core
|
||||||
|
- RNCAsyncStorage (1.12.1):
|
||||||
|
- React-Core
|
||||||
|
- RNCMaskedView (0.1.11):
|
||||||
|
- React
|
||||||
|
- RNCPushNotificationIOS (1.10.1):
|
||||||
|
- React-Core
|
||||||
|
- RNDateTimePicker (6.1.3):
|
||||||
|
- React-Core
|
||||||
|
- RNDeviceInfo (5.6.5):
|
||||||
|
- React
|
||||||
|
- RNFBAnalytics (14.11.0):
|
||||||
|
- Firebase/Analytics (= 8.15.0)
|
||||||
|
- React-Core
|
||||||
|
- RNFBApp
|
||||||
|
- RNFBApp (14.11.0):
|
||||||
|
- Firebase/CoreOnly (= 8.15.0)
|
||||||
|
- React-Core
|
||||||
|
- RNFBMessaging (14.11.0):
|
||||||
|
- Firebase/Messaging (= 8.15.0)
|
||||||
|
- React-Core
|
||||||
|
- RNFBApp
|
||||||
|
- RNGestureHandler (1.10.3):
|
||||||
|
- React-Core
|
||||||
|
- RNReanimated (1.13.4):
|
||||||
|
- React-Core
|
||||||
|
- RNScreens (2.18.1):
|
||||||
|
- React-Core
|
||||||
|
- RNSVG (12.3.0):
|
||||||
|
- React-Core
|
||||||
|
- RNVectorIcons (6.7.0):
|
||||||
|
- React
|
||||||
|
- SocketRocket (0.6.0)
|
||||||
|
- toolbar-android (0.2.1):
|
||||||
|
- React
|
||||||
|
- Yoga (1.14.0)
|
||||||
|
- YogaKit (1.18.1):
|
||||||
|
- Yoga (~> 1.14)
|
||||||
|
|
||||||
|
DEPENDENCIES:
|
||||||
|
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
||||||
|
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
||||||
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
||||||
|
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
|
||||||
|
- Flipper (= 0.125.0)
|
||||||
|
- Flipper-Boost-iOSX (= 1.76.0.1.11)
|
||||||
|
- Flipper-DoubleConversion (= 3.2.0)
|
||||||
|
- Flipper-Fmt (= 7.1.7)
|
||||||
|
- Flipper-Folly (= 2.6.10)
|
||||||
|
- Flipper-Glog (= 0.5.0.4)
|
||||||
|
- Flipper-PeerTalk (= 0.0.4)
|
||||||
|
- Flipper-RSocket (= 1.4.3)
|
||||||
|
- FlipperKit (= 0.125.0)
|
||||||
|
- FlipperKit/Core (= 0.125.0)
|
||||||
|
- FlipperKit/CppBridge (= 0.125.0)
|
||||||
|
- FlipperKit/FBCxxFollyDynamicConvert (= 0.125.0)
|
||||||
|
- FlipperKit/FBDefines (= 0.125.0)
|
||||||
|
- FlipperKit/FKPortForwarding (= 0.125.0)
|
||||||
|
- FlipperKit/FlipperKitHighlightOverlay (= 0.125.0)
|
||||||
|
- FlipperKit/FlipperKitLayoutPlugin (= 0.125.0)
|
||||||
|
- FlipperKit/FlipperKitLayoutTextSearchable (= 0.125.0)
|
||||||
|
- FlipperKit/FlipperKitNetworkPlugin (= 0.125.0)
|
||||||
|
- FlipperKit/FlipperKitReactPlugin (= 0.125.0)
|
||||||
|
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.125.0)
|
||||||
|
- FlipperKit/SKIOSNetworkPlugin (= 0.125.0)
|
||||||
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
||||||
|
- Google-Maps-iOS-Utils
|
||||||
|
- GoogleMaps
|
||||||
|
- OpenSSL-Universal (= 1.1.1100)
|
||||||
|
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
||||||
|
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
||||||
|
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
||||||
|
- React (from `../node_modules/react-native/`)
|
||||||
|
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
|
||||||
|
- React-Codegen (from `build/generated/ios`)
|
||||||
|
- React-Core (from `../node_modules/react-native/`)
|
||||||
|
- React-Core/DevSupport (from `../node_modules/react-native/`)
|
||||||
|
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
||||||
|
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
|
||||||
|
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
||||||
|
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
||||||
|
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
||||||
|
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
||||||
|
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
||||||
|
- react-native-date-picker (from `../node_modules/react-native-date-picker`)
|
||||||
|
- "react-native-geolocation (from `../node_modules/@react-native-community/geolocation`)"
|
||||||
|
- react-native-google-maps (from `../node_modules/react-native-maps`)
|
||||||
|
- react-native-image-picker (from `../node_modules/react-native-image-picker`)
|
||||||
|
- react-native-location (from `../node_modules/react-native-location`)
|
||||||
|
- react-native-maps (from `../node_modules/react-native-maps`)
|
||||||
|
- react-native-month-year-picker (from `../node_modules/react-native-month-year-picker`)
|
||||||
|
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
|
||||||
|
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
|
||||||
|
- react-native-webview (from `../node_modules/react-native-webview`)
|
||||||
|
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
||||||
|
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
||||||
|
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
||||||
|
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
||||||
|
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
|
||||||
|
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
|
||||||
|
- React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
|
||||||
|
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
||||||
|
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
||||||
|
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
||||||
|
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
||||||
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
||||||
|
- rn-fetch-blob (from `../node_modules/rn-fetch-blob`)
|
||||||
|
- "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)"
|
||||||
|
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
|
||||||
|
- "RNCPushNotificationIOS (from `../node_modules/@react-native-community/push-notification-ios`)"
|
||||||
|
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
|
||||||
|
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
|
||||||
|
- "RNFBAnalytics (from `../node_modules/@react-native-firebase/analytics`)"
|
||||||
|
- "RNFBApp (from `../node_modules/@react-native-firebase/app`)"
|
||||||
|
- "RNFBMessaging (from `../node_modules/@react-native-firebase/messaging`)"
|
||||||
|
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
|
||||||
|
- RNReanimated (from `../node_modules/react-native-reanimated`)
|
||||||
|
- RNScreens (from `../node_modules/react-native-screens`)
|
||||||
|
- RNSVG (from `../node_modules/react-native-svg`)
|
||||||
|
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
|
||||||
|
- "toolbar-android (from `../node_modules/@react-native-community/toolbar-android`)"
|
||||||
|
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
||||||
|
|
||||||
|
SPEC REPOS:
|
||||||
|
trunk:
|
||||||
|
- CocoaAsyncSocket
|
||||||
|
- Firebase
|
||||||
|
- FirebaseAnalytics
|
||||||
|
- FirebaseCore
|
||||||
|
- FirebaseCoreDiagnostics
|
||||||
|
- FirebaseInstallations
|
||||||
|
- FirebaseMessaging
|
||||||
|
- Flipper
|
||||||
|
- Flipper-Boost-iOSX
|
||||||
|
- Flipper-DoubleConversion
|
||||||
|
- Flipper-Fmt
|
||||||
|
- Flipper-Folly
|
||||||
|
- Flipper-Glog
|
||||||
|
- Flipper-PeerTalk
|
||||||
|
- Flipper-RSocket
|
||||||
|
- FlipperKit
|
||||||
|
- fmt
|
||||||
|
- Google-Maps-iOS-Utils
|
||||||
|
- GoogleAppMeasurement
|
||||||
|
- GoogleDataTransport
|
||||||
|
- GoogleMaps
|
||||||
|
- GoogleUtilities
|
||||||
|
- libevent
|
||||||
|
- nanopb
|
||||||
|
- OpenSSL-Universal
|
||||||
|
- PromisesObjC
|
||||||
|
- SocketRocket
|
||||||
|
- YogaKit
|
||||||
|
|
||||||
|
EXTERNAL SOURCES:
|
||||||
|
boost:
|
||||||
|
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
|
||||||
|
DoubleConversion:
|
||||||
|
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
||||||
|
FBLazyVector:
|
||||||
|
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
||||||
|
FBReactNativeSpec:
|
||||||
|
:path: "../node_modules/react-native/React/FBReactNativeSpec"
|
||||||
|
glog:
|
||||||
|
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
||||||
|
RCT-Folly:
|
||||||
|
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
||||||
|
RCTRequired:
|
||||||
|
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
||||||
|
RCTTypeSafety:
|
||||||
|
:path: "../node_modules/react-native/Libraries/TypeSafety"
|
||||||
|
React:
|
||||||
|
:path: "../node_modules/react-native/"
|
||||||
|
React-callinvoker:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/callinvoker"
|
||||||
|
React-Codegen:
|
||||||
|
:path: build/generated/ios
|
||||||
|
React-Core:
|
||||||
|
:path: "../node_modules/react-native/"
|
||||||
|
React-CoreModules:
|
||||||
|
:path: "../node_modules/react-native/React/CoreModules"
|
||||||
|
React-cxxreact:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/cxxreact"
|
||||||
|
React-jsi:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/jsi"
|
||||||
|
React-jsiexecutor:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
||||||
|
React-jsinspector:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
||||||
|
React-logger:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/logger"
|
||||||
|
react-native-date-picker:
|
||||||
|
:path: "../node_modules/react-native-date-picker"
|
||||||
|
react-native-geolocation:
|
||||||
|
:path: "../node_modules/@react-native-community/geolocation"
|
||||||
|
react-native-google-maps:
|
||||||
|
:path: "../node_modules/react-native-maps"
|
||||||
|
react-native-image-picker:
|
||||||
|
:path: "../node_modules/react-native-image-picker"
|
||||||
|
react-native-location:
|
||||||
|
:path: "../node_modules/react-native-location"
|
||||||
|
react-native-maps:
|
||||||
|
:path: "../node_modules/react-native-maps"
|
||||||
|
react-native-month-year-picker:
|
||||||
|
:path: "../node_modules/react-native-month-year-picker"
|
||||||
|
react-native-netinfo:
|
||||||
|
:path: "../node_modules/@react-native-community/netinfo"
|
||||||
|
react-native-safe-area-context:
|
||||||
|
:path: "../node_modules/react-native-safe-area-context"
|
||||||
|
react-native-webview:
|
||||||
|
:path: "../node_modules/react-native-webview"
|
||||||
|
React-perflogger:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
|
||||||
|
React-RCTActionSheet:
|
||||||
|
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
||||||
|
React-RCTAnimation:
|
||||||
|
:path: "../node_modules/react-native/Libraries/NativeAnimation"
|
||||||
|
React-RCTBlob:
|
||||||
|
:path: "../node_modules/react-native/Libraries/Blob"
|
||||||
|
React-RCTImage:
|
||||||
|
:path: "../node_modules/react-native/Libraries/Image"
|
||||||
|
React-RCTLinking:
|
||||||
|
:path: "../node_modules/react-native/Libraries/LinkingIOS"
|
||||||
|
React-RCTNetwork:
|
||||||
|
:path: "../node_modules/react-native/Libraries/Network"
|
||||||
|
React-RCTSettings:
|
||||||
|
:path: "../node_modules/react-native/Libraries/Settings"
|
||||||
|
React-RCTText:
|
||||||
|
:path: "../node_modules/react-native/Libraries/Text"
|
||||||
|
React-RCTVibration:
|
||||||
|
:path: "../node_modules/react-native/Libraries/Vibration"
|
||||||
|
React-runtimeexecutor:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
||||||
|
ReactCommon:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon"
|
||||||
|
rn-fetch-blob:
|
||||||
|
:path: "../node_modules/rn-fetch-blob"
|
||||||
|
RNCAsyncStorage:
|
||||||
|
:path: "../node_modules/@react-native-community/async-storage"
|
||||||
|
RNCMaskedView:
|
||||||
|
:path: "../node_modules/@react-native-community/masked-view"
|
||||||
|
RNCPushNotificationIOS:
|
||||||
|
:path: "../node_modules/@react-native-community/push-notification-ios"
|
||||||
|
RNDateTimePicker:
|
||||||
|
:path: "../node_modules/@react-native-community/datetimepicker"
|
||||||
|
RNDeviceInfo:
|
||||||
|
:path: "../node_modules/react-native-device-info"
|
||||||
|
RNFBAnalytics:
|
||||||
|
:path: "../node_modules/@react-native-firebase/analytics"
|
||||||
|
RNFBApp:
|
||||||
|
:path: "../node_modules/@react-native-firebase/app"
|
||||||
|
RNFBMessaging:
|
||||||
|
:path: "../node_modules/@react-native-firebase/messaging"
|
||||||
|
RNGestureHandler:
|
||||||
|
:path: "../node_modules/react-native-gesture-handler"
|
||||||
|
RNReanimated:
|
||||||
|
:path: "../node_modules/react-native-reanimated"
|
||||||
|
RNScreens:
|
||||||
|
:path: "../node_modules/react-native-screens"
|
||||||
|
RNSVG:
|
||||||
|
:path: "../node_modules/react-native-svg"
|
||||||
|
RNVectorIcons:
|
||||||
|
:path: "../node_modules/react-native-vector-icons"
|
||||||
|
toolbar-android:
|
||||||
|
:path: "../node_modules/@react-native-community/toolbar-android"
|
||||||
|
Yoga:
|
||||||
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||||
|
|
||||||
|
SPEC CHECKSUMS:
|
||||||
|
boost: a7c83b31436843459a1961bfd74b96033dc77234
|
||||||
|
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
||||||
|
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
|
||||||
|
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
|
||||||
|
FBReactNativeSpec: 81ce99032d5b586fddd6a38d450f8595f7e04be4
|
||||||
|
Firebase: 5f8193dff4b5b7c5d5ef72ae54bb76c08e2b841d
|
||||||
|
FirebaseAnalytics: 7761cbadb00a717d8d0939363eb46041526474fa
|
||||||
|
FirebaseCore: 5743c5785c074a794d35f2fff7ecc254a91e08b1
|
||||||
|
FirebaseCoreDiagnostics: 92e07a649aeb66352b319d43bdd2ee3942af84cb
|
||||||
|
FirebaseInstallations: 40bd9054049b2eae9a2c38ef1c3dd213df3605cd
|
||||||
|
FirebaseMessaging: 5e5118a2383b3531e730d974680954c679ca0a13
|
||||||
|
Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0
|
||||||
|
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
|
||||||
|
Flipper-DoubleConversion: 3d3d04a078d4f3a1b6c6916587f159dc11f232c4
|
||||||
|
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
|
||||||
|
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
|
||||||
|
Flipper-Glog: 87bc98ff48de90cb5b0b5114ed3da79d85ee2dd4
|
||||||
|
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
||||||
|
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
|
||||||
|
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
|
||||||
|
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
||||||
|
glog: 476ee3e89abb49e07f822b48323c51c57124b572
|
||||||
|
Google-Maps-iOS-Utils: c32891ff472eaaa1fca032beedafa1a013af7875
|
||||||
|
GoogleAppMeasurement: 4c19f031220c72464d460c9daa1fb5d1acce958e
|
||||||
|
GoogleDataTransport: 5fffe35792f8b96ec8d6775f5eccd83c998d5a3b
|
||||||
|
GoogleMaps: 32ca02de09de357a10ac773f2c70f1986751392d
|
||||||
|
GoogleUtilities: e0913149f6b0625b553d70dae12b49fc62914fd1
|
||||||
|
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
||||||
|
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
|
||||||
|
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
|
||||||
|
PromisesObjC: 99b6f43f9e1044bd87a95a60beff28c2c44ddb72
|
||||||
|
RCT-Folly: 4d8508a426467c48885f1151029bc15fa5d7b3b8
|
||||||
|
RCTRequired: 3e917ea5377751094f38145fdece525aa90545a0
|
||||||
|
RCTTypeSafety: c43c072a4bd60feb49a9570b0517892b4305c45e
|
||||||
|
React: 176dd882de001854ced260fad41bb68a31aa4bd0
|
||||||
|
React-callinvoker: c2864d1818d6e64928d2faf774a3800dfc38fe1f
|
||||||
|
React-Codegen: 98b6f97f0a7abf7d67e4ce435c77c05b7a95cf05
|
||||||
|
React-Core: fdaa2916b1c893f39f02cff0476d1fb0cab1e352
|
||||||
|
React-CoreModules: fd8705b80699ec36c2cdd635c2ce9d874b9cfdfc
|
||||||
|
React-cxxreact: 1832d971f7b0cb2c7b943dc0ec962762c90c906e
|
||||||
|
React-jsi: 72af715135abe8c3f0dcf3b2548b71d048b69a7e
|
||||||
|
React-jsiexecutor: b7b553412f2ec768fe6c8f27cd6bafdb9d8719e6
|
||||||
|
React-jsinspector: c5989c77cb89ae6a69561095a61cce56a44ae8e8
|
||||||
|
React-logger: a0833912d93b36b791b7a521672d8ee89107aff1
|
||||||
|
react-native-date-picker: 201b481c94dcb7678f4712477ad026dd7793305b
|
||||||
|
react-native-geolocation: 69f4fd37650b8e7fee91816d395e62dd16f5ab8d
|
||||||
|
react-native-google-maps: 0a989abda71059db2caa98b9dacca7a8f38a47d0
|
||||||
|
react-native-image-picker: 4e63090db19a528e36c0cc07d1423c8c0cb4c4ef
|
||||||
|
react-native-location: 5a40ec1cc6abf2f6d94df979f98ec76c3a415681
|
||||||
|
react-native-maps: f4b89da81626ad7f151a8bfcb79733295d31ce5c
|
||||||
|
react-native-month-year-picker: 66acab2013309482578a015f01c71e8f2eebb134
|
||||||
|
react-native-netinfo: 30fb89fa913c342be82a887b56e96be6d71201dd
|
||||||
|
react-native-safe-area-context: 6c12e3859b6f27b25de4fee8201cfb858432d8de
|
||||||
|
react-native-webview: cf5527893252b3b036eea024a1da6996f7344c74
|
||||||
|
React-perflogger: a18b4f0bd933b8b24ecf9f3c54f9bf65180f3fe6
|
||||||
|
React-RCTActionSheet: 547fe42fdb4b6089598d79f8e1d855d7c23e2162
|
||||||
|
React-RCTAnimation: bc9440a1c37b06ae9ebbb532d244f607805c6034
|
||||||
|
React-RCTBlob: a1295c8e183756d7ef30ba6e8f8144dfe8a19215
|
||||||
|
React-RCTImage: a30d1ee09b1334067fbb6f30789aae2d7ac150c9
|
||||||
|
React-RCTLinking: ffc6d5b88d1cb9aca13c54c2ec6507fbf07f2ac4
|
||||||
|
React-RCTNetwork: f807a2facab6cf5cf36d592e634611de9cf12d81
|
||||||
|
React-RCTSettings: 861806819226ed8332e6a8f90df2951a34bb3e7f
|
||||||
|
React-RCTText: f3fb464cc41a50fc7a1aba4deeb76a9ad8282cb9
|
||||||
|
React-RCTVibration: 79040b92bfa9c3c2d2cb4f57e981164ec7ab9374
|
||||||
|
React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23
|
||||||
|
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
|
||||||
|
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
|
||||||
|
RNCAsyncStorage: b03032fdbdb725bea0bd9e5ec5a7272865ae7398
|
||||||
|
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
|
||||||
|
RNCPushNotificationIOS: 87b8d16d3ede4532745e05b03c42cff33a36cc45
|
||||||
|
RNDateTimePicker: 04b805a3cb4d386e5e6aff54b47ace7bad706fda
|
||||||
|
RNDeviceInfo: c5f8f3a456adcbba405ace475254b08febc4c095
|
||||||
|
RNFBAnalytics: c26f7580934cb1563eb2239b4997c6aa62f7ccfc
|
||||||
|
RNFBApp: b1b5a80a676a07dea17e778bda7c1e8b69b2f5ec
|
||||||
|
RNFBMessaging: 3f327c8019ec2578b9da937ba6c01db48c81a457
|
||||||
|
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
|
||||||
|
RNReanimated: c1b56d030d1616239861534d9adb531f8cffab68
|
||||||
|
RNScreens: f7ad633b2e0190b77b6a7aab7f914fad6f198d8d
|
||||||
|
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
|
||||||
|
RNVectorIcons: 368d6d8b8301224e5ffb6254191f4f8876c2be0d
|
||||||
|
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
|
||||||
|
toolbar-android: 2a73856e98b750d7e71ce4644d3f41cc98211719
|
||||||
|
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952
|
||||||
|
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||||
|
|
||||||
|
PODFILE CHECKSUM: e93ba2444409d3d0298800b1a1e23e6d53e6f462
|
||||||
|
|
||||||
|
COCOAPODS: 1.11.3
|
|
@ -0,0 +1,246 @@
|
||||||
|
|
||||||
|
App Thinning Size Report for All Variants of RNUnioilLoyaltyApp
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-1306C7DB-73D6-4D46-AEF1-62040E7B92DF.ipa
|
||||||
|
Supported variant descriptors: [device: iPad12,2, os-version: 15.0], [device: iPad5,4, os-version: 15.0], [device: iPad6,11, os-version: 15.0], [device: iPad7,12, os-version: 15.0], [device: iPad5,1, os-version: 15.0], [device: iPad6,7, os-version: 15.0], [device: iPad11,7, os-version: 15.0], [device: iPad5,2, os-version: 15.0], [device: iPad6,12, os-version: 15.0], [device: iPad7,5, os-version: 15.0], [device: iPad7,6, os-version: 15.0], [device: iPad11,6, os-version: 15.0], [device: iPad12,1, os-version: 15.0], [device: iPad5,3, os-version: 15.0], [device: iPad6,8, os-version: 15.0], and [device: iPad7,11, os-version: 15.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-1A988149-BF2C-43B2-A342-2A6C944ADECC.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone8,2, os-version: 13.0] and [device: iPhone8,2, os-version: 14.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-1C62FD8C-8068-41B4-B238-711D8C18C7E4.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone6,2, os-version: 12.2], [device: iPhone8,1, os-version: 12.2], [device: iPhone6,1, os-version: 12.2], [device: iPod9,1, os-version: 12.2], [device: iPhone7,2, os-version: 12.2], [device: iPhone8,4, os-version: 12.2], and [device: iPod7,1, os-version: 12.2]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-2B0E0B93-109A-4DB7-A04F-D969341F765B.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone10,1, os-version: 12.2], [device: iPhone10,4, os-version: 12.2], [device: iPhone9,1, os-version: 12.2], and [device: iPhone9,3, os-version: 12.2]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-39337D18-CC87-4BA9-A458-9ED5C0E1CCF1.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone11,8, os-version: 12.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-3BE1E9D6-F058-4696-A23E-523FDCAED4FA.ipa
|
||||||
|
Supported variant descriptors: [device: iPad11,3, os-version: 12.2], [device: iPad11,4, os-version: 12.2], [device: iPad8,2, os-version: 12.2], [device: iPad8,8, os-version: 12.2], [device: iPad7,1, os-version: 12.2], [device: iPad6,3, os-version: 12.2], [device: iPad8,7, os-version: 12.2], [device: iPad11,2, os-version: 12.2], [device: iPad8,1, os-version: 12.2], [device: iPad7,2, os-version: 12.2], [device: iPad8,4, os-version: 12.2], [device: iPad11,1, os-version: 12.2], [device: iPad7,3, os-version: 12.2], [device: iPad8,6, os-version: 12.2], [device: iPad8,3, os-version: 12.2], [device: iPad8,5, os-version: 12.2], [device: iPad7,4, os-version: 12.2], and [device: iPad6,4, os-version: 12.2]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-482622A7-3E0D-4513-A17C-7E49EE09D6DF.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone8,2, os-version: 12.0] and [device: iPhone7,1, os-version: 12.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-488FDE3F-65B6-4BD5-AD33-F98303B401B2.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone11,8, os-version: 15.0] and [device: iPhone12,1, os-version: 15.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-4D6F8E10-0CD1-4850-88B6-E73D04067CCA.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone9,4, os-version: 13.0], [device: iPhone10,2, os-version: 13.0], [device: iPhone10,6, os-version: 14.0], [device: iPhone11,4, os-version: 13.0], [device: iPhone12,5, os-version: 13.0], [device: iPhone11,4, os-version: 14.0], [device: iPhone10,2, os-version: 14.0], [device: iPhone11,2, os-version: 13.0], [device: iPhone10,5, os-version: 13.0], [device: iPhone10,3, os-version: 13.0], [device: iPhone10,6, os-version: 13.0], [device: iPhone9,2, os-version: 13.0], [device: iPhone11,6, os-version: 13.0], [device: iPhone12,3, os-version: 14.0], [device: iPhone9,2, os-version: 14.0], [device: iPhone10,5, os-version: 14.0], [device: iPhone13,4, os-version: 14.0], [device: iPhone13,2, os-version: 14.0], [device: iPhone13,1, os-version: 14.0], [device: iPhone10,3, os-version: 14.0], [device: iPhone13,3, os-version: 14.0], [device: iPhone11,6, os-version: 14.0], [device: iPhone11,2, os-version: 14.0], [device: iPhone12,3, os-version: 13.0], [device: iPhone9,4, os-version: 14.0], and [device: iPhone12,5, os-version: 14.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-55267F45-F4E9-42C1-AB38-68CDBACFE218.ipa
|
||||||
|
Supported variant descriptors: [device: iPad5,1, os-version: 12.2], [device: iPad6,7, os-version: 12.2], [device: iPad7,5, os-version: 12.2], [device: iPad4,6, os-version: 12.2], [device: iPad5,2, os-version: 12.2], [device: iPad5,3, os-version: 12.2], [device: iPad4,2, os-version: 12.2], [device: iPad4,9, os-version: 12.2], [device: iPad6,11, os-version: 12.2], [device: iPad4,5, os-version: 12.2], [device: iPad4,8, os-version: 12.2], [device: iPad7,6, os-version: 12.2], [device: iPad4,1, os-version: 12.2], [device: iPad4,7, os-version: 12.2], [device: iPad6,8, os-version: 12.2], [device: iPad4,3, os-version: 12.2], [device: iPad6,12, os-version: 12.2], [device: iPad4,4, os-version: 12.2], and [device: iPad5,4, os-version: 12.2]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-59055DEE-58CC-4470-957F-6E970E43B3ED.ipa
|
||||||
|
Supported variant descriptors: [device: iPad6,3, os-version: 11.0], [device: iPad7,3, os-version: 11.0], [device: iPad6,4, os-version: 11.0], [device: iPad7,4, os-version: 11.0], [device: iPad7,2, os-version: 11.0], and [device: iPad7,1, os-version: 11.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-6FBBA497-25FA-46E8-B53C-5EA1914F0DC7.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone10,1, os-version: 15.0], [device: iPhone9,3, os-version: 15.0], [device: iPhone12,8, os-version: 15.0], [device: iPhone9,1, os-version: 15.0], [device: iPhone14,6, os-version: 15.0], and [device: iPhone10,4, os-version: 15.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-7C1B3A09-4BC6-40D4-919A-2A54435D4BE9.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone13,4, os-version: 15.0], [device: iPhone13,3, os-version: 15.0], [device: iPhone12,3, os-version: 15.0], [device: iPhone10,5, os-version: 15.0], [device: iPhone10,6, os-version: 15.0], [device: iPhone11,6, os-version: 15.0], [device: iPhone13,1, os-version: 15.0], [device: iPhone14,4, os-version: 15.0], [device: iPhone9,4, os-version: 15.0], [device: iPhone14,2, os-version: 15.0], [device: iPhone10,2, os-version: 15.0], [device: iPhone14,3, os-version: 15.0], [device: iPhone13,2, os-version: 15.0], [device: iPhone11,2, os-version: 15.0], [device: iPhone12,5, os-version: 15.0], [device: iPhone11,4, os-version: 15.0], [device: iPhone9,2, os-version: 15.0], [device: iPhone10,3, os-version: 15.0], and [device: iPhone14,5, os-version: 15.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-7D12FACD-6167-4297-A49D-C2D5B74F1965.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone9,2, os-version: 12.2], [device: iPhone10,6, os-version: 12.2], [device: iPhone10,2, os-version: 12.2], [device: iPhone10,3, os-version: 12.2], [device: iPhone11,4, os-version: 12.2], [device: iPhone11,2, os-version: 12.2], [device: iPhone9,4, os-version: 12.2], [device: iPhone10,5, os-version: 12.2], and [device: iPhone11,6, os-version: 12.2]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-83452AD6-EFA2-4874-8388-93067FA8238D.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone8,1, os-version: 15.0], [device: iPhone8,4, os-version: 15.0], and [device: iPod9,1, os-version: 15.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-872B97F1-DAC1-4B1C-A7C4-3D9F3ABF54DC.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone12,1, os-version: 14.0], [device: iPhone12,1, os-version: 13.0], [device: iPhone11,8, os-version: 14.0], and [device: iPhone11,8, os-version: 13.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-98053669-A950-4B7B-AAB4-210AEF2C49AB.ipa
|
||||||
|
Supported variant descriptors: [device: iPad8,8, os-version: 12.0], [device: iPad8,7, os-version: 12.0], [device: iPad6,4, os-version: 12.0], [device: iPad7,3, os-version: 12.0], [device: iPad8,2, os-version: 12.0], [device: iPad8,1, os-version: 12.0], [device: iPad7,1, os-version: 12.0], [device: iPad7,4, os-version: 12.0], [device: iPad8,6, os-version: 12.0], [device: iPad8,4, os-version: 12.0], [device: iPad7,2, os-version: 12.0], [device: iPad8,3, os-version: 12.0], [device: iPad6,3, os-version: 12.0], and [device: iPad8,5, os-version: 12.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-99C74F5A-B681-4E5B-BD86-6897E9DFA3F2.ipa
|
||||||
|
Supported variant descriptors: [device: iPod7,1, os-version: 11.0], [device: iPhone6,2, os-version: 11.0], [device: iPhone6,1, os-version: 11.0], [device: iPhone8,4, os-version: 11.0], [device: iPhone8,1, os-version: 11.0], and [device: iPhone7,2, os-version: 11.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-9A9E70DC-3DFD-4722-847A-8246908B66DD.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone8,4, os-version: 12.0], [device: iPhone6,2, os-version: 12.0], [device: iPod7,1, os-version: 12.0], [device: iPhone6,1, os-version: 12.0], [device: iPhone7,2, os-version: 12.0], and [device: iPhone8,1, os-version: 12.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-A5AE8BD8-F42D-435F-9F87-69FF6E5E2F30.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone8,2, os-version: 12.2] and [device: iPhone7,1, os-version: 12.2]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-A73ACE3A-BA26-4094-A28C-53B6F89EBEFD.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone8,4, os-version: 14.0], [device: iPod9,1, os-version: 14.0], [device: iPhone8,1, os-version: 14.0], [device: iPhone8,4, os-version: 13.0], [device: iPhone8,1, os-version: 13.0], and [device: iPod9,1, os-version: 13.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-B21B1483-2FFD-46E2-8D75-3A8E1C347625.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone12,8, os-version: 13.0], [device: iPhone9,3, os-version: 14.0], [device: iPhone10,4, os-version: 13.0], [device: iPhone12,8, os-version: 14.0], [device: iPhone9,1, os-version: 14.0], [device: iPhone9,1, os-version: 13.0], [device: iPhone9,3, os-version: 13.0], [device: iPhone10,1, os-version: 13.0], [device: iPhone10,1, os-version: 14.0], and [device: iPhone10,4, os-version: 14.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-B2775DB9-3915-4763-9518-11C32E1DE478.ipa
|
||||||
|
Supported variant descriptors: [device: iPad7,11, os-version: 13.0], [device: iPad5,1, os-version: 14.0], [device: iPad5,4, os-version: 13.0], [device: iPad7,6, os-version: 13.0], [device: iPad5,3, os-version: 14.0], [device: iPad11,6, os-version: 14.0], [device: iPad7,5, os-version: 13.0], [device: iPad6,12, os-version: 14.0], [device: iPad5,2, os-version: 13.0], [device: iPad5,3, os-version: 13.0], [device: iPad7,12, os-version: 13.0], [device: iPad6,11, os-version: 14.0], [device: iPad6,12, os-version: 13.0], [device: iPad11,7, os-version: 14.0], [device: iPad7,6, os-version: 14.0], [device: iPad7,11, os-version: 14.0], [device: iPad7,12, os-version: 14.0], [device: iPad6,8, os-version: 14.0], [device: iPad5,1, os-version: 13.0], [device: iPad6,7, os-version: 14.0], [device: iPad6,11, os-version: 13.0], [device: iPad6,7, os-version: 13.0], [device: iPad5,4, os-version: 14.0], [device: iPad7,5, os-version: 14.0], [device: iPad5,2, os-version: 14.0], and [device: iPad6,8, os-version: 13.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-B42822E4-9057-4A46-B3FF-A569650D6F26.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone10,4, os-version: 11.0], [device: iPhone10,1, os-version: 11.0], [device: iPhone9,1, os-version: 11.0], and [device: iPhone9,3, os-version: 11.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-BB0548AA-4C92-4AB6-BDC4-22F7F7023653.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone10,3, os-version: 11.0], [device: iPhone10,5, os-version: 11.0], [device: iPhone10,6, os-version: 11.0], [device: iPhone9,4, os-version: 11.0], [device: iPhone9,2, os-version: 11.0], and [device: iPhone10,2, os-version: 11.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-C68DA518-595D-4991-A3DC-6CC4163052E8.ipa
|
||||||
|
Supported variant descriptors: [device: iPad4,4, os-version: 12.0], [device: iPad4,9, os-version: 12.0], [device: iPad4,3, os-version: 12.0], [device: iPad6,8, os-version: 12.0], [device: iPad4,8, os-version: 12.0], [device: iPad4,2, os-version: 12.0], [device: iPad5,2, os-version: 12.0], [device: iPad4,1, os-version: 12.0], [device: iPad5,1, os-version: 12.0], [device: iPad5,3, os-version: 12.0], [device: iPad4,5, os-version: 12.0], [device: iPad6,7, os-version: 12.0], [device: iPad4,6, os-version: 12.0], [device: iPad6,11, os-version: 12.0], [device: iPad6,12, os-version: 12.0], [device: iPad7,6, os-version: 12.0], [device: iPad5,4, os-version: 12.0], [device: iPad7,5, os-version: 12.0], and [device: iPad4,7, os-version: 12.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-D14C0026-DD2B-455C-B539-C82AA7DD03CA.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone10,1, os-version: 12.0], [device: iPhone9,3, os-version: 12.0], [device: iPhone9,1, os-version: 12.0], and [device: iPhone10,4, os-version: 12.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-D51B2681-DDDF-4070-8805-35CB2B2D3001.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone7,1, os-version: 11.0] and [device: iPhone8,2, os-version: 11.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-E6214F4E-7212-4C50-B930-D69E5A0C3031.ipa
|
||||||
|
Supported variant descriptors: [device: iPad7,6, os-version: 11.0], [device: iPad5,1, os-version: 11.0], [device: iPad4,9, os-version: 11.0], [device: iPad4,1, os-version: 11.0], [device: iPad4,2, os-version: 11.0], [device: iPad4,3, os-version: 11.0], [device: iPad4,6, os-version: 11.0], [device: iPad4,7, os-version: 11.0], [device: iPad4,8, os-version: 11.0], [device: iPad6,11, os-version: 11.0], [device: iPad5,3, os-version: 11.0], [device: iPad7,5, os-version: 11.0], [device: iPad6,12, os-version: 11.0], [device: iPad4,4, os-version: 11.0], [device: iPad4,5, os-version: 11.0], [device: iPad5,2, os-version: 11.0], [device: iPad5,4, os-version: 11.0], [device: iPad6,8, os-version: 11.0], and [device: iPad6,7, os-version: 11.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-E7DE78DB-4A03-45FD-B970-BB760B6C2251.ipa
|
||||||
|
Supported variant descriptors: [device: iPad13,10, os-version: 15.0], [device: iPad11,3, os-version: 15.0], [device: iPad7,1, os-version: 15.0], [device: iPad7,4, os-version: 15.0], [device: iPad14,2, os-version: 15.0], [device: iPad8,1, os-version: 15.0], [device: iPad8,5, os-version: 15.0], [device: iPad6,4, os-version: 15.0], [device: iPad6,3, os-version: 15.0], [device: iPad11,2, os-version: 15.0], [device: iPad8,11, os-version: 15.0], [device: iPad8,2, os-version: 15.0], [device: iPad13,11, os-version: 15.0], [device: iPad13,8, os-version: 15.0], [device: iPad8,3, os-version: 15.0], [device: iPad13,4, os-version: 15.0], [device: iPad14,1, os-version: 15.0], [device: iPad7,3, os-version: 15.0], [device: iPad13,17, os-version: 15.0], [device: iPad13,5, os-version: 15.0], [device: iPad13,7, os-version: 15.0], [device: iPad11,4, os-version: 15.0], [device: iPad8,10, os-version: 15.0], [device: iPad13,2, os-version: 15.0], [device: iPad8,4, os-version: 15.0], [device: iPad13,1, os-version: 15.0], [device: iPad13,16, os-version: 15.0], [device: iPad13,6, os-version: 15.0], [device: iPad13,9, os-version: 15.0], [device: iPad7,2, os-version: 15.0], [device: iPad8,12, os-version: 15.0], [device: iPad8,9, os-version: 15.0], [device: iPad8,6, os-version: 15.0], [device: iPad8,8, os-version: 15.0], [device: MacFamily20,1, os-version: 15.0], [device: iPad8,7, os-version: 15.0], and [device: iPad11,1, os-version: 15.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-E8075B0B-C39C-4C58-8FFD-A495E1E841A9.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone10,6, os-version: 12.0], [device: iPhone9,2, os-version: 12.0], [device: iPhone11,4, os-version: 12.0], [device: iPhone9,4, os-version: 12.0], [device: iPhone10,5, os-version: 12.0], [device: iPhone10,2, os-version: 12.0], [device: iPhone11,2, os-version: 12.0], [device: iPhone10,3, os-version: 12.0], and [device: iPhone11,6, os-version: 12.0]
|
||||||
|
App + On Demand Resources size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
App size: 38.5 MB compressed, 58.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-E86BCCAA-2674-4E58-9B73-48DC0F8B06B9.ipa
|
||||||
|
Supported variant descriptors: [device: iPad8,6, os-version: 13.0], [device: iPad13,6, os-version: 14.0], [device: iPad13,5, os-version: 14.0], [device: iPad6,4, os-version: 13.0], [device: iPad8,2, os-version: 14.0], [device: iPad8,8, os-version: 14.0], [device: iPad13,8, os-version: 14.0], [device: iPad8,4, os-version: 13.0], [device: iPad8,12, os-version: 13.0], [device: iPad7,3, os-version: 14.0], [device: iPad8,11, os-version: 14.0], [device: iPad13,9, os-version: 14.0], [device: iPad8,12, os-version: 14.0], [device: iPad8,4, os-version: 14.0], [device: iPad11,3, os-version: 13.0], [device: iPad6,4, os-version: 14.0], [device: iPad8,9, os-version: 13.0], [device: iPad11,3, os-version: 14.0], [device: iPad13,7, os-version: 14.0], [device: iPad7,3, os-version: 13.0], [device: iPad8,5, os-version: 13.0], [device: iPad8,1, os-version: 14.0], [device: iPad8,6, os-version: 14.0], [device: iPad13,1, os-version: 14.0], [device: iPad13,2, os-version: 14.0], [device: iPad8,7, os-version: 14.0], [device: iPad7,2, os-version: 14.0], [device: iPad7,4, os-version: 13.0], [device: iPad8,5, os-version: 14.0], [device: iPad13,4, os-version: 14.0], [device: iPad8,3, os-version: 13.0], [device: MacFamily20,1, os-version: 14.0], [device: iPad8,8, os-version: 13.0], [device: iPad8,9, os-version: 14.0], [device: iPad8,3, os-version: 14.0], [device: iPad8,7, os-version: 13.0], [device: iPad11,4, os-version: 13.0], [device: iPad8,2, os-version: 13.0], [device: iPad11,2, os-version: 13.0], [device: iPad8,10, os-version: 13.0], [device: iPad7,4, os-version: 14.0], [device: iPad11,2, os-version: 14.0], [device: iPad7,1, os-version: 14.0], [device: iPad8,11, os-version: 13.0], [device: iPad8,10, os-version: 14.0], [device: iPad13,11, os-version: 14.0], [device: iPad11,1, os-version: 13.0], [device: iPad8,1, os-version: 13.0], [device: iPad7,1, os-version: 13.0], [device: iPad13,10, os-version: 14.0], [device: iPad11,1, os-version: 14.0], [device: iPad7,2, os-version: 13.0], [device: iPad6,3, os-version: 13.0], [device: iPad11,4, os-version: 14.0], and [device: iPad6,3, os-version: 14.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-ECC69F4E-3FA2-4520-8C09-209D55B15F84.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone11,8, os-version: 12.2]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App-FF54A1AB-01F6-4B8E-8B0F-161FFD8E250B.ipa
|
||||||
|
Supported variant descriptors: [device: iPhone8,2, os-version: 15.0]
|
||||||
|
App + On Demand Resources size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
App size: 36.1 MB compressed, 51.2 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
||||||
|
|
||||||
|
|
||||||
|
Variant: Unioil Loyalty App.ipa
|
||||||
|
Supported variant descriptors: Universal
|
||||||
|
App + On Demand Resources size: 38.9 MB compressed, 58.7 MB uncompressed
|
||||||
|
App size: 38.9 MB compressed, 58.7 MB uncompressed
|
||||||
|
On Demand Resources size: Zero KB compressed, Zero KB uncompressed
|
|
@ -0,0 +1,57 @@
|
||||||
|
<?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>
|
||||||
|
<key>Unioil Loyalty App.ipa</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>architectures</key>
|
||||||
|
<array>
|
||||||
|
<string>arm64</string>
|
||||||
|
</array>
|
||||||
|
<key>buildNumber</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>certificate</key>
|
||||||
|
<dict>
|
||||||
|
<key>SHA1</key>
|
||||||
|
<string>FE1610C0160665AF97C74F6656B937E4CE9AAF87</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>6/7/23</string>
|
||||||
|
<key>type</key>
|
||||||
|
<string>Apple Development</string>
|
||||||
|
</dict>
|
||||||
|
<key>entitlements</key>
|
||||||
|
<dict>
|
||||||
|
<key>application-identifier</key>
|
||||||
|
<string>J29MB7XX75.com.rnunioilloyaltyapp</string>
|
||||||
|
<key>aps-environment</key>
|
||||||
|
<string>development</string>
|
||||||
|
<key>com.apple.developer.team-identifier</key>
|
||||||
|
<string>J29MB7XX75</string>
|
||||||
|
<key>get-task-allow</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Unioil Loyalty App.app</string>
|
||||||
|
<key>profile</key>
|
||||||
|
<dict>
|
||||||
|
<key>UUID</key>
|
||||||
|
<string>dc98737a-3fe3-4690-aea3-831a0bbb2c42</string>
|
||||||
|
<key>dateExpires</key>
|
||||||
|
<string>6/7/23</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>iOS Team Provisioning Profile: com.rnunioilloyaltyapp</string>
|
||||||
|
</dict>
|
||||||
|
<key>team</key>
|
||||||
|
<dict>
|
||||||
|
<key>id</key>
|
||||||
|
<string>J29MB7XX75</string>
|
||||||
|
<key>name</key>
|
||||||
|
<string>Unioil Petroleum Philippines Inc.</string>
|
||||||
|
</dict>
|
||||||
|
<key>versionNumber</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,20 @@
|
||||||
|
<?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>
|
||||||
|
<key>compileBitcode</key>
|
||||||
|
<true/>
|
||||||
|
<key>destination</key>
|
||||||
|
<string>export</string>
|
||||||
|
<key>method</key>
|
||||||
|
<string>development</string>
|
||||||
|
<key>signingStyle</key>
|
||||||
|
<string>automatic</string>
|
||||||
|
<key>stripSwiftSymbols</key>
|
||||||
|
<true/>
|
||||||
|
<key>teamID</key>
|
||||||
|
<string>J29MB7XX75</string>
|
||||||
|
<key>thinning</key>
|
||||||
|
<string><thin-for-all-variants></string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,53 @@
|
||||||
|
<?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>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>$(PRODUCT_NAME)</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1</string>
|
||||||
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
<true/>
|
||||||
|
<key>NSAppTransportSecurity</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSExceptionDomains</key>
|
||||||
|
<dict>
|
||||||
|
<key>localhost</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
|
<string></string>
|
||||||
|
<key>UILaunchStoryboardName</key>
|
||||||
|
<string>LaunchScreen</string>
|
||||||
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
|
<array>
|
||||||
|
<string>armv7</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?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>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>$(PRODUCT_NAME)</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>BNDL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?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>
|
||||||
|
<key>IDEDidComputeMac32BitWarning</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,88 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "1130"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "2D02E47A1E0B4A5D006451C7"
|
||||||
|
BuildableName = "RNUnioilLoyaltyApp-tvOS.app"
|
||||||
|
BlueprintName = "RNUnioilLoyaltyApp-tvOS"
|
||||||
|
ReferencedContainer = "container:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
</BuildActionEntries>
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||||
|
<Testables>
|
||||||
|
<TestableReference
|
||||||
|
skipped = "NO">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "2D02E48F1E0B4A5D006451C7"
|
||||||
|
BuildableName = "RNUnioilLoyaltyApp-tvOSTests.xctest"
|
||||||
|
BlueprintName = "RNUnioilLoyaltyApp-tvOSTests"
|
||||||
|
ReferencedContainer = "container:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</TestableReference>
|
||||||
|
</Testables>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "2D02E47A1E0B4A5D006451C7"
|
||||||
|
BuildableName = "RNUnioilLoyaltyApp-tvOS.app"
|
||||||
|
BlueprintName = "RNUnioilLoyaltyApp-tvOS"
|
||||||
|
ReferencedContainer = "container:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "2D02E47A1E0B4A5D006451C7"
|
||||||
|
BuildableName = "RNUnioilLoyaltyApp-tvOS.app"
|
||||||
|
BlueprintName = "RNUnioilLoyaltyApp-tvOS"
|
||||||
|
ReferencedContainer = "container:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
|
@ -0,0 +1,88 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "1130"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
|
BuildableName = "Unioil Loyalty App.app"
|
||||||
|
BlueprintName = "RNUnioilLoyaltyApp"
|
||||||
|
ReferencedContainer = "container:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
</BuildActionEntries>
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||||
|
<Testables>
|
||||||
|
<TestableReference
|
||||||
|
skipped = "NO">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
|
||||||
|
BuildableName = "RNUnioilLoyaltyAppTests.xctest"
|
||||||
|
BlueprintName = "RNUnioilLoyaltyAppTests"
|
||||||
|
ReferencedContainer = "container:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</TestableReference>
|
||||||
|
</Testables>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
|
BuildableName = "Unioil Loyalty App.app"
|
||||||
|
BlueprintName = "RNUnioilLoyaltyApp"
|
||||||
|
ReferencedContainer = "container:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
|
BuildableName = "Unioil Loyalty App.app"
|
||||||
|
BlueprintName = "RNUnioilLoyaltyApp"
|
||||||
|
ReferencedContainer = "container:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Workspace
|
||||||
|
version = "1.0">
|
||||||
|
<FileRef
|
||||||
|
location = "group:">
|
||||||
|
</FileRef>
|
||||||
|
<FileRef
|
||||||
|
location = "group:RNUnioilLoyaltyApp.xcodeproj">
|
||||||
|
</FileRef>
|
||||||
|
<FileRef
|
||||||
|
location = "group:Pods/Pods.xcodeproj">
|
||||||
|
</FileRef>
|
||||||
|
</Workspace>
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?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>
|
||||||
|
<key>IDEDidComputeMac32BitWarning</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?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>
|
||||||
|
<key>PreviewsEnabled</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,42 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "1130"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||||
|
<Testables>
|
||||||
|
</Testables>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
BIN
ios/RNUnioilLoyaltyApp.xcworkspace/xcuserdata/honassss.xcuserdatad/UserInterfaceState.xcuserstate
generated
Normal file
BIN
ios/RNUnioilLoyaltyApp.xcworkspace/xcuserdata/macbookpro2017.xcuserdatad/UserInterfaceState.xcuserstate
generated
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#import <React/RCTBridgeDelegate.h>
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
#import <UserNotifications/UNUserNotificationCenter.h>
|
||||||
|
|
||||||
|
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate, UNUserNotificationCenterDelegate>
|
||||||
|
|
||||||
|
@property (nonatomic, strong) UIWindow *window;
|
||||||
|
|
||||||
|
@end
|
|
@ -0,0 +1,115 @@
|
||||||
|
#import "AppDelegate.h"
|
||||||
|
|
||||||
|
#import <React/RCTBridge.h>
|
||||||
|
#import <React/RCTBundleURLProvider.h>
|
||||||
|
#import <React/RCTRootView.h>
|
||||||
|
|
||||||
|
#import <Firebase.h>
|
||||||
|
#import <GoogleMaps/GoogleMaps.h>
|
||||||
|
|
||||||
|
#import <UserNotifications/UserNotifications.h>
|
||||||
|
#import <RNCPushNotificationIOS.h>
|
||||||
|
|
||||||
|
#if DEBUG && TARGET_OS_SIMULATOR
|
||||||
|
#import <FlipperKit/FlipperClient.h>
|
||||||
|
#import <FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h>
|
||||||
|
#import <FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.h>
|
||||||
|
#import <FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h>
|
||||||
|
#import <SKIOSNetworkPlugin/SKIOSNetworkAdapter.h>
|
||||||
|
#import <FlipperKitReactPlugin/FlipperKitReactPlugin.h>
|
||||||
|
|
||||||
|
|
||||||
|
static void InitializeFlipper(UIApplication *application) {
|
||||||
|
FlipperClient *client = [FlipperClient sharedClient];
|
||||||
|
SKDescriptorMapper *layoutDescriptorMapper = [[SKDescriptorMapper alloc] initWithDefaults];
|
||||||
|
[client addPlugin:[[FlipperKitLayoutPlugin alloc] initWithRootNode:application withDescriptorMapper:layoutDescriptorMapper]];
|
||||||
|
[client addPlugin:[[FKUserDefaultsPlugin alloc] initWithSuiteName:nil]];
|
||||||
|
[client addPlugin:[FlipperKitReactPlugin new]];
|
||||||
|
[client addPlugin:[[FlipperKitNetworkPlugin alloc] initWithNetworkAdapter:[SKIOSNetworkAdapter new]]];
|
||||||
|
[client start];
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
@implementation AppDelegate
|
||||||
|
|
||||||
|
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||||
|
{
|
||||||
|
// [GMSServices provideAPIKey:@"AIzaSyCn732_cyp-q78jrdyhGYdT8NsoJWj3RZA"];
|
||||||
|
// [FIRApp configure];
|
||||||
|
|
||||||
|
UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];
|
||||||
|
center.delegate = self;
|
||||||
|
|
||||||
|
#if DEBUG && TARGET_OS_SIMULATOR
|
||||||
|
InitializeFlipper(application);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
|
||||||
|
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
|
||||||
|
moduleName:@"RNUnioilLoyaltyApp"
|
||||||
|
initialProperties:nil];
|
||||||
|
|
||||||
|
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
|
||||||
|
|
||||||
|
[GMSServices provideAPIKey:@"AIzaSyBP2Wggw7JgFQESnqvwh74NDohBPgF9tkM"];
|
||||||
|
[FIRApp configure];
|
||||||
|
|
||||||
|
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
|
||||||
|
UIViewController *rootViewController = [UIViewController new];
|
||||||
|
rootViewController.view = rootView;
|
||||||
|
self.window.rootViewController = rootViewController;
|
||||||
|
[self.window makeKeyAndVisible];
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
|
||||||
|
{
|
||||||
|
#if DEBUG
|
||||||
|
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackExtension:@"index"];
|
||||||
|
#else
|
||||||
|
return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
//Called when a notification is delivered to a foreground app.
|
||||||
|
-(void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler
|
||||||
|
{
|
||||||
|
completionHandler(UNAuthorizationOptionSound | UNAuthorizationOptionAlert | UNAuthorizationOptionBadge);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Required to register for notifications
|
||||||
|
- (void)application:(UIApplication *)application didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings
|
||||||
|
{
|
||||||
|
[RNCPushNotificationIOS didRegisterUserNotificationSettings:notificationSettings];
|
||||||
|
}
|
||||||
|
// Required for the register event.
|
||||||
|
- (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken
|
||||||
|
{
|
||||||
|
[RNCPushNotificationIOS didRegisterForRemoteNotificationsWithDeviceToken:deviceToken];
|
||||||
|
}
|
||||||
|
// Required for the notification event. You must call the completion handler after handling the remote notification.
|
||||||
|
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
|
||||||
|
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
|
||||||
|
{
|
||||||
|
[RNCPushNotificationIOS didReceiveRemoteNotification:userInfo fetchCompletionHandler:completionHandler];
|
||||||
|
}
|
||||||
|
// Required for the registrationError event.
|
||||||
|
- (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error
|
||||||
|
{
|
||||||
|
[RNCPushNotificationIOS didFailToRegisterForRemoteNotificationsWithError:error];
|
||||||
|
}
|
||||||
|
// IOS 10+ Required for localNotification event
|
||||||
|
- (void)userNotificationCenter:(UNUserNotificationCenter *)center
|
||||||
|
didReceiveNotificationResponse:(UNNotificationResponse *)response
|
||||||
|
withCompletionHandler:(void (^)(void))completionHandler
|
||||||
|
{
|
||||||
|
[RNCPushNotificationIOS didReceiveNotificationResponse:response];
|
||||||
|
completionHandler();
|
||||||
|
}
|
||||||
|
// IOS 4-10 Required for the localNotification event.
|
||||||
|
- (void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification
|
||||||
|
{
|
||||||
|
[RNCPushNotificationIOS didReceiveLocalNotification:notification];
|
||||||
|
}
|
||||||
|
|
||||||
|
@end
|
|
@ -0,0 +1,43 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
|
||||||
|
<device id="retina6_1" orientation="portrait" appearance="light"/>
|
||||||
|
<dependencies>
|
||||||
|
<deployment identifier="iOS"/>
|
||||||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
|
||||||
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||||
|
</dependencies>
|
||||||
|
<objects>
|
||||||
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
|
||||||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
||||||
|
<view contentMode="scaleToFill" id="iN0-l3-epB">
|
||||||
|
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
|
||||||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
|
<subviews>
|
||||||
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
|
||||||
|
<rect key="frame" x="20" y="439" width="441" height="21"/>
|
||||||
|
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
||||||
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
||||||
|
<nil key="highlightedColor"/>
|
||||||
|
</label>
|
||||||
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" misplaced="YES" text="" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
|
||||||
|
<rect key="frame" x="20" y="140" width="441" height="43"/>
|
||||||
|
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
|
||||||
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
||||||
|
<nil key="highlightedColor"/>
|
||||||
|
</label>
|
||||||
|
</subviews>
|
||||||
|
<color key="backgroundColor" red="0.90588235294117647" green="0.27450980392156865" blue="0.062745098039215685" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
|
||||||
|
<constraints>
|
||||||
|
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
|
||||||
|
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
|
||||||
|
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
|
||||||
|
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
|
||||||
|
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
|
||||||
|
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
|
||||||
|
</constraints>
|
||||||
|
<nil key="simulatedStatusBarMetrics"/>
|
||||||
|
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
|
||||||
|
<point key="canvasLocation" x="547.82608695652175" y="454.6875"/>
|
||||||
|
</view>
|
||||||
|
</objects>
|
||||||
|
</document>
|
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 5.2 KiB |
|
@ -0,0 +1,62 @@
|
||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "40.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "60.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "58.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "87.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "80.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "120.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "120-1.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "180.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "1024x1024",
|
||||||
|
"idiom" : "ios-marketing",
|
||||||
|
"filename" : "appstore.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 297 KiB |
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "ic_launcher_foreground.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "ic_launcher_foreground-1.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "ic_launcher_foreground-2.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
BIN
ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground-1.png
vendored
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground-2.png
vendored
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground.png
vendored
Normal file
After Width: | Height: | Size: 9.1 KiB |
|
@ -0,0 +1,120 @@
|
||||||
|
<?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>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>CFBundleDisplayName</key>
|
||||||
|
<string>Unioil</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>$(PRODUCT_NAME)</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>$(MARKETING_VERSION)</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleURLTypes</key>
|
||||||
|
<array>
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleTypeRole</key>
|
||||||
|
<string>Editor</string>
|
||||||
|
<key>CFBundleURLName</key>
|
||||||
|
<string>Client</string>
|
||||||
|
<key>CFBundleURLSchemes</key>
|
||||||
|
<array>
|
||||||
|
<string>com.googleusercontent.apps.43511146734-ao34mvmqn9miumkrng2jsqbtdiltec3r</string>
|
||||||
|
</array>
|
||||||
|
</dict>
|
||||||
|
</array>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
|
<false/>
|
||||||
|
<key>LSApplicationQueriesSchemes</key>
|
||||||
|
<array>
|
||||||
|
<string>message</string>
|
||||||
|
<string>mailto</string>
|
||||||
|
<string>tel</string>
|
||||||
|
<string>telprompt</string>
|
||||||
|
<string>comgooglemaps</string>
|
||||||
|
<string>waze</string>
|
||||||
|
<string>message</string>
|
||||||
|
<string>readdle-spark</string>
|
||||||
|
<string>airmail</string>
|
||||||
|
<string>ms-outlook</string>
|
||||||
|
<string>googlegmail</string>
|
||||||
|
<string>inbox-gmail</string>
|
||||||
|
<string>ymail</string>
|
||||||
|
<string>superhuman</string>
|
||||||
|
<string>fb</string>
|
||||||
|
</array>
|
||||||
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
<true/>
|
||||||
|
<key>NSAppTransportSecurity</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
|
<true/>
|
||||||
|
<key>NSExceptionDomains</key>
|
||||||
|
<dict>
|
||||||
|
<key>localhost</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
||||||
|
<string>Need to access your location when in use.</string>
|
||||||
|
<key>NSLocationAlwaysUsageDescription</key>
|
||||||
|
<string>Need to access your location always.</string>
|
||||||
|
<key>NSLocationUsageDescription</key>
|
||||||
|
<string>Need to access your location when in use.</string>
|
||||||
|
<key>NSLocationWhenInUseUsageDescription</key>
|
||||||
|
<string>Need to access your location when in use.</string>
|
||||||
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||||
|
<string>Need to access your Photo Library.</string>
|
||||||
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
|
<string>Need to access your Photo Library.</string>
|
||||||
|
<key>UIAppFonts</key>
|
||||||
|
<array>
|
||||||
|
<string>AntDesign.ttf</string>
|
||||||
|
<string>Entypo.ttf</string>
|
||||||
|
<string>EvilIcons.ttf</string>
|
||||||
|
<string>Feather.ttf</string>
|
||||||
|
<string>FontAwesome.ttf</string>
|
||||||
|
<string>FontAwesome5_Brands.ttf</string>
|
||||||
|
<string>FontAwesome5_Regular.ttf</string>
|
||||||
|
<string>FontAwesome5_Solid.ttf</string>
|
||||||
|
<string>Fontisto.ttf</string>
|
||||||
|
<string>Foundation.ttf</string>
|
||||||
|
<string>Ionicons.ttf</string>
|
||||||
|
<string>MaterialCommunityIcons.ttf</string>
|
||||||
|
<string>MaterialIcons.ttf</string>
|
||||||
|
<string>Octicons.ttf</string>
|
||||||
|
<string>SimpleLineIcons.ttf</string>
|
||||||
|
<string>Zocial.ttf</string>
|
||||||
|
<string>Roboto_medium.ttf</string>
|
||||||
|
<string>Roboto.ttf</string>
|
||||||
|
<string>rubicon-icon-font.ttf</string>
|
||||||
|
</array>
|
||||||
|
<key>UILaunchStoryboardName</key>
|
||||||
|
<string>LaunchScreen</string>
|
||||||
|
<key>UIRequiredDeviceCapabilities</key>
|
||||||
|
<array>
|
||||||
|
<string>armv7</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
</array>
|
||||||
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?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>
|
||||||
|
<key>aps-environment</key>
|
||||||
|
<string>development</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,9 @@
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
#import "AppDelegate.h"
|
||||||
|
|
||||||
|
int main(int argc, char * argv[]) {
|
||||||
|
@autoreleasepool {
|
||||||
|
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,24 @@
|
||||||
|
<?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>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>en</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>$(PRODUCT_NAME)</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>BNDL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,65 @@
|
||||||
|
#import <UIKit/UIKit.h>
|
||||||
|
#import <XCTest/XCTest.h>
|
||||||
|
|
||||||
|
#import <React/RCTLog.h>
|
||||||
|
#import <React/RCTRootView.h>
|
||||||
|
|
||||||
|
#define TIMEOUT_SECONDS 600
|
||||||
|
#define TEXT_TO_LOOK_FOR @"Welcome to React"
|
||||||
|
|
||||||
|
@interface RNUnioilLoyaltyAppTests : XCTestCase
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
|
@implementation RNUnioilLoyaltyAppTests
|
||||||
|
|
||||||
|
- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test
|
||||||
|
{
|
||||||
|
if (test(view)) {
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
for (UIView *subview in [view subviews]) {
|
||||||
|
if ([self findSubviewInView:subview matching:test]) {
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return NO;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (void)testRendersWelcomeScreen
|
||||||
|
{
|
||||||
|
UIViewController *vc = [[[RCTSharedApplication() delegate] window] rootViewController];
|
||||||
|
NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS];
|
||||||
|
BOOL foundElement = NO;
|
||||||
|
|
||||||
|
__block NSString *redboxError = nil;
|
||||||
|
#ifdef DEBUG
|
||||||
|
RCTSetLogFunction(^(RCTLogLevel level, RCTLogSource source, NSString *fileName, NSNumber *lineNumber, NSString *message) {
|
||||||
|
if (level >= RCTLogLevelError) {
|
||||||
|
redboxError = message;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
#endif
|
||||||
|
|
||||||
|
while ([date timeIntervalSinceNow] > 0 && !foundElement && !redboxError) {
|
||||||
|
[[NSRunLoop mainRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]];
|
||||||
|
[[NSRunLoop mainRunLoop] runMode:NSRunLoopCommonModes beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]];
|
||||||
|
|
||||||
|
foundElement = [self findSubviewInView:vc.view matching:^BOOL(UIView *view) {
|
||||||
|
if ([view.accessibilityLabel isEqualToString:TEXT_TO_LOOK_FOR]) {
|
||||||
|
return YES;
|
||||||
|
}
|
||||||
|
return NO;
|
||||||
|
}];
|
||||||
|
}
|
||||||
|
|
||||||
|
#ifdef DEBUG
|
||||||
|
RCTSetLogFunction(RCTDefaultLogFunction);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
XCTAssertNil(redboxError, @"RedBox error: %@", redboxError);
|
||||||
|
XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@end
|
|
@ -0,0 +1 @@
|
||||||
|
{"name":"React-Codegen","version":"0.68.2","summary":"Temp pod for generated files for React Native","homepage":"https://facebook.com/","license":"Unlicense","authors":"Facebook","compiler_flags":"-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-documentation -Wno-nullability-completeness","source":{"git":""},"header_mappings_dir":"./","platforms":{"ios":"11.0"},"source_files":"**/*.{h,mm,cpp}","pod_target_xcconfig":{"HEADER_SEARCH_PATHS":"\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"${PODS_ROOT}/Headers/Public/React-Codegen/react/renderer/components\" \"$(PODS_ROOT)/Headers/Private/React-Fabric\" \"$(PODS_ROOT)/Headers/Private/React-RCTFabric\""},"dependencies":{"FBReactNativeSpec":["0.68.2"],"React-jsiexecutor":["0.68.2"],"RCT-Folly":["2021.06.28.00-v2"],"RCTRequired":["0.68.2"],"RCTTypeSafety":["0.68.2"],"React-Core":["0.68.2"],"React-jsi":["0.68.2"],"ReactCommon/turbomodule/core":["0.68.2"]}}
|