diff --git a/__tests__/App-test.js b/__tests__/App-test.js
new file mode 100644
index 00000000..17847669
--- /dev/null
+++ b/__tests__/App-test.js
@@ -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();
+});
diff --git a/ios/GoogleService-Info.plist b/ios/GoogleService-Info.plist
new file mode 100644
index 00000000..00348dc1
--- /dev/null
+++ b/ios/GoogleService-Info.plist
@@ -0,0 +1,36 @@
+
+
+
+
+ CLIENT_ID
+ 43511146734-ao34mvmqn9miumkrng2jsqbtdiltec3r.apps.googleusercontent.com
+ REVERSED_CLIENT_ID
+ com.googleusercontent.apps.43511146734-ao34mvmqn9miumkrng2jsqbtdiltec3r
+ ANDROID_CLIENT_ID
+ 43511146734-7nojinmcuh3dinfigoffqg410bbnv5nn.apps.googleusercontent.com
+ API_KEY
+ AIzaSyBP2Wggw7JgFQESnqvwh74NDohBPgF9tkM
+ GCM_SENDER_ID
+ 43511146734
+ PLIST_VERSION
+ 1
+ BUNDLE_ID
+ com.rnunioilloyaltyapp
+ PROJECT_ID
+ unioil-loyalty-app-b1fb6
+ STORAGE_BUCKET
+ unioil-loyalty-app-b1fb6.appspot.com
+ IS_ADS_ENABLED
+
+ IS_ANALYTICS_ENABLED
+
+ IS_APPINVITE_ENABLED
+
+ IS_GCM_ENABLED
+
+ IS_SIGNIN_ENABLED
+
+ GOOGLE_APP_ID
+ 1:43511146734:ios:8668604e5a5a8dbe36abff
+
+
\ No newline at end of file
diff --git a/ios/Podfile b/ios/Podfile
new file mode 100644
index 00000000..ba659f87
--- /dev/null
+++ b/ios/Podfile
@@ -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> *)modules", "_initializeModules:(NSArray *)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
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
new file mode 100644
index 00000000..e53ee627
--- /dev/null
+++ b/ios/Podfile.lock
@@ -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
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/App Thinning Size Report.txt b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/App Thinning Size Report.txt
new file mode 100644
index 00000000..baf97414
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/App Thinning Size Report.txt
@@ -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
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1306C7DB-73D6-4D46-AEF1-62040E7B92DF.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1306C7DB-73D6-4D46-AEF1-62040E7B92DF.ipa
new file mode 100644
index 00000000..549382a5
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1306C7DB-73D6-4D46-AEF1-62040E7B92DF.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1A988149-BF2C-43B2-A342-2A6C944ADECC.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1A988149-BF2C-43B2-A342-2A6C944ADECC.ipa
new file mode 100644
index 00000000..026d9909
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1A988149-BF2C-43B2-A342-2A6C944ADECC.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1C62FD8C-8068-41B4-B238-711D8C18C7E4.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1C62FD8C-8068-41B4-B238-711D8C18C7E4.ipa
new file mode 100644
index 00000000..2d0c1eda
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-1C62FD8C-8068-41B4-B238-711D8C18C7E4.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-2B0E0B93-109A-4DB7-A04F-D969341F765B.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-2B0E0B93-109A-4DB7-A04F-D969341F765B.ipa
new file mode 100644
index 00000000..99cbef9d
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-2B0E0B93-109A-4DB7-A04F-D969341F765B.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-39337D18-CC87-4BA9-A458-9ED5C0E1CCF1.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-39337D18-CC87-4BA9-A458-9ED5C0E1CCF1.ipa
new file mode 100644
index 00000000..5cd0b0e1
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-39337D18-CC87-4BA9-A458-9ED5C0E1CCF1.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-3BE1E9D6-F058-4696-A23E-523FDCAED4FA.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-3BE1E9D6-F058-4696-A23E-523FDCAED4FA.ipa
new file mode 100644
index 00000000..8e9bb5d1
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-3BE1E9D6-F058-4696-A23E-523FDCAED4FA.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-482622A7-3E0D-4513-A17C-7E49EE09D6DF.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-482622A7-3E0D-4513-A17C-7E49EE09D6DF.ipa
new file mode 100644
index 00000000..dfab7e87
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-482622A7-3E0D-4513-A17C-7E49EE09D6DF.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-488FDE3F-65B6-4BD5-AD33-F98303B401B2.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-488FDE3F-65B6-4BD5-AD33-F98303B401B2.ipa
new file mode 100644
index 00000000..7110b783
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-488FDE3F-65B6-4BD5-AD33-F98303B401B2.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-4D6F8E10-0CD1-4850-88B6-E73D04067CCA.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-4D6F8E10-0CD1-4850-88B6-E73D04067CCA.ipa
new file mode 100644
index 00000000..60af16cb
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-4D6F8E10-0CD1-4850-88B6-E73D04067CCA.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-55267F45-F4E9-42C1-AB38-68CDBACFE218.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-55267F45-F4E9-42C1-AB38-68CDBACFE218.ipa
new file mode 100644
index 00000000..c304b55d
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-55267F45-F4E9-42C1-AB38-68CDBACFE218.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-59055DEE-58CC-4470-957F-6E970E43B3ED.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-59055DEE-58CC-4470-957F-6E970E43B3ED.ipa
new file mode 100644
index 00000000..1ee2aef4
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-59055DEE-58CC-4470-957F-6E970E43B3ED.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-6FBBA497-25FA-46E8-B53C-5EA1914F0DC7.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-6FBBA497-25FA-46E8-B53C-5EA1914F0DC7.ipa
new file mode 100644
index 00000000..132a151b
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-6FBBA497-25FA-46E8-B53C-5EA1914F0DC7.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-7C1B3A09-4BC6-40D4-919A-2A54435D4BE9.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-7C1B3A09-4BC6-40D4-919A-2A54435D4BE9.ipa
new file mode 100644
index 00000000..510d05cd
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-7C1B3A09-4BC6-40D4-919A-2A54435D4BE9.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-7D12FACD-6167-4297-A49D-C2D5B74F1965.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-7D12FACD-6167-4297-A49D-C2D5B74F1965.ipa
new file mode 100644
index 00000000..e6662cc8
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-7D12FACD-6167-4297-A49D-C2D5B74F1965.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-83452AD6-EFA2-4874-8388-93067FA8238D.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-83452AD6-EFA2-4874-8388-93067FA8238D.ipa
new file mode 100644
index 00000000..2c7ea779
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-83452AD6-EFA2-4874-8388-93067FA8238D.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-872B97F1-DAC1-4B1C-A7C4-3D9F3ABF54DC.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-872B97F1-DAC1-4B1C-A7C4-3D9F3ABF54DC.ipa
new file mode 100644
index 00000000..806aed81
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-872B97F1-DAC1-4B1C-A7C4-3D9F3ABF54DC.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-98053669-A950-4B7B-AAB4-210AEF2C49AB.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-98053669-A950-4B7B-AAB4-210AEF2C49AB.ipa
new file mode 100644
index 00000000..e9f790f7
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-98053669-A950-4B7B-AAB4-210AEF2C49AB.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-99C74F5A-B681-4E5B-BD86-6897E9DFA3F2.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-99C74F5A-B681-4E5B-BD86-6897E9DFA3F2.ipa
new file mode 100644
index 00000000..601950fd
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-99C74F5A-B681-4E5B-BD86-6897E9DFA3F2.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-9A9E70DC-3DFD-4722-847A-8246908B66DD.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-9A9E70DC-3DFD-4722-847A-8246908B66DD.ipa
new file mode 100644
index 00000000..d86c89a6
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-9A9E70DC-3DFD-4722-847A-8246908B66DD.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-A5AE8BD8-F42D-435F-9F87-69FF6E5E2F30.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-A5AE8BD8-F42D-435F-9F87-69FF6E5E2F30.ipa
new file mode 100644
index 00000000..8b871b87
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-A5AE8BD8-F42D-435F-9F87-69FF6E5E2F30.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-A73ACE3A-BA26-4094-A28C-53B6F89EBEFD.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-A73ACE3A-BA26-4094-A28C-53B6F89EBEFD.ipa
new file mode 100644
index 00000000..44ecd0f7
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-A73ACE3A-BA26-4094-A28C-53B6F89EBEFD.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B21B1483-2FFD-46E2-8D75-3A8E1C347625.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B21B1483-2FFD-46E2-8D75-3A8E1C347625.ipa
new file mode 100644
index 00000000..c41451e8
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B21B1483-2FFD-46E2-8D75-3A8E1C347625.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B2775DB9-3915-4763-9518-11C32E1DE478.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B2775DB9-3915-4763-9518-11C32E1DE478.ipa
new file mode 100644
index 00000000..fc73c108
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B2775DB9-3915-4763-9518-11C32E1DE478.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B42822E4-9057-4A46-B3FF-A569650D6F26.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B42822E4-9057-4A46-B3FF-A569650D6F26.ipa
new file mode 100644
index 00000000..507bc6d3
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-B42822E4-9057-4A46-B3FF-A569650D6F26.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-BB0548AA-4C92-4AB6-BDC4-22F7F7023653.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-BB0548AA-4C92-4AB6-BDC4-22F7F7023653.ipa
new file mode 100644
index 00000000..a6291888
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-BB0548AA-4C92-4AB6-BDC4-22F7F7023653.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-C68DA518-595D-4991-A3DC-6CC4163052E8.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-C68DA518-595D-4991-A3DC-6CC4163052E8.ipa
new file mode 100644
index 00000000..68f23aae
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-C68DA518-595D-4991-A3DC-6CC4163052E8.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-D14C0026-DD2B-455C-B539-C82AA7DD03CA.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-D14C0026-DD2B-455C-B539-C82AA7DD03CA.ipa
new file mode 100644
index 00000000..494c5393
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-D14C0026-DD2B-455C-B539-C82AA7DD03CA.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-D51B2681-DDDF-4070-8805-35CB2B2D3001.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-D51B2681-DDDF-4070-8805-35CB2B2D3001.ipa
new file mode 100644
index 00000000..2035dff9
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-D51B2681-DDDF-4070-8805-35CB2B2D3001.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E6214F4E-7212-4C50-B930-D69E5A0C3031.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E6214F4E-7212-4C50-B930-D69E5A0C3031.ipa
new file mode 100644
index 00000000..ed8eed2d
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E6214F4E-7212-4C50-B930-D69E5A0C3031.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E7DE78DB-4A03-45FD-B970-BB760B6C2251.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E7DE78DB-4A03-45FD-B970-BB760B6C2251.ipa
new file mode 100644
index 00000000..2857730a
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E7DE78DB-4A03-45FD-B970-BB760B6C2251.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E8075B0B-C39C-4C58-8FFD-A495E1E841A9.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E8075B0B-C39C-4C58-8FFD-A495E1E841A9.ipa
new file mode 100644
index 00000000..b8b0d2a1
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E8075B0B-C39C-4C58-8FFD-A495E1E841A9.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E86BCCAA-2674-4E58-9B73-48DC0F8B06B9.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E86BCCAA-2674-4E58-9B73-48DC0F8B06B9.ipa
new file mode 100644
index 00000000..54edd203
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-E86BCCAA-2674-4E58-9B73-48DC0F8B06B9.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-ECC69F4E-3FA2-4520-8C09-209D55B15F84.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-ECC69F4E-3FA2-4520-8C09-209D55B15F84.ipa
new file mode 100644
index 00000000..9da265f2
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-ECC69F4E-3FA2-4520-8C09-209D55B15F84.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-FF54A1AB-01F6-4B8E-8B0F-161FFD8E250B.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-FF54A1AB-01F6-4B8E-8B0F-161FFD8E250B.ipa
new file mode 100644
index 00000000..d9651bf6
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App-FF54A1AB-01F6-4B8E-8B0F-161FFD8E250B.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App.ipa b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App.ipa
new file mode 100644
index 00000000..5b14ac0a
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/Apps/Unioil Loyalty App.ipa differ
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/DistributionSummary.plist b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/DistributionSummary.plist
new file mode 100644
index 00000000..0fca7293
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/DistributionSummary.plist
@@ -0,0 +1,57 @@
+
+
+
+
+ Unioil Loyalty App.ipa
+
+
+ architectures
+
+ arm64
+
+ buildNumber
+ 1
+ certificate
+
+ SHA1
+ FE1610C0160665AF97C74F6656B937E4CE9AAF87
+ dateExpires
+ 6/7/23
+ type
+ Apple Development
+
+ entitlements
+
+ application-identifier
+ J29MB7XX75.com.rnunioilloyaltyapp
+ aps-environment
+ development
+ com.apple.developer.team-identifier
+ J29MB7XX75
+ get-task-allow
+
+
+ name
+ Unioil Loyalty App.app
+ profile
+
+ UUID
+ dc98737a-3fe3-4690-aea3-831a0bbb2c42
+ dateExpires
+ 6/7/23
+ name
+ iOS Team Provisioning Profile: com.rnunioilloyaltyapp
+
+ team
+
+ id
+ J29MB7XX75
+ name
+ Unioil Petroleum Philippines Inc.
+
+ versionNumber
+ 1.0
+
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/ExportOptions.plist b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/ExportOptions.plist
new file mode 100644
index 00000000..8cbeb203
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/ExportOptions.plist
@@ -0,0 +1,20 @@
+
+
+
+
+ compileBitcode
+
+ destination
+ export
+ method
+ development
+ signingStyle
+ automatic
+ stripSwiftSymbols
+
+ teamID
+ J29MB7XX75
+ thinning
+ <thin-for-all-variants>
+
+
diff --git a/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/app-thinning.plist b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/app-thinning.plist
new file mode 100644
index 00000000..7ff93efe
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp 2022-06-07 14-53-57/app-thinning.plist
@@ -0,0 +1,3212 @@
+
+
+
+
+ variants
+
+ Apps/Unioil Loyalty App-1306C7DB-73D6-4D46-AEF1-62040E7B92DF.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36118165
+ sizeCompressedAppAndODR
+ 36118165
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51193451
+ sizeUncompressedAppAndODR
+ 51193451
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad7,11
+ os-version
+ 15.0
+
+
+
+ Apps/Unioil Loyalty App-1A988149-BF2C-43B2-A342-2A6C944ADECC.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36131639
+ sizeCompressedAppAndODR
+ 36131639
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51206804
+ sizeUncompressedAppAndODR
+ 51206804
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone8,2
+ os-version
+ 13.0
+
+
+ device
+ iPhone8,2
+ os-version
+ 14.0
+
+
+
+ Apps/Unioil Loyalty App-1C62FD8C-8068-41B4-B238-711D8C18C7E4.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36119332
+ sizeCompressedAppAndODR
+ 36119332
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51194550
+ sizeUncompressedAppAndODR
+ 51194550
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPod7,1
+ os-version
+ 12.2
+
+
+
+ Apps/Unioil Loyalty App-2B0E0B93-109A-4DB7-A04F-D969341F765B.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36119332
+ sizeCompressedAppAndODR
+ 36119332
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51194457
+ sizeUncompressedAppAndODR
+ 51194457
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone10,1
+ os-version
+ 12.2
+
+
+ device
+ iPhone10,4
+ os-version
+ 12.2
+
+
+ device
+ iPhone9,1
+ os-version
+ 12.2
+
+
+ device
+ iPhone9,3
+ os-version
+ 12.2
+
+
+
+ Apps/Unioil Loyalty App-39337D18-CC87-4BA9-A458-9ED5C0E1CCF1.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38488548
+ sizeCompressedAppAndODR
+ 38488548
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58224803
+ sizeUncompressedAppAndODR
+ 58224803
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone11,8
+ os-version
+ 12.0
+
+
+
+ Apps/Unioil Loyalty App-3BE1E9D6-F058-4696-A23E-523FDCAED4FA.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36119372
+ sizeCompressedAppAndODR
+ 36119372
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51194885
+ sizeUncompressedAppAndODR
+ 51194885
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad6,4
+ os-version
+ 12.2
+
+
+
+ Apps/Unioil Loyalty App-482622A7-3E0D-4513-A17C-7E49EE09D6DF.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38491306
+ sizeCompressedAppAndODR
+ 38491306
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58227571
+ sizeUncompressedAppAndODR
+ 58227571
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone8,2
+ os-version
+ 12.0
+
+
+ device
+ iPhone7,1
+ os-version
+ 12.0
+
+
+
+ Apps/Unioil Loyalty App-488FDE3F-65B6-4BD5-AD33-F98303B401B2.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36128788
+ sizeCompressedAppAndODR
+ 36128788
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51204103
+ sizeUncompressedAppAndODR
+ 51204103
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone11,8
+ os-version
+ 15.0
+
+
+ device
+ iPhone12,1
+ os-version
+ 15.0
+
+
+
+ Apps/Unioil Loyalty App-4D6F8E10-0CD1-4850-88B6-E73D04067CCA.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36131696
+ sizeCompressedAppAndODR
+ 36131696
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51207279
+ sizeUncompressedAppAndODR
+ 51207279
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone12,5
+ os-version
+ 14.0
+
+
+
+ Apps/Unioil Loyalty App-55267F45-F4E9-42C1-AB38-68CDBACFE218.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36119373
+ sizeCompressedAppAndODR
+ 36119373
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51194914
+ sizeUncompressedAppAndODR
+ 51194914
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad5,4
+ os-version
+ 12.2
+
+
+
+ Apps/Unioil Loyalty App-59055DEE-58CC-4470-957F-6E970E43B3ED.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38477508
+ sizeCompressedAppAndODR
+ 38477508
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58213307
+ sizeUncompressedAppAndODR
+ 58213307
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad7,1
+ os-version
+ 11.0
+
+
+
+ Apps/Unioil Loyalty App-6FBBA497-25FA-46E8-B53C-5EA1914F0DC7.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36118132
+ sizeCompressedAppAndODR
+ 36118132
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51193149
+ sizeUncompressedAppAndODR
+ 51193149
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone10,4
+ os-version
+ 15.0
+
+
+
+ Apps/Unioil Loyalty App-7C1B3A09-4BC6-40D4-919A-2A54435D4BE9.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36131723
+ sizeCompressedAppAndODR
+ 36131723
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51207415
+ sizeUncompressedAppAndODR
+ 51207415
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone14,5
+ os-version
+ 15.0
+
+
+
+ Apps/Unioil Loyalty App-7D12FACD-6167-4297-A49D-C2D5B74F1965.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36132849
+ sizeCompressedAppAndODR
+ 36132849
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51208451
+ sizeUncompressedAppAndODR
+ 51208451
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone11,6
+ os-version
+ 12.2
+
+
+
+ Apps/Unioil Loyalty App-83452AD6-EFA2-4874-8388-93067FA8238D.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36118121
+ sizeCompressedAppAndODR
+ 36118121
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51193044
+ sizeUncompressedAppAndODR
+ 51193044
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone8,1
+ os-version
+ 15.0
+
+
+ device
+ iPhone8,4
+ os-version
+ 15.0
+
+
+ device
+ iPod9,1
+ os-version
+ 15.0
+
+
+
+ Apps/Unioil Loyalty App-872B97F1-DAC1-4B1C-A7C4-3D9F3ABF54DC.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36128790
+ sizeCompressedAppAndODR
+ 36128790
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51204103
+ sizeUncompressedAppAndODR
+ 51204103
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone12,1
+ os-version
+ 14.0
+
+
+ device
+ iPhone12,1
+ os-version
+ 13.0
+
+
+ device
+ iPhone11,8
+ os-version
+ 14.0
+
+
+ device
+ iPhone11,8
+ os-version
+ 13.0
+
+
+
+ Apps/Unioil Loyalty App-98053669-A950-4B7B-AAB4-210AEF2C49AB.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38477838
+ sizeCompressedAppAndODR
+ 38477838
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58214115
+ sizeUncompressedAppAndODR
+ 58214115
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad8,5
+ os-version
+ 12.0
+
+
+
+ Apps/Unioil Loyalty App-99C74F5A-B681-4E5B-BD86-6897E9DFA3F2.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38477501
+ sizeCompressedAppAndODR
+ 38477501
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58213317
+ sizeUncompressedAppAndODR
+ 58213317
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone7,2
+ os-version
+ 11.0
+
+
+
+ Apps/Unioil Loyalty App-9A9E70DC-3DFD-4722-847A-8246908B66DD.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38477841
+ sizeCompressedAppAndODR
+ 38477841
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58213877
+ sizeUncompressedAppAndODR
+ 58213877
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone8,1
+ os-version
+ 12.0
+
+
+
+ Apps/Unioil Loyalty App-A5AE8BD8-F42D-435F-9F87-69FF6E5E2F30.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36132810
+ sizeCompressedAppAndODR
+ 36132810
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51208213
+ sizeUncompressedAppAndODR
+ 51208213
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone8,2
+ os-version
+ 12.2
+
+
+ device
+ iPhone7,1
+ os-version
+ 12.2
+
+
+
+ Apps/Unioil Loyalty App-A73ACE3A-BA26-4094-A28C-53B6F89EBEFD.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36118119
+ sizeCompressedAppAndODR
+ 36118119
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51193044
+ sizeUncompressedAppAndODR
+ 51193044
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPod9,1
+ os-version
+ 13.0
+
+
+
+ Apps/Unioil Loyalty App-B21B1483-2FFD-46E2-8D75-3A8E1C347625.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36118128
+ sizeCompressedAppAndODR
+ 36118128
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51193115
+ sizeUncompressedAppAndODR
+ 51193115
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone10,4
+ os-version
+ 14.0
+
+
+
+ Apps/Unioil Loyalty App-B2775DB9-3915-4763-9518-11C32E1DE478.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36118152
+ sizeCompressedAppAndODR
+ 36118152
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51193387
+ sizeUncompressedAppAndODR
+ 51193387
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad6,8
+ os-version
+ 13.0
+
+
+
+ Apps/Unioil Loyalty App-B42822E4-9057-4A46-B3FF-A569650D6F26.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38477477
+ sizeCompressedAppAndODR
+ 38477477
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58213255
+ sizeUncompressedAppAndODR
+ 58213255
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone10,4
+ os-version
+ 11.0
+
+
+ device
+ iPhone10,1
+ os-version
+ 11.0
+
+
+ device
+ iPhone9,1
+ os-version
+ 11.0
+
+
+ device
+ iPhone9,3
+ os-version
+ 11.0
+
+
+
+ Apps/Unioil Loyalty App-BB0548AA-4C92-4AB6-BDC4-22F7F7023653.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38491481
+ sizeCompressedAppAndODR
+ 38491481
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58227595
+ sizeUncompressedAppAndODR
+ 58227595
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone10,2
+ os-version
+ 11.0
+
+
+
+ Apps/Unioil Loyalty App-C68DA518-595D-4991-A3DC-6CC4163052E8.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38477862
+ sizeCompressedAppAndODR
+ 38477862
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58214272
+ sizeUncompressedAppAndODR
+ 58214272
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad4,7
+ os-version
+ 12.0
+
+
+
+ Apps/Unioil Loyalty App-D14C0026-DD2B-455C-B539-C82AA7DD03CA.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38477824
+ sizeCompressedAppAndODR
+ 38477824
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58213815
+ sizeUncompressedAppAndODR
+ 58213815
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone10,1
+ os-version
+ 12.0
+
+
+ device
+ iPhone9,3
+ os-version
+ 12.0
+
+
+ device
+ iPhone9,1
+ os-version
+ 12.0
+
+
+ device
+ iPhone10,4
+ os-version
+ 12.0
+
+
+
+ Apps/Unioil Loyalty App-D51B2681-DDDF-4070-8805-35CB2B2D3001.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38491461
+ sizeCompressedAppAndODR
+ 38491461
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58227459
+ sizeUncompressedAppAndODR
+ 58227459
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone7,1
+ os-version
+ 11.0
+
+
+ device
+ iPhone8,2
+ os-version
+ 11.0
+
+
+
+ Apps/Unioil Loyalty App-E6214F4E-7212-4C50-B930-D69E5A0C3031.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38477551
+ sizeCompressedAppAndODR
+ 38477551
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58213712
+ sizeUncompressedAppAndODR
+ 58213712
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad6,7
+ os-version
+ 11.0
+
+
+
+ Apps/Unioil Loyalty App-E7DE78DB-4A03-45FD-B970-BB760B6C2251.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36118220
+ sizeCompressedAppAndODR
+ 36118220
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51194125
+ sizeUncompressedAppAndODR
+ 51194125
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad11,1
+ os-version
+ 15.0
+
+
+
+ Apps/Unioil Loyalty App-E8075B0B-C39C-4C58-8FFD-A495E1E841A9.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38491328
+ sizeCompressedAppAndODR
+ 38491328
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58227809
+ sizeUncompressedAppAndODR
+ 58227809
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPhone11,6
+ os-version
+ 12.0
+
+
+
+ Apps/Unioil Loyalty App-E86BCCAA-2674-4E58-9B73-48DC0F8B06B9.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36118214
+ sizeCompressedAppAndODR
+ 36118214
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51193995
+ sizeUncompressedAppAndODR
+ 51193995
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ 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
+
+
+ device
+ iPad6,3
+ os-version
+ 14.0
+
+
+
+ Apps/Unioil Loyalty App-ECC69F4E-3FA2-4520-8C09-209D55B15F84.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36130043
+ sizeCompressedAppAndODR
+ 36130043
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51205445
+ sizeUncompressedAppAndODR
+ 51205445
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone11,8
+ os-version
+ 12.2
+
+
+
+ Apps/Unioil Loyalty App-FF54A1AB-01F6-4B8E-8B0F-161FFD8E250B.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 36131638
+ sizeCompressedAppAndODR
+ 36131638
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 51206804
+ sizeUncompressedAppAndODR
+ 51206804
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+ variantDescriptors
+
+
+ device
+ iPhone8,2
+ os-version
+ 15.0
+
+
+
+ Apps/Unioil Loyalty App.ipa
+
+ limitUncompressedInitialPrefetchedODR
+ 2147483648
+ onDemandResourcesAssetPacks
+
+ sizeCompressedApp
+ 38897480
+ sizeCompressedAppAndODR
+ 38897480
+ sizeCompressedODR
+ 0
+ sizeUncompressedApp
+ 58667949
+ sizeUncompressedAppAndODR
+ 58667949
+ sizeUncompressedInitialPrefetchedODR
+ 0
+ sizeUncompressedInitialPrefetchedODRExceedsLimit
+
+ sizeUncompressedODR
+ 0
+ tagsUncompressedInitialPrefetchedODR
+
+
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp-tvOS/Info.plist b/ios/RNUnioilLoyaltyApp-tvOS/Info.plist
new file mode 100644
index 00000000..ecbd496b
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp-tvOS/Info.plist
@@ -0,0 +1,53 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1
+ LSRequiresIPhoneOS
+
+ NSAppTransportSecurity
+
+ NSExceptionDomains
+
+ localhost
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+
+
+
+ NSLocationWhenInUseUsageDescription
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UIViewControllerBasedStatusBarAppearance
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp-tvOSTests/Info.plist b/ios/RNUnioilLoyaltyApp-tvOSTests/Info.plist
new file mode 100644
index 00000000..886825cc
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp-tvOSTests/Info.plist
@@ -0,0 +1,24 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ BNDL
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1
+
+
diff --git a/ios/RNUnioilLoyaltyApp.xcodeproj/project.pbxproj b/ios/RNUnioilLoyaltyApp.xcodeproj/project.pbxproj
new file mode 100644
index 00000000..cfe0ae98
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp.xcodeproj/project.pbxproj
@@ -0,0 +1,1378 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 00E356F31AD99517003FC87E /* RNUnioilLoyaltyAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* RNUnioilLoyaltyAppTests.m */; };
+ 12CFBEB8248B627200AE1A46 /* libDoubleConversion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12CFBEB7248B627200AE1A46 /* libDoubleConversion.a */; };
+ 12CFBEBA248B627B00AE1A46 /* libCocoaAsyncSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12CFBEB9248B627B00AE1A46 /* libCocoaAsyncSocket.a */; };
+ 12D80EF624888222008789E8 /* libFirebaseCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80EF524888222008789E8 /* libFirebaseCore.a */; };
+ 12D80EF824888222008789E8 /* libFirebaseCoreDiagnostics.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80EF724888222008789E8 /* libFirebaseCoreDiagnostics.a */; };
+ 12D80EFA24888222008789E8 /* libFirebaseInstallations.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80EF924888222008789E8 /* libFirebaseInstallations.a */; };
+ 12D80EFC24888222008789E8 /* libFirebaseInstanceID.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80EFB24888222008789E8 /* libFirebaseInstanceID.a */; };
+ 12D80EFE24888222008789E8 /* libFirebaseMessaging.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80EFD24888222008789E8 /* libFirebaseMessaging.a */; };
+ 12D80F1024888222008789E8 /* libglog.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F0F24888222008789E8 /* libglog.a */; };
+ 12D80F1224888222008789E8 /* libGoogle-Maps-iOS-Utils.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F1124888222008789E8 /* libGoogle-Maps-iOS-Utils.a */; };
+ 12D80F1424888222008789E8 /* libGoogleDataTransport.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F1324888222008789E8 /* libGoogleDataTransport.a */; };
+ 12D80F1824888222008789E8 /* libGoogleUtilities.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F1724888222008789E8 /* libGoogleUtilities.a */; };
+ 12D80F1A24888222008789E8 /* libnanopb.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F1924888222008789E8 /* libnanopb.a */; };
+ 12D80F2424888222008789E8 /* libPromisesObjC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F2324888222008789E8 /* libPromisesObjC.a */; };
+ 12D80F2624888222008789E8 /* libProtobuf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F2524888222008789E8 /* libProtobuf.a */; };
+ 12D80F2824888222008789E8 /* libRCTTypeSafety.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F2724888222008789E8 /* libRCTTypeSafety.a */; };
+ 12D80F2A24888222008789E8 /* libReact-Core.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F2924888222008789E8 /* libReact-Core.a */; };
+ 12D80F2C24888222008789E8 /* libReact-CoreModules.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F2B24888222008789E8 /* libReact-CoreModules.a */; };
+ 12D80F2E24888222008789E8 /* libReact-cxxreact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F2D24888222008789E8 /* libReact-cxxreact.a */; };
+ 12D80F3024888222008789E8 /* libReact-jsi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F2F24888222008789E8 /* libReact-jsi.a */; };
+ 12D80F3224888222008789E8 /* libReact-jsiexecutor.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F3124888222008789E8 /* libReact-jsiexecutor.a */; };
+ 12D80F3424888222008789E8 /* libReact-jsinspector.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F3324888222008789E8 /* libReact-jsinspector.a */; };
+ 12D80F3624888222008789E8 /* libreact-native-geolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F3524888222008789E8 /* libreact-native-geolocation.a */; };
+ 12D80F3824888222008789E8 /* libreact-native-google-maps.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F3724888222008789E8 /* libreact-native-google-maps.a */; };
+ 12D80F3A24888222008789E8 /* libreact-native-image-picker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F3924888222008789E8 /* libreact-native-image-picker.a */; };
+ 12D80F3C24888222008789E8 /* libreact-native-maps.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F3B24888222008789E8 /* libreact-native-maps.a */; };
+ 12D80F3E24888222008789E8 /* libreact-native-netinfo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F3D24888222008789E8 /* libreact-native-netinfo.a */; };
+ 12D80F4024888222008789E8 /* libreact-native-safe-area-context.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F3F24888222008789E8 /* libreact-native-safe-area-context.a */; };
+ 12D80F4224888222008789E8 /* libreact-native-webview.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F4124888222008789E8 /* libreact-native-webview.a */; };
+ 12D80F4424888222008789E8 /* libReact-RCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F4324888222008789E8 /* libReact-RCTAnimation.a */; };
+ 12D80F4624888222008789E8 /* libReact-RCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F4524888222008789E8 /* libReact-RCTBlob.a */; };
+ 12D80F4824888222008789E8 /* libReact-RCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F4724888222008789E8 /* libReact-RCTImage.a */; };
+ 12D80F4A24888222008789E8 /* libReact-RCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F4924888222008789E8 /* libReact-RCTLinking.a */; };
+ 12D80F4C24888222008789E8 /* libReact-RCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F4B24888222008789E8 /* libReact-RCTNetwork.a */; };
+ 12D80F4E24888222008789E8 /* libReact-RCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F4D24888222008789E8 /* libReact-RCTSettings.a */; };
+ 12D80F5024888222008789E8 /* libReact-RCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F4F24888222008789E8 /* libReact-RCTText.a */; };
+ 12D80F5224888222008789E8 /* libReact-RCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F5124888222008789E8 /* libReact-RCTVibration.a */; };
+ 12D80F5424888222008789E8 /* libReactCommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F5324888222008789E8 /* libReactCommon.a */; };
+ 12D80F5624888222008789E8 /* libRNCAsyncStorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F5524888222008789E8 /* libRNCAsyncStorage.a */; };
+ 12D80F5824888222008789E8 /* libRNCMaskedView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F5724888222008789E8 /* libRNCMaskedView.a */; };
+ 12D80F5A24888222008789E8 /* libRNDateTimePicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F5924888222008789E8 /* libRNDateTimePicker.a */; };
+ 12D80F5C24888222008789E8 /* libRNDeviceInfo.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F5B24888222008789E8 /* libRNDeviceInfo.a */; };
+ 12D80F5E24888222008789E8 /* libRNFBApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F5D24888222008789E8 /* libRNFBApp.a */; };
+ 12D80F6024888222008789E8 /* libRNFBMessaging.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F5F24888222008789E8 /* libRNFBMessaging.a */; };
+ 12D80F6224888222008789E8 /* libRNGestureHandler.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F6124888222008789E8 /* libRNGestureHandler.a */; };
+ 12D80F6424888222008789E8 /* libRNReanimated.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F6324888222008789E8 /* libRNReanimated.a */; };
+ 12D80F6624888222008789E8 /* libRNScreens.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F6524888222008789E8 /* libRNScreens.a */; };
+ 12D80F6824888222008789E8 /* libRNSVG.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F6724888222008789E8 /* libRNSVG.a */; };
+ 12D80F6A24888222008789E8 /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F6924888222008789E8 /* libRNVectorIcons.a */; };
+ 12D80F6C24888222008789E8 /* libYoga.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F6B24888222008789E8 /* libYoga.a */; };
+ 12D80F6E24888222008789E8 /* libYogaKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 12D80F6D24888222008789E8 /* libYogaKit.a */; };
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
+ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
+ 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
+ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
+ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
+ 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
+ 2DCD954D1E0B4F2C00145EB5 /* RNUnioilLoyaltyAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* RNUnioilLoyaltyAppTests.m */; };
+ A6087A7C28478F1700E4B112 /* libRNCPushNotificationIOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A6087A7B28478F1700E4B112 /* libRNCPushNotificationIOS.a */; };
+ A6087A7E28478F3600E4B112 /* libRNCPushNotificationIOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A6087A7D28478F3600E4B112 /* libRNCPushNotificationIOS.a */; };
+ A6C56518284FA56400EA1C8F /* GoogleService-Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = A6C56517284FA56400EA1C8F /* GoogleService-Info.plist */; };
+ E3CEF954261ADB4800C1BE93 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E3CEF953261ADB4800C1BE93 /* CoreLocation.framework */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
+ remoteInfo = RNUnioilLoyaltyApp;
+ };
+ 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
+ proxyType = 1;
+ remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
+ remoteInfo = "RNUnioilLoyaltyApp-tvOS";
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; };
+ 00E356EE1AD99517003FC87E /* RNUnioilLoyaltyAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RNUnioilLoyaltyAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
+ 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ 00E356F21AD99517003FC87E /* RNUnioilLoyaltyAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNUnioilLoyaltyAppTests.m; sourceTree = ""; };
+ 0B7AF926200E4C09BD5D5299 /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf"; sourceTree = ""; };
+ 0C574DE5983341C3AAAFBD2E /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/native-base/Fonts/EvilIcons.ttf"; sourceTree = ""; };
+ 1232739E2488AB7D00353067 /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; };
+ 1286F69B248B40F4001B1ACE /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12CFBEB7248B627200AE1A46 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12CFBEB9248B627B00AE1A46 /* libCocoaAsyncSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCocoaAsyncSocket.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12CFBEBB248B64BF00AE1A46 /* libFlipper-DoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libFlipper-DoubleConversion.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EEF24888222008789E8 /* libCocoaAsyncSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libCocoaAsyncSocket.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EF124888222008789E8 /* libDoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libDoubleConversion.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EF324888222008789E8 /* libFBReactNativeSpec.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFBReactNativeSpec.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EF524888222008789E8 /* libFirebaseCore.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFirebaseCore.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EF724888222008789E8 /* libFirebaseCoreDiagnostics.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFirebaseCoreDiagnostics.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EF924888222008789E8 /* libFirebaseInstallations.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFirebaseInstallations.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EFB24888222008789E8 /* libFirebaseInstanceID.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFirebaseInstanceID.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EFD24888222008789E8 /* libFirebaseMessaging.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFirebaseMessaging.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80EFF24888222008789E8 /* libFlipper-DoubleConversion.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libFlipper-DoubleConversion.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F0124888222008789E8 /* libFlipper-Folly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libFlipper-Folly.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F0324888222008789E8 /* libFlipper-Glog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libFlipper-Glog.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F0524888222008789E8 /* libFlipper-PeerTalk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libFlipper-PeerTalk.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F0724888222008789E8 /* libFlipper-RSocket.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libFlipper-RSocket.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F0924888222008789E8 /* libFlipper.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFlipper.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F0B24888222008789E8 /* libFlipperKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFlipperKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F0D24888222008789E8 /* libFolly.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libFolly.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F0F24888222008789E8 /* libglog.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libglog.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F1124888222008789E8 /* libGoogle-Maps-iOS-Utils.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libGoogle-Maps-iOS-Utils.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F1324888222008789E8 /* libGoogleDataTransport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libGoogleDataTransport.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F1524888222008789E8 /* libGoogleDataTransportCCTSupport.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libGoogleDataTransportCCTSupport.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F1724888222008789E8 /* libGoogleUtilities.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libGoogleUtilities.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F1924888222008789E8 /* libnanopb.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libnanopb.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F2324888222008789E8 /* libPromisesObjC.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libPromisesObjC.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F2524888222008789E8 /* libProtobuf.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libProtobuf.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F2724888222008789E8 /* libRCTTypeSafety.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRCTTypeSafety.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F2924888222008789E8 /* libReact-Core.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-Core.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F2B24888222008789E8 /* libReact-CoreModules.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-CoreModules.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F2D24888222008789E8 /* libReact-cxxreact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-cxxreact.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F2F24888222008789E8 /* libReact-jsi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-jsi.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F3124888222008789E8 /* libReact-jsiexecutor.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-jsiexecutor.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F3324888222008789E8 /* libReact-jsinspector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-jsinspector.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F3524888222008789E8 /* libreact-native-geolocation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libreact-native-geolocation.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F3724888222008789E8 /* libreact-native-google-maps.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libreact-native-google-maps.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F3924888222008789E8 /* libreact-native-image-picker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libreact-native-image-picker.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F3B24888222008789E8 /* libreact-native-maps.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libreact-native-maps.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F3D24888222008789E8 /* libreact-native-netinfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libreact-native-netinfo.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F3F24888222008789E8 /* libreact-native-safe-area-context.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libreact-native-safe-area-context.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F4124888222008789E8 /* libreact-native-webview.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libreact-native-webview.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F4324888222008789E8 /* libReact-RCTAnimation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-RCTAnimation.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F4524888222008789E8 /* libReact-RCTBlob.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-RCTBlob.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F4724888222008789E8 /* libReact-RCTImage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-RCTImage.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F4924888222008789E8 /* libReact-RCTLinking.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-RCTLinking.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F4B24888222008789E8 /* libReact-RCTNetwork.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-RCTNetwork.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F4D24888222008789E8 /* libReact-RCTSettings.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-RCTSettings.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F4F24888222008789E8 /* libReact-RCTText.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-RCTText.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F5124888222008789E8 /* libReact-RCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = "libReact-RCTVibration.a"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F5324888222008789E8 /* libReactCommon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReactCommon.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F5524888222008789E8 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNCAsyncStorage.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F5724888222008789E8 /* libRNCMaskedView.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNCMaskedView.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F5924888222008789E8 /* libRNDateTimePicker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNDateTimePicker.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F5B24888222008789E8 /* libRNDeviceInfo.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNDeviceInfo.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F5D24888222008789E8 /* libRNFBApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNFBApp.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F5F24888222008789E8 /* libRNFBMessaging.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNFBMessaging.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F6124888222008789E8 /* libRNGestureHandler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNGestureHandler.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F6324888222008789E8 /* libRNReanimated.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNReanimated.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F6524888222008789E8 /* libRNScreens.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNScreens.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F6724888222008789E8 /* libRNSVG.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNSVG.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F6924888222008789E8 /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNVectorIcons.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F6B24888222008789E8 /* libYoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libYoga.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 12D80F6D24888222008789E8 /* libYogaKit.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libYogaKit.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 13B07F961A680F5B00A75B9A /* Unioil Loyalty App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Unioil Loyalty App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = RNUnioilLoyaltyApp/AppDelegate.h; sourceTree = ""; };
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = RNUnioilLoyaltyApp/AppDelegate.m; sourceTree = ""; };
+ 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; };
+ 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = RNUnioilLoyaltyApp/Images.xcassets; sourceTree = ""; };
+ 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RNUnioilLoyaltyApp/Info.plist; sourceTree = ""; };
+ 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = RNUnioilLoyaltyApp/main.m; sourceTree = ""; };
+ 238E2CA157824A2296265E70 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/native-base/Fonts/FontAwesome.ttf"; sourceTree = ""; };
+ 2AA97DEFCFBA43118C4B7530 /* EvilIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = EvilIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf"; sourceTree = ""; };
+ 2BFDC73C37604D8ABE04308E /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = ""; };
+ 2C07F9B7A3B94847B90FB0F1 /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/native-base/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; };
+ 2C9041E6AA2342E3ABAC6D31 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf"; sourceTree = ""; };
+ 2D02E47B1E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RNUnioilLoyaltyApp-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 2D02E4901E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "RNUnioilLoyaltyApp-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
+ 345B3BEE66934A9889853D41 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/native-base/Fonts/Zocial.ttf"; sourceTree = ""; };
+ 3C3E31415F774F7E953E64EF /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Zocial.ttf"; sourceTree = ""; };
+ 58F3F68BFA9A4E938DE266B6 /* MaterialIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialIcons.ttf; path = "../node_modules/native-base/Fonts/MaterialIcons.ttf"; sourceTree = ""; };
+ 611A4F34B56E49F0B8403D42 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = ""; };
+ 6F87F4EE759C4AC3ADD5C592 /* Roboto_medium.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Roboto_medium.ttf; path = "../node_modules/native-base/Fonts/Roboto_medium.ttf"; sourceTree = ""; };
+ 6FEA4C720F3341198879EE6F /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Entypo.ttf"; sourceTree = ""; };
+ 73EA6CFFEC03435DA6924622 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf"; sourceTree = ""; };
+ 7920F7684BB24740B6D67A0F /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf"; sourceTree = ""; };
+ 7BAB5837C65743CC9257BD28 /* Fontisto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Fontisto.ttf; path = "../node_modules/native-base/Fonts/Fontisto.ttf"; sourceTree = ""; };
+ 87ECB2E48BC747979FFEB975 /* AntDesign.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = AntDesign.ttf; path = "../node_modules/native-base/Fonts/AntDesign.ttf"; sourceTree = ""; };
+ 8DF3B2A006704681B98510AD /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/native-base/Fonts/Octicons.ttf"; sourceTree = ""; };
+ 90FB8CD8E90742F883F36AD7 /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf"; sourceTree = ""; };
+ 9672D9BA47244ECCB318D2DA /* Ionicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Ionicons.ttf; path = "../node_modules/native-base/Fonts/Ionicons.ttf"; sourceTree = ""; };
+ 980989B277654B2BA2455B95 /* Roboto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Roboto.ttf; path = "../node_modules/native-base/Fonts/Roboto.ttf"; sourceTree = ""; };
+ A0272C28248D596700373B0A /* Unioil Loyalty App.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; name = "Unioil Loyalty App.entitlements"; path = "RNUnioilLoyaltyApp/Unioil Loyalty App.entitlements"; sourceTree = ""; };
+ A317550720ED4BC7B15F8D94 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = ""; };
+ A4E96FD2F81E43128FE44CD0 /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/native-base/Fonts/Foundation.ttf"; sourceTree = ""; };
+ A6087A7B28478F1700E4B112 /* libRNCPushNotificationIOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNCPushNotificationIOS.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ A6087A7D28478F3600E4B112 /* libRNCPushNotificationIOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libRNCPushNotificationIOS.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ A6C56517284FA56400EA1C8F /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; };
+ B60483F7F34649919DEA88C2 /* rubicon-icon-font.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "rubicon-icon-font.ttf"; path = "../node_modules/native-base/Fonts/rubicon-icon-font.ttf"; sourceTree = ""; };
+ B92FA5C7B89847EF99FACB51 /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/native-base/Fonts/Feather.ttf"; sourceTree = ""; };
+ BA5804B25CC143A8BE76D28D /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; };
+ CC6D7B4BAD4549F0BBFD750D /* Fontisto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Fontisto.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf"; sourceTree = ""; };
+ CF171B2B96584CCA8137F8D0 /* Entypo.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Entypo.ttf; path = "../node_modules/native-base/Fonts/Entypo.ttf"; sourceTree = ""; };
+ DBBD17F58B2E4CFCB83A009C /* FontAwesome5_Solid.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Solid.ttf; path = "../node_modules/native-base/Fonts/FontAwesome5_Solid.ttf"; sourceTree = ""; };
+ E0370031022A4A03892ADCA1 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/native-base/Fonts/FontAwesome5_Regular.ttf"; sourceTree = ""; };
+ E1AB8DC03018426AB1854C34 /* FontAwesome5_Brands.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Brands.ttf; path = "../node_modules/native-base/Fonts/FontAwesome5_Brands.ttf"; sourceTree = ""; };
+ E3CEF953261ADB4800C1BE93 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
+ ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
+ F1C7FE17D881483AB03FE387 /* Octicons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Octicons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Octicons.ttf"; sourceTree = ""; };
+ F72A0FDEF0954FE2980D22AF /* Foundation.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Foundation.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Foundation.ttf"; sourceTree = ""; };
+ F8AFE662E6E949B6958F11CA /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = "../node_modules/native-base/Fonts/SimpleLineIcons.ttf"; sourceTree = ""; };
+ FA07EFC4878247E0A809ED9E /* Feather.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Feather.ttf; path = "../node_modules/react-native-vector-icons/Fonts/Feather.ttf"; sourceTree = ""; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 00E356EB1AD99517003FC87E /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ A6087A7C28478F1700E4B112 /* libRNCPushNotificationIOS.a in Frameworks */,
+ E3CEF954261ADB4800C1BE93 /* CoreLocation.framework in Frameworks */,
+ 12CFBEBA248B627B00AE1A46 /* libCocoaAsyncSocket.a in Frameworks */,
+ 12CFBEB8248B627200AE1A46 /* libDoubleConversion.a in Frameworks */,
+ 12D80EF624888222008789E8 /* libFirebaseCore.a in Frameworks */,
+ 12D80EF824888222008789E8 /* libFirebaseCoreDiagnostics.a in Frameworks */,
+ A6087A7E28478F3600E4B112 /* libRNCPushNotificationIOS.a in Frameworks */,
+ 12D80EFA24888222008789E8 /* libFirebaseInstallations.a in Frameworks */,
+ 12D80EFC24888222008789E8 /* libFirebaseInstanceID.a in Frameworks */,
+ 12D80EFE24888222008789E8 /* libFirebaseMessaging.a in Frameworks */,
+ 12D80F1024888222008789E8 /* libglog.a in Frameworks */,
+ 12D80F1224888222008789E8 /* libGoogle-Maps-iOS-Utils.a in Frameworks */,
+ 12D80F1424888222008789E8 /* libGoogleDataTransport.a in Frameworks */,
+ 12D80F1824888222008789E8 /* libGoogleUtilities.a in Frameworks */,
+ 12D80F1A24888222008789E8 /* libnanopb.a in Frameworks */,
+ 12D80F2424888222008789E8 /* libPromisesObjC.a in Frameworks */,
+ 12D80F2624888222008789E8 /* libProtobuf.a in Frameworks */,
+ 12D80F2824888222008789E8 /* libRCTTypeSafety.a in Frameworks */,
+ 12D80F2A24888222008789E8 /* libReact-Core.a in Frameworks */,
+ 12D80F2C24888222008789E8 /* libReact-CoreModules.a in Frameworks */,
+ 12D80F2E24888222008789E8 /* libReact-cxxreact.a in Frameworks */,
+ 12D80F3024888222008789E8 /* libReact-jsi.a in Frameworks */,
+ 12D80F3224888222008789E8 /* libReact-jsiexecutor.a in Frameworks */,
+ 12D80F3424888222008789E8 /* libReact-jsinspector.a in Frameworks */,
+ 12D80F3624888222008789E8 /* libreact-native-geolocation.a in Frameworks */,
+ 12D80F3824888222008789E8 /* libreact-native-google-maps.a in Frameworks */,
+ 12D80F3A24888222008789E8 /* libreact-native-image-picker.a in Frameworks */,
+ 12D80F3C24888222008789E8 /* libreact-native-maps.a in Frameworks */,
+ 12D80F3E24888222008789E8 /* libreact-native-netinfo.a in Frameworks */,
+ 12D80F4024888222008789E8 /* libreact-native-safe-area-context.a in Frameworks */,
+ 12D80F4224888222008789E8 /* libreact-native-webview.a in Frameworks */,
+ 12D80F4424888222008789E8 /* libReact-RCTAnimation.a in Frameworks */,
+ 12D80F4624888222008789E8 /* libReact-RCTBlob.a in Frameworks */,
+ 12D80F4824888222008789E8 /* libReact-RCTImage.a in Frameworks */,
+ 12D80F4A24888222008789E8 /* libReact-RCTLinking.a in Frameworks */,
+ 12D80F4C24888222008789E8 /* libReact-RCTNetwork.a in Frameworks */,
+ 12D80F4E24888222008789E8 /* libReact-RCTSettings.a in Frameworks */,
+ 12D80F5024888222008789E8 /* libReact-RCTText.a in Frameworks */,
+ 12D80F5224888222008789E8 /* libReact-RCTVibration.a in Frameworks */,
+ 12D80F5424888222008789E8 /* libReactCommon.a in Frameworks */,
+ 12D80F5624888222008789E8 /* libRNCAsyncStorage.a in Frameworks */,
+ 12D80F5824888222008789E8 /* libRNCMaskedView.a in Frameworks */,
+ 12D80F5A24888222008789E8 /* libRNDateTimePicker.a in Frameworks */,
+ 12D80F5C24888222008789E8 /* libRNDeviceInfo.a in Frameworks */,
+ 12D80F5E24888222008789E8 /* libRNFBApp.a in Frameworks */,
+ 12D80F6024888222008789E8 /* libRNFBMessaging.a in Frameworks */,
+ 12D80F6224888222008789E8 /* libRNGestureHandler.a in Frameworks */,
+ 12D80F6424888222008789E8 /* libRNReanimated.a in Frameworks */,
+ 12D80F6624888222008789E8 /* libRNScreens.a in Frameworks */,
+ 12D80F6824888222008789E8 /* libRNSVG.a in Frameworks */,
+ 12D80F6A24888222008789E8 /* libRNVectorIcons.a in Frameworks */,
+ 12D80F6C24888222008789E8 /* libYoga.a in Frameworks */,
+ 12D80F6E24888222008789E8 /* libYogaKit.a in Frameworks */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 00E356EF1AD99517003FC87E /* RNUnioilLoyaltyAppTests */ = {
+ isa = PBXGroup;
+ children = (
+ 00E356F21AD99517003FC87E /* RNUnioilLoyaltyAppTests.m */,
+ 00E356F01AD99517003FC87E /* Supporting Files */,
+ );
+ path = RNUnioilLoyaltyAppTests;
+ sourceTree = "";
+ };
+ 00E356F01AD99517003FC87E /* Supporting Files */ = {
+ isa = PBXGroup;
+ children = (
+ 00E356F11AD99517003FC87E /* Info.plist */,
+ );
+ name = "Supporting Files";
+ sourceTree = "";
+ };
+ 13212969008640AD89ADA9B4 /* Resources */ = {
+ isa = PBXGroup;
+ children = (
+ 2BFDC73C37604D8ABE04308E /* AntDesign.ttf */,
+ 6FEA4C720F3341198879EE6F /* Entypo.ttf */,
+ 2AA97DEFCFBA43118C4B7530 /* EvilIcons.ttf */,
+ FA07EFC4878247E0A809ED9E /* Feather.ttf */,
+ 611A4F34B56E49F0B8403D42 /* FontAwesome.ttf */,
+ 7920F7684BB24740B6D67A0F /* FontAwesome5_Brands.ttf */,
+ A317550720ED4BC7B15F8D94 /* FontAwesome5_Regular.ttf */,
+ 0B7AF926200E4C09BD5D5299 /* FontAwesome5_Solid.ttf */,
+ CC6D7B4BAD4549F0BBFD750D /* Fontisto.ttf */,
+ F72A0FDEF0954FE2980D22AF /* Foundation.ttf */,
+ 90FB8CD8E90742F883F36AD7 /* Ionicons.ttf */,
+ BA5804B25CC143A8BE76D28D /* MaterialCommunityIcons.ttf */,
+ 2C9041E6AA2342E3ABAC6D31 /* MaterialIcons.ttf */,
+ F1C7FE17D881483AB03FE387 /* Octicons.ttf */,
+ 73EA6CFFEC03435DA6924622 /* SimpleLineIcons.ttf */,
+ 3C3E31415F774F7E953E64EF /* Zocial.ttf */,
+ 87ECB2E48BC747979FFEB975 /* AntDesign.ttf */,
+ CF171B2B96584CCA8137F8D0 /* Entypo.ttf */,
+ 0C574DE5983341C3AAAFBD2E /* EvilIcons.ttf */,
+ B92FA5C7B89847EF99FACB51 /* Feather.ttf */,
+ 238E2CA157824A2296265E70 /* FontAwesome.ttf */,
+ E1AB8DC03018426AB1854C34 /* FontAwesome5_Brands.ttf */,
+ E0370031022A4A03892ADCA1 /* FontAwesome5_Regular.ttf */,
+ DBBD17F58B2E4CFCB83A009C /* FontAwesome5_Solid.ttf */,
+ 7BAB5837C65743CC9257BD28 /* Fontisto.ttf */,
+ A4E96FD2F81E43128FE44CD0 /* Foundation.ttf */,
+ 9672D9BA47244ECCB318D2DA /* Ionicons.ttf */,
+ 2C07F9B7A3B94847B90FB0F1 /* MaterialCommunityIcons.ttf */,
+ 58F3F68BFA9A4E938DE266B6 /* MaterialIcons.ttf */,
+ 8DF3B2A006704681B98510AD /* Octicons.ttf */,
+ 6F87F4EE759C4AC3ADD5C592 /* Roboto_medium.ttf */,
+ 980989B277654B2BA2455B95 /* Roboto.ttf */,
+ B60483F7F34649919DEA88C2 /* rubicon-icon-font.ttf */,
+ F8AFE662E6E949B6958F11CA /* SimpleLineIcons.ttf */,
+ 345B3BEE66934A9889853D41 /* Zocial.ttf */,
+ );
+ name = Resources;
+ sourceTree = "";
+ };
+ 13B07FAE1A68108700A75B9A /* RNUnioilLoyaltyApp */ = {
+ isa = PBXGroup;
+ children = (
+ A0272C28248D596700373B0A /* Unioil Loyalty App.entitlements */,
+ 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
+ 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
+ 13B07FB01A68108700A75B9A /* AppDelegate.m */,
+ 13B07FB51A68108700A75B9A /* Images.xcassets */,
+ 13B07FB61A68108700A75B9A /* Info.plist */,
+ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
+ 13B07FB71A68108700A75B9A /* main.m */,
+ );
+ name = RNUnioilLoyaltyApp;
+ sourceTree = "";
+ };
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ A6087A7D28478F3600E4B112 /* libRNCPushNotificationIOS.a */,
+ A6087A7B28478F1700E4B112 /* libRNCPushNotificationIOS.a */,
+ E3CEF953261ADB4800C1BE93 /* CoreLocation.framework */,
+ 12CFBEBB248B64BF00AE1A46 /* libFlipper-DoubleConversion.a */,
+ 12CFBEB9248B627B00AE1A46 /* libCocoaAsyncSocket.a */,
+ 12CFBEB7248B627200AE1A46 /* libDoubleConversion.a */,
+ 1286F69B248B40F4001B1ACE /* libDoubleConversion.a */,
+ 12D80EEF24888222008789E8 /* libCocoaAsyncSocket.a */,
+ 12D80EF124888222008789E8 /* libDoubleConversion.a */,
+ 12D80EF324888222008789E8 /* libFBReactNativeSpec.a */,
+ 12D80EF524888222008789E8 /* libFirebaseCore.a */,
+ 12D80EF724888222008789E8 /* libFirebaseCoreDiagnostics.a */,
+ 12D80EF924888222008789E8 /* libFirebaseInstallations.a */,
+ 12D80EFB24888222008789E8 /* libFirebaseInstanceID.a */,
+ 12D80EFD24888222008789E8 /* libFirebaseMessaging.a */,
+ 12D80EFF24888222008789E8 /* libFlipper-DoubleConversion.a */,
+ 12D80F0124888222008789E8 /* libFlipper-Folly.a */,
+ 12D80F0324888222008789E8 /* libFlipper-Glog.a */,
+ 12D80F0524888222008789E8 /* libFlipper-PeerTalk.a */,
+ 12D80F0724888222008789E8 /* libFlipper-RSocket.a */,
+ 12D80F0924888222008789E8 /* libFlipper.a */,
+ 12D80F0B24888222008789E8 /* libFlipperKit.a */,
+ 12D80F0D24888222008789E8 /* libFolly.a */,
+ 12D80F0F24888222008789E8 /* libglog.a */,
+ 12D80F1124888222008789E8 /* libGoogle-Maps-iOS-Utils.a */,
+ 12D80F1324888222008789E8 /* libGoogleDataTransport.a */,
+ 12D80F1524888222008789E8 /* libGoogleDataTransportCCTSupport.a */,
+ 12D80F1724888222008789E8 /* libGoogleUtilities.a */,
+ 12D80F1924888222008789E8 /* libnanopb.a */,
+ 12D80F2324888222008789E8 /* libPromisesObjC.a */,
+ 12D80F2524888222008789E8 /* libProtobuf.a */,
+ 12D80F2724888222008789E8 /* libRCTTypeSafety.a */,
+ 12D80F2924888222008789E8 /* libReact-Core.a */,
+ 12D80F2B24888222008789E8 /* libReact-CoreModules.a */,
+ 12D80F2D24888222008789E8 /* libReact-cxxreact.a */,
+ 12D80F2F24888222008789E8 /* libReact-jsi.a */,
+ 12D80F3124888222008789E8 /* libReact-jsiexecutor.a */,
+ 12D80F3324888222008789E8 /* libReact-jsinspector.a */,
+ 12D80F3524888222008789E8 /* libreact-native-geolocation.a */,
+ 12D80F3724888222008789E8 /* libreact-native-google-maps.a */,
+ 12D80F3924888222008789E8 /* libreact-native-image-picker.a */,
+ 12D80F3B24888222008789E8 /* libreact-native-maps.a */,
+ 12D80F3D24888222008789E8 /* libreact-native-netinfo.a */,
+ 12D80F3F24888222008789E8 /* libreact-native-safe-area-context.a */,
+ 12D80F4124888222008789E8 /* libreact-native-webview.a */,
+ 12D80F4324888222008789E8 /* libReact-RCTAnimation.a */,
+ 12D80F4524888222008789E8 /* libReact-RCTBlob.a */,
+ 12D80F4724888222008789E8 /* libReact-RCTImage.a */,
+ 12D80F4924888222008789E8 /* libReact-RCTLinking.a */,
+ 12D80F4B24888222008789E8 /* libReact-RCTNetwork.a */,
+ 12D80F4D24888222008789E8 /* libReact-RCTSettings.a */,
+ 12D80F4F24888222008789E8 /* libReact-RCTText.a */,
+ 12D80F5124888222008789E8 /* libReact-RCTVibration.a */,
+ 12D80F5324888222008789E8 /* libReactCommon.a */,
+ 12D80F5524888222008789E8 /* libRNCAsyncStorage.a */,
+ 12D80F5724888222008789E8 /* libRNCMaskedView.a */,
+ 12D80F5924888222008789E8 /* libRNDateTimePicker.a */,
+ 12D80F5B24888222008789E8 /* libRNDeviceInfo.a */,
+ 12D80F5D24888222008789E8 /* libRNFBApp.a */,
+ 12D80F5F24888222008789E8 /* libRNFBMessaging.a */,
+ 12D80F6124888222008789E8 /* libRNGestureHandler.a */,
+ 12D80F6324888222008789E8 /* libRNReanimated.a */,
+ 12D80F6524888222008789E8 /* libRNScreens.a */,
+ 12D80F6724888222008789E8 /* libRNSVG.a */,
+ 12D80F6924888222008789E8 /* libRNVectorIcons.a */,
+ 12D80F6B24888222008789E8 /* libYoga.a */,
+ 12D80F6D24888222008789E8 /* libYogaKit.a */,
+ ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
+ ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
+ 6B09408484A47D64A3EC8CCF /* Pods */ = {
+ isa = PBXGroup;
+ children = (
+ );
+ path = Pods;
+ sourceTree = "";
+ };
+ 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
+ isa = PBXGroup;
+ children = (
+ );
+ name = Libraries;
+ sourceTree = "";
+ };
+ 83CBB9F61A601CBA00E9B192 = {
+ isa = PBXGroup;
+ children = (
+ 1232739E2488AB7D00353067 /* GoogleService-Info.plist */,
+ A6C56517284FA56400EA1C8F /* GoogleService-Info.plist */,
+ 13B07FAE1A68108700A75B9A /* RNUnioilLoyaltyApp */,
+ 832341AE1AAA6A7D00B99B32 /* Libraries */,
+ 00E356EF1AD99517003FC87E /* RNUnioilLoyaltyAppTests */,
+ 83CBBA001A601CBA00E9B192 /* Products */,
+ 2D16E6871FA4F8E400B85C8A /* Frameworks */,
+ 13212969008640AD89ADA9B4 /* Resources */,
+ 6B09408484A47D64A3EC8CCF /* Pods */,
+ );
+ indentWidth = 2;
+ sourceTree = "";
+ tabWidth = 2;
+ usesTabs = 0;
+ };
+ 83CBBA001A601CBA00E9B192 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 13B07F961A680F5B00A75B9A /* Unioil Loyalty App.app */,
+ 00E356EE1AD99517003FC87E /* RNUnioilLoyaltyAppTests.xctest */,
+ 2D02E47B1E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOS.app */,
+ 2D02E4901E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOSTests.xctest */,
+ );
+ name = Products;
+ sourceTree = "";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+ 00E356ED1AD99517003FC87E /* RNUnioilLoyaltyAppTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "RNUnioilLoyaltyAppTests" */;
+ buildPhases = (
+ 00E356EA1AD99517003FC87E /* Sources */,
+ 00E356EB1AD99517003FC87E /* Frameworks */,
+ 00E356EC1AD99517003FC87E /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */,
+ );
+ name = RNUnioilLoyaltyAppTests;
+ productName = RNUnioilLoyaltyAppTests;
+ productReference = 00E356EE1AD99517003FC87E /* RNUnioilLoyaltyAppTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+ 13B07F861A680F5B00A75B9A /* RNUnioilLoyaltyApp */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RNUnioilLoyaltyApp" */;
+ buildPhases = (
+ FD10A7F022414F080027D42C /* Start Packager */,
+ 13B07F871A680F5B00A75B9A /* Sources */,
+ 13B07F8C1A680F5B00A75B9A /* Frameworks */,
+ 13B07F8E1A680F5B00A75B9A /* Resources */,
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = RNUnioilLoyaltyApp;
+ productName = RNUnioilLoyaltyApp;
+ productReference = 13B07F961A680F5B00A75B9A /* Unioil Loyalty App.app */;
+ productType = "com.apple.product-type.application";
+ };
+ 2D02E47A1E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOS */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNUnioilLoyaltyApp-tvOS" */;
+ buildPhases = (
+ FD10A7F122414F3F0027D42C /* Start Packager */,
+ 2D02E4771E0B4A5D006451C7 /* Sources */,
+ 2D02E4781E0B4A5D006451C7 /* Frameworks */,
+ 2D02E4791E0B4A5D006451C7 /* Resources */,
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = "RNUnioilLoyaltyApp-tvOS";
+ productName = "RNUnioilLoyaltyApp-tvOS";
+ productReference = 2D02E47B1E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOS.app */;
+ productType = "com.apple.product-type.application";
+ };
+ 2D02E48F1E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOSTests */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNUnioilLoyaltyApp-tvOSTests" */;
+ buildPhases = (
+ 2D02E48C1E0B4A5D006451C7 /* Sources */,
+ 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
+ 2D02E48E1E0B4A5D006451C7 /* Resources */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
+ );
+ name = "RNUnioilLoyaltyApp-tvOSTests";
+ productName = "RNUnioilLoyaltyApp-tvOSTests";
+ productReference = 2D02E4901E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOSTests.xctest */;
+ productType = "com.apple.product-type.bundle.unit-test";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 83CBB9F71A601CBA00E9B192 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 1130;
+ TargetAttributes = {
+ 00E356ED1AD99517003FC87E = {
+ CreatedOnToolsVersion = 6.2;
+ TestTargetID = 13B07F861A680F5B00A75B9A;
+ };
+ 13B07F861A680F5B00A75B9A = {
+ DevelopmentTeam = J29MB7XX75;
+ LastSwiftMigration = 1120;
+ ProvisioningStyle = Automatic;
+ };
+ 2D02E47A1E0B4A5D006451C7 = {
+ CreatedOnToolsVersion = 8.2.1;
+ ProvisioningStyle = Automatic;
+ };
+ 2D02E48F1E0B4A5D006451C7 = {
+ CreatedOnToolsVersion = 8.2.1;
+ ProvisioningStyle = Automatic;
+ TestTargetID = 2D02E47A1E0B4A5D006451C7;
+ };
+ };
+ };
+ buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RNUnioilLoyaltyApp" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = en;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ Base,
+ );
+ mainGroup = 83CBB9F61A601CBA00E9B192;
+ productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 13B07F861A680F5B00A75B9A /* RNUnioilLoyaltyApp */,
+ 00E356ED1AD99517003FC87E /* RNUnioilLoyaltyAppTests */,
+ 2D02E47A1E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOS */,
+ 2D02E48F1E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOSTests */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+ 00E356EC1AD99517003FC87E /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 13B07F8E1A680F5B00A75B9A /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
+ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 2D02E4791E0B4A5D006451C7 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
+ isa = PBXResourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXShellScriptBuildPhase section */
+ 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Bundle React Native code and images";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n";
+ };
+ 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Bundle React Native Code And Images";
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
+ };
+ FD10A7F022414F080027D42C /* Start Packager */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ );
+ name = "Start Packager";
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
+ showEnvVarsInLog = 0;
+ };
+ FD10A7F122414F3F0027D42C /* Start Packager */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputFileListPaths = (
+ );
+ inputPaths = (
+ );
+ name = "Start Packager";
+ outputFileListPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
+ showEnvVarsInLog = 0;
+ };
+/* End PBXShellScriptBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 00E356EA1AD99517003FC87E /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 00E356F31AD99517003FC87E /* RNUnioilLoyaltyAppTests.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 13B07F871A680F5B00A75B9A /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ A6C56518284FA56400EA1C8F /* GoogleService-Info.plist in Sources */,
+ 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
+ 13B07FC11A68108700A75B9A /* main.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 2D02E4771E0B4A5D006451C7 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
+ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+ 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 2DCD954D1E0B4F2C00145EB5 /* RNUnioilLoyaltyAppTests.m in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXTargetDependency section */
+ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 13B07F861A680F5B00A75B9A /* RNUnioilLoyaltyApp */;
+ targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
+ };
+ 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ target = 2D02E47A1E0B4A5D006451C7 /* RNUnioilLoyaltyApp-tvOS */;
+ targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
+ };
+/* End PBXTargetDependency section */
+
+/* Begin PBXVariantGroup section */
+ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
+ isa = PBXVariantGroup;
+ children = (
+ 13B07FB21A68108700A75B9A /* Base */,
+ );
+ name = LaunchScreen.xib;
+ path = RNUnioilLoyaltyApp;
+ sourceTree = "";
+ };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+ 00E356F61AD99517003FC87E /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ INFOPLIST_FILE = RNUnioilLoyaltyAppTests/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ ONLY_ACTIVE_ARCH = YES;
+ OTHER_LDFLAGS = (
+ "-ObjC",
+ "-lc++",
+ "$(inherited)",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNUnioilLoyaltyApp.app/RNUnioilLoyaltyApp";
+ VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
+ };
+ name = Debug;
+ };
+ 00E356F71AD99517003FC87E /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ COPY_PHASE_STRIP = NO;
+ INFOPLIST_FILE = RNUnioilLoyaltyAppTests/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ ONLY_ACTIVE_ARCH = YES;
+ OTHER_LDFLAGS = (
+ "-ObjC",
+ "-lc++",
+ "$(inherited)",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNUnioilLoyaltyApp.app/RNUnioilLoyaltyApp";
+ VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
+ };
+ name = Release;
+ };
+ 13B07F941A680F5B00A75B9A /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_ENTITLEMENTS = "RNUnioilLoyaltyApp/Unioil Loyalty App.entitlements";
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 2;
+ DEVELOPMENT_TEAM = J29MB7XX75;
+ ENABLE_BITCODE = NO;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "${PODS_ROOT}/FirebaseAnalytics/Frameworks",
+ "${PODS_ROOT}/GoogleAppMeasurement/Frameworks",
+ "${PODS_ROOT}/GoogleMaps/Base/Frameworks",
+ "${PODS_ROOT}/GoogleMaps/Maps/Frameworks",
+ );
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "$(inherited)",
+ "FB_SONARKIT_ENABLED=1",
+ );
+ HEADER_SEARCH_PATHS = (
+ "$(inherited)",
+ "\"${PODS_ROOT}/Headers/Public\"",
+ "\"${PODS_ROOT}/Headers/Public/CocoaAsyncSocket\"",
+ "\"${PODS_ROOT}/Headers/Public/CocoaLibEvent\"",
+ "\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
+ "\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
+ "\"${PODS_ROOT}/Headers/Public/FBReactNativeSpec\"",
+ "\"${PODS_ROOT}/Headers/Public/Firebase\"",
+ "\"${PODS_ROOT}/Headers/Public/FirebaseAnalyticsInterop\"",
+ "\"${PODS_ROOT}/Headers/Public/FirebaseCore\"",
+ "\"${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnostics\"",
+ "\"${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop\"",
+ "\"${PODS_ROOT}/Headers/Public/FirebaseInstallations\"",
+ "\"${PODS_ROOT}/Headers/Public/FirebaseInstanceID\"",
+ "\"${PODS_ROOT}/Headers/Public/FirebaseMessaging\"",
+ "\"${PODS_ROOT}/Headers/Public/Flipper\"",
+ "\"${PODS_ROOT}/Headers/Public/Flipper-DoubleConversion\"",
+ "\"${PODS_ROOT}/Headers/Public/Flipper-Folly\"",
+ "\"${PODS_ROOT}/Headers/Public/Flipper-Glog\"",
+ "\"${PODS_ROOT}/Headers/Public/Flipper-PeerTalk\"",
+ "\"${PODS_ROOT}/Headers/Public/Flipper-RSocket\"",
+ "\"${PODS_ROOT}/Headers/Public/FlipperKit\"",
+ "\"${PODS_ROOT}/Headers/Public/Google-Maps-iOS-Utils\"",
+ "${PODS_ROOT}/Headers/Public/GoogleDataTransport",
+ "\"${PODS_ROOT}/Headers/Public/GoogleDataTransportCCTSupport\"",
+ "\"${PODS_ROOT}/Headers/Public/GoogleUtilities\"",
+ "\"${PODS_ROOT}/Headers/Public/OpenSSL-Universal\"",
+ "\"${PODS_ROOT}/Headers/Public/PromisesObjC\"",
+ "\"${PODS_ROOT}/Headers/Public/Protobuf\"",
+ "\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
+ "\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",
+ "\"${PODS_ROOT}/Headers/Public/RNCAsyncStorage\"",
+ "\"${PODS_ROOT}/Headers/Public/RNCMaskedView\"",
+ "\"${PODS_ROOT}/Headers/Public/RNDateTimePicker\"",
+ "\"${PODS_ROOT}/Headers/Public/RNDeviceInfo\"",
+ "\"${PODS_ROOT}/Headers/Public/RNFBApp\"",
+ "\"${PODS_ROOT}/Headers/Public/RNFBMessaging\"",
+ "\"${PODS_ROOT}/Headers/Public/RNGestureHandler\"",
+ "\"${PODS_ROOT}/Headers/Public/RNReanimated\"",
+ "\"${PODS_ROOT}/Headers/Public/RNSVG\"",
+ "\"${PODS_ROOT}/Headers/Public/RNScreens\"",
+ "\"${PODS_ROOT}/Headers/Public/RNVectorIcons\"",
+ "\"${PODS_ROOT}/Headers/Public/React-Core\"",
+ "\"${PODS_ROOT}/Headers/Public/React-RCTText\"",
+ "\"${PODS_ROOT}/Headers/Public/React-cxxreact\"",
+ "\"${PODS_ROOT}/Headers/Public/React-jsi\"",
+ "\"${PODS_ROOT}/Headers/Public/React-jsiexecutor\"",
+ "\"${PODS_ROOT}/Headers/Public/React-jsinspector\"",
+ "\"${PODS_ROOT}/Headers/Public/ReactCommon\"",
+ "\"${PODS_ROOT}/Headers/Public/Yoga\"",
+ "\"${PODS_ROOT}/Headers/Public/YogaKit\"",
+ "\"${PODS_ROOT}/Headers/Public/glog\"",
+ "\"${PODS_ROOT}/Headers/Public/nanopb\"",
+ "\"${PODS_ROOT}/Headers/Public/react-native-geolocation\"",
+ "\"${PODS_ROOT}/Headers/Public/react-native-google-maps\"",
+ "\"${PODS_ROOT}/Headers/Public/react-native-image-picker\"",
+ "\"${PODS_ROOT}/Headers/Public/react-native-maps\"",
+ "\"${PODS_ROOT}/Headers/Public/react-native-netinfo\"",
+ "\"${PODS_ROOT}/Headers/Public/react-native-safe-area-context\"",
+ "\"${PODS_ROOT}/Headers/Public/react-native-webview\"",
+ "$(inherited)",
+ "${PODS_ROOT}/Firebase/CoreOnly/Sources",
+ "\"${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include\"",
+ "\"$(PODS_ROOT)/Headers/Private/React-Core\"",
+ );
+ INFOPLIST_FILE = RNUnioilLoyaltyApp/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket",
+ "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging",
+ "${PODS_CONFIGURATION_BUILD_DIR}/Flipper",
+ "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-DoubleConversion",
+ "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Folly",
+ "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Glog",
+ "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-PeerTalk",
+ "${PODS_CONFIGURATION_BUILD_DIR}/Flipper-RSocket",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/FlipperKit\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/Folly\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/Google-Maps-iOS-Utils\"",
+ "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/Protobuf\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNFBMessaging\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNSVG\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNScreens\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-Core\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-jsi\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/Yoga\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/YogaKit\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/glog\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-geolocation\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-google-maps\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-maps\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview\"",
+ "\"${PODS_ROOT}/CocoaLibEvent/lib\"",
+ "\"${PODS_ROOT}/OpenSSL-Universal/ios/lib\"",
+ );
+ MARKETING_VERSION = 1.6.0;
+ ONLY_ACTIVE_ARCH = YES;
+ OTHER_LDFLAGS = (
+ "$(inherited)",
+ "-ObjC",
+ "-lc++",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.rnunioilloyaltyapp;
+ PRODUCT_NAME = "Unioil Loyalty App";
+ PROVISIONING_PROFILE_SPECIFIER = "";
+ SWIFT_OPTIMIZATION_LEVEL = "-Onone";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = 1;
+ VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Debug;
+ };
+ 13B07F951A680F5B00A75B9A /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
+ CLANG_ENABLE_MODULES = YES;
+ CODE_SIGN_ENTITLEMENTS = "RNUnioilLoyaltyApp/Unioil Loyalty App.entitlements";
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
+ CURRENT_PROJECT_VERSION = 2;
+ DEVELOPMENT_TEAM = J29MB7XX75;
+ FRAMEWORK_SEARCH_PATHS = (
+ "$(inherited)",
+ "${PODS_ROOT}/FirebaseAnalytics/Frameworks",
+ "${PODS_ROOT}/GoogleAppMeasurement/Frameworks",
+ "${PODS_ROOT}/GoogleMaps/Base/Frameworks",
+ "${PODS_ROOT}/GoogleMaps/Maps/Frameworks",
+ );
+ INFOPLIST_FILE = RNUnioilLoyaltyApp/Info.plist;
+ IPHONEOS_DEPLOYMENT_TARGET = 11.0;
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket",
+ "${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FBReactNativeSpec",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID",
+ "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging",
+ "${PODS_CONFIGURATION_BUILD_DIR}/Folly",
+ "${PODS_CONFIGURATION_BUILD_DIR}/Google-Maps-iOS-Utils",
+ "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport",
+ "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport",
+ "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/Protobuf\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNCAsyncStorage\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNCPushNotificationIOS\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNDateTimePicker\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNDeviceInfo\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNFBApp\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNFBMessaging\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNGestureHandler\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNReanimated\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNSVG\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNScreens\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/RNVectorIcons\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-Core\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-CoreModules\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTAnimation\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTBlob\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTImage\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTLinking\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTNetwork\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTSettings\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTText\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTVibration\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-cxxreact\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-jsi\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-jsiexecutor\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/React-jsinspector\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/Yoga\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/YogaKit\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/glog\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/nanopb\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-geolocation\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-google-maps\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-image-picker\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-maps\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-netinfo\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-safe-area-context\"",
+ "\"${PODS_CONFIGURATION_BUILD_DIR}/react-native-webview\"",
+ "\"${PODS_ROOT}/CocoaLibEvent/lib\"",
+ "\"${PODS_ROOT}/OpenSSL-Universal/ios/lib\"",
+ );
+ MARKETING_VERSION = 1.6.0;
+ ONLY_ACTIVE_ARCH = NO;
+ OTHER_LDFLAGS = (
+ "$(inherited)",
+ "-ObjC",
+ "-lc++",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = com.rnunioilloyaltyapp;
+ PRODUCT_NAME = "Unioil Loyalty App";
+ PROVISIONING_PROFILE_SPECIFIER = "";
+ SWIFT_VERSION = 5.0;
+ TARGETED_DEVICE_FAMILY = 1;
+ VALID_ARCHS = "arm64 arm64e armv7 armv7s x86_64";
+ VERSIONING_SYSTEM = "apple-generic";
+ };
+ name = Release;
+ };
+ 2D02E4971E0B4A5E006451C7 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_TESTABILITY = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ INFOPLIST_FILE = "RNUnioilLoyaltyApp-tvOS/Info.plist";
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ OTHER_LDFLAGS = (
+ "$(inherited)",
+ "-ObjC",
+ "-lc++",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.RNUnioilLoyaltyApp-tvOS";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = appletvos;
+ TARGETED_DEVICE_FAMILY = 3;
+ TVOS_DEPLOYMENT_TARGET = 9.2;
+ };
+ name = Debug;
+ };
+ 2D02E4981E0B4A5E006451C7 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ GCC_NO_COMMON_BLOCKS = YES;
+ INFOPLIST_FILE = "RNUnioilLoyaltyApp-tvOS/Info.plist";
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+ OTHER_LDFLAGS = (
+ "$(inherited)",
+ "-ObjC",
+ "-lc++",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.RNUnioilLoyaltyApp-tvOS";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = appletvos;
+ TARGETED_DEVICE_FAMILY = 3;
+ TVOS_DEPLOYMENT_TARGET = 9.2;
+ };
+ name = Release;
+ };
+ 2D02E4991E0B4A5E006451C7 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ DEBUG_INFORMATION_FORMAT = dwarf;
+ ENABLE_TESTABILITY = YES;
+ GCC_NO_COMMON_BLOCKS = YES;
+ INFOPLIST_FILE = "RNUnioilLoyaltyApp-tvOSTests/Info.plist";
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ OTHER_LDFLAGS = (
+ "$(inherited)",
+ "-ObjC",
+ "-lc++",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.RNUnioilLoyaltyApp-tvOSTests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = appletvos;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNUnioilLoyaltyApp-tvOS.app/RNUnioilLoyaltyApp-tvOS";
+ TVOS_DEPLOYMENT_TARGET = 10.1;
+ };
+ name = Debug;
+ };
+ 2D02E49A1E0B4A5E006451C7 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ BUNDLE_LOADER = "$(TEST_HOST)";
+ CLANG_ANALYZER_NONNULL = YES;
+ CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ COPY_PHASE_STRIP = NO;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ GCC_NO_COMMON_BLOCKS = YES;
+ INFOPLIST_FILE = "RNUnioilLoyaltyApp-tvOSTests/Info.plist";
+ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
+ OTHER_LDFLAGS = (
+ "$(inherited)",
+ "-ObjC",
+ "-lc++",
+ );
+ PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.RNUnioilLoyaltyApp-tvOSTests";
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ SDKROOT = appletvos;
+ TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RNUnioilLoyaltyApp-tvOS.app/RNUnioilLoyaltyApp-tvOS";
+ TVOS_DEPLOYMENT_TARGET = 10.1;
+ };
+ name = Release;
+ };
+ 83CBBA201A601CBA00E9B192 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = NO;
+ EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ ENABLE_TESTABILITY = YES;
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/@react-native-community/push-notification-ios/ios";
+ IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+ LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
+ LIBRARY_SEARCH_PATHS = (
+ "$(SDKROOT)/usr/lib/swift",
+ "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
+ "$(inherited)",
+ );
+ MTL_ENABLE_DEBUG_INFO = YES;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ };
+ name = Debug;
+ };
+ 83CBBA211A601CBA00E9B192 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+ CLANG_CXX_LIBRARY = "libc++";
+ CLANG_ENABLE_MODULES = YES;
+ CLANG_ENABLE_OBJC_ARC = YES;
+ CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
+ CLANG_WARN_BOOL_CONVERSION = YES;
+ CLANG_WARN_COMMA = YES;
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
+ CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+ CLANG_WARN_EMPTY_BODY = YES;
+ CLANG_WARN_ENUM_CONVERSION = YES;
+ CLANG_WARN_INFINITE_RECURSION = YES;
+ CLANG_WARN_INT_CONVERSION = YES;
+ CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
+ CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
+ CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+ CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
+ CLANG_WARN_STRICT_PROTOTYPES = YES;
+ CLANG_WARN_SUSPICIOUS_MOVE = YES;
+ CLANG_WARN_UNREACHABLE_CODE = YES;
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
+ COPY_PHASE_STRIP = YES;
+ EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO;
+ ENABLE_NS_ASSERTIONS = NO;
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_NO_COMMON_BLOCKS = YES;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+ GCC_WARN_UNUSED_FUNCTION = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/@react-native-community/push-notification-ios/ios";
+ IPHONEOS_DEPLOYMENT_TARGET = 9.3;
+ LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
+ LIBRARY_SEARCH_PATHS = (
+ "$(SDKROOT)/usr/lib/swift",
+ "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)",
+ "$(inherited)",
+ );
+ MTL_ENABLE_DEBUG_INFO = NO;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = iphoneos;
+ VALIDATE_PRODUCT = YES;
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "RNUnioilLoyaltyAppTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 00E356F61AD99517003FC87E /* Debug */,
+ 00E356F71AD99517003FC87E /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RNUnioilLoyaltyApp" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 13B07F941A680F5B00A75B9A /* Debug */,
+ 13B07F951A680F5B00A75B9A /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNUnioilLoyaltyApp-tvOS" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 2D02E4971E0B4A5E006451C7 /* Debug */,
+ 2D02E4981E0B4A5E006451C7 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "RNUnioilLoyaltyApp-tvOSTests" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 2D02E4991E0B4A5E006451C7 /* Debug */,
+ 2D02E49A1E0B4A5E006451C7 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RNUnioilLoyaltyApp" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 83CBBA201A601CBA00E9B192 /* Debug */,
+ 83CBBA211A601CBA00E9B192 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
+}
diff --git a/ios/RNUnioilLoyaltyApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/RNUnioilLoyaltyApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 00000000..18d98100
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp.xcodeproj/xcshareddata/xcschemes/RNUnioilLoyaltyApp-tvOS.xcscheme b/ios/RNUnioilLoyaltyApp.xcodeproj/xcshareddata/xcschemes/RNUnioilLoyaltyApp-tvOS.xcscheme
new file mode 100644
index 00000000..e5c3ee6c
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp.xcodeproj/xcshareddata/xcschemes/RNUnioilLoyaltyApp-tvOS.xcscheme
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp.xcodeproj/xcshareddata/xcschemes/RNUnioilLoyaltyApp.xcscheme b/ios/RNUnioilLoyaltyApp.xcodeproj/xcshareddata/xcschemes/RNUnioilLoyaltyApp.xcscheme
new file mode 100644
index 00000000..a0e43f18
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp.xcodeproj/xcshareddata/xcschemes/RNUnioilLoyaltyApp.xcscheme
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp.xcworkspace/contents.xcworkspacedata b/ios/RNUnioilLoyaltyApp.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 00000000..beb6b5ed
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
new file mode 100644
index 00000000..18d98100
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
@@ -0,0 +1,8 @@
+
+
+
+
+ IDEDidComputeMac32BitWarning
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings b/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
new file mode 100644
index 00000000..f9b0d7c5
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
@@ -0,0 +1,8 @@
+
+
+
+
+ PreviewsEnabled
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/xcschemes/unioil.xcscheme b/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/xcschemes/unioil.xcscheme
new file mode 100644
index 00000000..6f8c0eff
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp.xcworkspace/xcshareddata/xcschemes/unioil.xcscheme
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp.xcworkspace/xcuserdata/honassss.xcuserdatad/UserInterfaceState.xcuserstate b/ios/RNUnioilLoyaltyApp.xcworkspace/xcuserdata/honassss.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 00000000..e3090ddf
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp.xcworkspace/xcuserdata/honassss.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/ios/RNUnioilLoyaltyApp.xcworkspace/xcuserdata/macbookpro2017.xcuserdatad/UserInterfaceState.xcuserstate b/ios/RNUnioilLoyaltyApp.xcworkspace/xcuserdata/macbookpro2017.xcuserdatad/UserInterfaceState.xcuserstate
new file mode 100644
index 00000000..bfa2cf6f
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp.xcworkspace/xcuserdata/macbookpro2017.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/ios/RNUnioilLoyaltyApp/AppDelegate.h b/ios/RNUnioilLoyaltyApp/AppDelegate.h
new file mode 100644
index 00000000..ad5007b5
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/AppDelegate.h
@@ -0,0 +1,9 @@
+#import
+#import
+#import
+
+@interface AppDelegate : UIResponder
+
+@property (nonatomic, strong) UIWindow *window;
+
+@end
diff --git a/ios/RNUnioilLoyaltyApp/AppDelegate.m b/ios/RNUnioilLoyaltyApp/AppDelegate.m
new file mode 100644
index 00000000..d2b122e4
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/AppDelegate.m
@@ -0,0 +1,115 @@
+#import "AppDelegate.h"
+
+#import
+#import
+#import
+
+#import
+#import
+
+#import
+#import
+
+#if DEBUG && TARGET_OS_SIMULATOR
+#import
+#import
+#import
+#import
+#import
+#import
+
+
+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
diff --git a/ios/RNUnioilLoyaltyApp/Base.lproj/LaunchScreen.xib b/ios/RNUnioilLoyaltyApp/Base.lproj/LaunchScreen.xib
new file mode 100644
index 00000000..88419a84
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/Base.lproj/LaunchScreen.xib
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/120-1.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/120-1.png
new file mode 100644
index 00000000..d4ec268f
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/120-1.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/120.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/120.png
new file mode 100644
index 00000000..d4ec268f
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/120.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/180.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/180.png
new file mode 100644
index 00000000..0fb213a3
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/180.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/40.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/40.png
new file mode 100644
index 00000000..95e0d5cb
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/40.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/58.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/58.png
new file mode 100644
index 00000000..01744616
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/58.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/60.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/60.png
new file mode 100644
index 00000000..1d46bf62
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/60.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/80.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/80.png
new file mode 100644
index 00000000..ba6718e3
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/80.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/87.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/87.png
new file mode 100644
index 00000000..fcaf3831
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/87.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/Contents.json
new file mode 100644
index 00000000..260b6ef8
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/Contents.json
@@ -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"
+ }
+}
\ No newline at end of file
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/appstore.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/appstore.png
new file mode 100644
index 00000000..14ba1260
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/AppIcon.appiconset/appstore.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/Contents.json b/ios/RNUnioilLoyaltyApp/Images.xcassets/Contents.json
new file mode 100644
index 00000000..da4a164c
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/Images.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+}
\ No newline at end of file
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/Contents.json b/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/Contents.json
new file mode 100644
index 00000000..ef6e883b
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/Contents.json
@@ -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"
+ }
+}
\ No newline at end of file
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground-1.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground-1.png
new file mode 100644
index 00000000..fd884a2e
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground-1.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground-2.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground-2.png
new file mode 100644
index 00000000..fd884a2e
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground-2.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground.png b/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground.png
new file mode 100644
index 00000000..fd884a2e
Binary files /dev/null and b/ios/RNUnioilLoyaltyApp/Images.xcassets/SplashIcon.imageset/ic_launcher_foreground.png differ
diff --git a/ios/RNUnioilLoyaltyApp/Info.plist b/ios/RNUnioilLoyaltyApp/Info.plist
new file mode 100644
index 00000000..a79da7d0
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/Info.plist
@@ -0,0 +1,120 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleDisplayName
+ Unioil
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ $(MARKETING_VERSION)
+ CFBundleSignature
+ ????
+ CFBundleURLTypes
+
+
+ CFBundleTypeRole
+ Editor
+ CFBundleURLName
+ Client
+ CFBundleURLSchemes
+
+ com.googleusercontent.apps.43511146734-ao34mvmqn9miumkrng2jsqbtdiltec3r
+
+
+
+ CFBundleVersion
+ $(CURRENT_PROJECT_VERSION)
+ ITSAppUsesNonExemptEncryption
+
+ LSApplicationQueriesSchemes
+
+ message
+ mailto
+ tel
+ telprompt
+ comgooglemaps
+ waze
+ message
+ readdle-spark
+ airmail
+ ms-outlook
+ googlegmail
+ inbox-gmail
+ ymail
+ superhuman
+ fb
+
+ LSRequiresIPhoneOS
+
+ NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+ NSExceptionDomains
+
+ localhost
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+
+
+
+ NSLocationAlwaysAndWhenInUseUsageDescription
+ Need to access your location when in use.
+ NSLocationAlwaysUsageDescription
+ Need to access your location always.
+ NSLocationUsageDescription
+ Need to access your location when in use.
+ NSLocationWhenInUseUsageDescription
+ Need to access your location when in use.
+ NSPhotoLibraryAddUsageDescription
+ Need to access your Photo Library.
+ NSPhotoLibraryUsageDescription
+ Need to access your Photo Library.
+ UIAppFonts
+
+ AntDesign.ttf
+ Entypo.ttf
+ EvilIcons.ttf
+ Feather.ttf
+ FontAwesome.ttf
+ FontAwesome5_Brands.ttf
+ FontAwesome5_Regular.ttf
+ FontAwesome5_Solid.ttf
+ Fontisto.ttf
+ Foundation.ttf
+ Ionicons.ttf
+ MaterialCommunityIcons.ttf
+ MaterialIcons.ttf
+ Octicons.ttf
+ SimpleLineIcons.ttf
+ Zocial.ttf
+ Roboto_medium.ttf
+ Roboto.ttf
+ rubicon-icon-font.ttf
+
+ UILaunchStoryboardName
+ LaunchScreen
+ UIRequiredDeviceCapabilities
+
+ armv7
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+
+ UIViewControllerBasedStatusBarAppearance
+
+
+
diff --git a/ios/RNUnioilLoyaltyApp/Unioil Loyalty App.entitlements b/ios/RNUnioilLoyaltyApp/Unioil Loyalty App.entitlements
new file mode 100644
index 00000000..903def2a
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/Unioil Loyalty App.entitlements
@@ -0,0 +1,8 @@
+
+
+
+
+ aps-environment
+ development
+
+
diff --git a/ios/RNUnioilLoyaltyApp/main.m b/ios/RNUnioilLoyaltyApp/main.m
new file mode 100644
index 00000000..b1df44b9
--- /dev/null
+++ b/ios/RNUnioilLoyaltyApp/main.m
@@ -0,0 +1,9 @@
+#import
+
+#import "AppDelegate.h"
+
+int main(int argc, char * argv[]) {
+ @autoreleasepool {
+ return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
+ }
+}
diff --git a/ios/RNUnioilLoyaltyAppTests/Info.plist b/ios/RNUnioilLoyaltyAppTests/Info.plist
new file mode 100644
index 00000000..ba72822e
--- /dev/null
+++ b/ios/RNUnioilLoyaltyAppTests/Info.plist
@@ -0,0 +1,24 @@
+
+
+
+
+ CFBundleDevelopmentRegion
+ en
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ BNDL
+ CFBundleShortVersionString
+ 1.0
+ CFBundleSignature
+ ????
+ CFBundleVersion
+ 1
+
+
diff --git a/ios/RNUnioilLoyaltyAppTests/RNUnioilLoyaltyAppTests.m b/ios/RNUnioilLoyaltyAppTests/RNUnioilLoyaltyAppTests.m
new file mode 100644
index 00000000..602a7b46
--- /dev/null
+++ b/ios/RNUnioilLoyaltyAppTests/RNUnioilLoyaltyAppTests.m
@@ -0,0 +1,65 @@
+#import
+#import
+
+#import
+#import
+
+#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
diff --git a/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm b/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm
new file mode 100644
index 00000000..0004f54f
--- /dev/null
+++ b/ios/build/generated/ios/FBReactNativeSpec/FBReactNativeSpec-generated.mm
@@ -0,0 +1,2116 @@
+/**
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
+ *
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
+ * once the code is regenerated.
+ *
+ * @generated by codegen project: GenerateModuleObjCpp
+ *
+ * We create an umbrella header (and corresponding implementation) here since
+ * Cxx compilation in BUCK has a limitation: source-code producing genrule()s
+ * must have a single output. More files => more genrule()s => slower builds.
+ */
+
+#import "FBReactNativeSpec.h"
+
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityInfoSpecJSI_isReduceMotionEnabled(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "isReduceMotionEnabled", @selector(isReduceMotionEnabled:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityInfoSpecJSI_isTouchExplorationEnabled(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "isTouchExplorationEnabled", @selector(isTouchExplorationEnabled:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityInfoSpecJSI_isAccessibilityServiceEnabled(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "isAccessibilityServiceEnabled", @selector(isAccessibilityServiceEnabled:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityInfoSpecJSI_setAccessibilityFocus(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setAccessibilityFocus", @selector(setAccessibilityFocus:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityInfoSpecJSI_announceForAccessibility(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "announceForAccessibility", @selector(announceForAccessibility:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityInfoSpecJSI_getRecommendedTimeoutMillis(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getRecommendedTimeoutMillis", @selector(getRecommendedTimeoutMillis:onSuccess:), args, count);
+ }
+
+ NativeAccessibilityInfoSpecJSI::NativeAccessibilityInfoSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["isReduceMotionEnabled"] = MethodMetadata {1, __hostFunction_NativeAccessibilityInfoSpecJSI_isReduceMotionEnabled};
+
+
+ methodMap_["isTouchExplorationEnabled"] = MethodMetadata {1, __hostFunction_NativeAccessibilityInfoSpecJSI_isTouchExplorationEnabled};
+
+
+ methodMap_["isAccessibilityServiceEnabled"] = MethodMetadata {1, __hostFunction_NativeAccessibilityInfoSpecJSI_isAccessibilityServiceEnabled};
+
+
+ methodMap_["setAccessibilityFocus"] = MethodMetadata {1, __hostFunction_NativeAccessibilityInfoSpecJSI_setAccessibilityFocus};
+
+
+ methodMap_["announceForAccessibility"] = MethodMetadata {1, __hostFunction_NativeAccessibilityInfoSpecJSI_announceForAccessibility};
+
+
+ methodMap_["getRecommendedTimeoutMillis"] = MethodMetadata {2, __hostFunction_NativeAccessibilityInfoSpecJSI_getRecommendedTimeoutMillis};
+
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeAccessibilityManager_SpecSetAccessibilityContentSizeMultipliersJSMultipliers)
++ (RCTManagedPointer *)JS_NativeAccessibilityManager_SpecSetAccessibilityContentSizeMultipliersJSMultipliers:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+@implementation RCTCxxConvert (NativeAccessibilityManager_SpecAnnounceForAccessibilityWithOptionsOptions)
++ (RCTManagedPointer *)JS_NativeAccessibilityManager_SpecAnnounceForAccessibilityWithOptionsOptions:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentBoldTextState(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getCurrentBoldTextState", @selector(getCurrentBoldTextState:onError:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentGrayscaleState(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getCurrentGrayscaleState", @selector(getCurrentGrayscaleState:onError:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentInvertColorsState(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getCurrentInvertColorsState", @selector(getCurrentInvertColorsState:onError:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentReduceMotionState(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getCurrentReduceMotionState", @selector(getCurrentReduceMotionState:onError:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentReduceTransparencyState(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getCurrentReduceTransparencyState", @selector(getCurrentReduceTransparencyState:onError:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentVoiceOverState(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getCurrentVoiceOverState", @selector(getCurrentVoiceOverState:onError:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_setAccessibilityContentSizeMultipliers(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setAccessibilityContentSizeMultipliers", @selector(setAccessibilityContentSizeMultipliers:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_setAccessibilityFocus(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setAccessibilityFocus", @selector(setAccessibilityFocus:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_announceForAccessibility(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "announceForAccessibility", @selector(announceForAccessibility:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAccessibilityManagerSpecJSI_announceForAccessibilityWithOptions(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "announceForAccessibilityWithOptions", @selector(announceForAccessibilityWithOptions:options:), args, count);
+ }
+
+ NativeAccessibilityManagerSpecJSI::NativeAccessibilityManagerSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["getCurrentBoldTextState"] = MethodMetadata {2, __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentBoldTextState};
+
+
+ methodMap_["getCurrentGrayscaleState"] = MethodMetadata {2, __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentGrayscaleState};
+
+
+ methodMap_["getCurrentInvertColorsState"] = MethodMetadata {2, __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentInvertColorsState};
+
+
+ methodMap_["getCurrentReduceMotionState"] = MethodMetadata {2, __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentReduceMotionState};
+
+
+ methodMap_["getCurrentReduceTransparencyState"] = MethodMetadata {2, __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentReduceTransparencyState};
+
+
+ methodMap_["getCurrentVoiceOverState"] = MethodMetadata {2, __hostFunction_NativeAccessibilityManagerSpecJSI_getCurrentVoiceOverState};
+
+
+ methodMap_["setAccessibilityContentSizeMultipliers"] = MethodMetadata {1, __hostFunction_NativeAccessibilityManagerSpecJSI_setAccessibilityContentSizeMultipliers};
+ setMethodArgConversionSelector(@"setAccessibilityContentSizeMultipliers", 0, @"JS_NativeAccessibilityManager_SpecSetAccessibilityContentSizeMultipliersJSMultipliers:");
+
+ methodMap_["setAccessibilityFocus"] = MethodMetadata {1, __hostFunction_NativeAccessibilityManagerSpecJSI_setAccessibilityFocus};
+
+
+ methodMap_["announceForAccessibility"] = MethodMetadata {1, __hostFunction_NativeAccessibilityManagerSpecJSI_announceForAccessibility};
+
+
+ methodMap_["announceForAccessibilityWithOptions"] = MethodMetadata {2, __hostFunction_NativeAccessibilityManagerSpecJSI_announceForAccessibilityWithOptions};
+ setMethodArgConversionSelector(@"announceForAccessibilityWithOptions", 1, @"JS_NativeAccessibilityManager_SpecAnnounceForAccessibilityWithOptionsOptions:");
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeActionSheetManager_SpecShowActionSheetWithOptionsOptions)
++ (RCTManagedPointer *)JS_NativeActionSheetManager_SpecShowActionSheetWithOptionsOptions:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+@implementation RCTCxxConvert (NativeActionSheetManager_SpecShowShareActionSheetWithOptionsOptions)
++ (RCTManagedPointer *)JS_NativeActionSheetManager_SpecShowShareActionSheetWithOptionsOptions:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeActionSheetManagerSpecJSI_showActionSheetWithOptions(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "showActionSheetWithOptions", @selector(showActionSheetWithOptions:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeActionSheetManagerSpecJSI_showShareActionSheetWithOptions(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "showShareActionSheetWithOptions", @selector(showShareActionSheetWithOptions:failureCallback:successCallback:), args, count);
+ }
+
+ NativeActionSheetManagerSpecJSI::NativeActionSheetManagerSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["showActionSheetWithOptions"] = MethodMetadata {2, __hostFunction_NativeActionSheetManagerSpecJSI_showActionSheetWithOptions};
+ setMethodArgConversionSelector(@"showActionSheetWithOptions", 0, @"JS_NativeActionSheetManager_SpecShowActionSheetWithOptionsOptions:");
+
+ methodMap_["showShareActionSheetWithOptions"] = MethodMetadata {3, __hostFunction_NativeActionSheetManagerSpecJSI_showShareActionSheetWithOptions};
+ setMethodArgConversionSelector(@"showShareActionSheetWithOptions", 0, @"JS_NativeActionSheetManager_SpecShowShareActionSheetWithOptionsOptions:");
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeAlertManager_Args)
++ (RCTManagedPointer *)JS_NativeAlertManager_Args:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAlertManagerSpecJSI_alertWithArgs(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "alertWithArgs", @selector(alertWithArgs:callback:), args, count);
+ }
+
+ NativeAlertManagerSpecJSI::NativeAlertManagerSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["alertWithArgs"] = MethodMetadata {2, __hostFunction_NativeAlertManagerSpecJSI_alertWithArgs};
+ setMethodArgConversionSelector(@"alertWithArgs", 0, @"JS_NativeAlertManager_Args:");
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeAnimatedModule_EventMapping)
++ (RCTManagedPointer *)JS_NativeAnimatedModule_EventMapping:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_startOperationBatch(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "startOperationBatch", @selector(startOperationBatch), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_finishOperationBatch(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "finishOperationBatch", @selector(finishOperationBatch), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_createAnimatedNode(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "createAnimatedNode", @selector(createAnimatedNode:config:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_getValue(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getValue", @selector(getValue:saveValueCallback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_startListeningToAnimatedNodeValue(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "startListeningToAnimatedNodeValue", @selector(startListeningToAnimatedNodeValue:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_stopListeningToAnimatedNodeValue(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "stopListeningToAnimatedNodeValue", @selector(stopListeningToAnimatedNodeValue:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_connectAnimatedNodes(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "connectAnimatedNodes", @selector(connectAnimatedNodes:childTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_disconnectAnimatedNodes(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "disconnectAnimatedNodes", @selector(disconnectAnimatedNodes:childTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_startAnimatingNode(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "startAnimatingNode", @selector(startAnimatingNode:nodeTag:config:endCallback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_stopAnimation(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "stopAnimation", @selector(stopAnimation:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_setAnimatedNodeValue(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setAnimatedNodeValue", @selector(setAnimatedNodeValue:value:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_setAnimatedNodeOffset(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setAnimatedNodeOffset", @selector(setAnimatedNodeOffset:offset:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_flattenAnimatedNodeOffset(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "flattenAnimatedNodeOffset", @selector(flattenAnimatedNodeOffset:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_extractAnimatedNodeOffset(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "extractAnimatedNodeOffset", @selector(extractAnimatedNodeOffset:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_connectAnimatedNodeToView(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "connectAnimatedNodeToView", @selector(connectAnimatedNodeToView:viewTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_disconnectAnimatedNodeFromView(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "disconnectAnimatedNodeFromView", @selector(disconnectAnimatedNodeFromView:viewTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_restoreDefaultValues(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "restoreDefaultValues", @selector(restoreDefaultValues:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_dropAnimatedNode(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "dropAnimatedNode", @selector(dropAnimatedNode:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_addAnimatedEventToView(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addAnimatedEventToView", @selector(addAnimatedEventToView:eventName:eventMapping:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_removeAnimatedEventFromView(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeAnimatedEventFromView", @selector(removeAnimatedEventFromView:eventName:animatedNodeTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_addListener(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addListener", @selector(addListener:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedModuleSpecJSI_removeListeners(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeListeners", @selector(removeListeners:), args, count);
+ }
+
+ NativeAnimatedModuleSpecJSI::NativeAnimatedModuleSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["startOperationBatch"] = MethodMetadata {0, __hostFunction_NativeAnimatedModuleSpecJSI_startOperationBatch};
+
+
+ methodMap_["finishOperationBatch"] = MethodMetadata {0, __hostFunction_NativeAnimatedModuleSpecJSI_finishOperationBatch};
+
+
+ methodMap_["createAnimatedNode"] = MethodMetadata {2, __hostFunction_NativeAnimatedModuleSpecJSI_createAnimatedNode};
+
+
+ methodMap_["getValue"] = MethodMetadata {2, __hostFunction_NativeAnimatedModuleSpecJSI_getValue};
+
+
+ methodMap_["startListeningToAnimatedNodeValue"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_startListeningToAnimatedNodeValue};
+
+
+ methodMap_["stopListeningToAnimatedNodeValue"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_stopListeningToAnimatedNodeValue};
+
+
+ methodMap_["connectAnimatedNodes"] = MethodMetadata {2, __hostFunction_NativeAnimatedModuleSpecJSI_connectAnimatedNodes};
+
+
+ methodMap_["disconnectAnimatedNodes"] = MethodMetadata {2, __hostFunction_NativeAnimatedModuleSpecJSI_disconnectAnimatedNodes};
+
+
+ methodMap_["startAnimatingNode"] = MethodMetadata {4, __hostFunction_NativeAnimatedModuleSpecJSI_startAnimatingNode};
+
+
+ methodMap_["stopAnimation"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_stopAnimation};
+
+
+ methodMap_["setAnimatedNodeValue"] = MethodMetadata {2, __hostFunction_NativeAnimatedModuleSpecJSI_setAnimatedNodeValue};
+
+
+ methodMap_["setAnimatedNodeOffset"] = MethodMetadata {2, __hostFunction_NativeAnimatedModuleSpecJSI_setAnimatedNodeOffset};
+
+
+ methodMap_["flattenAnimatedNodeOffset"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_flattenAnimatedNodeOffset};
+
+
+ methodMap_["extractAnimatedNodeOffset"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_extractAnimatedNodeOffset};
+
+
+ methodMap_["connectAnimatedNodeToView"] = MethodMetadata {2, __hostFunction_NativeAnimatedModuleSpecJSI_connectAnimatedNodeToView};
+
+
+ methodMap_["disconnectAnimatedNodeFromView"] = MethodMetadata {2, __hostFunction_NativeAnimatedModuleSpecJSI_disconnectAnimatedNodeFromView};
+
+
+ methodMap_["restoreDefaultValues"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_restoreDefaultValues};
+
+
+ methodMap_["dropAnimatedNode"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_dropAnimatedNode};
+
+
+ methodMap_["addAnimatedEventToView"] = MethodMetadata {3, __hostFunction_NativeAnimatedModuleSpecJSI_addAnimatedEventToView};
+ setMethodArgConversionSelector(@"addAnimatedEventToView", 2, @"JS_NativeAnimatedModule_EventMapping:");
+
+ methodMap_["removeAnimatedEventFromView"] = MethodMetadata {3, __hostFunction_NativeAnimatedModuleSpecJSI_removeAnimatedEventFromView};
+
+
+ methodMap_["addListener"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_addListener};
+
+
+ methodMap_["removeListeners"] = MethodMetadata {1, __hostFunction_NativeAnimatedModuleSpecJSI_removeListeners};
+
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeAnimatedTurboModule_EventMapping)
++ (RCTManagedPointer *)JS_NativeAnimatedTurboModule_EventMapping:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_startOperationBatch(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "startOperationBatch", @selector(startOperationBatch), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_finishOperationBatch(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "finishOperationBatch", @selector(finishOperationBatch), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_createAnimatedNode(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "createAnimatedNode", @selector(createAnimatedNode:config:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_getValue(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getValue", @selector(getValue:saveValueCallback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_startListeningToAnimatedNodeValue(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "startListeningToAnimatedNodeValue", @selector(startListeningToAnimatedNodeValue:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_stopListeningToAnimatedNodeValue(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "stopListeningToAnimatedNodeValue", @selector(stopListeningToAnimatedNodeValue:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_connectAnimatedNodes(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "connectAnimatedNodes", @selector(connectAnimatedNodes:childTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_disconnectAnimatedNodes(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "disconnectAnimatedNodes", @selector(disconnectAnimatedNodes:childTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_startAnimatingNode(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "startAnimatingNode", @selector(startAnimatingNode:nodeTag:config:endCallback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_stopAnimation(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "stopAnimation", @selector(stopAnimation:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_setAnimatedNodeValue(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setAnimatedNodeValue", @selector(setAnimatedNodeValue:value:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_setAnimatedNodeOffset(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setAnimatedNodeOffset", @selector(setAnimatedNodeOffset:offset:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_flattenAnimatedNodeOffset(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "flattenAnimatedNodeOffset", @selector(flattenAnimatedNodeOffset:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_extractAnimatedNodeOffset(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "extractAnimatedNodeOffset", @selector(extractAnimatedNodeOffset:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_connectAnimatedNodeToView(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "connectAnimatedNodeToView", @selector(connectAnimatedNodeToView:viewTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_disconnectAnimatedNodeFromView(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "disconnectAnimatedNodeFromView", @selector(disconnectAnimatedNodeFromView:viewTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_restoreDefaultValues(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "restoreDefaultValues", @selector(restoreDefaultValues:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_dropAnimatedNode(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "dropAnimatedNode", @selector(dropAnimatedNode:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_addAnimatedEventToView(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addAnimatedEventToView", @selector(addAnimatedEventToView:eventName:eventMapping:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_removeAnimatedEventFromView(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeAnimatedEventFromView", @selector(removeAnimatedEventFromView:eventName:animatedNodeTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_addListener(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addListener", @selector(addListener:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimatedTurboModuleSpecJSI_removeListeners(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeListeners", @selector(removeListeners:), args, count);
+ }
+
+ NativeAnimatedTurboModuleSpecJSI::NativeAnimatedTurboModuleSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["startOperationBatch"] = MethodMetadata {0, __hostFunction_NativeAnimatedTurboModuleSpecJSI_startOperationBatch};
+
+
+ methodMap_["finishOperationBatch"] = MethodMetadata {0, __hostFunction_NativeAnimatedTurboModuleSpecJSI_finishOperationBatch};
+
+
+ methodMap_["createAnimatedNode"] = MethodMetadata {2, __hostFunction_NativeAnimatedTurboModuleSpecJSI_createAnimatedNode};
+
+
+ methodMap_["getValue"] = MethodMetadata {2, __hostFunction_NativeAnimatedTurboModuleSpecJSI_getValue};
+
+
+ methodMap_["startListeningToAnimatedNodeValue"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_startListeningToAnimatedNodeValue};
+
+
+ methodMap_["stopListeningToAnimatedNodeValue"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_stopListeningToAnimatedNodeValue};
+
+
+ methodMap_["connectAnimatedNodes"] = MethodMetadata {2, __hostFunction_NativeAnimatedTurboModuleSpecJSI_connectAnimatedNodes};
+
+
+ methodMap_["disconnectAnimatedNodes"] = MethodMetadata {2, __hostFunction_NativeAnimatedTurboModuleSpecJSI_disconnectAnimatedNodes};
+
+
+ methodMap_["startAnimatingNode"] = MethodMetadata {4, __hostFunction_NativeAnimatedTurboModuleSpecJSI_startAnimatingNode};
+
+
+ methodMap_["stopAnimation"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_stopAnimation};
+
+
+ methodMap_["setAnimatedNodeValue"] = MethodMetadata {2, __hostFunction_NativeAnimatedTurboModuleSpecJSI_setAnimatedNodeValue};
+
+
+ methodMap_["setAnimatedNodeOffset"] = MethodMetadata {2, __hostFunction_NativeAnimatedTurboModuleSpecJSI_setAnimatedNodeOffset};
+
+
+ methodMap_["flattenAnimatedNodeOffset"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_flattenAnimatedNodeOffset};
+
+
+ methodMap_["extractAnimatedNodeOffset"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_extractAnimatedNodeOffset};
+
+
+ methodMap_["connectAnimatedNodeToView"] = MethodMetadata {2, __hostFunction_NativeAnimatedTurboModuleSpecJSI_connectAnimatedNodeToView};
+
+
+ methodMap_["disconnectAnimatedNodeFromView"] = MethodMetadata {2, __hostFunction_NativeAnimatedTurboModuleSpecJSI_disconnectAnimatedNodeFromView};
+
+
+ methodMap_["restoreDefaultValues"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_restoreDefaultValues};
+
+
+ methodMap_["dropAnimatedNode"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_dropAnimatedNode};
+
+
+ methodMap_["addAnimatedEventToView"] = MethodMetadata {3, __hostFunction_NativeAnimatedTurboModuleSpecJSI_addAnimatedEventToView};
+ setMethodArgConversionSelector(@"addAnimatedEventToView", 2, @"JS_NativeAnimatedTurboModule_EventMapping:");
+
+ methodMap_["removeAnimatedEventFromView"] = MethodMetadata {3, __hostFunction_NativeAnimatedTurboModuleSpecJSI_removeAnimatedEventFromView};
+
+
+ methodMap_["addListener"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_addListener};
+
+
+ methodMap_["removeListeners"] = MethodMetadata {1, __hostFunction_NativeAnimatedTurboModuleSpecJSI_removeListeners};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAnimationsDebugModuleSpecJSI_startRecordingFps(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "startRecordingFps", @selector(startRecordingFps), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAnimationsDebugModuleSpecJSI_stopRecordingFps(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "stopRecordingFps", @selector(stopRecordingFps:), args, count);
+ }
+
+ NativeAnimationsDebugModuleSpecJSI::NativeAnimationsDebugModuleSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["startRecordingFps"] = MethodMetadata {0, __hostFunction_NativeAnimationsDebugModuleSpecJSI_startRecordingFps};
+
+
+ methodMap_["stopRecordingFps"] = MethodMetadata {1, __hostFunction_NativeAnimationsDebugModuleSpecJSI_stopRecordingFps};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAppStateSpecJSI_getCurrentAppState(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getCurrentAppState", @selector(getCurrentAppState:error:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAppStateSpecJSI_addListener(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addListener", @selector(addListener:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAppStateSpecJSI_removeListeners(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeListeners", @selector(removeListeners:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAppStateSpecJSI_getConstants(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants", @selector(getConstants), args, count);
+ }
+
+ NativeAppStateSpecJSI::NativeAppStateSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["getCurrentAppState"] = MethodMetadata {2, __hostFunction_NativeAppStateSpecJSI_getCurrentAppState};
+
+
+ methodMap_["addListener"] = MethodMetadata {1, __hostFunction_NativeAppStateSpecJSI_addListener};
+
+
+ methodMap_["removeListeners"] = MethodMetadata {1, __hostFunction_NativeAppStateSpecJSI_removeListeners};
+
+
+ methodMap_["getConstants"] = MethodMetadata {0, __hostFunction_NativeAppStateSpecJSI_getConstants};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAppearanceSpecJSI_getColorScheme(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, StringKind, "getColorScheme", @selector(getColorScheme), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAppearanceSpecJSI_addListener(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addListener", @selector(addListener:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAppearanceSpecJSI_removeListeners(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeListeners", @selector(removeListeners:), args, count);
+ }
+
+ NativeAppearanceSpecJSI::NativeAppearanceSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["getColorScheme"] = MethodMetadata {0, __hostFunction_NativeAppearanceSpecJSI_getColorScheme};
+
+
+ methodMap_["addListener"] = MethodMetadata {1, __hostFunction_NativeAppearanceSpecJSI_addListener};
+
+
+ methodMap_["removeListeners"] = MethodMetadata {1, __hostFunction_NativeAppearanceSpecJSI_removeListeners};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncLocalStorageSpecJSI_multiGet(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "multiGet", @selector(multiGet:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncLocalStorageSpecJSI_multiSet(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "multiSet", @selector(multiSet:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncLocalStorageSpecJSI_multiMerge(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "multiMerge", @selector(multiMerge:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncLocalStorageSpecJSI_multiRemove(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "multiRemove", @selector(multiRemove:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncLocalStorageSpecJSI_clear(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "clear", @selector(clear:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncLocalStorageSpecJSI_getAllKeys(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getAllKeys", @selector(getAllKeys:), args, count);
+ }
+
+ NativeAsyncLocalStorageSpecJSI::NativeAsyncLocalStorageSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["multiGet"] = MethodMetadata {2, __hostFunction_NativeAsyncLocalStorageSpecJSI_multiGet};
+
+
+ methodMap_["multiSet"] = MethodMetadata {2, __hostFunction_NativeAsyncLocalStorageSpecJSI_multiSet};
+
+
+ methodMap_["multiMerge"] = MethodMetadata {2, __hostFunction_NativeAsyncLocalStorageSpecJSI_multiMerge};
+
+
+ methodMap_["multiRemove"] = MethodMetadata {2, __hostFunction_NativeAsyncLocalStorageSpecJSI_multiRemove};
+
+
+ methodMap_["clear"] = MethodMetadata {1, __hostFunction_NativeAsyncLocalStorageSpecJSI_clear};
+
+
+ methodMap_["getAllKeys"] = MethodMetadata {1, __hostFunction_NativeAsyncLocalStorageSpecJSI_getAllKeys};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_multiGet(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "multiGet", @selector(multiGet:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_multiSet(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "multiSet", @selector(multiSet:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_multiMerge(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "multiMerge", @selector(multiMerge:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_multiRemove(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "multiRemove", @selector(multiRemove:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_clear(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "clear", @selector(clear:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_getAllKeys(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getAllKeys", @selector(getAllKeys:), args, count);
+ }
+
+ NativeAsyncSQLiteDBStorageSpecJSI::NativeAsyncSQLiteDBStorageSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["multiGet"] = MethodMetadata {2, __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_multiGet};
+
+
+ methodMap_["multiSet"] = MethodMetadata {2, __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_multiSet};
+
+
+ methodMap_["multiMerge"] = MethodMetadata {2, __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_multiMerge};
+
+
+ methodMap_["multiRemove"] = MethodMetadata {2, __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_multiRemove};
+
+
+ methodMap_["clear"] = MethodMetadata {1, __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_clear};
+
+
+ methodMap_["getAllKeys"] = MethodMetadata {1, __hostFunction_NativeAsyncSQLiteDBStorageSpecJSI_getAllKeys};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeBlobModuleSpecJSI_addNetworkingHandler(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addNetworkingHandler", @selector(addNetworkingHandler), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeBlobModuleSpecJSI_addWebSocketHandler(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addWebSocketHandler", @selector(addWebSocketHandler:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeBlobModuleSpecJSI_removeWebSocketHandler(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeWebSocketHandler", @selector(removeWebSocketHandler:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeBlobModuleSpecJSI_sendOverSocket(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "sendOverSocket", @selector(sendOverSocket:socketID:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeBlobModuleSpecJSI_createFromParts(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "createFromParts", @selector(createFromParts:withId:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeBlobModuleSpecJSI_release(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "release", @selector(release:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeBlobModuleSpecJSI_getConstants(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants", @selector(getConstants), args, count);
+ }
+
+ NativeBlobModuleSpecJSI::NativeBlobModuleSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["addNetworkingHandler"] = MethodMetadata {0, __hostFunction_NativeBlobModuleSpecJSI_addNetworkingHandler};
+
+
+ methodMap_["addWebSocketHandler"] = MethodMetadata {1, __hostFunction_NativeBlobModuleSpecJSI_addWebSocketHandler};
+
+
+ methodMap_["removeWebSocketHandler"] = MethodMetadata {1, __hostFunction_NativeBlobModuleSpecJSI_removeWebSocketHandler};
+
+
+ methodMap_["sendOverSocket"] = MethodMetadata {2, __hostFunction_NativeBlobModuleSpecJSI_sendOverSocket};
+
+
+ methodMap_["createFromParts"] = MethodMetadata {2, __hostFunction_NativeBlobModuleSpecJSI_createFromParts};
+
+
+ methodMap_["release"] = MethodMetadata {1, __hostFunction_NativeBlobModuleSpecJSI_release};
+
+
+ methodMap_["getConstants"] = MethodMetadata {0, __hostFunction_NativeBlobModuleSpecJSI_getConstants};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeBugReportingSpecJSI_startReportAProblemFlow(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "startReportAProblemFlow", @selector(startReportAProblemFlow), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeBugReportingSpecJSI_setExtraData(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setExtraData", @selector(setExtraData:extraFiles:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeBugReportingSpecJSI_setCategoryID(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setCategoryID", @selector(setCategoryID:), args, count);
+ }
+
+ NativeBugReportingSpecJSI::NativeBugReportingSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["startReportAProblemFlow"] = MethodMetadata {0, __hostFunction_NativeBugReportingSpecJSI_startReportAProblemFlow};
+
+
+ methodMap_["setExtraData"] = MethodMetadata {2, __hostFunction_NativeBugReportingSpecJSI_setExtraData};
+
+
+ methodMap_["setCategoryID"] = MethodMetadata {1, __hostFunction_NativeBugReportingSpecJSI_setCategoryID};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeClipboardSpecJSI_getString(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "getString", @selector(getString:reject:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeClipboardSpecJSI_setString(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setString", @selector(setString:), args, count);
+ }
+
+ NativeClipboardSpecJSI::NativeClipboardSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["getString"] = MethodMetadata {0, __hostFunction_NativeClipboardSpecJSI_getString};
+
+
+ methodMap_["setString"] = MethodMetadata {1, __hostFunction_NativeClipboardSpecJSI_setString};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeDevLoadingViewSpecJSI_showMessage(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "showMessage", @selector(showMessage:withColor:withBackgroundColor:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevLoadingViewSpecJSI_hide(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "hide", @selector(hide), args, count);
+ }
+
+ NativeDevLoadingViewSpecJSI::NativeDevLoadingViewSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["showMessage"] = MethodMetadata {3, __hostFunction_NativeDevLoadingViewSpecJSI_showMessage};
+
+
+ methodMap_["hide"] = MethodMetadata {0, __hostFunction_NativeDevLoadingViewSpecJSI_hide};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeDevMenuSpecJSI_show(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "show", @selector(show), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevMenuSpecJSI_reload(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "reload", @selector(reload), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevMenuSpecJSI_debugRemotely(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "debugRemotely", @selector(debugRemotely:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevMenuSpecJSI_setProfilingEnabled(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setProfilingEnabled", @selector(setProfilingEnabled:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevMenuSpecJSI_setHotLoadingEnabled(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setHotLoadingEnabled", @selector(setHotLoadingEnabled:), args, count);
+ }
+
+ NativeDevMenuSpecJSI::NativeDevMenuSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["show"] = MethodMetadata {0, __hostFunction_NativeDevMenuSpecJSI_show};
+
+
+ methodMap_["reload"] = MethodMetadata {0, __hostFunction_NativeDevMenuSpecJSI_reload};
+
+
+ methodMap_["debugRemotely"] = MethodMetadata {1, __hostFunction_NativeDevMenuSpecJSI_debugRemotely};
+
+
+ methodMap_["setProfilingEnabled"] = MethodMetadata {1, __hostFunction_NativeDevMenuSpecJSI_setProfilingEnabled};
+
+
+ methodMap_["setHotLoadingEnabled"] = MethodMetadata {1, __hostFunction_NativeDevMenuSpecJSI_setHotLoadingEnabled};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_reload(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "reload", @selector(reload), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_reloadWithReason(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "reloadWithReason", @selector(reloadWithReason:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_onFastRefresh(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "onFastRefresh", @selector(onFastRefresh), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_setHotLoadingEnabled(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setHotLoadingEnabled", @selector(setHotLoadingEnabled:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_setIsDebuggingRemotely(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setIsDebuggingRemotely", @selector(setIsDebuggingRemotely:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_setProfilingEnabled(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setProfilingEnabled", @selector(setProfilingEnabled:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_toggleElementInspector(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "toggleElementInspector", @selector(toggleElementInspector), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_addMenuItem(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addMenuItem", @selector(addMenuItem:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_addListener(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addListener", @selector(addListener:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_removeListeners(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeListeners", @selector(removeListeners:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeDevSettingsSpecJSI_setIsShakeToShowDevMenuEnabled(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setIsShakeToShowDevMenuEnabled", @selector(setIsShakeToShowDevMenuEnabled:), args, count);
+ }
+
+ NativeDevSettingsSpecJSI::NativeDevSettingsSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["reload"] = MethodMetadata {0, __hostFunction_NativeDevSettingsSpecJSI_reload};
+
+
+ methodMap_["reloadWithReason"] = MethodMetadata {1, __hostFunction_NativeDevSettingsSpecJSI_reloadWithReason};
+
+
+ methodMap_["onFastRefresh"] = MethodMetadata {0, __hostFunction_NativeDevSettingsSpecJSI_onFastRefresh};
+
+
+ methodMap_["setHotLoadingEnabled"] = MethodMetadata {1, __hostFunction_NativeDevSettingsSpecJSI_setHotLoadingEnabled};
+
+
+ methodMap_["setIsDebuggingRemotely"] = MethodMetadata {1, __hostFunction_NativeDevSettingsSpecJSI_setIsDebuggingRemotely};
+
+
+ methodMap_["setProfilingEnabled"] = MethodMetadata {1, __hostFunction_NativeDevSettingsSpecJSI_setProfilingEnabled};
+
+
+ methodMap_["toggleElementInspector"] = MethodMetadata {0, __hostFunction_NativeDevSettingsSpecJSI_toggleElementInspector};
+
+
+ methodMap_["addMenuItem"] = MethodMetadata {1, __hostFunction_NativeDevSettingsSpecJSI_addMenuItem};
+
+
+ methodMap_["addListener"] = MethodMetadata {1, __hostFunction_NativeDevSettingsSpecJSI_addListener};
+
+
+ methodMap_["removeListeners"] = MethodMetadata {1, __hostFunction_NativeDevSettingsSpecJSI_removeListeners};
+
+
+ methodMap_["setIsShakeToShowDevMenuEnabled"] = MethodMetadata {1, __hostFunction_NativeDevSettingsSpecJSI_setIsShakeToShowDevMenuEnabled};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeDevSplitBundleLoaderSpecJSI_loadBundle(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "loadBundle", @selector(loadBundle:resolve:reject:), args, count);
+ }
+
+ NativeDevSplitBundleLoaderSpecJSI::NativeDevSplitBundleLoaderSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["loadBundle"] = MethodMetadata {1, __hostFunction_NativeDevSplitBundleLoaderSpecJSI_loadBundle};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeDeviceEventManagerSpecJSI_invokeDefaultBackPressHandler(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "invokeDefaultBackPressHandler", @selector(invokeDefaultBackPressHandler), args, count);
+ }
+
+ NativeDeviceEventManagerSpecJSI::NativeDeviceEventManagerSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["invokeDefaultBackPressHandler"] = MethodMetadata {0, __hostFunction_NativeDeviceEventManagerSpecJSI_invokeDefaultBackPressHandler};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeDeviceInfoSpecJSI_getConstants(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants", @selector(getConstants), args, count);
+ }
+
+ NativeDeviceInfoSpecJSI::NativeDeviceInfoSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["getConstants"] = MethodMetadata {0, __hostFunction_NativeDeviceInfoSpecJSI_getConstants};
+
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeExceptionsManager_StackFrame)
++ (RCTManagedPointer *)JS_NativeExceptionsManager_StackFrame:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+@implementation RCTCxxConvert (NativeExceptionsManager_ExceptionData)
++ (RCTManagedPointer *)JS_NativeExceptionsManager_ExceptionData:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeExceptionsManagerSpecJSI_reportFatalException(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "reportFatalException", @selector(reportFatalException:stack:exceptionId:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeExceptionsManagerSpecJSI_reportSoftException(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "reportSoftException", @selector(reportSoftException:stack:exceptionId:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeExceptionsManagerSpecJSI_reportException(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "reportException", @selector(reportException:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeExceptionsManagerSpecJSI_updateExceptionMessage(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "updateExceptionMessage", @selector(updateExceptionMessage:stack:exceptionId:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeExceptionsManagerSpecJSI_dismissRedbox(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "dismissRedbox", @selector(dismissRedbox), args, count);
+ }
+
+ NativeExceptionsManagerSpecJSI::NativeExceptionsManagerSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["reportFatalException"] = MethodMetadata {3, __hostFunction_NativeExceptionsManagerSpecJSI_reportFatalException};
+
+
+ methodMap_["reportSoftException"] = MethodMetadata {3, __hostFunction_NativeExceptionsManagerSpecJSI_reportSoftException};
+
+
+ methodMap_["reportException"] = MethodMetadata {1, __hostFunction_NativeExceptionsManagerSpecJSI_reportException};
+ setMethodArgConversionSelector(@"reportException", 0, @"JS_NativeExceptionsManager_ExceptionData:");
+
+ methodMap_["updateExceptionMessage"] = MethodMetadata {3, __hostFunction_NativeExceptionsManagerSpecJSI_updateExceptionMessage};
+
+
+ methodMap_["dismissRedbox"] = MethodMetadata {0, __hostFunction_NativeExceptionsManagerSpecJSI_dismissRedbox};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeFileReaderModuleSpecJSI_readAsDataURL(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "readAsDataURL", @selector(readAsDataURL:resolve:reject:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeFileReaderModuleSpecJSI_readAsText(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "readAsText", @selector(readAsText:encoding:resolve:reject:), args, count);
+ }
+
+ NativeFileReaderModuleSpecJSI::NativeFileReaderModuleSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["readAsDataURL"] = MethodMetadata {1, __hostFunction_NativeFileReaderModuleSpecJSI_readAsDataURL};
+
+
+ methodMap_["readAsText"] = MethodMetadata {2, __hostFunction_NativeFileReaderModuleSpecJSI_readAsText};
+
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeFrameRateLogger_SpecSetGlobalOptionsOptions)
++ (RCTManagedPointer *)JS_NativeFrameRateLogger_SpecSetGlobalOptionsOptions:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeFrameRateLoggerSpecJSI_setGlobalOptions(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setGlobalOptions", @selector(setGlobalOptions:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeFrameRateLoggerSpecJSI_setContext(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "setContext", @selector(setContext:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeFrameRateLoggerSpecJSI_beginScroll(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "beginScroll", @selector(beginScroll), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeFrameRateLoggerSpecJSI_endScroll(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "endScroll", @selector(endScroll), args, count);
+ }
+
+ NativeFrameRateLoggerSpecJSI::NativeFrameRateLoggerSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["setGlobalOptions"] = MethodMetadata {1, __hostFunction_NativeFrameRateLoggerSpecJSI_setGlobalOptions};
+ setMethodArgConversionSelector(@"setGlobalOptions", 0, @"JS_NativeFrameRateLogger_SpecSetGlobalOptionsOptions:");
+
+ methodMap_["setContext"] = MethodMetadata {1, __hostFunction_NativeFrameRateLoggerSpecJSI_setContext};
+
+
+ methodMap_["beginScroll"] = MethodMetadata {0, __hostFunction_NativeFrameRateLoggerSpecJSI_beginScroll};
+
+
+ methodMap_["endScroll"] = MethodMetadata {0, __hostFunction_NativeFrameRateLoggerSpecJSI_endScroll};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeHeadlessJsTaskSupportSpecJSI_notifyTaskFinished(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "notifyTaskFinished", @selector(notifyTaskFinished:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeHeadlessJsTaskSupportSpecJSI_notifyTaskRetry(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "notifyTaskRetry", @selector(notifyTaskRetry:resolve:reject:), args, count);
+ }
+
+ NativeHeadlessJsTaskSupportSpecJSI::NativeHeadlessJsTaskSupportSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["notifyTaskFinished"] = MethodMetadata {1, __hostFunction_NativeHeadlessJsTaskSupportSpecJSI_notifyTaskFinished};
+
+
+ methodMap_["notifyTaskRetry"] = MethodMetadata {1, __hostFunction_NativeHeadlessJsTaskSupportSpecJSI_notifyTaskRetry};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeI18nManagerSpecJSI_allowRTL(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "allowRTL", @selector(allowRTL:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeI18nManagerSpecJSI_forceRTL(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "forceRTL", @selector(forceRTL:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeI18nManagerSpecJSI_swapLeftAndRightInRTL(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "swapLeftAndRightInRTL", @selector(swapLeftAndRightInRTL:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeI18nManagerSpecJSI_getConstants(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants", @selector(getConstants), args, count);
+ }
+
+ NativeI18nManagerSpecJSI::NativeI18nManagerSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["allowRTL"] = MethodMetadata {1, __hostFunction_NativeI18nManagerSpecJSI_allowRTL};
+
+
+ methodMap_["forceRTL"] = MethodMetadata {1, __hostFunction_NativeI18nManagerSpecJSI_forceRTL};
+
+
+ methodMap_["swapLeftAndRightInRTL"] = MethodMetadata {1, __hostFunction_NativeI18nManagerSpecJSI_swapLeftAndRightInRTL};
+
+
+ methodMap_["getConstants"] = MethodMetadata {0, __hostFunction_NativeI18nManagerSpecJSI_getConstants};
+
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeImageEditor_OptionsOffset)
++ (RCTManagedPointer *)JS_NativeImageEditor_OptionsOffset:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+@implementation RCTCxxConvert (NativeImageEditor_OptionsSize)
++ (RCTManagedPointer *)JS_NativeImageEditor_OptionsSize:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+@implementation RCTCxxConvert (NativeImageEditor_OptionsDisplaySize)
++ (RCTManagedPointer *)JS_NativeImageEditor_OptionsDisplaySize:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+@implementation RCTCxxConvert (NativeImageEditor_Options)
++ (RCTManagedPointer *)JS_NativeImageEditor_Options:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeImageEditorSpecJSI_cropImage(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "cropImage", @selector(cropImage:cropData:successCallback:errorCallback:), args, count);
+ }
+
+ NativeImageEditorSpecJSI::NativeImageEditorSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["cropImage"] = MethodMetadata {4, __hostFunction_NativeImageEditorSpecJSI_cropImage};
+ setMethodArgConversionSelector(@"cropImage", 1, @"JS_NativeImageEditor_Options:");
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeImageLoaderIOSSpecJSI_getSize(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "getSize", @selector(getSize:resolve:reject:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImageLoaderIOSSpecJSI_getSizeWithHeaders(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "getSizeWithHeaders", @selector(getSizeWithHeaders:headers:resolve:reject:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImageLoaderIOSSpecJSI_prefetchImage(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "prefetchImage", @selector(prefetchImage:resolve:reject:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImageLoaderIOSSpecJSI_prefetchImageWithMetadata(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "prefetchImageWithMetadata", @selector(prefetchImageWithMetadata:queryRootName:rootTag:resolve:reject:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImageLoaderIOSSpecJSI_queryCache(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, PromiseKind, "queryCache", @selector(queryCache:resolve:reject:), args, count);
+ }
+
+ NativeImageLoaderIOSSpecJSI::NativeImageLoaderIOSSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["getSize"] = MethodMetadata {1, __hostFunction_NativeImageLoaderIOSSpecJSI_getSize};
+
+
+ methodMap_["getSizeWithHeaders"] = MethodMetadata {2, __hostFunction_NativeImageLoaderIOSSpecJSI_getSizeWithHeaders};
+
+
+ methodMap_["prefetchImage"] = MethodMetadata {1, __hostFunction_NativeImageLoaderIOSSpecJSI_prefetchImage};
+
+
+ methodMap_["prefetchImageWithMetadata"] = MethodMetadata {3, __hostFunction_NativeImageLoaderIOSSpecJSI_prefetchImageWithMetadata};
+
+
+ methodMap_["queryCache"] = MethodMetadata {1, __hostFunction_NativeImageLoaderIOSSpecJSI_queryCache};
+
+ }
+ } // namespace react
+} // namespace facebook
+@implementation RCTCxxConvert (NativeImagePickerIOS_SpecOpenCameraDialogConfig)
++ (RCTManagedPointer *)JS_NativeImagePickerIOS_SpecOpenCameraDialogConfig:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+@implementation RCTCxxConvert (NativeImagePickerIOS_SpecOpenSelectDialogConfig)
++ (RCTManagedPointer *)JS_NativeImagePickerIOS_SpecOpenSelectDialogConfig:(id)json
+{
+ return facebook::react::managedPointer(json);
+}
+@end
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeImagePickerIOSSpecJSI_canRecordVideos(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "canRecordVideos", @selector(canRecordVideos:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImagePickerIOSSpecJSI_canUseCamera(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "canUseCamera", @selector(canUseCamera:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImagePickerIOSSpecJSI_openCameraDialog(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "openCameraDialog", @selector(openCameraDialog:successCallback:cancelCallback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImagePickerIOSSpecJSI_openSelectDialog(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "openSelectDialog", @selector(openSelectDialog:successCallback:cancelCallback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImagePickerIOSSpecJSI_clearAllPendingVideos(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "clearAllPendingVideos", @selector(clearAllPendingVideos), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImagePickerIOSSpecJSI_removePendingVideo(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removePendingVideo", @selector(removePendingVideo:), args, count);
+ }
+
+ NativeImagePickerIOSSpecJSI::NativeImagePickerIOSSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["canRecordVideos"] = MethodMetadata {1, __hostFunction_NativeImagePickerIOSSpecJSI_canRecordVideos};
+
+
+ methodMap_["canUseCamera"] = MethodMetadata {1, __hostFunction_NativeImagePickerIOSSpecJSI_canUseCamera};
+
+
+ methodMap_["openCameraDialog"] = MethodMetadata {3, __hostFunction_NativeImagePickerIOSSpecJSI_openCameraDialog};
+ setMethodArgConversionSelector(@"openCameraDialog", 0, @"JS_NativeImagePickerIOS_SpecOpenCameraDialogConfig:");
+
+ methodMap_["openSelectDialog"] = MethodMetadata {3, __hostFunction_NativeImagePickerIOSSpecJSI_openSelectDialog};
+ setMethodArgConversionSelector(@"openSelectDialog", 0, @"JS_NativeImagePickerIOS_SpecOpenSelectDialogConfig:");
+
+ methodMap_["clearAllPendingVideos"] = MethodMetadata {0, __hostFunction_NativeImagePickerIOSSpecJSI_clearAllPendingVideos};
+
+
+ methodMap_["removePendingVideo"] = MethodMetadata {1, __hostFunction_NativeImagePickerIOSSpecJSI_removePendingVideo};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeImageStoreIOSSpecJSI_getBase64ForTag(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "getBase64ForTag", @selector(getBase64ForTag:successCallback:errorCallback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImageStoreIOSSpecJSI_hasImageForTag(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "hasImageForTag", @selector(hasImageForTag:callback:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImageStoreIOSSpecJSI_removeImageForTag(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeImageForTag", @selector(removeImageForTag:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeImageStoreIOSSpecJSI_addImageFromBase64(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addImageFromBase64", @selector(addImageFromBase64:successCallback:errorCallback:), args, count);
+ }
+
+ NativeImageStoreIOSSpecJSI::NativeImageStoreIOSSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["getBase64ForTag"] = MethodMetadata {3, __hostFunction_NativeImageStoreIOSSpecJSI_getBase64ForTag};
+
+
+ methodMap_["hasImageForTag"] = MethodMetadata {2, __hostFunction_NativeImageStoreIOSSpecJSI_hasImageForTag};
+
+
+ methodMap_["removeImageForTag"] = MethodMetadata {1, __hostFunction_NativeImageStoreIOSSpecJSI_removeImageForTag};
+
+
+ methodMap_["addImageFromBase64"] = MethodMetadata {3, __hostFunction_NativeImageStoreIOSSpecJSI_addImageFromBase64};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeJSCHeapCaptureSpecJSI_captureComplete(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "captureComplete", @selector(captureComplete:error:), args, count);
+ }
+
+ NativeJSCHeapCaptureSpecJSI::NativeJSCHeapCaptureSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["captureComplete"] = MethodMetadata {2, __hostFunction_NativeJSCHeapCaptureSpecJSI_captureComplete};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeJSCSamplingProfilerSpecJSI_operationComplete(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "operationComplete", @selector(operationComplete:result:error:), args, count);
+ }
+
+ NativeJSCSamplingProfilerSpecJSI::NativeJSCSamplingProfilerSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["operationComplete"] = MethodMetadata {3, __hostFunction_NativeJSCSamplingProfilerSpecJSI_operationComplete};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeJSDevSupportSpecJSI_onSuccess(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "onSuccess", @selector(onSuccess:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeJSDevSupportSpecJSI_onFailure(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "onFailure", @selector(onFailure:error:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeJSDevSupportSpecJSI_getConstants(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, ObjectKind, "getConstants", @selector(getConstants), args, count);
+ }
+
+ NativeJSDevSupportSpecJSI::NativeJSDevSupportSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["onSuccess"] = MethodMetadata {1, __hostFunction_NativeJSDevSupportSpecJSI_onSuccess};
+
+
+ methodMap_["onFailure"] = MethodMetadata {2, __hostFunction_NativeJSDevSupportSpecJSI_onFailure};
+
+
+ methodMap_["getConstants"] = MethodMetadata {0, __hostFunction_NativeJSDevSupportSpecJSI_getConstants};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeKeyboardObserverSpecJSI_addListener(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "addListener", @selector(addListener:), args, count);
+ }
+
+ static facebook::jsi::Value __hostFunction_NativeKeyboardObserverSpecJSI_removeListeners(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast(turboModule).invokeObjCMethod(rt, VoidKind, "removeListeners", @selector(removeListeners:), args, count);
+ }
+
+ NativeKeyboardObserverSpecJSI::NativeKeyboardObserverSpecJSI(const ObjCTurboModule::InitParams ¶ms)
+ : ObjCTurboModule(params) {
+
+ methodMap_["addListener"] = MethodMetadata {1, __hostFunction_NativeKeyboardObserverSpecJSI_addListener};
+
+
+ methodMap_["removeListeners"] = MethodMetadata {1, __hostFunction_NativeKeyboardObserverSpecJSI_removeListeners};
+
+ }
+ } // namespace react
+} // namespace facebook
+
+namespace facebook {
+ namespace react {
+
+ static facebook::jsi::Value __hostFunction_NativeLinkingManagerSpecJSI_getInitialURL(facebook::jsi::Runtime& rt, TurboModule &turboModule, const facebook::jsi::Value* args, size_t count) {
+ return static_cast