diff --git a/Podfile b/Podfile index bb97c9e..57491e8 100644 --- a/Podfile +++ b/Podfile @@ -11,6 +11,9 @@ target 'AvH Plan' do pod 'SQLite.swift' pod 'MagazineLayout' pod 'Firebase/Messaging' + pod 'Firebase/Analytics' + pod 'Fabric', '~> 1.10.2' + pod 'Crashlytics', '~> 3.13.4' target 'AvH PlanTests' do inherit! :search_paths diff --git a/Podfile.lock b/Podfile.lock index 4f664c4..ae3f5f4 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,10 +1,27 @@ PODS: - Alamofire (4.8.2) + - Crashlytics (3.13.4): + - Fabric (~> 1.10.2) + - Fabric (1.10.2) + - Firebase/Analytics (6.6.0): + - Firebase/Core + - Firebase/Core (6.6.0): + - Firebase/CoreOnly + - FirebaseAnalytics (= 6.1.0) - Firebase/CoreOnly (6.6.0): - FirebaseCore (= 6.2.0) - Firebase/Messaging (6.6.0): - Firebase/CoreOnly - FirebaseMessaging (~> 4.1.2) + - FirebaseAnalytics (6.1.0): + - FirebaseCore (~> 6.2) + - FirebaseInstanceID (~> 4.2) + - GoogleAppMeasurement (= 6.1.0) + - GoogleUtilities/AppDelegateSwizzler (~> 6.0) + - GoogleUtilities/MethodSwizzler (~> 6.0) + - GoogleUtilities/Network (~> 6.0) + - "GoogleUtilities/NSData+zlib (~> 6.0)" + - nanopb (~> 0.3) - FirebaseAnalyticsInterop (1.3.0) - FirebaseCore (6.2.0): - FirebaseCoreDiagnostics (~> 1.0) @@ -30,6 +47,12 @@ PODS: - GoogleUtilities/Reachability (~> 6.2) - GoogleUtilities/UserDefaults (~> 6.2) - Protobuf (~> 3.1) + - GoogleAppMeasurement (6.1.0): + - GoogleUtilities/AppDelegateSwizzler (~> 6.0) + - GoogleUtilities/MethodSwizzler (~> 6.0) + - GoogleUtilities/Network (~> 6.0) + - "GoogleUtilities/NSData+zlib (~> 6.0)" + - nanopb (~> 0.3) - GoogleDataTransport (1.1.0) - GoogleDataTransportCCTSupport (1.0.1): - GoogleDataTransport (~> 1.1) @@ -41,6 +64,8 @@ PODS: - GoogleUtilities/Environment (6.2.4) - GoogleUtilities/Logger (6.2.4): - GoogleUtilities/Environment + - GoogleUtilities/MethodSwizzler (6.2.4): + - GoogleUtilities/Logger - GoogleUtilities/Network (6.2.4): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" @@ -64,6 +89,9 @@ PODS: DEPENDENCIES: - Alamofire + - Crashlytics (~> 3.13.4) + - Fabric (~> 1.10.2) + - Firebase/Analytics - Firebase/Messaging - MagazineLayout - SQLite.swift @@ -72,13 +100,17 @@ DEPENDENCIES: SPEC REPOS: https://github.com/cocoapods/specs.git: - Alamofire + - Crashlytics + - Fabric - Firebase + - FirebaseAnalytics - FirebaseAnalyticsInterop - FirebaseCore - FirebaseCoreDiagnostics - FirebaseCoreDiagnosticsInterop - FirebaseInstanceID - FirebaseMessaging + - GoogleAppMeasurement - GoogleDataTransport - GoogleDataTransportCCTSupport - GoogleUtilities @@ -90,13 +122,17 @@ SPEC REPOS: SPEC CHECKSUMS: Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3 + Crashlytics: 2dfd686bcb918dc10ee0e76f7f853fe42c7bd552 + Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74 Firebase: a2b5951f30ff38fd3b3bdae9c7d340f940fd3c51 + FirebaseAnalytics: 48414ae5cbf6976d8a2f7177e0466540e5ab33ce FirebaseAnalyticsInterop: 0f250d71e8741352407a8db351e6de78c5c56d35 FirebaseCore: 8c9e08bce0c72a3affd83927d8184cf244918bc8 FirebaseCoreDiagnostics: 4c04ae09d0ab027c30179828c6bb47764df1bd13 FirebaseCoreDiagnosticsInterop: 6829da2b8d1fc795ff1bd99df751d3788035d2cb FirebaseInstanceID: 8b42755db950682e7de0d167bc6fb26a57b244af FirebaseMessaging: ddd74d13644ef24cc4e2d95cabd1cf408e99b7b0 + GoogleAppMeasurement: 47285fa897e5a125df56b9ef8750a1d81e4598a8 GoogleDataTransport: b0115dbdf1943c998628dca30800ddd263aaa166 GoogleDataTransportCCTSupport: 3451e7d8ba19093e533362a6d78d6d9014c6a037 GoogleUtilities: 64b5e3982b1b01bda26712affd5c523ef32563cf @@ -106,6 +142,6 @@ SPEC CHECKSUMS: SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3 SwiftSoup: 92f5b348c131aed8af04f4326db1579ab19fa08c -PODFILE CHECKSUM: cc18f1bd84bd3b240d35a016b860932470b4d4a1 +PODFILE CHECKSUM: 7f6326ef14655be23fc36338b9e0cfd25cc76666 COCOAPODS: 1.6.1 diff --git a/Pods/Crashlytics/Crashlytics.framework/README b/Pods/Crashlytics/Crashlytics.framework/README new file mode 100644 index 0000000..3ebf767 --- /dev/null +++ b/Pods/Crashlytics/Crashlytics.framework/README @@ -0,0 +1 @@ +We've now combined all our supported platforms into a single podspec. As a result, we moved our submit script to a new location for Cocoapods projects: ${PODS_ROOT}/Crashlytics/submit. To avoid breaking functionality that references the old location of the submit, we've placed this dummy script that calls to the correct location, while providing a helpful warning if it is invoked. This bridge for backwards compatibility will be removed in a future release, so please heed the warning! diff --git a/Pods/Crashlytics/Crashlytics.framework/submit b/Pods/Crashlytics/Crashlytics.framework/submit new file mode 100755 index 0000000..b7de4e3 --- /dev/null +++ b/Pods/Crashlytics/Crashlytics.framework/submit @@ -0,0 +1,6 @@ +if [[ -z $PODS_ROOT ]]; then +echo "error: The submit binary delivered by cocoapods is in a new location, under '$"{"PODS_ROOT"}"/Crashlytics/submit'. This script was put in place for backwards compatibility, but it relies on PODS_ROOT, which does not have a value in your current setup. Please update the path to the submit binary to fix this issue." +else +echo "warning: The submit script is now located at '$"{"PODS_ROOT"}"/Crashlytics/submit'. To remove this warning, update your path to point to this new location." +sh "${PODS_ROOT}/Crashlytics/submit" "$@" +fi diff --git a/Pods/Crashlytics/README.md b/Pods/Crashlytics/README.md new file mode 100644 index 0000000..996af50 --- /dev/null +++ b/Pods/Crashlytics/README.md @@ -0,0 +1,23 @@ + +# Crashlytics + +## Overview + +[Crashlytics](https://firebase.google.com/docs/crashlytics/get-started?platform=ios) offers the most powerful, yet lightest weight crash reporting solution for iOS. + + +## Setup + +To start using Crashlytics, there are two options: + +1) The recommended way is to go to the [Firebase Crashlytics Docs](https://firebase.google.com/docs/crashlytics/get-started?platform=ios) and follow the directions there. + +2) If you aren't using Firebase yet, go to [Fabric Kits](https://fabric.io/kits), and follow the directions for Crashlytics. + + +## Resources + +* [API Reference](https://firebase.google.com/docs/reference/ios/crashlytics/api/reference/Classes) +* [Forums](https://stackoverflow.com/questions/tagged/google-fabric) +* [Website](https://firebase.google.com/docs/crashlytics) +* Follow us on Twitter: [@crashlytics](https://twitter.com/crashlytics) diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Crashlytics b/Pods/Crashlytics/iOS/Crashlytics.framework/Crashlytics new file mode 100755 index 0000000..968b705 Binary files /dev/null and b/Pods/Crashlytics/iOS/Crashlytics.framework/Crashlytics differ diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/ANSCompatibility.h b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/ANSCompatibility.h new file mode 100644 index 0000000..6ec011d --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/ANSCompatibility.h @@ -0,0 +1,31 @@ +// +// ANSCompatibility.h +// AnswersKit +// +// Copyright (c) 2015 Crashlytics, Inc. All rights reserved. +// + +#pragma once + +#if !__has_feature(nullability) +#define nonnull +#define nullable +#define _Nullable +#define _Nonnull +#endif + +#ifndef NS_ASSUME_NONNULL_BEGIN +#define NS_ASSUME_NONNULL_BEGIN +#endif + +#ifndef NS_ASSUME_NONNULL_END +#define NS_ASSUME_NONNULL_END +#endif + +#if __has_feature(objc_generics) +#define ANS_GENERIC_NSARRAY(type) NSArray +#define ANS_GENERIC_NSDICTIONARY(key_type,object_key) NSDictionary +#else +#define ANS_GENERIC_NSARRAY(type) NSArray +#define ANS_GENERIC_NSDICTIONARY(key_type,object_key) NSDictionary +#endif diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Answers.h b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Answers.h new file mode 100644 index 0000000..8deacbe --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Answers.h @@ -0,0 +1,210 @@ +// +// Answers.h +// Crashlytics +// +// Copyright (c) 2015 Crashlytics, Inc. All rights reserved. +// + +#import +#import "ANSCompatibility.h" + +NS_ASSUME_NONNULL_BEGIN + +/** + * This class exposes the Answers Events API, allowing you to track key + * user user actions and metrics in your app. + */ +@interface Answers : NSObject + +/** + * Log a Sign Up event to see users signing up for your app in real-time, understand how + * many users are signing up with different methods and their success rate signing up. + * + * @param signUpMethodOrNil The method by which a user logged in, e.g. Twitter or Digits. + * @param signUpSucceededOrNil The ultimate success or failure of the login + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logSignUpWithMethod:(nullable NSString *)signUpMethodOrNil + success:(nullable NSNumber *)signUpSucceededOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log an Log In event to see users logging into your app in real-time, understand how many + * users are logging in with different methods and their success rate logging into your app. + * + * @param loginMethodOrNil The method by which a user logged in, e.g. email, Twitter or Digits. + * @param loginSucceededOrNil The ultimate success or failure of the login + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logLoginWithMethod:(nullable NSString *)loginMethodOrNil + success:(nullable NSNumber *)loginSucceededOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Share event to see users sharing from your app in real-time, letting you + * understand what content they're sharing from the type or genre down to the specific id. + * + * @param shareMethodOrNil The method by which a user shared, e.g. email, Twitter, SMS. + * @param contentNameOrNil The human readable name for this piece of content. + * @param contentTypeOrNil The type of content shared. + * @param contentIdOrNil The unique identifier for this piece of content. Useful for finding the top shared item. + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logShareWithMethod:(nullable NSString *)shareMethodOrNil + contentName:(nullable NSString *)contentNameOrNil + contentType:(nullable NSString *)contentTypeOrNil + contentId:(nullable NSString *)contentIdOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log an Invite Event to track how users are inviting other users into + * your application. + * + * @param inviteMethodOrNil The method of invitation, e.g. GameCenter, Twitter, email. + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logInviteWithMethod:(nullable NSString *)inviteMethodOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Purchase event to see your revenue in real-time, understand how many users are making purchases, see which + * items are most popular, and track plenty of other important purchase-related metrics. + * + * @param itemPriceOrNil The purchased item's price. + * @param currencyOrNil The ISO4217 currency code. Example: USD + * @param purchaseSucceededOrNil Was the purchase successful or unsuccessful + * @param itemNameOrNil The human-readable form of the item's name. Example: + * @param itemTypeOrNil The type, or genre of the item. Example: Song + * @param itemIdOrNil The machine-readable, unique item identifier Example: SKU + * @param customAttributesOrNil A dictionary of custom attributes to associate with this purchase. + */ ++ (void)logPurchaseWithPrice:(nullable NSDecimalNumber *)itemPriceOrNil + currency:(nullable NSString *)currencyOrNil + success:(nullable NSNumber *)purchaseSucceededOrNil + itemName:(nullable NSString *)itemNameOrNil + itemType:(nullable NSString *)itemTypeOrNil + itemId:(nullable NSString *)itemIdOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Level Start Event to track where users are in your game. + * + * @param levelNameOrNil The level name + * @param customAttributesOrNil A dictionary of custom attributes to associate with this level start event. + */ ++ (void)logLevelStart:(nullable NSString *)levelNameOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Level End event to track how users are completing levels in your game. + * + * @param levelNameOrNil The name of the level completed, E.G. "1" or "Training" + * @param scoreOrNil The score the user completed the level with. + * @param levelCompletedSuccesfullyOrNil A boolean representing whether or not the level was completed successfully. + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logLevelEnd:(nullable NSString *)levelNameOrNil + score:(nullable NSNumber *)scoreOrNil + success:(nullable NSNumber *)levelCompletedSuccesfullyOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log an Add to Cart event to see users adding items to a shopping cart in real-time, understand how + * many users start the purchase flow, see which items are most popular, and track plenty of other important + * purchase-related metrics. + * + * @param itemPriceOrNil The purchased item's price. + * @param currencyOrNil The ISO4217 currency code. Example: USD + * @param itemNameOrNil The human-readable form of the item's name. Example: + * @param itemTypeOrNil The type, or genre of the item. Example: Song + * @param itemIdOrNil The machine-readable, unique item identifier Example: SKU + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logAddToCartWithPrice:(nullable NSDecimalNumber *)itemPriceOrNil + currency:(nullable NSString *)currencyOrNil + itemName:(nullable NSString *)itemNameOrNil + itemType:(nullable NSString *)itemTypeOrNil + itemId:(nullable NSString *)itemIdOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Start Checkout event to see users moving through the purchase funnel in real-time, understand how many + * users are doing this and how much they're spending per checkout, and see how it related to other important + * purchase-related metrics. + * + * @param totalPriceOrNil The total price of the cart. + * @param currencyOrNil The ISO4217 currency code. Example: USD + * @param itemCountOrNil The number of items in the cart. + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logStartCheckoutWithPrice:(nullable NSDecimalNumber *)totalPriceOrNil + currency:(nullable NSString *)currencyOrNil + itemCount:(nullable NSNumber *)itemCountOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Rating event to see users rating content within your app in real-time and understand what + * content is most engaging, from the type or genre down to the specific id. + * + * @param ratingOrNil The integer rating given by the user. + * @param contentNameOrNil The human readable name for this piece of content. + * @param contentTypeOrNil The type of content shared. + * @param contentIdOrNil The unique identifier for this piece of content. Useful for finding the top shared item. + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logRating:(nullable NSNumber *)ratingOrNil + contentName:(nullable NSString *)contentNameOrNil + contentType:(nullable NSString *)contentTypeOrNil + contentId:(nullable NSString *)contentIdOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Content View event to see users viewing content within your app in real-time and + * understand what content is most engaging, from the type or genre down to the specific id. + * + * @param contentNameOrNil The human readable name for this piece of content. + * @param contentTypeOrNil The type of content shared. + * @param contentIdOrNil The unique identifier for this piece of content. Useful for finding the top shared item. + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logContentViewWithName:(nullable NSString *)contentNameOrNil + contentType:(nullable NSString *)contentTypeOrNil + contentId:(nullable NSString *)contentIdOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Search event allows you to see users searching within your app in real-time and understand + * exactly what they're searching for. + * + * @param queryOrNil The user's query. + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. + */ ++ (void)logSearchWithQuery:(nullable NSString *)queryOrNil + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +/** + * Log a Custom Event to see user actions that are uniquely important for your app in real-time, to see how often + * they're performing these actions with breakdowns by different categories you add. Use a human-readable name for + * the name of the event, since this is how the event will appear in Answers. + * + * @param eventName The human-readable name for the event. + * @param customAttributesOrNil A dictionary of custom attributes to associate with this event. Attribute keys + * must be NSString and values must be NSNumber or NSString. + * @discussion How we treat NSNumbers: + * We will provide information about the distribution of values over time. + * + * How we treat NSStrings: + * NSStrings are used as categorical data, allowing comparison across different category values. + * Strings are limited to a maximum length of 100 characters, attributes over this length will be + * truncated. + * + * When tracking the Tweet views to better understand user engagement, sending the tweet's length + * and the type of media present in the tweet allows you to track how tweet length and the type of media influence + * engagement. + */ ++ (void)logCustomEventWithName:(NSString *)eventName + customAttributes:(nullable ANS_GENERIC_NSDICTIONARY(NSString *, id) *)customAttributesOrNil; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSAttributes.h b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSAttributes.h new file mode 100644 index 0000000..1526b0d --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSAttributes.h @@ -0,0 +1,33 @@ +// +// CLSAttributes.h +// Crashlytics +// +// Copyright (c) 2015 Crashlytics, Inc. All rights reserved. +// + +#pragma once + +#define CLS_DEPRECATED(x) __attribute__ ((deprecated(x))) + +#if !__has_feature(nullability) + #define nonnull + #define nullable + #define _Nullable + #define _Nonnull +#endif + +#ifndef NS_ASSUME_NONNULL_BEGIN + #define NS_ASSUME_NONNULL_BEGIN +#endif + +#ifndef NS_ASSUME_NONNULL_END + #define NS_ASSUME_NONNULL_END +#endif + +#if __has_feature(objc_generics) + #define CLS_GENERIC_NSARRAY(type) NSArray + #define CLS_GENERIC_NSDICTIONARY(key_type,object_key) NSDictionary +#else + #define CLS_GENERIC_NSARRAY(type) NSArray + #define CLS_GENERIC_NSDICTIONARY(key_type,object_key) NSDictionary +#endif diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSLogging.h b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSLogging.h new file mode 100644 index 0000000..59590d5 --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSLogging.h @@ -0,0 +1,64 @@ +// +// CLSLogging.h +// Crashlytics +// +// Copyright (c) 2015 Crashlytics, Inc. All rights reserved. +// +#ifdef __OBJC__ +#import "CLSAttributes.h" +#import + +NS_ASSUME_NONNULL_BEGIN +#endif + + + +/** + * + * The CLS_LOG macro provides as easy way to gather more information in your log messages that are + * sent with your crash data. CLS_LOG prepends your custom log message with the function name and + * line number where the macro was used. If your app was built with the DEBUG preprocessor macro + * defined CLS_LOG uses the CLSNSLog function which forwards your log message to NSLog and CLSLog. + * If the DEBUG preprocessor macro is not defined CLS_LOG uses CLSLog only. + * + * Example output: + * -[AppDelegate login:] line 134 $ login start + * + * If you would like to change this macro, create a new header file, unset our define and then define + * your own version. Make sure this new header file is imported after the Crashlytics header file. + * + * #undef CLS_LOG + * #define CLS_LOG(__FORMAT__, ...) CLSNSLog... + * + **/ +#ifdef __OBJC__ +#ifdef DEBUG +#define CLS_LOG(__FORMAT__, ...) CLSNSLog((@"%s line %d $ " __FORMAT__), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__) +#else +#define CLS_LOG(__FORMAT__, ...) CLSLog((@"%s line %d $ " __FORMAT__), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__) +#endif +#endif + +/** + * + * Add logging that will be sent with your crash data. This logging will not show up in the system.log + * and will only be visible in your Crashlytics dashboard. + * + **/ + +#ifdef __OBJC__ +OBJC_EXTERN void CLSLog(NSString *format, ...) NS_FORMAT_FUNCTION(1,2); +OBJC_EXTERN void CLSLogv(NSString *format, va_list ap) NS_FORMAT_FUNCTION(1,0); + +/** + * + * Add logging that will be sent with your crash data. This logging will show up in the system.log + * and your Crashlytics dashboard. It is not recommended for Release builds. + * + **/ +OBJC_EXTERN void CLSNSLog(NSString *format, ...) NS_FORMAT_FUNCTION(1,2); +OBJC_EXTERN void CLSNSLogv(NSString *format, va_list ap) NS_FORMAT_FUNCTION(1,0); + + +NS_ASSUME_NONNULL_END +#endif diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSReport.h b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSReport.h new file mode 100644 index 0000000..a8ff3b0 --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSReport.h @@ -0,0 +1,103 @@ +// +// CLSReport.h +// Crashlytics +// +// Copyright (c) 2015 Crashlytics, Inc. All rights reserved. +// + +#import +#import "CLSAttributes.h" + +NS_ASSUME_NONNULL_BEGIN + +/** + * The CLSCrashReport protocol is deprecated. See the CLSReport class and the CrashyticsDelegate changes for details. + **/ +@protocol CLSCrashReport + +@property (nonatomic, copy, readonly) NSString *identifier; +@property (nonatomic, copy, readonly) NSDictionary *customKeys; +@property (nonatomic, copy, readonly) NSString *bundleVersion; +@property (nonatomic, copy, readonly) NSString *bundleShortVersionString; +@property (nonatomic, readonly, nullable) NSDate *crashedOnDate; +@property (nonatomic, copy, readonly) NSString *OSVersion; +@property (nonatomic, copy, readonly) NSString *OSBuildVersion; + +@end + +/** + * The CLSReport exposes an interface to the phsyical report that Crashlytics has created. You can + * use this class to get information about the event, and can also set some values after the + * event has occurred. + **/ +@interface CLSReport : NSObject + +- (instancetype)init NS_UNAVAILABLE; ++ (instancetype)new NS_UNAVAILABLE; + +/** + * Returns the session identifier for the report. + **/ +@property (nonatomic, copy, readonly) NSString *identifier; + +/** + * Returns the custom key value data for the report. + **/ +@property (nonatomic, copy, readonly) NSDictionary *customKeys; + +/** + * Returns the CFBundleVersion of the application that generated the report. + **/ +@property (nonatomic, copy, readonly) NSString *bundleVersion; + +/** + * Returns the CFBundleShortVersionString of the application that generated the report. + **/ +@property (nonatomic, copy, readonly) NSString *bundleShortVersionString; + +/** + * Returns the date that the report was created. + **/ +@property (nonatomic, copy, readonly) NSDate *dateCreated; + +/** + * Returns the os version that the application crashed on. + **/ +@property (nonatomic, copy, readonly) NSString *OSVersion; + +/** + * Returns the os build version that the application crashed on. + **/ +@property (nonatomic, copy, readonly) NSString *OSBuildVersion; + +/** + * Returns YES if the report contains any crash information, otherwise returns NO. + **/ +@property (nonatomic, assign, readonly) BOOL isCrash; + +/** + * You can use this method to set, after the event, additional custom keys. The rules + * and semantics for this method are the same as those documented in Crashlytics.h. Be aware + * that the maximum size and count of custom keys is still enforced, and you can overwrite keys + * and/or cause excess keys to be deleted by using this method. + **/ +- (void)setObjectValue:(nullable id)value forKey:(NSString *)key; + +/** + * Record an application-specific user identifier. See Crashlytics.h for details. + **/ +@property (nonatomic, copy, nullable) NSString * userIdentifier; + +/** + * Record a user name. See Crashlytics.h for details. + **/ +@property (nonatomic, copy, nullable) NSString * userName; + +/** + * Record a user email. See Crashlytics.h for details. + **/ +@property (nonatomic, copy, nullable) NSString * userEmail; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSStackFrame.h b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSStackFrame.h new file mode 100644 index 0000000..cdb5596 --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSStackFrame.h @@ -0,0 +1,38 @@ +// +// CLSStackFrame.h +// Crashlytics +// +// Copyright 2015 Crashlytics, Inc. All rights reserved. +// + +#import +#import "CLSAttributes.h" + +NS_ASSUME_NONNULL_BEGIN + +/** + * + * This class is used in conjunction with -[Crashlytics recordCustomExceptionName:reason:frameArray:] to + * record information about non-ObjC/C++ exceptions. All information included here will be displayed + * in the Crashlytics UI, and can influence crash grouping. Be particularly careful with the use of the + * address property. If set, Crashlytics will attempt symbolication and could overwrite other properities + * in the process. + * + **/ +@interface CLSStackFrame : NSObject + ++ (instancetype)stackFrame; ++ (instancetype)stackFrameWithAddress:(NSUInteger)address; ++ (instancetype)stackFrameWithSymbol:(NSString *)symbol; + +@property (nonatomic, copy, nullable) NSString *symbol; +@property (nonatomic, copy, nullable) NSString *rawSymbol; +@property (nonatomic, copy, nullable) NSString *library; +@property (nonatomic, copy, nullable) NSString *fileName; +@property (nonatomic, assign) uint32_t lineNumber; +@property (nonatomic, assign) uint64_t offset; +@property (nonatomic, assign) uint64_t address; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Crashlytics.h b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Crashlytics.h new file mode 100644 index 0000000..7104ca8 --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Crashlytics.h @@ -0,0 +1,288 @@ +// +// Crashlytics.h +// Crashlytics +// +// Copyright (c) 2015 Crashlytics, Inc. All rights reserved. +// + +#import + +#import "CLSAttributes.h" +#import "CLSLogging.h" +#import "CLSReport.h" +#import "CLSStackFrame.h" +#import "Answers.h" + +NS_ASSUME_NONNULL_BEGIN + +@protocol CrashlyticsDelegate; + +/** + * Crashlytics. Handles configuration and initialization of Crashlytics. + * + * Note: The Crashlytics class cannot be subclassed. If this is causing you pain for + * testing, we suggest using either a wrapper class or a protocol extension. + */ +@interface Crashlytics : NSObject + +@property (nonatomic, readonly, copy) NSString *APIKey; +@property (nonatomic, readonly, copy) NSString *version; +@property (nonatomic, assign) BOOL debugMode; + +/** + * + * The delegate can be used to influence decisions on reporting and behavior, as well as reacting + * to previous crashes. + * + * Make certain that the delegate is setup before starting Crashlytics with startWithAPIKey:... or + * via +[Fabric with:...]. Failure to do will result in missing any delegate callbacks that occur + * synchronously during start. + * + **/ +@property (nonatomic, assign, nullable) id delegate; + +/** + * The recommended way to install Crashlytics into your application is to place a call to +startWithAPIKey: + * in your -application:didFinishLaunchingWithOptions: or -applicationDidFinishLaunching: + * method. + * + * Note: Starting with 3.0, the submission process has been significantly improved. The delay parameter + * is no longer required to throttle submissions on launch, performance will be great without it. + * + * @param apiKey The Crashlytics API Key for this app + * + * @return The singleton Crashlytics instance + */ ++ (Crashlytics *)startWithAPIKey:(NSString *)apiKey; ++ (Crashlytics *)startWithAPIKey:(NSString *)apiKey afterDelay:(NSTimeInterval)delay CLS_DEPRECATED("Crashlytics no longer needs or uses the delay parameter. Please use +startWithAPIKey: instead."); + +/** + * If you need the functionality provided by the CrashlyticsDelegate protocol, you can use + * these convenience methods to activate the framework and set the delegate in one call. + * + * @param apiKey The Crashlytics API Key for this app + * @param delegate A delegate object which conforms to CrashlyticsDelegate. + * + * @return The singleton Crashlytics instance + */ ++ (Crashlytics *)startWithAPIKey:(NSString *)apiKey delegate:(nullable id)delegate; ++ (Crashlytics *)startWithAPIKey:(NSString *)apiKey delegate:(nullable id)delegate afterDelay:(NSTimeInterval)delay CLS_DEPRECATED("Crashlytics no longer needs or uses the delay parameter. Please use +startWithAPIKey:delegate: instead."); + +/** + * Access the singleton Crashlytics instance. + * + * @return The singleton Crashlytics instance + */ ++ (Crashlytics *)sharedInstance; + +/** + * The easiest way to cause a crash - great for testing! + */ +- (void)crash; + +/** + * The easiest way to cause a crash with an exception - great for testing. + */ +- (void)throwException; + +/** + * Specify a user identifier which will be visible in the Crashlytics UI. + * + * Many of our customers have requested the ability to tie crashes to specific end-users of their + * application in order to facilitate responses to support requests or permit the ability to reach + * out for more information. We allow you to specify up to three separate values for display within + * the Crashlytics UI - but please be mindful of your end-user's privacy. + * + * We recommend specifying a user identifier - an arbitrary string that ties an end-user to a record + * in your system. This could be a database id, hash, or other value that is meaningless to a + * third-party observer but can be indexed and queried by you. + * + * Optionally, you may also specify the end-user's name or username, as well as email address if you + * do not have a system that works well with obscured identifiers. + * + * Pursuant to our EULA, this data is transferred securely throughout our system and we will not + * disseminate end-user data unless required to by law. That said, if you choose to provide end-user + * contact information, we strongly recommend that you disclose this in your application's privacy + * policy. Data privacy is of our utmost concern. + * + * @param identifier An arbitrary user identifier string which ties an end-user to a record in your system. + */ +- (void)setUserIdentifier:(nullable NSString *)identifier; + +/** + * Specify a user name which will be visible in the Crashlytics UI. + * Please be mindful of your end-user's privacy and see if setUserIdentifier: can fulfil your needs. + * @see setUserIdentifier: + * + * @param name An end user's name. + */ +- (void)setUserName:(nullable NSString *)name; + +/** + * Specify a user email which will be visible in the Crashlytics UI. + * Please be mindful of your end-user's privacy and see if setUserIdentifier: can fulfil your needs. + * + * @see setUserIdentifier: + * + * @param email An end user's email address. + */ +- (void)setUserEmail:(nullable NSString *)email; + ++ (void)setUserIdentifier:(nullable NSString *)identifier CLS_DEPRECATED("Please access this method via +sharedInstance"); ++ (void)setUserName:(nullable NSString *)name CLS_DEPRECATED("Please access this method via +sharedInstance"); ++ (void)setUserEmail:(nullable NSString *)email CLS_DEPRECATED("Please access this method via +sharedInstance"); + +/** + * Set a value for a for a key to be associated with your crash data which will be visible in the Crashlytics UI. + * When setting an object value, the object is converted to a string. This is typically done by calling + * -[NSObject description]. + * + * @param value The object to be associated with the key + * @param key The key with which to associate the value + */ +- (void)setObjectValue:(nullable id)value forKey:(NSString *)key; + +/** + * Set an int value for a key to be associated with your crash data which will be visible in the Crashlytics UI. + * + * @param value The integer value to be set + * @param key The key with which to associate the value + */ +- (void)setIntValue:(int)value forKey:(NSString *)key; + +/** + * Set an BOOL value for a key to be associated with your crash data which will be visible in the Crashlytics UI. + * + * @param value The BOOL value to be set + * @param key The key with which to associate the value + */ +- (void)setBoolValue:(BOOL)value forKey:(NSString *)key; + +/** + * Set an float value for a key to be associated with your crash data which will be visible in the Crashlytics UI. + * + * @param value The float value to be set + * @param key The key with which to associate the value + */ +- (void)setFloatValue:(float)value forKey:(NSString *)key; + ++ (void)setObjectValue:(nullable id)value forKey:(NSString *)key CLS_DEPRECATED("Please access this method via +sharedInstance"); ++ (void)setIntValue:(int)value forKey:(NSString *)key CLS_DEPRECATED("Please access this method via +sharedInstance"); ++ (void)setBoolValue:(BOOL)value forKey:(NSString *)key CLS_DEPRECATED("Please access this method via +sharedInstance"); ++ (void)setFloatValue:(float)value forKey:(NSString *)key CLS_DEPRECATED("Please access this method via +sharedInstance"); + +/** + * This method can be used to record a single exception structure in a report. This is particularly useful + * when your code interacts with non-native languages like Lua, C#, or Javascript. This call can be + * expensive and should only be used shortly before process termination. This API is not intended be to used + * to log NSException objects. All safely-reportable NSExceptions are automatically captured by + * Crashlytics. + * + * @param name The name of the custom exception + * @param reason The reason this exception occurred + * @param frameArray An array of CLSStackFrame objects + */ +- (void)recordCustomExceptionName:(NSString *)name reason:(nullable NSString *)reason frameArray:(CLS_GENERIC_NSARRAY(CLSStackFrame *) *)frameArray; + +/** + * + * This allows you to record a non-fatal event, described by an NSError object. These events will be grouped and + * displayed similarly to crashes. Keep in mind that this method can be expensive. Also, the total number of + * NSErrors that can be recorded during your app's life-cycle is limited by a fixed-size circular buffer. If the + * buffer is overrun, the oldest data is dropped. Errors are relayed to Crashlytics on a subsequent launch + * of your application. + * + * You can also use the -recordError:withAdditionalUserInfo: to include additional context not represented + * by the NSError instance itself. + * + **/ +- (void)recordError:(NSError *)error; +- (void)recordError:(NSError *)error withAdditionalUserInfo:(nullable CLS_GENERIC_NSDICTIONARY(NSString *, id) *)userInfo; + +- (void)logEvent:(NSString *)eventName CLS_DEPRECATED("Please refer to Answers +logCustomEventWithName:"); +- (void)logEvent:(NSString *)eventName attributes:(nullable NSDictionary *) attributes CLS_DEPRECATED("Please refer to Answers +logCustomEventWithName:"); ++ (void)logEvent:(NSString *)eventName CLS_DEPRECATED("Please refer to Answers +logCustomEventWithName:"); ++ (void)logEvent:(NSString *)eventName attributes:(nullable NSDictionary *) attributes CLS_DEPRECATED("Please refer to Answers +logCustomEventWithName:"); + +@end + +/** + * + * The CrashlyticsDelegate protocol provides a mechanism for your application to take + * action on events that occur in the Crashlytics crash reporting system. You can make + * use of these calls by assigning an object to the Crashlytics' delegate property directly, + * or through the convenience +startWithAPIKey:delegate: method. + * + */ +@protocol CrashlyticsDelegate +@optional + + +- (void)crashlyticsDidDetectCrashDuringPreviousExecution:(Crashlytics *)crashlytics CLS_DEPRECATED("Please refer to -crashlyticsDidDetectReportForLastExecution:"); +- (void)crashlytics:(Crashlytics *)crashlytics didDetectCrashDuringPreviousExecution:(id )crash CLS_DEPRECATED("Please refer to -crashlyticsDidDetectReportForLastExecution:"); + +/** + * + * Called when a Crashlytics instance has determined that the last execution of the + * application resulted in a saved report. This is called synchronously on Crashlytics + * initialization. Your delegate must invoke the completionHandler, but does not need to do so + * synchronously, or even on the main thread. Invoking completionHandler with NO will cause the + * detected report to be deleted and not submitted to Crashlytics. This is useful for + * implementing permission prompts, or other more-complex forms of logic around submitting crashes. + * + * Instead of using this method, you should try to make use of -crashlyticsDidDetectReportForLastExecution: + * if you can. + * + * @warning Failure to invoke the completionHandler will prevent submissions from being reported. Watch out. + * + * @warning Just implementing this delegate method will disable all forms of synchronous report submission. This can + * impact the reliability of reporting crashes very early in application launch. + * + * @param report The CLSReport object representing the last detected report + * @param completionHandler The completion handler to call when your logic has completed. + * + */ +- (void)crashlyticsDidDetectReportForLastExecution:(CLSReport *)report completionHandler:(void (^)(BOOL submit))completionHandler; + +/** + * + * Called when a Crashlytics instance has determined that the last execution of the + * application resulted in a saved report. This method differs from + * -crashlyticsDidDetectReportForLastExecution:completionHandler: in three important ways: + * + * - it is not called synchronously during initialization + * - it does not give you the ability to prevent the report from being submitted + * - the report object itself is immutable + * + * Thanks to these limitations, making use of this method does not impact reporting + * reliabilty in any way. + * + * @param report The read-only CLSReport object representing the last detected report + * + */ + +- (void)crashlyticsDidDetectReportForLastExecution:(CLSReport *)report; + +/** + * If your app is running on an OS that supports it (OS X 10.9+, iOS 7.0+), Crashlytics will submit + * most reports using out-of-process background networking operations. This results in a significant + * improvement in reliability of reporting, as well as power and performance wins for your users. + * If you don't want this functionality, you can disable by returning NO from this method. + * + * @warning Background submission is not supported for extensions on iOS or OS X. + * + * @param crashlytics The Crashlytics singleton instance + * + * @return Return NO if you don't want out-of-process background network operations. + * + */ +- (BOOL)crashlyticsCanUseBackgroundSessions:(Crashlytics *)crashlytics; + +@end + +/** + * `CrashlyticsKit` can be used as a parameter to `[Fabric with:@[CrashlyticsKit]];` in Objective-C. In Swift, use Crashlytics.sharedInstance() + */ +#define CrashlyticsKit [Crashlytics sharedInstance] + +NS_ASSUME_NONNULL_END diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Info.plist b/Pods/Crashlytics/iOS/Crashlytics.framework/Info.plist new file mode 100644 index 0000000..b537397 Binary files /dev/null and b/Pods/Crashlytics/iOS/Crashlytics.framework/Info.plist differ diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/Modules/module.modulemap b/Pods/Crashlytics/iOS/Crashlytics.framework/Modules/module.modulemap new file mode 100644 index 0000000..da0845e --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/Modules/module.modulemap @@ -0,0 +1,14 @@ +framework module Crashlytics { + header "Crashlytics.h" + header "Answers.h" + header "ANSCompatibility.h" + header "CLSLogging.h" + header "CLSReport.h" + header "CLSStackFrame.h" + header "CLSAttributes.h" + + export * + + link "z" + link "c++" +} diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/run b/Pods/Crashlytics/iOS/Crashlytics.framework/run new file mode 100755 index 0000000..736cd2f --- /dev/null +++ b/Pods/Crashlytics/iOS/Crashlytics.framework/run @@ -0,0 +1,73 @@ +#!/bin/sh + +# run +# +# Copyright (c) 2015 Crashlytics. All rights reserved. +# +# +# This script is meant to be run as a Run Script in the "Build Phases" section +# of your Xcode project. It sends debug symbols to symbolicate stacktraces, +# sends build events to track versions, and onboard apps for Crashlytics. +# +# This script calls upload-symbols twice: +# +# 1) First it calls upload-symbols synchronously in "validation" mode. If the +# script finds issues with the build environment, it will report errors to Xcode. +# In validation mode it exits before doing any time consuming work. +# +# 2) Then it calls upload-symbols in the background to actually send the build +# event and upload symbols. It does this in the background so that it doesn't +# slow down your builds. If an error happens here, you won't see it in Xcode. +# +# You can find the output for the background execution in Console.app, by +# searching for "upload-symbols". +# +# If you want verbose output, you can pass the --debug flag to this script +# + +# Figure out where we're being called from +DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) + +# If the first argument is specified without a dash, treat it as the Fabric API +# Key and add it as an argument +if [ -z "$1" ] || [[ $1 == -* ]]; then + API_KEY_ARG="" +else + API_KEY_ARG="-a $1"; shift +fi + +# If a second argument is specified without a dash, treat it as the Build Secret +# and add it as an argument +if [ -z "$1" ] || [[ $1 == -* ]]; then + BUILD_SECRET_ARG="" +else + BUILD_SECRET_ARG="-bs $1"; shift +fi + +# Build up the arguments list, passing through any flags added after the +# API Key and Build Secret +ARGUMENTS="$API_KEY_ARG $BUILD_SECRET_ARG $@" +VALIDATE_ARGUMENTS="$ARGUMENTS --build-phase --validate" +UPLOAD_ARGUMENTS="$ARGUMENTS --build-phase" + +# Quote the path to handle folders with special characters +COMMAND_PATH="\"$DIR/upload-symbols\" " + +# Ensure params are as expected, run in sync mode to validate, +# and cause a build error if validation fails +eval $COMMAND_PATH$VALIDATE_ARGUMENTS +return_code=$? + +if [[ $return_code != 0 ]]; then + exit $return_code +fi + +# Verification passed, convert and upload cSYMs in the background to prevent +# build delays +# +# Note: Validation is performed again at this step before upload +# +# Note: Output can still be found in Console.app, by searching for +# "upload-symbols" +# +eval $COMMAND_PATH$UPLOAD_ARGUMENTS > /dev/null 2>&1 & diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/submit b/Pods/Crashlytics/iOS/Crashlytics.framework/submit new file mode 100755 index 0000000..3fda5cf Binary files /dev/null and b/Pods/Crashlytics/iOS/Crashlytics.framework/submit differ diff --git a/Pods/Crashlytics/iOS/Crashlytics.framework/upload-symbols b/Pods/Crashlytics/iOS/Crashlytics.framework/upload-symbols new file mode 100755 index 0000000..6275ba5 Binary files /dev/null and b/Pods/Crashlytics/iOS/Crashlytics.framework/upload-symbols differ diff --git a/Pods/Crashlytics/submit b/Pods/Crashlytics/submit new file mode 100755 index 0000000..3fda5cf Binary files /dev/null and b/Pods/Crashlytics/submit differ diff --git a/Pods/Fabric/Fabric.framework/README b/Pods/Fabric/Fabric.framework/README new file mode 100644 index 0000000..3b1fbe2 --- /dev/null +++ b/Pods/Fabric/Fabric.framework/README @@ -0,0 +1 @@ +We've now combined all our supported platforms into a single podspec. As a result, we moved our run script to a new location for Cocoapods projects: ${PODS_ROOT}/Fabric/run. To avoid breaking builds that reference the old location of the run script, we've placed this dummy script that calls to the correct location, while providing a helpful warning in Xcode if it is invoked. This bridge for backwards compatibility will be removed in a future release, so please heed the warning! diff --git a/Pods/Fabric/Fabric.framework/run b/Pods/Fabric/Fabric.framework/run new file mode 100755 index 0000000..b9edd17 --- /dev/null +++ b/Pods/Fabric/Fabric.framework/run @@ -0,0 +1,6 @@ +if [[ -z $PODS_ROOT ]]; then + echo "error: The run binary delivered by cocoapods is in a new location, under '$"{"PODS_ROOT"}"/Fabric/run'. This script was put in place for backwards compatibility, but it relies on PODS_ROOT, which does not have a value in your current setup. Please update the path to the run binary to fix this issue." +else + echo "warning: The run script is now located at '$"{"PODS_ROOT"}"/Fabric/run'. To remove this warning, update your Run Script Build Phase to point to this new location." + sh "${PODS_ROOT}/Fabric/run" "$@" +fi diff --git a/Pods/Fabric/README.md b/Pods/Fabric/README.md new file mode 100644 index 0000000..e99ce83 --- /dev/null +++ b/Pods/Fabric/README.md @@ -0,0 +1,27 @@ + +# Fabric + +## Overview + +[Fabric](https://get.fabric.io) provides developers with the tools they need to build the best apps. Developed and maintained by Google and the team that built Crashlytics. + +For a full list of SDKs provided through Fabric visit [https://fabric.io/kits](https://fabric.io/kits). + +To follow the migration to Firebase, check out the [Fabric Roadmap](https://get.fabric.io/roadmap). + + +## Setup + +Fabric is a dependency for the Crashlytics SDK. To start using Crashlytics, there are two options: + +1) The recommended way is to go to the [Firebase Crashlytics Docs](https://firebase.google.com/docs/crashlytics/get-started?platform=ios) and follow the directions there. + +2) If you aren't using Firebase yet, go to [Fabric Kits](https://fabric.io/kits), and follow the directions for Crashlytics. + + +## Resources + +* [Documentation](https://docs.fabric.io/) +* [Forums](https://stackoverflow.com/questions/tagged/google-fabric) +* [Website](https://get.fabric.io) +* Follow us on Twitter: [@fabric](https://twitter.com/fabric) diff --git a/Pods/Fabric/iOS/Fabric.framework/Fabric b/Pods/Fabric/iOS/Fabric.framework/Fabric new file mode 100755 index 0000000..aa394a3 Binary files /dev/null and b/Pods/Fabric/iOS/Fabric.framework/Fabric differ diff --git a/Pods/Fabric/iOS/Fabric.framework/Headers/FABAttributes.h b/Pods/Fabric/iOS/Fabric.framework/Headers/FABAttributes.h new file mode 100644 index 0000000..3a9355a --- /dev/null +++ b/Pods/Fabric/iOS/Fabric.framework/Headers/FABAttributes.h @@ -0,0 +1,51 @@ +// +// FABAttributes.h +// Fabric +// +// Copyright (C) 2015 Twitter, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +#pragma once + +#define FAB_UNAVAILABLE(x) __attribute__((unavailable(x))) + +#if !__has_feature(nullability) + #define nonnull + #define nullable + #define _Nullable + #define _Nonnull +#endif + +#ifndef NS_ASSUME_NONNULL_BEGIN + #define NS_ASSUME_NONNULL_BEGIN +#endif + +#ifndef NS_ASSUME_NONNULL_END + #define NS_ASSUME_NONNULL_END +#endif + + +/** + * The following macros are defined here to provide + * backwards compatability. If you are still using + * them you should migrate to the native nullability + * macros. + */ +#define fab_nullable nullable +#define fab_nonnull nonnull +#define FAB_NONNULL __fab_nonnull +#define FAB_NULLABLE __fab_nullable +#define FAB_START_NONNULL NS_ASSUME_NONNULL_BEGIN +#define FAB_END_NONNULL NS_ASSUME_NONNULL_END diff --git a/Pods/Fabric/iOS/Fabric.framework/Headers/Fabric.h b/Pods/Fabric/iOS/Fabric.framework/Headers/Fabric.h new file mode 100644 index 0000000..ecbdb53 --- /dev/null +++ b/Pods/Fabric/iOS/Fabric.framework/Headers/Fabric.h @@ -0,0 +1,82 @@ +// +// Fabric.h +// Fabric +// +// Copyright (C) 2015 Twitter, Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// + +#import +#import "FABAttributes.h" + +NS_ASSUME_NONNULL_BEGIN + +#if TARGET_OS_IPHONE +#if __IPHONE_OS_VERSION_MIN_REQUIRED < 60000 + #error "Fabric's minimum iOS version is 6.0" +#endif +#else +#if __MAC_OS_X_VERSION_MIN_REQUIRED < 1070 + #error "Fabric's minimum OS X version is 10.7" +#endif +#endif + +/** + * Fabric Base. Coordinates configuration and starts all provided kits. + */ +@interface Fabric : NSObject + +/** + * Initialize Fabric and all provided kits. Call this method within your App Delegate's `application:didFinishLaunchingWithOptions:` and provide the kits you wish to use. + * + * For example, in Objective-C: + * + * `[Fabric with:@[[Crashlytics class], [Twitter class], [Digits class], [MoPub class]]];` + * + * Swift: + * + * `Fabric.with([Crashlytics.self(), Twitter.self(), Digits.self(), MoPub.self()])` + * + * Only the first call to this method is honored. Subsequent calls are no-ops. + * + * @param kitClasses An array of kit Class objects + * + * @return Returns the shared Fabric instance. In most cases this can be ignored. + */ ++ (instancetype)with:(NSArray *)kitClasses; + +/** + * Returns the Fabric singleton object. + */ ++ (instancetype)sharedSDK; + +/** + * This BOOL enables or disables debug logging, such as kit version information. The default value is NO. + */ +@property (nonatomic, assign) BOOL debug; + +/** + * Unavailable. Use `+sharedSDK` to retrieve the shared Fabric instance. + */ +- (id)init FAB_UNAVAILABLE("Use +sharedSDK to retrieve the shared Fabric instance."); + +/** + * Unavailable. Use `+sharedSDK` to retrieve the shared Fabric instance. + */ ++ (instancetype)new FAB_UNAVAILABLE("Use +sharedSDK to retrieve the shared Fabric instance."); + +@end + +NS_ASSUME_NONNULL_END + diff --git a/Pods/Fabric/iOS/Fabric.framework/Info.plist b/Pods/Fabric/iOS/Fabric.framework/Info.plist new file mode 100644 index 0000000..a617b03 Binary files /dev/null and b/Pods/Fabric/iOS/Fabric.framework/Info.plist differ diff --git a/Pods/Fabric/iOS/Fabric.framework/Modules/module.modulemap b/Pods/Fabric/iOS/Fabric.framework/Modules/module.modulemap new file mode 100644 index 0000000..2a31223 --- /dev/null +++ b/Pods/Fabric/iOS/Fabric.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module Fabric { + umbrella header "Fabric.h" + + export * + module * { export * } +} \ No newline at end of file diff --git a/Pods/Fabric/iOS/Fabric.framework/run b/Pods/Fabric/iOS/Fabric.framework/run new file mode 100755 index 0000000..736cd2f --- /dev/null +++ b/Pods/Fabric/iOS/Fabric.framework/run @@ -0,0 +1,73 @@ +#!/bin/sh + +# run +# +# Copyright (c) 2015 Crashlytics. All rights reserved. +# +# +# This script is meant to be run as a Run Script in the "Build Phases" section +# of your Xcode project. It sends debug symbols to symbolicate stacktraces, +# sends build events to track versions, and onboard apps for Crashlytics. +# +# This script calls upload-symbols twice: +# +# 1) First it calls upload-symbols synchronously in "validation" mode. If the +# script finds issues with the build environment, it will report errors to Xcode. +# In validation mode it exits before doing any time consuming work. +# +# 2) Then it calls upload-symbols in the background to actually send the build +# event and upload symbols. It does this in the background so that it doesn't +# slow down your builds. If an error happens here, you won't see it in Xcode. +# +# You can find the output for the background execution in Console.app, by +# searching for "upload-symbols". +# +# If you want verbose output, you can pass the --debug flag to this script +# + +# Figure out where we're being called from +DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) + +# If the first argument is specified without a dash, treat it as the Fabric API +# Key and add it as an argument +if [ -z "$1" ] || [[ $1 == -* ]]; then + API_KEY_ARG="" +else + API_KEY_ARG="-a $1"; shift +fi + +# If a second argument is specified without a dash, treat it as the Build Secret +# and add it as an argument +if [ -z "$1" ] || [[ $1 == -* ]]; then + BUILD_SECRET_ARG="" +else + BUILD_SECRET_ARG="-bs $1"; shift +fi + +# Build up the arguments list, passing through any flags added after the +# API Key and Build Secret +ARGUMENTS="$API_KEY_ARG $BUILD_SECRET_ARG $@" +VALIDATE_ARGUMENTS="$ARGUMENTS --build-phase --validate" +UPLOAD_ARGUMENTS="$ARGUMENTS --build-phase" + +# Quote the path to handle folders with special characters +COMMAND_PATH="\"$DIR/upload-symbols\" " + +# Ensure params are as expected, run in sync mode to validate, +# and cause a build error if validation fails +eval $COMMAND_PATH$VALIDATE_ARGUMENTS +return_code=$? + +if [[ $return_code != 0 ]]; then + exit $return_code +fi + +# Verification passed, convert and upload cSYMs in the background to prevent +# build delays +# +# Note: Validation is performed again at this step before upload +# +# Note: Output can still be found in Console.app, by searching for +# "upload-symbols" +# +eval $COMMAND_PATH$UPLOAD_ARGUMENTS > /dev/null 2>&1 & diff --git a/Pods/Fabric/iOS/Fabric.framework/upload-symbols b/Pods/Fabric/iOS/Fabric.framework/upload-symbols new file mode 100755 index 0000000..a18d0b6 Binary files /dev/null and b/Pods/Fabric/iOS/Fabric.framework/upload-symbols differ diff --git a/Pods/Fabric/run b/Pods/Fabric/run new file mode 100755 index 0000000..736cd2f --- /dev/null +++ b/Pods/Fabric/run @@ -0,0 +1,73 @@ +#!/bin/sh + +# run +# +# Copyright (c) 2015 Crashlytics. All rights reserved. +# +# +# This script is meant to be run as a Run Script in the "Build Phases" section +# of your Xcode project. It sends debug symbols to symbolicate stacktraces, +# sends build events to track versions, and onboard apps for Crashlytics. +# +# This script calls upload-symbols twice: +# +# 1) First it calls upload-symbols synchronously in "validation" mode. If the +# script finds issues with the build environment, it will report errors to Xcode. +# In validation mode it exits before doing any time consuming work. +# +# 2) Then it calls upload-symbols in the background to actually send the build +# event and upload symbols. It does this in the background so that it doesn't +# slow down your builds. If an error happens here, you won't see it in Xcode. +# +# You can find the output for the background execution in Console.app, by +# searching for "upload-symbols". +# +# If you want verbose output, you can pass the --debug flag to this script +# + +# Figure out where we're being called from +DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) + +# If the first argument is specified without a dash, treat it as the Fabric API +# Key and add it as an argument +if [ -z "$1" ] || [[ $1 == -* ]]; then + API_KEY_ARG="" +else + API_KEY_ARG="-a $1"; shift +fi + +# If a second argument is specified without a dash, treat it as the Build Secret +# and add it as an argument +if [ -z "$1" ] || [[ $1 == -* ]]; then + BUILD_SECRET_ARG="" +else + BUILD_SECRET_ARG="-bs $1"; shift +fi + +# Build up the arguments list, passing through any flags added after the +# API Key and Build Secret +ARGUMENTS="$API_KEY_ARG $BUILD_SECRET_ARG $@" +VALIDATE_ARGUMENTS="$ARGUMENTS --build-phase --validate" +UPLOAD_ARGUMENTS="$ARGUMENTS --build-phase" + +# Quote the path to handle folders with special characters +COMMAND_PATH="\"$DIR/upload-symbols\" " + +# Ensure params are as expected, run in sync mode to validate, +# and cause a build error if validation fails +eval $COMMAND_PATH$VALIDATE_ARGUMENTS +return_code=$? + +if [[ $return_code != 0 ]]; then + exit $return_code +fi + +# Verification passed, convert and upload cSYMs in the background to prevent +# build delays +# +# Note: Validation is performed again at this step before upload +# +# Note: Output can still be found in Console.app, by searching for +# "upload-symbols" +# +eval $COMMAND_PATH$UPLOAD_ARGUMENTS > /dev/null 2>&1 & diff --git a/Pods/Fabric/upload-symbols b/Pods/Fabric/upload-symbols new file mode 100755 index 0000000..a18d0b6 Binary files /dev/null and b/Pods/Fabric/upload-symbols differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector b/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector new file mode 100755 index 0000000..bca9950 Binary files /dev/null and b/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/Modules/module.modulemap b/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/Modules/module.modulemap new file mode 100755 index 0000000..99a4b1d --- /dev/null +++ b/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module FIRAnalyticsConnector { + export * + module * { export * } + link "sqlite3" + link "z" + link framework "CoreData" + link framework "Security" + link framework "StoreKit" + link framework "SystemConfiguration" + link framework "UIKit" +} diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics new file mode 100755 index 0000000..8cbf8bc Binary files /dev/null and b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics differ diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h new file mode 100755 index 0000000..d499af6 --- /dev/null +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics+AppDelegate.h @@ -0,0 +1,62 @@ +#import + +#import "FIRAnalytics.h" + +NS_ASSUME_NONNULL_BEGIN + +/** + * Provides App Delegate handlers to be used in your App Delegate. + * + * To save time integrating Firebase Analytics in an application, Firebase Analytics does not + * require delegation implementation from the AppDelegate. Instead this is automatically done by + * Firebase Analytics. Should you choose instead to delegate manually, you can turn off the App + * Delegate Proxy by adding FirebaseAppDelegateProxyEnabled into your app's Info.plist and setting + * it to NO, and adding the methods in this category to corresponding delegation handlers. + * + * To handle Universal Links, you must return YES in + * [UIApplicationDelegate application:didFinishLaunchingWithOptions:]. + */ +@interface FIRAnalytics (AppDelegate) + +/** + * Handles events related to a URL session that are waiting to be processed. + * + * For optimal use of Firebase Analytics, call this method from the + * [UIApplicationDelegate application:handleEventsForBackgroundURLSession:completionHandler] + * method of the app delegate in your app. + * + * @param identifier The identifier of the URL session requiring attention. + * @param completionHandler The completion handler to call when you finish processing the events. + * Calling this completion handler lets the system know that your app's user interface is + * updated and a new snapshot can be taken. + */ ++ (void)handleEventsForBackgroundURLSession:(NSString *)identifier + completionHandler:(nullable void (^)(void))completionHandler; + +/** + * Handles the event when the app is launched by a URL. + * + * Call this method from [UIApplicationDelegate application:openURL:options:] (on iOS 9.0 and + * above), or [UIApplicationDelegate application:openURL:sourceApplication:annotation:] (on + * iOS 8.x and below) in your app. + * + * @param url The URL resource to open. This resource can be a network resource or a file. + */ ++ (void)handleOpenURL:(NSURL *)url; + +/** + * Handles the event when the app receives data associated with user activity that includes a + * Universal Link (on iOS 9.0 and above). + * + * Call this method from [UIApplication continueUserActivity:restorationHandler:] in your app + * delegate (on iOS 9.0 and above). + * + * @param userActivity The activity object containing the data associated with the task the user + * was performing. + */ ++ (void)handleUserActivity:(id)userActivity; + +@end + +NS_ASSUME_NONNULL_END + diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h new file mode 100755 index 0000000..afb9f82 --- /dev/null +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h @@ -0,0 +1,132 @@ +#import + +#import "FIREventNames.h" +#import "FIRParameterNames.h" +#import "FIRUserPropertyNames.h" + +NS_ASSUME_NONNULL_BEGIN + +/// The top level Firebase Analytics singleton that provides methods for logging events and setting +/// user properties. See the developer guides for general +/// information on using Firebase Analytics in your apps. +NS_SWIFT_NAME(Analytics) +@interface FIRAnalytics : NSObject + +/// Logs an app event. The event can have up to 25 parameters. Events with the same name must have +/// the same parameters. Up to 500 event names are supported. Using predefined events and/or +/// parameters is recommended for optimal reporting. +/// +/// The following event names are reserved and cannot be used: +///
    +///
  • ad_activeview
  • +///
  • ad_click
  • +///
  • ad_exposure
  • +///
  • ad_impression
  • +///
  • ad_query
  • +///
  • adunit_exposure
  • +///
  • app_clear_data
  • +///
  • app_remove
  • +///
  • app_update
  • +///
  • error
  • +///
  • first_open
  • +///
  • in_app_purchase
  • +///
  • notification_dismiss
  • +///
  • notification_foreground
  • +///
  • notification_open
  • +///
  • notification_receive
  • +///
  • os_update
  • +///
  • screen_view
  • +///
  • session_start
  • +///
  • user_engagement
  • +///
+/// +/// @param name The name of the event. Should contain 1 to 40 alphanumeric characters or +/// underscores. The name must start with an alphabetic character. Some event names are +/// reserved. See FIREventNames.h for the list of reserved event names. The "firebase_", +/// "google_", and "ga_" prefixes are reserved and should not be used. Note that event names are +/// case-sensitive and that logging two events whose names differ only in case will result in +/// two distinct events. +/// @param parameters The dictionary of event parameters. Passing nil indicates that the event has +/// no parameters. Parameter names can be up to 40 characters long and must start with an +/// alphabetic character and contain only alphanumeric characters and underscores. Only NSString +/// and NSNumber (signed 64-bit integer and 64-bit floating-point number) parameter types are +/// supported. NSString parameter values can be up to 100 characters long. The "firebase_", +/// "google_", and "ga_" prefixes are reserved and should not be used for parameter names. ++ (void)logEventWithName:(NSString *)name + parameters:(nullable NSDictionary *)parameters + NS_SWIFT_NAME(logEvent(_:parameters:)); + +/// Sets a user property to a given value. Up to 25 user property names are supported. Once set, +/// user property values persist throughout the app lifecycle and across sessions. +/// +/// The following user property names are reserved and cannot be used: +///
    +///
  • first_open_time
  • +///
  • last_deep_link_referrer
  • +///
  • user_id
  • +///
+/// +/// @param value The value of the user property. Values can be up to 36 characters long. Setting the +/// value to nil removes the user property. +/// @param name The name of the user property to set. Should contain 1 to 24 alphanumeric characters +/// or underscores and must start with an alphabetic character. The "firebase_", "google_", and +/// "ga_" prefixes are reserved and should not be used for user property names. ++ (void)setUserPropertyString:(nullable NSString *)value forName:(NSString *)name + NS_SWIFT_NAME(setUserProperty(_:forName:)); + +/// Sets the user ID property. This feature must be used in accordance with +/// Google's Privacy Policy +/// +/// @param userID The user ID to ascribe to the user of this app on this device, which must be +/// non-empty and no more than 256 characters long. Setting userID to nil removes the user ID. ++ (void)setUserID:(nullable NSString *)userID; + +/// Sets the current screen name, which specifies the current visual context in your app. This helps +/// identify the areas in your app where users spend their time and how they interact with your app. +/// Must be called on the main thread. +/// +/// Note that screen reporting is enabled automatically and records the class name of the current +/// UIViewController for you without requiring you to call this method. If you implement +/// viewDidAppear in your UIViewController but do not call [super viewDidAppear:], that screen class +/// will not be automatically tracked. The class name can optionally be overridden by calling this +/// method in the viewDidAppear callback of your UIViewController and specifying the +/// screenClassOverride parameter. setScreenName:screenClass: must be called after +/// [super viewDidAppear:]. +/// +/// If your app does not use a distinct UIViewController for each screen, you should call this +/// method and specify a distinct screenName each time a new screen is presented to the user. +/// +/// The screen name and screen class remain in effect until the current UIViewController changes or +/// a new call to setScreenName:screenClass: is made. +/// +/// @param screenName The name of the current screen. Should contain 1 to 100 characters. Set to nil +/// to clear the current screen name. +/// @param screenClassOverride The name of the screen class. Should contain 1 to 100 characters. By +/// default this is the class name of the current UIViewController. Set to nil to revert to the +/// default class name. ++ (void)setScreenName:(nullable NSString *)screenName + screenClass:(nullable NSString *)screenClassOverride; + +/// Sets whether analytics collection is enabled for this app on this device. This setting is +/// persisted across app sessions. By default it is enabled. +/// +/// @param analyticsCollectionEnabled A flag that enables or disables Analytics collection. ++ (void)setAnalyticsCollectionEnabled:(BOOL)analyticsCollectionEnabled; + +/// Sets the interval of inactivity in seconds that terminates the current session. The default +/// value is 1800 seconds (30 minutes). +/// +/// @param sessionTimeoutInterval The custom time of inactivity in seconds before the current +/// session terminates. ++ (void)setSessionTimeoutInterval:(NSTimeInterval)sessionTimeoutInterval; + +/// The unique ID for this instance of the application. ++ (NSString *)appInstanceID; + +/// Clears all analytics data for this instance from the device and resets the app instance ID. +/// FIRAnalyticsConfiguration values will be reset to the default values. ++ (void)resetAnalyticsData; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h new file mode 100755 index 0000000..c70c53e --- /dev/null +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIREventNames.h @@ -0,0 +1,407 @@ +/// @file FIREventNames.h +/// +/// Predefined event names. +/// +/// An Event is an important occurrence in your app that you want to measure. You can report up to +/// 500 different types of Events per app and you can associate up to 25 unique parameters with each +/// Event type. Some common events are suggested below, but you may also choose to specify custom +/// Event types that are associated with your specific app. Each event type is identified by a +/// unique name. Event names can be up to 40 characters long, may only contain alphanumeric +/// characters and underscores ("_"), and must start with an alphabetic character. The "firebase_", +/// "google_", and "ga_" prefixes are reserved and should not be used. + +#import + +/// Add Payment Info event. This event signifies that a user has submitted their payment information +/// to your app. +static NSString *const kFIREventAddPaymentInfo NS_SWIFT_NAME(AnalyticsEventAddPaymentInfo) = + @"add_payment_info"; + +/// E-Commerce Add To Cart event. This event signifies that an item was added to a cart for +/// purchase. Add this event to a funnel with kFIREventEcommercePurchase to gauge the effectiveness +/// of your checkout process. Note: If you supply the @c kFIRParameterValue parameter, you must +/// also supply the @c kFIRParameterCurrency parameter so that revenue metrics can be computed +/// accurately. Params: +/// +///
    +///
  • @c kFIRParameterQuantity (signed 64-bit integer as NSNumber)
  • +///
  • @c kFIRParameterItemID (NSString)
  • +///
  • @c kFIRParameterItemName (NSString)
  • +///
  • @c kFIRParameterItemCategory (NSString)
  • +///
  • @c kFIRParameterItemLocationID (NSString) (optional)
  • +///
  • @c kFIRParameterPrice (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterOrigin (NSString) (optional)
  • +///
  • @c kFIRParameterDestination (NSString) (optional)
  • +///
  • @c kFIRParameterStartDate (NSString) (optional)
  • +///
  • @c kFIRParameterEndDate (NSString) (optional)
  • +///
+static NSString *const kFIREventAddToCart NS_SWIFT_NAME(AnalyticsEventAddToCart) = @"add_to_cart"; + +/// E-Commerce Add To Wishlist event. This event signifies that an item was added to a wishlist. +/// Use this event to identify popular gift items in your app. Note: If you supply the +/// @c kFIRParameterValue parameter, you must also supply the @c kFIRParameterCurrency +/// parameter so that revenue metrics can be computed accurately. Params: +/// +///
    +///
  • @c kFIRParameterQuantity (signed 64-bit integer as NSNumber)
  • +///
  • @c kFIRParameterItemID (NSString)
  • +///
  • @c kFIRParameterItemName (NSString)
  • +///
  • @c kFIRParameterItemCategory (NSString)
  • +///
  • @c kFIRParameterItemLocationID (NSString) (optional)
  • +///
  • @c kFIRParameterPrice (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
+static NSString *const kFIREventAddToWishlist NS_SWIFT_NAME(AnalyticsEventAddToWishlist) = + @"add_to_wishlist"; + +/// App Open event. By logging this event when an App becomes active, developers can understand how +/// often users leave and return during the course of a Session. Although Sessions are automatically +/// reported, this event can provide further clarification around the continuous engagement of +/// app-users. +static NSString *const kFIREventAppOpen NS_SWIFT_NAME(AnalyticsEventAppOpen) = @"app_open"; + +/// E-Commerce Begin Checkout event. This event signifies that a user has begun the process of +/// checking out. Add this event to a funnel with your kFIREventEcommercePurchase event to gauge the +/// effectiveness of your checkout process. Note: If you supply the @c kFIRParameterValue +/// parameter, you must also supply the @c kFIRParameterCurrency parameter so that revenue +/// metrics can be computed accurately. Params: +/// +///
    +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterTransactionID (NSString) (optional)
  • +///
  • @c kFIRParameterStartDate (NSString) (optional)
  • +///
  • @c kFIRParameterEndDate (NSString) (optional)
  • +///
  • @c kFIRParameterNumberOfNights (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
  • +///
  • @c kFIRParameterNumberOfRooms (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
  • +///
  • @c kFIRParameterNumberOfPassengers (signed 64-bit integer as NSNumber) (optional) +/// for travel bookings
  • +///
  • @c kFIRParameterOrigin (NSString) (optional)
  • +///
  • @c kFIRParameterDestination (NSString) (optional)
  • +///
  • @c kFIRParameterTravelClass (NSString) (optional) for travel bookings
  • +///
+static NSString *const kFIREventBeginCheckout NS_SWIFT_NAME(AnalyticsEventBeginCheckout) = + @"begin_checkout"; + +/// Campaign Detail event. Log this event to supply the referral details of a re-engagement +/// campaign. Note: you must supply at least one of the required parameters kFIRParameterSource, +/// kFIRParameterMedium or kFIRParameterCampaign. Params: +/// +///
    +///
  • @c kFIRParameterSource (NSString)
  • +///
  • @c kFIRParameterMedium (NSString)
  • +///
  • @c kFIRParameterCampaign (NSString)
  • +///
  • @c kFIRParameterTerm (NSString) (optional)
  • +///
  • @c kFIRParameterContent (NSString) (optional)
  • +///
  • @c kFIRParameterAdNetworkClickID (NSString) (optional)
  • +///
  • @c kFIRParameterCP1 (NSString) (optional)
  • +///
+static NSString *const kFIREventCampaignDetails NS_SWIFT_NAME(AnalyticsEventCampaignDetails) = + @"campaign_details"; + +/// Checkout progress. Params: +/// +///
    +///
  • @c kFIRParameterCheckoutStep (unsigned 64-bit integer as NSNumber)
  • +///
  • @c kFIRParameterCheckoutOption (NSString) (optional)
  • +///
+static NSString *const kFIREventCheckoutProgress NS_SWIFT_NAME(AnalyticsEventCheckoutProgress) = + @"checkout_progress"; + +/// Earn Virtual Currency event. This event tracks the awarding of virtual currency in your app. Log +/// this along with @c kFIREventSpendVirtualCurrency to better understand your virtual economy. +/// Params: +/// +///
    +///
  • @c kFIRParameterVirtualCurrencyName (NSString)
  • +///
  • @c kFIRParameterValue (signed 64-bit integer or double as NSNumber)
  • +///
+static NSString *const kFIREventEarnVirtualCurrency + NS_SWIFT_NAME(AnalyticsEventEarnVirtualCurrency) = @"earn_virtual_currency"; + +/// E-Commerce Purchase event. This event signifies that an item was purchased by a user. Note: +/// This is different from the in-app purchase event, which is reported automatically for App +/// Store-based apps. Note: If you supply the @c kFIRParameterValue parameter, you must also +/// supply the @c kFIRParameterCurrency parameter so that revenue metrics can be computed +/// accurately. Params: +/// +///
    +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterTransactionID (NSString) (optional)
  • +///
  • @c kFIRParameterTax (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterShipping (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterCoupon (NSString) (optional)
  • +///
  • @c kFIRParameterLocation (NSString) (optional)
  • +///
  • @c kFIRParameterStartDate (NSString) (optional)
  • +///
  • @c kFIRParameterEndDate (NSString) (optional)
  • +///
  • @c kFIRParameterNumberOfNights (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
  • +///
  • @c kFIRParameterNumberOfRooms (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
  • +///
  • @c kFIRParameterNumberOfPassengers (signed 64-bit integer as NSNumber) (optional) +/// for travel bookings
  • +///
  • @c kFIRParameterOrigin (NSString) (optional)
  • +///
  • @c kFIRParameterDestination (NSString) (optional)
  • +///
  • @c kFIRParameterTravelClass (NSString) (optional) for travel bookings
  • +///
+static NSString *const kFIREventEcommercePurchase NS_SWIFT_NAME(AnalyticsEventEcommercePurchase) = + @"ecommerce_purchase"; + +/// Generate Lead event. Log this event when a lead has been generated in the app to understand the +/// efficacy of your install and re-engagement campaigns. Note: If you supply the +/// @c kFIRParameterValue parameter, you must also supply the @c kFIRParameterCurrency +/// parameter so that revenue metrics can be computed accurately. Params: +/// +///
    +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
+static NSString *const kFIREventGenerateLead NS_SWIFT_NAME(AnalyticsEventGenerateLead) = + @"generate_lead"; + +/// Join Group event. Log this event when a user joins a group such as a guild, team or family. Use +/// this event to analyze how popular certain groups or social features are in your app. Params: +/// +///
    +///
  • @c kFIRParameterGroupID (NSString)
  • +///
+static NSString *const kFIREventJoinGroup NS_SWIFT_NAME(AnalyticsEventJoinGroup) = @"join_group"; + +/// Level Up event. This event signifies that a player has leveled up in your gaming app. It can +/// help you gauge the level distribution of your userbase and help you identify certain levels that +/// are difficult to pass. Params: +/// +///
    +///
  • @c kFIRParameterLevel (signed 64-bit integer as NSNumber)
  • +///
  • @c kFIRParameterCharacter (NSString) (optional)
  • +///
+static NSString *const kFIREventLevelUp NS_SWIFT_NAME(AnalyticsEventLevelUp) = @"level_up"; + +/// Login event. Apps with a login feature can report this event to signify that a user has logged +/// in. +static NSString *const kFIREventLogin NS_SWIFT_NAME(AnalyticsEventLogin) = @"login"; + +/// Post Score event. Log this event when the user posts a score in your gaming app. This event can +/// help you understand how users are actually performing in your game and it can help you correlate +/// high scores with certain audiences or behaviors. Params: +/// +///
    +///
  • @c kFIRParameterScore (signed 64-bit integer as NSNumber)
  • +///
  • @c kFIRParameterLevel (signed 64-bit integer as NSNumber) (optional)
  • +///
  • @c kFIRParameterCharacter (NSString) (optional)
  • +///
+static NSString *const kFIREventPostScore NS_SWIFT_NAME(AnalyticsEventPostScore) = @"post_score"; + +/// Present Offer event. This event signifies that the app has presented a purchase offer to a user. +/// Add this event to a funnel with the kFIREventAddToCart and kFIREventEcommercePurchase to gauge +/// your conversion process. Note: If you supply the @c kFIRParameterValue parameter, you must +/// also supply the @c kFIRParameterCurrency parameter so that revenue metrics can be computed +/// accurately. Params: +/// +///
    +///
  • @c kFIRParameterQuantity (signed 64-bit integer as NSNumber)
  • +///
  • @c kFIRParameterItemID (NSString)
  • +///
  • @c kFIRParameterItemName (NSString)
  • +///
  • @c kFIRParameterItemCategory (NSString)
  • +///
  • @c kFIRParameterItemLocationID (NSString) (optional)
  • +///
  • @c kFIRParameterPrice (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
+static NSString *const kFIREventPresentOffer NS_SWIFT_NAME(AnalyticsEventPresentOffer) = + @"present_offer"; + +/// E-Commerce Purchase Refund event. This event signifies that an item purchase was refunded. +/// Note: If you supply the @c kFIRParameterValue parameter, you must also supply the +/// @c kFIRParameterCurrency parameter so that revenue metrics can be computed accurately. +/// Params: +/// +///
    +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterTransactionID (NSString) (optional)
  • +///
+static NSString *const kFIREventPurchaseRefund NS_SWIFT_NAME(AnalyticsEventPurchaseRefund) = + @"purchase_refund"; + +/// Remove from cart event. Params: +/// +///
    +///
  • @c kFIRParameterQuantity (signed 64-bit integer as NSNumber)
  • +///
  • @c kFIRParameterItemID (NSString)
  • +///
  • @c kFIRParameterItemName (NSString)
  • +///
  • @c kFIRParameterItemCategory (NSString)
  • +///
  • @c kFIRParameterItemLocationID (NSString) (optional)
  • +///
  • @c kFIRParameterPrice (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterOrigin (NSString) (optional)
  • +///
  • @c kFIRParameterDestination (NSString) (optional)
  • +///
  • @c kFIRParameterStartDate (NSString) (optional)
  • +///
  • @c kFIRParameterEndDate (NSString) (optional)
  • +///
+static NSString *const kFIREventRemoveFromCart NS_SWIFT_NAME(AnalyticsEventRemoveFromCart) = + @"remove_from_cart"; + +/// Search event. Apps that support search features can use this event to contextualize search +/// operations by supplying the appropriate, corresponding parameters. This event can help you +/// identify the most popular content in your app. Params: +/// +///
    +///
  • @c kFIRParameterSearchTerm (NSString)
  • +///
  • @c kFIRParameterStartDate (NSString) (optional)
  • +///
  • @c kFIRParameterEndDate (NSString) (optional)
  • +///
  • @c kFIRParameterNumberOfNights (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
  • +///
  • @c kFIRParameterNumberOfRooms (signed 64-bit integer as NSNumber) (optional) for +/// hotel bookings
  • +///
  • @c kFIRParameterNumberOfPassengers (signed 64-bit integer as NSNumber) (optional) +/// for travel bookings
  • +///
  • @c kFIRParameterOrigin (NSString) (optional)
  • +///
  • @c kFIRParameterDestination (NSString) (optional)
  • +///
  • @c kFIRParameterTravelClass (NSString) (optional) for travel bookings
  • +///
+static NSString *const kFIREventSearch NS_SWIFT_NAME(AnalyticsEventSearch) = @"search"; + +/// Select Content event. This general purpose event signifies that a user has selected some content +/// of a certain type in an app. The content can be any object in your app. This event can help you +/// identify popular content and categories of content in your app. Params: +/// +///
    +///
  • @c kFIRParameterContentType (NSString)
  • +///
  • @c kFIRParameterItemID (NSString)
  • +///
+static NSString *const kFIREventSelectContent NS_SWIFT_NAME(AnalyticsEventSelectContent) = + @"select_content"; + +/// Set checkout option. Params: +/// +///
    +///
  • @c kFIRParameterCheckoutStep (unsigned 64-bit integer as NSNumber)
  • +///
  • @c kFIRParameterCheckoutOption (NSString)
  • +///
+static NSString *const kFIREventSetCheckoutOption NS_SWIFT_NAME(AnalyticsEventSetCheckoutOption) = + @"set_checkout_option"; + +/// Share event. Apps with social features can log the Share event to identify the most viral +/// content. Params: +/// +///
    +///
  • @c kFIRParameterContentType (NSString)
  • +///
  • @c kFIRParameterItemID (NSString)
  • +///
+static NSString *const kFIREventShare NS_SWIFT_NAME(AnalyticsEventShare) = @"share"; + +/// Sign Up event. This event indicates that a user has signed up for an account in your app. The +/// parameter signifies the method by which the user signed up. Use this event to understand the +/// different behaviors between logged in and logged out users. Params: +/// +///
    +///
  • @c kFIRParameterSignUpMethod (NSString)
  • +///
+static NSString *const kFIREventSignUp NS_SWIFT_NAME(AnalyticsEventSignUp) = @"sign_up"; + +/// Spend Virtual Currency event. This event tracks the sale of virtual goods in your app and can +/// help you identify which virtual goods are the most popular objects of purchase. Params: +/// +///
    +///
  • @c kFIRParameterItemName (NSString)
  • +///
  • @c kFIRParameterVirtualCurrencyName (NSString)
  • +///
  • @c kFIRParameterValue (signed 64-bit integer or double as NSNumber)
  • +///
+static NSString *const kFIREventSpendVirtualCurrency + NS_SWIFT_NAME(AnalyticsEventSpendVirtualCurrency) = @"spend_virtual_currency"; + +/// Tutorial Begin event. This event signifies the start of the on-boarding process in your app. Use +/// this in a funnel with kFIREventTutorialComplete to understand how many users complete this +/// process and move on to the full app experience. +static NSString *const kFIREventTutorialBegin NS_SWIFT_NAME(AnalyticsEventTutorialBegin) = + @"tutorial_begin"; + +/// Tutorial End event. Use this event to signify the user's completion of your app's on-boarding +/// process. Add this to a funnel with kFIREventTutorialBegin to gauge the completion rate of your +/// on-boarding process. +static NSString *const kFIREventTutorialComplete NS_SWIFT_NAME(AnalyticsEventTutorialComplete) = + @"tutorial_complete"; + +/// Unlock Achievement event. Log this event when the user has unlocked an achievement in your +/// game. Since achievements generally represent the breadth of a gaming experience, this event can +/// help you understand how many users are experiencing all that your game has to offer. Params: +/// +///
    +///
  • @c kFIRParameterAchievementID (NSString)
  • +///
+static NSString *const kFIREventUnlockAchievement NS_SWIFT_NAME(AnalyticsEventUnlockAchievement) = + @"unlock_achievement"; + +/// View Item event. This event signifies that some content was shown to the user. This content may +/// be a product, a webpage or just a simple image or text. Use the appropriate parameters to +/// contextualize the event. Use this event to discover the most popular items viewed in your app. +/// Note: If you supply the @c kFIRParameterValue parameter, you must also supply the +/// @c kFIRParameterCurrency parameter so that revenue metrics can be computed accurately. +/// Params: +/// +///
    +///
  • @c kFIRParameterItemID (NSString)
  • +///
  • @c kFIRParameterItemName (NSString)
  • +///
  • @c kFIRParameterItemCategory (NSString)
  • +///
  • @c kFIRParameterItemLocationID (NSString) (optional)
  • +///
  • @c kFIRParameterPrice (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterQuantity (signed 64-bit integer as NSNumber) (optional)
  • +///
  • @c kFIRParameterCurrency (NSString) (optional)
  • +///
  • @c kFIRParameterValue (double as NSNumber) (optional)
  • +///
  • @c kFIRParameterStartDate (NSString) (optional)
  • +///
  • @c kFIRParameterEndDate (NSString) (optional)
  • +///
  • @c kFIRParameterFlightNumber (NSString) (optional) for travel bookings
  • +///
  • @c kFIRParameterNumberOfPassengers (signed 64-bit integer as NSNumber) (optional) +/// for travel bookings
  • +///
  • @c kFIRParameterNumberOfNights (signed 64-bit integer as NSNumber) (optional) for +/// travel bookings
  • +///
  • @c kFIRParameterNumberOfRooms (signed 64-bit integer as NSNumber) (optional) for +/// travel bookings
  • +///
  • @c kFIRParameterOrigin (NSString) (optional)
  • +///
  • @c kFIRParameterDestination (NSString) (optional)
  • +///
  • @c kFIRParameterSearchTerm (NSString) (optional) for travel bookings
  • +///
  • @c kFIRParameterTravelClass (NSString) (optional) for travel bookings
  • +///
+static NSString *const kFIREventViewItem NS_SWIFT_NAME(AnalyticsEventViewItem) = @"view_item"; + +/// View Item List event. Log this event when the user has been presented with a list of items of a +/// certain category. Params: +/// +///
    +///
  • @c kFIRParameterItemCategory (NSString)
  • +///
+static NSString *const kFIREventViewItemList NS_SWIFT_NAME(AnalyticsEventViewItemList) = + @"view_item_list"; + +/// View Search Results event. Log this event when the user has been presented with the results of a +/// search. Params: +/// +///
    +///
  • @c kFIRParameterSearchTerm (NSString)
  • +///
+static NSString *const kFIREventViewSearchResults NS_SWIFT_NAME(AnalyticsEventViewSearchResults) = + @"view_search_results"; + +/// Level Start event. Log this event when the user starts a new level. Params: +/// +///
    +///
  • @c kFIRParameterLevelName (NSString)
  • +///
+static NSString *const kFIREventLevelStart NS_SWIFT_NAME(AnalyticsEventLevelStart) = + @"level_start"; + +/// Level End event. Log this event when the user finishes a level. Params: +/// +///
    +///
  • @c kFIRParameterLevelName (NSString)
  • +///
  • @c kFIRParameterSuccess (NSString)
  • +///
+static NSString *const kFIREventLevelEnd NS_SWIFT_NAME(AnalyticsEventLevelEnd) = @"level_end"; diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h new file mode 100755 index 0000000..ad9fff7 --- /dev/null +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRParameterNames.h @@ -0,0 +1,532 @@ +/// @file FIRParameterNames.h +/// +/// Predefined event parameter names. +/// +/// Params supply information that contextualize Events. You can associate up to 25 unique Params +/// with each Event type. Some Params are suggested below for certain common Events, but you are +/// not limited to these. You may supply extra Params for suggested Events or custom Params for +/// Custom events. Param names can be up to 40 characters long, may only contain alphanumeric +/// characters and underscores ("_"), and must start with an alphabetic character. Param values can +/// be up to 100 characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and +/// should not be used. + +#import + +/// Game achievement ID (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterAchievementID : @"10_matches_won",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterAchievementID NS_SWIFT_NAME(AnalyticsParameterAchievementID) = + @"achievement_id"; + +/// Ad Network Click ID (NSString). Used for network-specific click IDs which vary in format. +///
+///     NSDictionary *params = @{
+///       kFIRParameterAdNetworkClickID : @"1234567",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterAdNetworkClickID + NS_SWIFT_NAME(AnalyticsParameterAdNetworkClickID) = @"aclid"; + +/// The store or affiliation from which this transaction occurred (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterAffiliation : @"Google Store",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterAffiliation NS_SWIFT_NAME(AnalyticsParameterAffiliation) = + @"affiliation"; + +/// The individual campaign name, slogan, promo code, etc. Some networks have pre-defined macro to +/// capture campaign information, otherwise can be populated by developer. Highly Recommended +/// (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterCampaign : @"winter_promotion",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCampaign NS_SWIFT_NAME(AnalyticsParameterCampaign) = + @"campaign"; + +/// Character used in game (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterCharacter : @"beat_boss",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCharacter NS_SWIFT_NAME(AnalyticsParameterCharacter) = + @"character"; + +/// The checkout step (1..N) (unsigned 64-bit integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterCheckoutStep : @"1",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCheckoutStep NS_SWIFT_NAME(AnalyticsParameterCheckoutStep) = + @"checkout_step"; + +/// Some option on a step in an ecommerce flow (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterCheckoutOption : @"Visa",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCheckoutOption + NS_SWIFT_NAME(AnalyticsParameterCheckoutOption) = @"checkout_option"; + +/// Campaign content (NSString). +static NSString *const kFIRParameterContent NS_SWIFT_NAME(AnalyticsParameterContent) = @"content"; + +/// Type of content selected (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterContentType : @"news article",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterContentType NS_SWIFT_NAME(AnalyticsParameterContentType) = + @"content_type"; + +/// Coupon code for a purchasable item (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterCoupon : @"zz123",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCoupon NS_SWIFT_NAME(AnalyticsParameterCoupon) = @"coupon"; + +/// Campaign custom parameter (NSString). Used as a method of capturing custom data in a campaign. +/// Use varies by network. +///
+///     NSDictionary *params = @{
+///       kFIRParameterCP1 : @"custom_data",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCP1 NS_SWIFT_NAME(AnalyticsParameterCP1) = @"cp1"; + +/// The name of a creative used in a promotional spot (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterCreativeName : @"Summer Sale",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCreativeName NS_SWIFT_NAME(AnalyticsParameterCreativeName) = + @"creative_name"; + +/// The name of a creative slot (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterCreativeSlot : @"summer_banner2",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCreativeSlot NS_SWIFT_NAME(AnalyticsParameterCreativeSlot) = + @"creative_slot"; + +/// Purchase currency in 3-letter +/// ISO_4217 format (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterCurrency : @"USD",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterCurrency NS_SWIFT_NAME(AnalyticsParameterCurrency) = + @"currency"; + +/// Flight or Travel destination (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterDestination : @"Mountain View, CA",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterDestination NS_SWIFT_NAME(AnalyticsParameterDestination) = + @"destination"; + +/// The arrival date, check-out date or rental end date for the item. This should be in +/// YYYY-MM-DD format (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterEndDate : @"2015-09-14",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterEndDate NS_SWIFT_NAME(AnalyticsParameterEndDate) = @"end_date"; + +/// Flight number for travel events (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterFlightNumber : @"ZZ800",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterFlightNumber NS_SWIFT_NAME(AnalyticsParameterFlightNumber) = + @"flight_number"; + +/// Group/clan/guild ID (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterGroupID : @"g1",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterGroupID NS_SWIFT_NAME(AnalyticsParameterGroupID) = @"group_id"; + +/// Index of an item in a list (signed 64-bit integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterIndex : @(1),
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterIndex NS_SWIFT_NAME(AnalyticsParameterIndex) = @"index"; + +/// Item brand (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterItemBrand : @"Google",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterItemBrand NS_SWIFT_NAME(AnalyticsParameterItemBrand) = + @"item_brand"; + +/// Item category (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterItemCategory : @"t-shirts",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterItemCategory NS_SWIFT_NAME(AnalyticsParameterItemCategory) = + @"item_category"; + +/// Item ID (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterItemID : @"p7654",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterItemID NS_SWIFT_NAME(AnalyticsParameterItemID) = @"item_id"; + +/// The Google Place ID (NSString) that +/// corresponds to the associated item. Alternatively, you can supply your own custom Location ID. +///
+///     NSDictionary *params = @{
+///       kFIRParameterItemLocationID : @"ChIJiyj437sx3YAR9kUWC8QkLzQ",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterItemLocationID + NS_SWIFT_NAME(AnalyticsParameterItemLocationID) = @"item_location_id"; + +/// Item name (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterItemName : @"abc",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterItemName NS_SWIFT_NAME(AnalyticsParameterItemName) = + @"item_name"; + +/// The list in which the item was presented to the user (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterItemList : @"Search Results",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterItemList NS_SWIFT_NAME(AnalyticsParameterItemList) = + @"item_list"; + +/// Item variant (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterItemVariant : @"Red",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterItemVariant NS_SWIFT_NAME(AnalyticsParameterItemVariant) = + @"item_variant"; + +/// Level in game (signed 64-bit integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterLevel : @(42),
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterLevel NS_SWIFT_NAME(AnalyticsParameterLevel) = @"level"; + +/// Location (NSString). The Google Place ID +/// that corresponds to the associated event. Alternatively, you can supply your own custom +/// Location ID. +///
+///     NSDictionary *params = @{
+///       kFIRParameterLocation : @"ChIJiyj437sx3YAR9kUWC8QkLzQ",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterLocation NS_SWIFT_NAME(AnalyticsParameterLocation) = + @"location"; + +/// The advertising or marketing medium, for example: cpc, banner, email, push. Highly recommended +/// (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterMedium : @"email",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterMedium NS_SWIFT_NAME(AnalyticsParameterMedium) = @"medium"; + +/// Number of nights staying at hotel (signed 64-bit integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterNumberOfNights : @(3),
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterNumberOfNights + NS_SWIFT_NAME(AnalyticsParameterNumberOfNights) = @"number_of_nights"; + +/// Number of passengers traveling (signed 64-bit integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterNumberOfPassengers : @(11),
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterNumberOfPassengers + NS_SWIFT_NAME(AnalyticsParameterNumberOfPassengers) = @"number_of_passengers"; + +/// Number of rooms for travel events (signed 64-bit integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterNumberOfRooms : @(2),
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterNumberOfRooms NS_SWIFT_NAME(AnalyticsParameterNumberOfRooms) = + @"number_of_rooms"; + +/// Flight or Travel origin (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterOrigin : @"Mountain View, CA",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterOrigin NS_SWIFT_NAME(AnalyticsParameterOrigin) = @"origin"; + +/// Purchase price (double as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterPrice : @(1.0),
+///       kFIRParameterCurrency : @"USD",  // e.g. $1.00 USD
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterPrice NS_SWIFT_NAME(AnalyticsParameterPrice) = @"price"; + +/// Purchase quantity (signed 64-bit integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterQuantity : @(1),
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterQuantity NS_SWIFT_NAME(AnalyticsParameterQuantity) = + @"quantity"; + +/// Score in game (signed 64-bit integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterScore : @(4200),
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterScore NS_SWIFT_NAME(AnalyticsParameterScore) = @"score"; + +/// The search string/keywords used (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterSearchTerm : @"periodic table",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterSearchTerm NS_SWIFT_NAME(AnalyticsParameterSearchTerm) = + @"search_term"; + +/// Shipping cost (double as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterShipping : @(9.50),
+///       kFIRParameterCurrency : @"USD",  // e.g. $9.50 USD
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterShipping NS_SWIFT_NAME(AnalyticsParameterShipping) = + @"shipping"; + +/// Sign up method (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterSignUpMethod : @"google",
+///       // ...
+///     };
+/// 
+/// +/// This constant has been deprecated. Use Method constant instead. +static NSString *const kFIRParameterSignUpMethod NS_SWIFT_NAME(AnalyticsParameterSignUpMethod) = + @"sign_up_method"; + +/// A particular approach used in an operation; for example, "facebook" or "email" in the context +/// of a sign_up or login event. (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterMethod : @"google",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterMethod NS_SWIFT_NAME(AnalyticsParameterMethod) = @"method"; + +/// The origin of your traffic, such as an Ad network (for example, google) or partner (urban +/// airship). Identify the advertiser, site, publication, etc. that is sending traffic to your +/// property. Highly recommended (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterSource : @"InMobi",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterSource NS_SWIFT_NAME(AnalyticsParameterSource) = @"source"; + +/// The departure date, check-in date or rental start date for the item. This should be in +/// YYYY-MM-DD format (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterStartDate : @"2015-09-14",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterStartDate NS_SWIFT_NAME(AnalyticsParameterStartDate) = + @"start_date"; + +/// Tax amount (double as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterTax : @(1.0),
+///       kFIRParameterCurrency : @"USD",  // e.g. $1.00 USD
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterTax NS_SWIFT_NAME(AnalyticsParameterTax) = @"tax"; + +/// If you're manually tagging keyword campaigns, you should use utm_term to specify the keyword +/// (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterTerm : @"game",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterTerm NS_SWIFT_NAME(AnalyticsParameterTerm) = @"term"; + +/// A single ID for a ecommerce group transaction (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterTransactionID : @"ab7236dd9823",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterTransactionID NS_SWIFT_NAME(AnalyticsParameterTransactionID) = + @"transaction_id"; + +/// Travel class (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterTravelClass : @"business",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterTravelClass NS_SWIFT_NAME(AnalyticsParameterTravelClass) = + @"travel_class"; + +/// A context-specific numeric value which is accumulated automatically for each event type. This is +/// a general purpose parameter that is useful for accumulating a key metric that pertains to an +/// event. Examples include revenue, distance, time and points. Value should be specified as signed +/// 64-bit integer or double as NSNumber. Notes: Values for pre-defined currency-related events +/// (such as @c kFIREventAddToCart) should be supplied using double as NSNumber and must be +/// accompanied by a @c kFIRParameterCurrency parameter. The valid range of accumulated values is +/// [-9,223,372,036,854.77, 9,223,372,036,854.77]. Supplying a non-numeric value, omitting the +/// corresponding @c kFIRParameterCurrency parameter, or supplying an invalid +/// currency code for conversion events will cause that +/// conversion to be omitted from reporting. +///
+///     NSDictionary *params = @{
+///       kFIRParameterValue : @(3.99),
+///       kFIRParameterCurrency : @"USD",  // e.g. $3.99 USD
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterValue NS_SWIFT_NAME(AnalyticsParameterValue) = @"value"; + +/// Name of virtual currency type (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterVirtualCurrencyName : @"virtual_currency_name",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterVirtualCurrencyName + NS_SWIFT_NAME(AnalyticsParameterVirtualCurrencyName) = @"virtual_currency_name"; + +/// The name of a level in a game (NSString). +///
+///     NSDictionary *params = @{
+///       kFIRParameterLevelName : @"room_1",
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterLevelName NS_SWIFT_NAME(AnalyticsParameterLevelName) = + @"level_name"; + +/// The result of an operation. Specify 1 to indicate success and 0 to indicate failure (unsigned +/// integer as NSNumber). +///
+///     NSDictionary *params = @{
+///       kFIRParameterSuccess : @(1),
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterSuccess NS_SWIFT_NAME(AnalyticsParameterSuccess) = @"success"; + +/// Indicates that the associated event should either extend the current session +/// or start a new session if no session was active when the event was logged. +/// Specify YES to extend the current session or to start a new session; any +/// other value will not extend or start a session. +///
+///     NSDictionary *params = @{
+///       kFIRParameterExtendSession : @YES,
+///       // ...
+///     };
+/// 
+static NSString *const kFIRParameterExtendSession NS_SWIFT_NAME(AnalyticsParameterExtendSession) = + @"extend_session"; diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h new file mode 100755 index 0000000..132aef7 --- /dev/null +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRUserPropertyNames.h @@ -0,0 +1,29 @@ +/// @file FIRUserPropertyNames.h +/// +/// Predefined user property names. +/// +/// A UserProperty is an attribute that describes the app-user. By supplying UserProperties, you can +/// later analyze different behaviors of various segments of your userbase. You may supply up to 25 +/// unique UserProperties per app, and you can use the name and value of your choosing for each one. +/// UserProperty names can be up to 24 characters long, may only contain alphanumeric characters and +/// underscores ("_"), and must start with an alphabetic character. UserProperty values can be up to +/// 36 characters long. The "firebase_", "google_", and "ga_" prefixes are reserved and should not +/// be used. + +#import + +/// The method used to sign in. For example, "google", "facebook" or "twitter". +static NSString *const kFIRUserPropertySignUpMethod + NS_SWIFT_NAME(AnalyticsUserPropertySignUpMethod) = @"sign_up_method"; + +/// Indicates whether events logged by Google Analytics can be used to personalize ads for the user. +/// Set to "YES" to enable, or "NO" to disable. Default is enabled. See the +/// documentation for +/// more details and information about related settings. +/// +///
+///     [FIRAnalytics setUserPropertyString:@"NO"
+///                                 forName:kFIRUserPropertyAllowAdPersonalizationSignals];
+/// 
+static NSString *const kFIRUserPropertyAllowAdPersonalizationSignals + NS_SWIFT_NAME(AnalyticsUserPropertyAllowAdPersonalizationSignals) = @"allow_personalized_ads"; diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h new file mode 100755 index 0000000..ed7588a --- /dev/null +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h @@ -0,0 +1,5 @@ +#import "FIRAnalytics+AppDelegate.h" +#import "FIRAnalytics.h" +#import "FIREventNames.h" +#import "FIRParameterNames.h" +#import "FIRUserPropertyNames.h" diff --git a/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap new file mode 100755 index 0000000..d7c5905 --- /dev/null +++ b/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Modules/module.modulemap @@ -0,0 +1,12 @@ +framework module FirebaseAnalytics { + umbrella header "FirebaseAnalytics.h" + export * + module * { export * } + link "sqlite3" + link "z" + link framework "CoreData" + link framework "Security" + link framework "StoreKit" + link framework "SystemConfiguration" + link framework "UIKit" +} diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/GoogleAppMeasurement b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/GoogleAppMeasurement new file mode 100755 index 0000000..13a6586 Binary files /dev/null and b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/GoogleAppMeasurement differ diff --git a/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap new file mode 100755 index 0000000..de80e9e --- /dev/null +++ b/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module GoogleAppMeasurement { + export * + module * { export * } + link "sqlite3" + link "z" + link framework "CoreData" + link framework "Security" + link framework "StoreKit" + link framework "SystemConfiguration" + link framework "UIKit" +} diff --git a/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m b/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m new file mode 100644 index 0000000..17b1c31 --- /dev/null +++ b/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m @@ -0,0 +1,153 @@ +// Copyright 2018 Google LLC +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +#import "Private/GULSwizzler.h" + +#import + +#ifdef DEBUG +#import +#import "../Common/GULLoggerCodes.h" + +static GULLoggerService kGULLoggerSwizzler = @"[GoogleUtilities/MethodSwizzler]"; +#endif + +dispatch_queue_t GetGULSwizzlingQueue(void) { + static dispatch_queue_t queue; + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + queue = dispatch_queue_create("com.google.GULSwizzler", DISPATCH_QUEUE_SERIAL); + }); + return queue; +} + +@implementation GULSwizzler + ++ (void)swizzleClass:(Class)aClass + selector:(SEL)selector + isClassSelector:(BOOL)isClassSelector + withBlock:(nullable id)block { + dispatch_sync(GetGULSwizzlingQueue(), ^{ + NSAssert(selector, @"The selector cannot be NULL"); + NSAssert(aClass, @"The class cannot be Nil"); + Class resolvedClass = aClass; + Method method = nil; + if (isClassSelector) { + method = class_getClassMethod(aClass, selector); + resolvedClass = object_getClass(aClass); + } else { + method = class_getInstanceMethod(aClass, selector); + } + NSAssert(method, @"You're attempting to swizzle a method that doesn't exist. (%@, %@)", + NSStringFromClass(resolvedClass), NSStringFromSelector(selector)); + IMP newImp = imp_implementationWithBlock(block); +#ifdef DEBUG + IMP currentImp = class_getMethodImplementation(resolvedClass, selector); + Class class = NSClassFromString(@"GULSwizzlingCache"); + if (class) { + SEL cacheSelector = NSSelectorFromString(@"cacheCurrentIMP:forNewIMP:forClass:withSelector:"); + NSMethodSignature *methodSignature = [class methodSignatureForSelector:cacheSelector]; + if (methodSignature != nil) { + NSInvocation *inv = [NSInvocation invocationWithMethodSignature:methodSignature]; + [inv setSelector:cacheSelector]; + [inv setTarget:class]; + [inv setArgument:&(currentImp) atIndex:2]; + [inv setArgument:&(newImp) atIndex:3]; + [inv setArgument:&(resolvedClass) atIndex:4]; + [inv setArgument:(void *_Nonnull) & (selector) atIndex:5]; + [inv invoke]; + } + } +#endif + + const char *typeEncoding = method_getTypeEncoding(method); + __unused IMP originalImpOfClass = + class_replaceMethod(resolvedClass, selector, newImp, typeEncoding); + +#ifdef DEBUG + // If !originalImpOfClass, then the IMP came from a superclass. + if (originalImpOfClass) { + SEL selector = NSSelectorFromString(@"originalIMPOfCurrentIMP:"); + NSMethodSignature *methodSignature = [class methodSignatureForSelector:selector]; + if (methodSignature != nil) { + NSInvocation *inv = [NSInvocation invocationWithMethodSignature:methodSignature]; + [inv setSelector:selector]; + [inv setTarget:class]; + [inv setArgument:&(currentImp) atIndex:2]; + [inv invoke]; + IMP testOriginal; + [inv getReturnValue:&testOriginal]; + if (originalImpOfClass != testOriginal) { + GULLogWarning(kGULLoggerSwizzler, NO, + [NSString stringWithFormat:@"I-SWZ%06ld", + (long)kGULSwizzlerMessageCodeMethodSwizzling000], + @"Swizzling class: %@ SEL:%@ after it has been previously been swizzled.", + NSStringFromClass(resolvedClass), NSStringFromSelector(selector)); + } + } + } +#endif + }); +} + ++ (nullable IMP)currentImplementationForClass:(Class)aClass + selector:(SEL)selector + isClassSelector:(BOOL)isClassSelector { + NSAssert(selector, @"The selector cannot be NULL"); + NSAssert(aClass, @"The class cannot be Nil"); + if (selector == NULL || aClass == nil) { + return nil; + } + __block IMP currentIMP = nil; + dispatch_sync(GetGULSwizzlingQueue(), ^{ + Method method = nil; + if (isClassSelector) { + method = class_getClassMethod(aClass, selector); + } else { + method = class_getInstanceMethod(aClass, selector); + } + NSAssert(method, @"The Method for this class/selector combo doesn't exist (%@, %@).", + NSStringFromClass(aClass), NSStringFromSelector(selector)); + if (method == nil) { + return; + } + currentIMP = method_getImplementation(method); + NSAssert(currentIMP, @"The IMP for this class/selector combo doesn't exist (%@, %@).", + NSStringFromClass(aClass), NSStringFromSelector(selector)); + }); + return currentIMP; +} + ++ (BOOL)selector:(SEL)selector existsInClass:(Class)aClass isClassSelector:(BOOL)isClassSelector { + Method method = isClassSelector ? class_getClassMethod(aClass, selector) + : class_getInstanceMethod(aClass, selector); + return method != nil; +} + ++ (NSArray *)ivarObjectsForObject:(id)object { + NSMutableArray *array = [NSMutableArray array]; + unsigned int count; + Ivar *vars = class_copyIvarList([object class], &count); + for (NSUInteger i = 0; i < count; i++) { + const char *typeEncoding = ivar_getTypeEncoding(vars[i]); + // Check to see if the ivar is an object. + if (strncmp(typeEncoding, "@", 1) == 0) { + id ivarObject = object_getIvar(object, vars[i]); + [array addObject:ivarObject]; + } + } + free(vars); + return array; +} +@end diff --git a/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h b/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h new file mode 100644 index 0000000..a33262a --- /dev/null +++ b/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h @@ -0,0 +1,207 @@ +/* + * Copyright 2018 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * GULOriginalIMPConvenienceMacros.h + * + * This header contains convenience macros for invoking the original IMP of a swizzled method. + */ + +/** + * Invokes original IMP when the original selector takes no arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + */ +#define GUL_INVOKE_ORIGINAL_IMP0(__receivingObject, __swizzledSEL, __returnType, __originalIMP) \ + ((__returnType(*)(id, SEL))__originalIMP)(__receivingObject, __swizzledSEL) + +/** + * Invokes original IMP when the original selector takes 1 argument. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP1(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1)))__originalIMP)(__receivingObject, __swizzledSEL, \ + __arg1) + +/** + * Invokes original IMP when the original selector takes 2 arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + * @param __arg2 The second argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP2(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1, __arg2) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2)))__originalIMP)( \ + __receivingObject, __swizzledSEL, __arg1, __arg2) + +/** + * Invokes original IMP when the original selector takes 3 arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + * @param __arg2 The second argument. + * @param __arg3 The third argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP3(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1, __arg2, __arg3) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), \ + __typeof__(__arg3)))__originalIMP)(__receivingObject, __swizzledSEL, __arg1, \ + __arg2, __arg3) + +/** + * Invokes original IMP when the original selector takes 4 arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + * @param __arg2 The second argument. + * @param __arg3 The third argument. + * @param __arg4 The fourth argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP4(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1, __arg2, __arg3, __arg4) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \ + __typeof__(__arg4)))__originalIMP)(__receivingObject, __swizzledSEL, __arg1, \ + __arg2, __arg3, __arg4) + +/** + * Invokes original IMP when the original selector takes 5 arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + * @param __arg2 The second argument. + * @param __arg3 The third argument. + * @param __arg4 The fourth argument. + * @param __arg5 The fifth argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP5(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1, __arg2, __arg3, __arg4, __arg5) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \ + __typeof__(__arg4), __typeof__(__arg5)))__originalIMP)( \ + __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5) + +/** + * Invokes original IMP when the original selector takes 6 arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + * @param __arg2 The second argument. + * @param __arg3 The third argument. + * @param __arg4 The fourth argument. + * @param __arg5 The fifth argument. + * @param __arg6 The sixth argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP6(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1, __arg2, __arg3, __arg4, __arg5, __arg6) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \ + __typeof__(__arg4), __typeof__(__arg5), __typeof__(__arg6)))__originalIMP)( \ + __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6) + +/** + * Invokes original IMP when the original selector takes 7 arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + * @param __arg2 The second argument. + * @param __arg3 The third argument. + * @param __arg4 The fourth argument. + * @param __arg5 The fifth argument. + * @param __arg6 The sixth argument. + * @param __arg7 The seventh argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP7(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \ + __typeof__(__arg4), __typeof__(__arg5), __typeof__(__arg6), \ + __typeof__(__arg7)))__originalIMP)( \ + __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7) + +/** + * Invokes original IMP when the original selector takes 8 arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + * @param __arg2 The second argument. + * @param __arg3 The third argument. + * @param __arg4 The fourth argument. + * @param __arg5 The fifth argument. + * @param __arg6 The sixth argument. + * @param __arg7 The seventh argument. + * @param __arg8 The eighth argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP8(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, __arg8) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \ + __typeof__(__arg4), __typeof__(__arg5), __typeof__(__arg6), \ + __typeof__(__arg7), __typeof__(__arg8)))__originalIMP)( \ + __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, \ + __arg8) + +/** + * Invokes original IMP when the original selector takes 9 arguments. + * + * @param __receivingObject The object on which the IMP is invoked. + * @param __swizzledSEL The selector used for swizzling. + * @param __returnType The return type of the original implementation. + * @param __originalIMP The original IMP. + * @param __arg1 The first argument. + * @param __arg2 The second argument. + * @param __arg3 The third argument. + * @param __arg4 The fourth argument. + * @param __arg5 The fifth argument. + * @param __arg6 The sixth argument. + * @param __arg7 The seventh argument. + * @param __arg8 The eighth argument. + * @param __arg9 The ninth argument. + */ +#define GUL_INVOKE_ORIGINAL_IMP9(__receivingObject, __swizzledSEL, __returnType, __originalIMP, \ + __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, __arg8, \ + __arg9) \ + ((__returnType(*)(id, SEL, __typeof__(__arg1), __typeof__(__arg2), __typeof__(__arg3), \ + __typeof__(__arg4), __typeof__(__arg5), __typeof__(__arg6), \ + __typeof__(__arg7), __typeof__(__arg8), __typeof__(__arg9)))__originalIMP)( \ + __receivingObject, __swizzledSEL, __arg1, __arg2, __arg3, __arg4, __arg5, __arg6, __arg7, \ + __arg8, __arg9) diff --git a/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h b/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h new file mode 100644 index 0000000..26949c8 --- /dev/null +++ b/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h @@ -0,0 +1,71 @@ +/* + * Copyright 2018 Google LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#import + +NS_ASSUME_NONNULL_BEGIN + +/** This class handles the runtime manipulation necessary to instrument selectors. It stores the + * classes and selectors that have been swizzled, and runs all operations on its own queue. + */ +@interface GULSwizzler : NSObject + +/** Manipulates the Objective-C runtime to replace the original IMP with the supplied block. + * + * @param aClass The class to swizzle. + * @param selector The selector of the class to swizzle. + * @param isClassSelector A BOOL specifying whether the selector is a class or instance selector. + * @param block The block that replaces the original IMP. + */ ++ (void)swizzleClass:(Class)aClass + selector:(SEL)selector + isClassSelector:(BOOL)isClassSelector + withBlock:(nullable id)block; + +/** Returns the current IMP for the given class and selector. + * + * @param aClass The class to use. + * @param selector The selector to find the implementation of. + * @param isClassSelector A BOOL specifying whether the selector is a class or instance selector. + * @return The implementation of the selector in the runtime. + */ ++ (nullable IMP)currentImplementationForClass:(Class)aClass + selector:(SEL)selector + isClassSelector:(BOOL)isClassSelector; + +/** Checks the runtime to see if a selector exists on a class. If a property is declared as + * @dynamic, we have a reverse swizzling situation, where the implementation of a method exists + * only in concrete subclasses, and NOT in the superclass. We can detect that situation using + * this helper method. Similarly, we can detect situations where a class doesn't implement a + * protocol method. + * + * @param selector The selector to check for. + * @param aClass The class to check. + * @param isClassSelector A BOOL specifying whether the selector is a class or instance selector. + * @return YES if the method was found in this selector/class combination, NO otherwise. + */ ++ (BOOL)selector:(SEL)selector existsInClass:(Class)aClass isClassSelector:(BOOL)isClassSelector; + +/** Returns a list of all Objective-C (and not primitive) ivars contained by the given object. + * + * @param object The object whose ivars will be iterated. + * @return The list of ivar objects. + */ ++ (NSArray *)ivarObjectsForObject:(id)object; + +@end + +NS_ASSUME_NONNULL_END diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 4f664c4..ae3f5f4 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -1,10 +1,27 @@ PODS: - Alamofire (4.8.2) + - Crashlytics (3.13.4): + - Fabric (~> 1.10.2) + - Fabric (1.10.2) + - Firebase/Analytics (6.6.0): + - Firebase/Core + - Firebase/Core (6.6.0): + - Firebase/CoreOnly + - FirebaseAnalytics (= 6.1.0) - Firebase/CoreOnly (6.6.0): - FirebaseCore (= 6.2.0) - Firebase/Messaging (6.6.0): - Firebase/CoreOnly - FirebaseMessaging (~> 4.1.2) + - FirebaseAnalytics (6.1.0): + - FirebaseCore (~> 6.2) + - FirebaseInstanceID (~> 4.2) + - GoogleAppMeasurement (= 6.1.0) + - GoogleUtilities/AppDelegateSwizzler (~> 6.0) + - GoogleUtilities/MethodSwizzler (~> 6.0) + - GoogleUtilities/Network (~> 6.0) + - "GoogleUtilities/NSData+zlib (~> 6.0)" + - nanopb (~> 0.3) - FirebaseAnalyticsInterop (1.3.0) - FirebaseCore (6.2.0): - FirebaseCoreDiagnostics (~> 1.0) @@ -30,6 +47,12 @@ PODS: - GoogleUtilities/Reachability (~> 6.2) - GoogleUtilities/UserDefaults (~> 6.2) - Protobuf (~> 3.1) + - GoogleAppMeasurement (6.1.0): + - GoogleUtilities/AppDelegateSwizzler (~> 6.0) + - GoogleUtilities/MethodSwizzler (~> 6.0) + - GoogleUtilities/Network (~> 6.0) + - "GoogleUtilities/NSData+zlib (~> 6.0)" + - nanopb (~> 0.3) - GoogleDataTransport (1.1.0) - GoogleDataTransportCCTSupport (1.0.1): - GoogleDataTransport (~> 1.1) @@ -41,6 +64,8 @@ PODS: - GoogleUtilities/Environment (6.2.4) - GoogleUtilities/Logger (6.2.4): - GoogleUtilities/Environment + - GoogleUtilities/MethodSwizzler (6.2.4): + - GoogleUtilities/Logger - GoogleUtilities/Network (6.2.4): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" @@ -64,6 +89,9 @@ PODS: DEPENDENCIES: - Alamofire + - Crashlytics (~> 3.13.4) + - Fabric (~> 1.10.2) + - Firebase/Analytics - Firebase/Messaging - MagazineLayout - SQLite.swift @@ -72,13 +100,17 @@ DEPENDENCIES: SPEC REPOS: https://github.com/cocoapods/specs.git: - Alamofire + - Crashlytics + - Fabric - Firebase + - FirebaseAnalytics - FirebaseAnalyticsInterop - FirebaseCore - FirebaseCoreDiagnostics - FirebaseCoreDiagnosticsInterop - FirebaseInstanceID - FirebaseMessaging + - GoogleAppMeasurement - GoogleDataTransport - GoogleDataTransportCCTSupport - GoogleUtilities @@ -90,13 +122,17 @@ SPEC REPOS: SPEC CHECKSUMS: Alamofire: ae5c501addb7afdbb13687d7f2f722c78734c2d3 + Crashlytics: 2dfd686bcb918dc10ee0e76f7f853fe42c7bd552 + Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74 Firebase: a2b5951f30ff38fd3b3bdae9c7d340f940fd3c51 + FirebaseAnalytics: 48414ae5cbf6976d8a2f7177e0466540e5ab33ce FirebaseAnalyticsInterop: 0f250d71e8741352407a8db351e6de78c5c56d35 FirebaseCore: 8c9e08bce0c72a3affd83927d8184cf244918bc8 FirebaseCoreDiagnostics: 4c04ae09d0ab027c30179828c6bb47764df1bd13 FirebaseCoreDiagnosticsInterop: 6829da2b8d1fc795ff1bd99df751d3788035d2cb FirebaseInstanceID: 8b42755db950682e7de0d167bc6fb26a57b244af FirebaseMessaging: ddd74d13644ef24cc4e2d95cabd1cf408e99b7b0 + GoogleAppMeasurement: 47285fa897e5a125df56b9ef8750a1d81e4598a8 GoogleDataTransport: b0115dbdf1943c998628dca30800ddd263aaa166 GoogleDataTransportCCTSupport: 3451e7d8ba19093e533362a6d78d6d9014c6a037 GoogleUtilities: 64b5e3982b1b01bda26712affd5c523ef32563cf @@ -106,6 +142,6 @@ SPEC CHECKSUMS: SQLite.swift: d2b4642190917051ce6bd1d49aab565fe794eea3 SwiftSoup: 92f5b348c131aed8af04f4326db1579ab19fa08c -PODFILE CHECKSUM: cc18f1bd84bd3b240d35a016b860932470b4d4a1 +PODFILE CHECKSUM: 7f6326ef14655be23fc36338b9e0cfd25cc76666 COCOAPODS: 1.6.1 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 9797df1..56fbeb6 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -7,1390 +7,1584 @@ objects = { /* Begin PBXAggregateTarget section */ - 5362D9190F9FA24D9A9CAEA6270561CC /* FirebaseAnalyticsInterop */ = { + 2072FEB22BA74067C2FD1EA5004E7D5D /* Firebase */ = { isa = PBXAggregateTarget; - buildConfigurationList = 0C2153F7F1187E36E91F8CD0F7A24203 /* Build configuration list for PBXAggregateTarget "FirebaseAnalyticsInterop" */; + buildConfigurationList = 3BFBF87B050349004FEEE805DA790938 /* Build configuration list for PBXAggregateTarget "Firebase" */; buildPhases = ( ); dependencies = ( - ); - name = FirebaseAnalyticsInterop; - }; - D5CB6E59451FD18965C8F33EB68CA764 /* Firebase */ = { - isa = PBXAggregateTarget; - buildConfigurationList = A338CB16AC8B8DAE3325C5A815C6727F /* Build configuration list for PBXAggregateTarget "Firebase" */; - buildPhases = ( - ); - dependencies = ( - E3E7FBCB8EACB261F8BB18B7CC9131FA /* PBXTargetDependency */, - 9E51D2B172E90B6D2223297948CD6CC1 /* PBXTargetDependency */, + 9D5273E78B2DA91EAD90917A57DFF2F4 /* PBXTargetDependency */, + 4F14DC874ACAFB8149AC5E3E04F9C6AD /* PBXTargetDependency */, + 9CE9590B07A15049DFC81A1C4F346139 /* PBXTargetDependency */, ); name = Firebase; }; - DF0C8ED280749A6C840E3B17A9930D1F /* FirebaseCoreDiagnosticsInterop */ = { + 318D4B503C47BE8ED8E91C572D903937 /* FirebaseCoreDiagnosticsInterop */ = { isa = PBXAggregateTarget; - buildConfigurationList = 8DFF03868A5242C3BA74AE5F358C870F /* Build configuration list for PBXAggregateTarget "FirebaseCoreDiagnosticsInterop" */; + buildConfigurationList = E27B5BC63C9A04668CB45BF6B906C014 /* Build configuration list for PBXAggregateTarget "FirebaseCoreDiagnosticsInterop" */; buildPhases = ( ); dependencies = ( ); name = FirebaseCoreDiagnosticsInterop; }; + 9065CC5E0DF8E06B140486867E0332D7 /* FirebaseAnalytics */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 8A8020754BA87A99D3E27D3331E2F8CE /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */; + buildPhases = ( + ); + dependencies = ( + 05F370CDDE33A09326E89299915B6C14 /* PBXTargetDependency */, + DC8656B3AD17FFF2519B170B9328E71B /* PBXTargetDependency */, + A698F1723A7349475EC7D980CBA34521 /* PBXTargetDependency */, + 45442D39D63A19F06E2039912B194D60 /* PBXTargetDependency */, + F5C30D4C09BB5B3F200A15DF2706679C /* PBXTargetDependency */, + ); + name = FirebaseAnalytics; + }; + ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */ = { + isa = PBXAggregateTarget; + buildConfigurationList = A084C0089544D8EEE7DA4C6D8EEEF9ED /* Build configuration list for PBXAggregateTarget "Crashlytics" */; + buildPhases = ( + ); + dependencies = ( + C9CEFEFAAAEDB8CD947737FA56C849D4 /* PBXTargetDependency */, + ); + name = Crashlytics; + }; + AE3829FFCE73BC1E7A52AAE7603E5C50 /* GoogleAppMeasurement */ = { + isa = PBXAggregateTarget; + buildConfigurationList = F2B6E097C55815B36845FC74D38CE18D /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; + buildPhases = ( + ); + dependencies = ( + 244C3B5F984516DA84C1FD5FCE0B9366 /* PBXTargetDependency */, + BC645D35ADEA325A62F04072CE002E23 /* PBXTargetDependency */, + ); + name = GoogleAppMeasurement; + }; + D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 13B185864087F75D556AC109B2D70BF7 /* Build configuration list for PBXAggregateTarget "Fabric" */; + buildPhases = ( + ); + dependencies = ( + ); + name = Fabric; + }; + DB6383C0CABFADF2AFF73FEA4B805935 /* FirebaseAnalyticsInterop */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 6477E8BCB741BC0421103143E6E15D29 /* Build configuration list for PBXAggregateTarget "FirebaseAnalyticsInterop" */; + buildPhases = ( + ); + dependencies = ( + ); + name = FirebaseAnalyticsInterop; + }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 00FB4F2E7DE6854283DA8AC1DB626BF8 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F4BE2A231AB5D90826FB5D539DAB455 /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 01144A4A0028D5BC3DFEF3151289F9FC /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 73191899CA0BBF168C4FD78553B49202 /* FIRInstanceIDAuthService.m */; }; - 024B2A5AC5CEFE191D621EFE7ED49F9A /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF91FD5E4AC6C46B19D7DD112F7D61D6 /* FirebaseCore-dummy.m */; }; - 0266256D88ED99A1924DDCCCDC9E07A3 /* GoogleDataTransport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C728845A53EE0E7326173A7D2FC99085 /* GoogleDataTransport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 036468F98E9F8FE8DD17E6E03F70BD8B /* GDTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = B955D98F755C88A0B7C10FC97AE6D618 /* GDTAssert.m */; }; - 0372F9992C3B15D3AFFF33B6083DAE90 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DA2121A0B433E918994635FC583EB5C /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 03907C50B35EC29F2C15FB56EE0C119A /* SimpleDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = B18AC63E54ECFDF1ACBFE25E6E3E4A99 /* SimpleDictionary.swift */; }; - 03F08A49E9A0169164CF52ACD8D6EB42 /* GDTConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 714B4DBE3515C9A0FAE0135B395C75EA /* GDTConsoleLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 03F232CAFC4844A73398A64A82BB25EC /* MagazineLayoutFooterVisibilityMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C394E97A040478789A71C350062A9F /* MagazineLayoutFooterVisibilityMode.swift */; }; - 0434E6B864902F00D12852CE9503E163 /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 99BB2EFC7494843AF4C85F73A9D9EA4C /* GoogleDataTransport-dummy.m */; }; - 04A34AB3CA120AAA4C14FA3FE035B6BA /* FIRMessagingAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = D107C37EDA563FE144B2A2B0AD7ACDCD /* FIRMessagingAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 04DE421B30FC01343DC91447B04CD4CD /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = A3C6BFFC5C72E0597B03D923BBB90E6A /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 059D92B7BBFBEC53E9A3B6E11C5C3B3A /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7523BC78552B60BBC996946D4BC8AD90 /* Response.swift */; }; - 061BD969DA838A9C9309A2943EBC5C1F /* GDTStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = AE6134A6DC2603629E67DBE7F10D8563 /* GDTStorage.m */; }; - 06F6D48E7BB7C930A4B85F78B9C3C3D5 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0843A7A26E094A63ACC8972EE51A0EEC /* Operators.swift */; }; - 074F49600EF515E11781F91E3D41F88C /* FIRMessagingSecureSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 61E19F9D98C3893AAB7293F12E1A590A /* FIRMessagingSecureSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0755C94EFACDCE92C74464F0016D35D1 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 720FD9B1A966C09A3A44C1D012B365D8 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 079222688308245358AC2B8F8626ABAE /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 440B36F66B4C9189F699347F1F3F406C /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07A70731A5A4C0D00D87B4343BC3B3B0 /* GDTDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = E68B2E09D025A601AB0C665CC65A0935 /* GDTDataFuture.m */; }; - 08EAFAD6F2A8CC56F4600FBAB3EF55EF /* GPBRootObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 66B212AAD7BEE4D6BD988A423C2FEDFA /* GPBRootObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 09E59028A35F2B1E7A46D922137F3B71 /* FIRInstanceIDKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 6121AEC8932361DD1809293E93B137EA /* FIRInstanceIDKeyPair.m */; }; - 0A1D0B73165802F144506C5CC70D93C5 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE71FB110002C309450FD95560C194B /* FIRLogger.m */; }; - 0A39AF55285A3A4F7CBABB6D822FA4A3 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 985BCEF8C2B88DD9A09E8D07D49545B0 /* Alamofire.swift */; }; - 0A48981BA3D68317280EB8F9A7636B5A /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = AC6C96464D650B6B460FFBBCC7A6EEEC /* GDTCCTPrioritizer.m */; }; - 0AA34DAC03AB62E0FE13EFAE13311D4A /* MagazineLayoutHeaderVisibilityMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403987DF462ACF958EAF5C71C07C490 /* MagazineLayoutHeaderVisibilityMode.swift */; }; - 0B87F7CD9F9508487F9AB77F91B25571 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 0623EF777274DF5DA6AAAEA6147B95E3 /* FIRConfiguration.m */; }; - 0C52636FDE6AA20A74F4BA45CA451B4D /* Tag.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3444523CCEAB0500CCB4363D0D4C72D /* Tag.swift */; }; - 0C55E62A8E033C9C9B9406869E719BB1 /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = C9B66F37BF38D7F71CAF01A7093ADFD4 /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0C717FCAF6FE2CC1599F4D982DD407D0 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = F771DC1D9BC629C68A14D05A35E8FF72 /* FIRComponentContainer.m */; }; - 0C852DB478B4B3017A7DA1C56ACDD5A0 /* Timestamp.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 55718534B335DF6017CBE4B76818D1CD /* Timestamp.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0CB8ACED2B12E292012E0F28DE600B5A /* MagazineLayoutInvalidationContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 386081CF734A6D6383427B3D417FDDDC /* MagazineLayoutInvalidationContext.swift */; }; - 0DBDE127B5098940F907AC8CED173102 /* GDTStoredEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D9ECBD26F9C148377B805420D9946A7 /* GDTStoredEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0DD1160D4B9E63ACD1B55CAE6BDB9506 /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B120EDA604445A202EF1B059BFCAD5CB /* Parser.swift */; }; - 0ECAA0FF00700C297FBA4FA9FAC223B2 /* ModelState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F134CC87411FBAC2821EDC77C7CF42 /* ModelState.swift */; }; - 0F8012615418354274448B2D59707F54 /* Token.swift in Sources */ = {isa = PBXBuildFile; fileRef = A498DBA9B03420D5A52A408E288EFE45 /* Token.swift */; }; - 0FB8FA5765FD06D7BBBC2E60D428F904 /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = A10277B97B2917D97E8022FC1829DFB6 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0FEDE800044FB3E3698172D5DE05DA90 /* FIRMessagingClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 489FDDB74175641B95A52B33F43A4CEA /* FIRMessagingClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 101F553402A28011316B054DC5BDA636 /* ParseError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E5FA9D2F03EFF67A5DC958704166FF4 /* ParseError.swift */; }; - 105AE2F95DD5C882F2B5D51E75048185 /* FIRMessagingPendingTopicsList.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EB3B3B19E9F012B94B3D800E5DA287B /* FIRMessagingPendingTopicsList.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 114F1C8FA24CA49F121B843021E1E7D9 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFB3F24FAF57AC4851C67385FD4F113 /* FIRCoreDiagnosticsConnector.m */; }; - 1203A8942648C4C097CF76E4F5C86370 /* TokenQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23640E614BC4F84297C7FA8A48733166 /* TokenQueue.swift */; }; - 136338BB44AEAC4A4BB70FF97D19AD83 /* GDTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4C62155B785661D467068285F4A57E /* GDTTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 13AC42CEE936D21EFECF5B27645C7948 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F32A407B1793FE7D33D23AA8C1EE19F /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 141877A9B1CB45686E3541576D8F7CA5 /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = D70263328C63DB0B1B2219DE4C61A410 /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1444556A2BC6B8EA4C4C78933A3B7730 /* SQLite.swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A687B8F3EC7CF173700BAFD9494A7FFE /* SQLite.swift-dummy.m */; }; - 14732AA9D9C145AE7EF24317FB954B6F /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 62EDE32EDB0B2A602725F9DAFB028E95 /* FIRInstanceIDCombinedHandler.m */; }; - 151D4F1E3538410BE44D0D9B4DAA4B03 /* FIRMessagingRmqManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 70FFDD2FF86C5BF578568662228D08C4 /* FIRMessagingRmqManager.m */; }; - 15FBB9397347C361EA0CC35E15649C32 /* GDTUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = 47EB18F4657A9ABDECB9F533BAB81DBA /* GDTUploadPackage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1618276B4C6A3086F14A3B169CBAD90C /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 675350987EB28F7C87CCC3939A13CBC2 /* FIRInstanceIDURLQueryItem.m */; }; - 17966A197004B84C28C1CD8ED15BF976 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BB7E6AB57792F29FE8DBDAE41A2C080 /* GULLogger.m */; }; + 00E6549E51471FA2497A2C789E4C0102 /* Comment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5034EFAEB021F750AA2B9B06498A69C3 /* Comment.swift */; }; + 00FE5009150EA7FD4D6DC4E7321FACDF /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D32E2C339672F41E80B46B61DED14E1 /* GULSwizzler.m */; }; + 01FA50330B7DC6B7559D9AE4D34B4EC3 /* Token.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A4E025A4C631449CBCCEF924A4FE11 /* Token.swift */; }; + 031F77B147FF46F53B052D944E157308 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E12647E028B3AB64011FB0EF2092A9 /* GULNSData+zlib.m */; }; + 03F232CAFC4844A73398A64A82BB25EC /* MagazineLayoutFooterVisibilityMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 104C79965F596605234E790501D67ACD /* MagazineLayoutFooterVisibilityMode.swift */; }; + 045C897F0EE509CC353BEED8ED23825B /* FIRInstanceIDCombinedHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F43353B8F0BB30F1E9F1D01B64EB9C4 /* FIRInstanceIDCombinedHandler.m */; }; + 04AA2F04C0704DCD850F37C64B9DC660 /* FIRMessagingDelayedMessageQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 277D897F3FC5B93892D5555975EC3239 /* FIRMessagingDelayedMessageQueue.m */; }; + 059D92B7BBFBEC53E9A3B6E11C5C3B3A /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30D837A3AFA86C16FBDD4BB9D2D4CBFC /* Response.swift */; }; + 065D15C7607B64E86BA0C19D0C4703B8 /* GDTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = ED2F825F8098F0DB46AB7957B9928E18 /* GDTUploader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 079078DF0E4C5F30139D9B6C292C1EC0 /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9BED7F994F4182BBFEF1507A980959C /* Parser.swift */; }; + 0867D4652036433C69EA442EFD2C58A2 /* NSError+FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 275C7D5C7994605E960E7552528867F3 /* NSError+FIRInstanceID.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 089F3E11F88797A8DD696AE79379354A /* GPBUnknownFieldSet_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = A3B56C427B009BB332A433F6A66FFDF8 /* GPBUnknownFieldSet_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 08AFA418CCABB27DAFE1AB6FEBD48B84 /* Cleaner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FE5FFE8326C8BC8B612E195C8C60355 /* Cleaner.swift */; }; + 0A1B33539559E26FB2CB3B820389FD24 /* GPBMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = D15CB6032BF0CBC5C6667C96793327B0 /* GPBMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0A39AF55285A3A4F7CBABB6D822FA4A3 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5903166CB83D8D38049514225BE533E8 /* Alamofire.swift */; }; + 0AA34DAC03AB62E0FE13EFAE13311D4A /* MagazineLayoutHeaderVisibilityMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 985BEA0B56DDB46A66BA9D7EA3B33DAB /* MagazineLayoutHeaderVisibilityMode.swift */; }; + 0AC0307935322D0E6BC9F2328DD75A16 /* FIRInstanceIDURLQueryItem.m in Sources */ = {isa = PBXBuildFile; fileRef = C3278DB487D093579D69CB19549E31CE /* FIRInstanceIDURLQueryItem.m */; }; + 0B648C2090789CD3AB14244AB9FCE5B0 /* Validate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 359AC71FCC5638824C6E44C345D6488E /* Validate.swift */; }; + 0B8EEFEBDBF3A23B0F216ADECC0FB6D1 /* Collector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952D0805DD64332DFE9C30877192D625 /* Collector.swift */; }; + 0BDCD1D8C78146DB36C988DE99BA799A /* GPBArray.h in Headers */ = {isa = PBXBuildFile; fileRef = A98280089B9C6C79BE4AF9F2A861D4C2 /* GPBArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0C94075598FDB641D86445556CDD0B6B /* SourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D531EDB12CC0A00C359FC3E2CB99BC6 /* SourceContext.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 0CB8ACED2B12E292012E0F28DE600B5A /* MagazineLayoutInvalidationContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11B2E77DAF394510C6AC4D37FEA3B656 /* MagazineLayoutInvalidationContext.swift */; }; + 0CF7491F4CAF97C07A5691237AE1D665 /* GDTEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EEDE9BFA2B8A0D90E9EE3D472962FC3 /* GDTEvent.m */; }; + 0D09F09875CD6284ACE39F553996DCF8 /* FIRCoreDiagnosticsDateFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = A4E89761250751F7FFC486D50D08B157 /* FIRCoreDiagnosticsDateFileStorage.m */; }; + 0E4B523684B1DABCB91496185ADFCA6A /* FirebaseInstanceID-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B6B60D9EF4503136BAC71E83FDFD0A5F /* FirebaseInstanceID-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0ECAA0FF00700C297FBA4FA9FAC223B2 /* ModelState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3104618B88A7184EF5D8DF1842400EBE /* ModelState.swift */; }; + 11577E422FA3920C6033DDD8225855BD /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 84CED118CF8804D36338278208BB7A28 /* cct.nanopb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 134E1784E3CA5016654C06D09AFBAD8B /* GPBRootObject_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 79CA8399AAC6096A2BC5359367467FCA /* GPBRootObject_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 13DEDC8BE4F3649A9465EC999DAD19F3 /* StringUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = E66A3E9091E75B4666F246C5CAB8A4F4 /* StringUtil.swift */; }; + 14E18203DE80989C979F64C07EA5C227 /* FIRMessagingRmq2PersistentStore.m in Sources */ = {isa = PBXBuildFile; fileRef = FE7375E69255593FB65E3F39E24F3A47 /* FIRMessagingRmq2PersistentStore.m */; }; + 159924CBFC9E5BE747F50427EFC9FD49 /* SwiftSoup-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 99CE7E316B92E95BA8982AC10E5958FE /* SwiftSoup-dummy.m */; }; + 164DD86F79AACB02E223CBAA2F983ABF /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D45E7D315481818EAE1644C6DACCF9 /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 16A4B28EBAB7F8A7FBA293E38B9A1454 /* GPBUnknownFieldSet.m in Sources */ = {isa = PBXBuildFile; fileRef = A0BE255B3BDDC13D5174AFB43CF95F51 /* GPBUnknownFieldSet.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 16B1730861095147537E7EED64E5C655 /* ParseError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5F402A4F23DABFB631BDED9F2076A27 /* ParseError.swift */; }; + 1791FE66027A820189E88BE4960F80E1 /* SQLite.swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5A883A03BE6FF74505E79BEBD2C2593 /* SQLite.swift-dummy.m */; }; + 17AF35BC302E7E0BF73FCE411A8244C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + 17AF3E01BE4F1110FD656E95B476C11F /* Wrappers.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A992E787EF4C6769DF7F9086698C106 /* Wrappers.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 17C42570C82BE79E7817BE77F17B2906 /* GDTClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 723F96B90E30B19D876CDCDBDF8A056A /* GDTClock.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 187AC8486CCEFFA0FB2804B9FB7D738B /* FIRMessagingRmqManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D6872FDC390409FB2CFC083D32107B00 /* FIRMessagingRmqManager.m */; }; + 187BCE629270E15FAFBAF0D5E321CC65 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = A5095F041D234902D5BABD3135369130 /* FIRAppAssociationRegistration.m */; }; 18C070538A56B1099412C67BD2376148 /* Pods-AvH PlanTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F0D2376FCDE023107AB552C96848609 /* Pods-AvH PlanTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 198FC990657E03CC39388384D67550A9 /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = A7F9A8B28BE109E5C06226E0B8AAFE52 /* GULNSData+zlib.m */; }; - 1A3A05E9C4A521413C50274ECAA2C84F /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = C232C79D49D4FB553A95C298BE159AEF /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1A68CB1087E4A7724164ED48694FBF47 /* GDTEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 640D37F3698FAE8D280E354B8924F0CD /* GDTEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1BEBA45666F375F3E19F4F1EDA8B2986 /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 726C1B0629A9E64EB9725DCCB1A86A8B /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C0611ED5262D548B55F4357983ADAC9 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D48FF7B81E5EEEAE85CACDD113941BF /* FIRLibrary.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 1C2582EAC56F901B42C8B554D731EF53 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2050BEC8A94E59B758344499095BCB48 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 1C65D8098267C62734C1A5D3D4F03FDA /* FIRCoreDiagnosticsDateFileStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 77F0F30045657323361F86DBB3DEF292 /* FIRCoreDiagnosticsDateFileStorage.m */; }; - 1CAB6025772892BCFDEE9F63C028715C /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D157C2D7190E2E5FB66E9B346ACDD163 /* FIRInstanceIDUtilities.m */; }; - 1D29D2ACADF961F69D32B06FA6A09E28 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = C536DE82DD6BE4AF51C603B9F4311942 /* Notifications.swift */; }; - 1E84082C8FBAA6B402DA368B3ADA4C84 /* FIRMessagingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = FB4FB4BEBEA3E34E7CA3323805EE81FB /* FIRMessagingUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1E9397831D54A3230602BEC9153AAD3A /* GPBCodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 87502FB045EB6DB6407D5D8913D5EF5B /* GPBCodedOutputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1F239F6B0CB213D1B4F8458C819F7126 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 85B38891EFD614DA31F8B0CEB7B50270 /* FIRComponentType.m */; }; - 1F3B9B1575FA1BFD18B7B70FD052B13F /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 4329AA08D7924088088BD4A520FB7E5D /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 1F751F621788FB1AB5E34BCBA3530AED /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B9ACCD9269BADA6E0CDF0AB63700D5 /* FIRInstanceIDStore.m */; }; - 205DE5E512E1E0C8E7224DA03438229C /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C6D23963CA73BD85EFDA805A9498BD3 /* FIRVersion.m */; }; - 2061C15BA46403572573FF3EF08F899F /* SQLiteObjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A0AF1BE09FD28D7023750327F8EE29E /* SQLiteObjc.m */; }; - 216B4EC3C8040B7DDCC9A70AD9F088C3 /* MagazineLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = C899CB83DB633E09092043B3E3CEFB90 /* MagazineLayout.swift */; }; - 2203CF5EFAAB0BF49773F863F0FD882C /* FirebaseMessaging-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 242581E9D668D5BB2A245A3579F91DFC /* FirebaseMessaging-dummy.m */; }; - 2267741A9789930B26696B7CC3844F64 /* SectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FE4DE947DCB3C88FD150556B5E89BF /* SectionModel.swift */; }; - 2298DEC17F84FECFA85E7394D1AE1C13 /* GDTUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = E269BD87DE52D0FBB1CE3CB7DA2AB7E7 /* GDTUploadCoordinator.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 22D7B4A6CFA5C59DD311DBB508BE2009 /* Api.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD21053F1114FBD5F4ACB09E511412D /* Api.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 22E56DA21E796CBA77405AA714771134 /* GPBCodedOutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = FEACE745D80FF6B0C507B670D02C058F /* GPBCodedOutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 232F267DDABD9D6994D79F3E3FC8F100 /* GPBUnknownFieldSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C5049A92965BD58BFA124940DCCA68F /* GPBUnknownFieldSet.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 248DEC735CCD73FC2670A221D0C7F904 /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AB8135FD48902192077F2FF0D6EB29B /* Exception.swift */; }; - 249EE1CD0515666CE84B7967F71DCBB1 /* FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 91C589AA95666F0914E2E1BA829FEAA6 /* FIRMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24FB9A4C734FA1AD0E39DFBC86C3E1AD /* GDTRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA0EC4DC9427AF7AD76B694B43DB48A /* GDTRegistrar_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 253268D945DB501337675BB1336098A6 /* GPBMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = A050B9A87F5F8ED154079BDFBF1F12BA /* GPBMessage.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 255B182DAF6418CF73137357E4E23832 /* AggregateFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50B91968DBF943723967BD8977B74251 /* AggregateFunctions.swift */; }; - 25C62AC3D741FF4331523F9A88559164 /* FIRMessagingReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 16508B1A109AF32119DAC1E2DB96438E /* FIRMessagingReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 25E1004D60F8DC15E469967E716B7530 /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 352394AEA1538EFD715A7F38DECA3556 /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 267AF9A6001422754A0AE83D9E783C5E /* GPBCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CD5E88A37AE6FDB254929D064DD052F /* GPBCodedInputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 270692DD5907DF82C6C6BD5FBA4ADBBF /* FIRMessaging_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 12081A7E373659B1A2EA67DC04126D14 /* FIRMessaging_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 270EF3A79E3BFAD89453AE7CDDB3B311 /* FIRMessagingLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 3FF4EE556C7AF6D0717DDE3F43B11814 /* FIRMessagingLogger.m */; }; - 27354559938726BF5132F8A37B1A5778 /* HttpStatusException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9382509E891657EF5257D4938FDBAA35 /* HttpStatusException.swift */; }; - 2768969827C34480E478CB54A84B1918 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 099602E95CC02BDF479BAE577F2E1E33 /* SystemConfiguration.framework */; }; - 277ED307CC2818549E02BE4FD05185D7 /* GDTDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BEB595E5107F889F3D25FB2BD556B6A /* GDTDataFuture.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 284E7A7C20F10425153D2335D029716C /* QueryParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D807CF0D28672B7A3BF8DB49949B08 /* QueryParser.swift */; }; - 289D24CDF0A890FDB0AFA78B10CEDDC3 /* FIRMMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4053D912131456882C783E528BA08043 /* FIRMMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28E303015CED13C125019216B3304C98 /* FIRMessagingSyncMessageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2A0CB606BCE418069466709F485622C /* FIRMessagingSyncMessageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 28FABDA4760A453DA783A821181D23B6 /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 095CD55FB99BF2894A0EB632145A96EA /* firebasecore.nanopb.c */; }; - 297C5ADFE1F0E423729E40A14B85472E /* Elements.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80F6E7359B726B9985A90243118712CE /* Elements.swift */; }; - 2A4AA25601FEA85444833F59E2D696DA /* NSDictionary+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 3138D7125B191CF20068E2B05654E21E /* NSDictionary+FIRMessaging.m */; }; - 2A6FBAAD93EF1E24B5A0038E888EC036 /* FIRMessagingReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 434B8E96F8D600C12F491899BB9E3AC2 /* FIRMessagingReceiver.m */; }; - 2A8DF16896D6B3E3981BD4C8B6659F21 /* NodeTraversor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57983CC898092BBC2FD9D4060131871C /* NodeTraversor.swift */; }; - 2A90023DD0C062BBA299542F2461FADC /* CombiningEvaluator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16148B6F895FAF0CC9628C530506EFA9 /* CombiningEvaluator.swift */; }; - 2B3BD385CCE2AF81B7E564D037125BE9 /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F326B169AF09ACCB7964C65BE834C99 /* FIRInstanceIDTokenOperation.m */; }; - 2C9389318E76936BB30227F5644994D7 /* CharacterExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18EBCCEE6935C30E19AA712B523B86C6 /* CharacterExt.swift */; }; - 2DCB745F3E46E456296F8598273AB724 /* GPBCodedOutputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 522A57F4C8CA9DE5522062D3BFDD1AF0 /* GPBCodedOutputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E177D990641A096252E1DE08B8DB66C /* Validate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1F57772D97DD5E1A939222435942F93 /* Validate.swift */; }; - 2E4AE0DED5353DC9D0765BE164530413 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F2F3F36C3D96D4650AA3CD18ED0AE33 /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2F1CE468F77817DB3CAA207735EA3CBE /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E888642901B524329A0502211506B03 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 30140E33D70FAC4DD8396A07D7BCF682 /* Collation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4C22253FC84CB3E594AC79C6056AD94 /* Collation.swift */; }; - 305B9F615CB8382DC0490205F410C6C6 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 80609CE60DD4D4E6918158F95F0758C0 /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 30F2E88E3D849402607F3E03BB416BA9 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = F53A702AF580209C0E3710144E081F63 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 31851188257B6F976034356F8271BCB6 /* ArrayExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6D11BC77CDF79416B969301470D98DF /* ArrayExt.swift */; }; - 31CE02E9F54BCAC57CA3E17586FF39C6 /* GPBMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE1580CFEE505BC573E0A010BD995A6 /* GPBMessage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 31D75458B20302D18CF4B7695EB32DD6 /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 832319DE350F690AB45FAC8FB8BA73BC /* FIRInstanceID.m */; }; - 3289AC8269A8646121F8F3EFDB97A435 /* Wrappers.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 61BBB1A221F4C375BB84A8450B209167 /* Wrappers.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32E80349053EE440B73DD60AED72359C /* FIRMessagingPersistentSyncMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B5DD62D06721DC61731752FED49648D /* FIRMessagingPersistentSyncMessage.m */; }; - 32F7339B4E12F47621BC51B75FB7D9AD /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = 48A8CD5FC1F85658056356BD78FFD375 /* FIRInstanceIDAuthKeyChain.m */; }; - 346FADD15FDF34254D8C785D604DAE39 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = 572B658C70294BD7606F33AD1F6CDC9C /* FIRInstanceID+Private.m */; }; - 34C44D0C1C2D0EE5B37B0D23FB44764F /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = F70D969F8A9D55F6DC68D1CE99CBDBBA /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34D84769E0E09EB8615722534681CF66 /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 644994B4F70276C818F905F2A55E4D4A /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 350A8D0AA6EC66020954DE656C3C584F /* DataNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB39C4B30A0ED3E4986426275C7C214 /* DataNode.swift */; }; - 3554F51CFD1D786099898F005FF016BA /* ItemModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DD37D2505E42095AE5B20907792DBF6 /* ItemModel.swift */; }; - 355C18EEC82624A06A6CC93965258E33 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798217D34F30EBF6AAF6106B2D220D85 /* Request.swift */; }; - 3576161D877A29DBCCF62985F944DEC1 /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BEB6A148F406301BD6C84A3F1C159A4 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 3769D98EFF87E468520CBF99A4DECF99 /* GDTLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = 36BA7E63892121557A5AC1CA6F2696C8 /* GDTLifecycle.m */; }; - 37EEBFA02F9B40110E13428C1E8498A4 /* MagazineLayoutCollectionViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9974A95346D9D9D7CF7AAFB7141280B4 /* MagazineLayoutCollectionViewLayoutAttributes.swift */; }; - 383023CE32FAA103766C5644E8505BEC /* FIRMessagingTopicOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A4828108059FB0A75CC855697115B12B /* FIRMessagingTopicOperation.m */; }; - 386AF765E8BA8A6B3E3D15AF25F085AD /* Cleaner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36633A30D1B026A5BAB277DB0CF632E8 /* Cleaner.swift */; }; - 3A2260DBF0A40F20B1CE45008E5027CD /* SwiftSoup-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 726504726FC847216E0FA5943AE66047 /* SwiftSoup-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A83A39710ABA6E02504A55F0F75A053 /* Empty.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = FB1CEDCEB7EBF66EC1A27C9F0FBCC6AA /* Empty.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B56BC2591A957994C71A0A65D5D26F7 /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 592C64CE3067A74731D6026E8A82BCAC /* GDTCCTUploader.m */; }; - 3BC718EE7B4386177FD0A096611045E1 /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE648E5946CF5BB8990DF55D1556350 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 19790ECD80CC57DD578154AF78D5C175 /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 595939ABF45A9CFD46F1F52BC609C453 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1990CF7F5112182401D12990B8D7FA8E /* TextNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 524352E0295DCE4B1185802E9C81991C /* TextNode.swift */; }; + 1A2B5EB52421D49355927444E91E0D50 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = FE403CDE0F5C3A48904DA73FEF7C565F /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1A625A734512CDEA4A20822D17DE916A /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 7E7C10D044BA7481992E6FF31917449E /* FIRInstanceIDKeychain.m */; }; + 1B4A81EE3D0F30E02BC0437913F91936 /* Any.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A7C9AE07CE4C9B4C8CD53BFB6C5B136 /* Any.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1B78008A8C9F28D205BA63A7590F619C /* GPBDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = DA4D606B83759A7989231A7BB73207B1 /* GPBDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C49AE1CAF07C9914405706E969D1A09 /* Any.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FF8B72EADB2993AA3BDE35796A7A251 /* Any.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1CBC5029B7FF81DFE0C98C1344166AA1 /* GPBUnknownField.m in Sources */ = {isa = PBXBuildFile; fileRef = 286F0BE1F8C5DD78EDAE273E99B0B275 /* GPBUnknownField.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 1CE17DAE916DA6A7F2DB375F22D72B0D /* FIRInstanceIDKeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = 849D6C91E228C72633221648A5D1116D /* FIRInstanceIDKeyPair.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1CE8657C7FB2FDE0ED51FDD5105BE75E /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 08D9D1FE0D7C5C082D16A46EB6F40A13 /* FirebaseInstanceID-dummy.m */; }; + 1CEA0E15D072609A688D3759489B3831 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + 1D29D2ACADF961F69D32B06FA6A09E28 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 454D05BEFA68F7504ACC4F06E06F092F /* Notifications.swift */; }; + 1D90B66722DE3095C5BD0E7AB6E3C14A /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 12FB7A13EE2BA56BE84BF9C489D7F80F /* GULNetwork.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 1D93B9A844811175B3CA017D877CB7E2 /* FIRInstanceIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 9066FC7DE3982FB5E3ADD0CEC6575254 /* FIRInstanceIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DD0F74391EA54C39A39044EC152824E /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DEAC546D727274DEEAECDAEC01CA1930 /* FIRInstanceIDTokenFetchOperation.m */; }; + 1EA2C43608CC6E7F7D62425EE69D0571 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BF3D98145B0B9762A2C45F25E6C872E /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1EF094FEC32FA9FB9B73578F65835798 /* FIRInstanceID+Private.m in Sources */ = {isa = PBXBuildFile; fileRef = CC49A8564CF2E6C1026B2CEEB26076B2 /* FIRInstanceID+Private.m */; }; + 1F114C8D00D115B9A40A26DED170E413 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = CA336B744BAEE866F4F53E2AACEA7E19 /* GULMutableDictionary.m */; }; + 1F643CDE917235F0186828598BC82D12 /* FIRMessagingDataMessageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BDA5EA8B482E20D80784EF586E407E3E /* FIRMessagingDataMessageManager.m */; }; + 216B4EC3C8040B7DDCC9A70AD9F088C3 /* MagazineLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA8D35CE11D5D01F04E87C5D99A21853 /* MagazineLayout.swift */; }; + 21C9A7D84437C694D95369ED3F3C8A71 /* ArrayExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CFBCD7251E736A047D9D899CC49BED /* ArrayExt.swift */; }; + 2267741A9789930B26696B7CC3844F64 /* SectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8D2A9BA7A4F3A58F7DDAC5536780DF3 /* SectionModel.swift */; }; + 22EA2135CDBDB8A6E3870180463910DA /* BooleanAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B3CDE98A596809A60F8785EB135956 /* BooleanAttribute.swift */; }; + 24177C47583B9FA9ED684532D65183C5 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 49A7477087BCBE3139F91EE06D184918 /* FIRComponentType.m */; }; + 2523D112738D66DEB46A801BF993D256 /* GPBProtocolBuffers.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D2033FAB9EC937E36940E4B74FCD31B /* GPBProtocolBuffers.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 252E39C0B6FB99C3D192091F06E1609C /* GDTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AD25D72A860C4794B397C7446A7F429 /* GDTPlatform.m */; }; + 257640EC68DF890EF80F1E819282C010 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 15124C321746CAE6C5C31FA028C94ABA /* FirebaseCore-dummy.m */; }; + 25B384ED614064B8127CEC0DFA7B5235 /* FIRMessagingConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = AFE753FC79D6C02A81794C17CFB0D788 /* FIRMessagingConnection.m */; }; + 2755F16E94F92F9E6DBCF899EC1DDAFF /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 059DEFD2ADEACE6489C3D97620F11DB0 /* GULNetworkURLSession.m */; }; + 27CAC6DB44E889F98DD449A951795D4D /* FIRMessagingVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = EB6D527CC670F021D44F6150F7F73D8D /* FIRMessagingVersionUtilities.m */; }; + 28A8595467DD76986C5731FD976C8A57 /* SQLite.swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A16E6A0D11C0C0B67E46B1355497A08 /* SQLite.swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 290EF8DF6140C1E5649931C0951A1396 /* GPBDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 029489BD9F96CEF9D4BA630BF1721C42 /* GPBDescriptor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 295A47CEF29695F32EE6AD20A1488015 /* GoogleDataTransportCCTSupport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 06E88B10F26B6C2A49295678F1857929 /* GoogleDataTransportCCTSupport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BC1E518E395CC7610B9BC59A22A4609 /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = D9BA71A7DF5D6EA580FE5D0B03DF7E73 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C1DE568D9668063D19AA148C0D4DA9A /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D1F296A17A08E361D2AF28631C8D7C7D /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2C9895BFDD74435ED866C32DB0FF6655 /* GDTRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = DBAC20DFA1C38F2556FF67CAC3F53C89 /* GDTRegistrar.m */; }; + 2CC4D68A894249281D2C72465422EBE2 /* FIRMessagingReceiver.m in Sources */ = {isa = PBXBuildFile; fileRef = 59362C309C0D5674E2C4912BE2351B80 /* FIRMessagingReceiver.m */; }; + 2D46482CD6B68B5E269301A65368C3A8 /* FIRMessagingCodedInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = EAAE1FC8BC47E4FAFD90FBF12BED503F /* FIRMessagingCodedInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D4C9A8EBEC8D5CAFED2D894326AAA87 /* GPBUnknownFieldSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 63BFB13912C13BB9524944569613F619 /* GPBUnknownFieldSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2DFFCEADAE172C0177C2A0F50B004BBE /* DateAndTimeFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8128282D11DFC498B7D0E91719E71A29 /* DateAndTimeFunctions.swift */; }; + 2E5D9BE899117353AB44A317796492C6 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A9B55A442CDAF3105B845D881F75D20 /* Errors.swift */; }; + 32AB2904D4E62B443119F81C8D15BEAB /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7B7220DA3E13DC30F55CA117124F5 /* FIRInstanceIDTokenInfo.m */; }; + 32B840173F83AB999E6B501588F651D0 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DFAFB69016D52238E614BB4F1ACFAB76 /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 33BC1D1A83CA7F5DC1CFC8972655F9ED /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AF990545EF2AECC659C3AD8B9AF7E3A /* GULApplication.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 33F934B34229ADA6E17FED14455B504E /* GDTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = D82FB5056F4EFD6FAF9D589F167A1E71 /* GDTAssert.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 34313804879B2216BE9DE70CDDB5BAA9 /* ParseErrorList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B5743673464F7EE51AC8E53580CB2A0 /* ParseErrorList.swift */; }; + 3554F51CFD1D786099898F005FF016BA /* ItemModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E087AC55086497D85EB026729A6B3FD5 /* ItemModel.swift */; }; + 355C18EEC82624A06A6CC93965258E33 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 779C8B46DE898E374111BE6CAA7E3611 /* Request.swift */; }; + 3607B31E4A9B0F8E2497DDF2C96DD562 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A7FB6F9D0CDC9B8C55023E45DAA167AF /* FIRLogger.m */; }; + 364E5CFC4A2BE02C495936E3D7CD64E2 /* FIRMessagingTopicOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = C7EEC33A0F5E3BBB9F051733FB45B789 /* FIRMessagingTopicOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 367F468D6D6BC5FD3BFFC58B4DBFB3FB /* GDTUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = E78D7D7F574A431021435D986A187B57 /* GDTUploadCoordinator.m */; }; + 36D76FB3A111963ED647247DCE2A6398 /* FTS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 138A40052D1ED369FD0674A9EFF5A0C6 /* FTS5.swift */; }; + 36DB207B752B59D83FA09526BDAC0427 /* CharacterExt.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274616AF3813701C0CF19D85CA2F5731 /* CharacterExt.swift */; }; + 376F55E31C7A144B1EA9DEEB4F553815 /* FIRMessagingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = D26C424C1CC8411F8BC1CE45962E031B /* FIRMessagingConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 377E2BF974C001AF509432FB5093B34A /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = C4889761C9AA77651C9107B17C09683A /* FIRErrors.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 37EEBFA02F9B40110E13428C1E8498A4 /* MagazineLayoutCollectionViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 255EC03C92251DD0BBAD888C8171D77F /* MagazineLayoutCollectionViewLayoutAttributes.swift */; }; + 38AAC69796CB108865ED3C3650BC2796 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F45AC049486A19C55A9F03A25436F14 /* FIRVersion.m */; }; + 391A2E47F40FFA3FB52993822E51B50D /* GDTStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = A7AB0669574E6B1AEF7525723B807054 /* GDTStorage.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3A7CFDC7A7B3B46D3A1105387F2D6516 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C299EC2C181D490BE6FD67EDF5C828A /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3ACE8B4BB76A5DCD4F66F68745704FA7 /* GDTUploadCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE4F624D157D708AD5DB4CC888BA639 /* GDTUploadCoordinator.h */; settings = {ATTRIBUTES = (Private, ); }; }; 3BD1DAFE1F3E6C9E4EB0F2099B6D6FA2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 3C1F7098F68564357A0B7A36822BF394 /* Blob.swift in Sources */ = {isa = PBXBuildFile; fileRef = B64A5782B9B30478F6D95C73E31CFE5C /* Blob.swift */; }; - 3C9A6AE1C6EE82B9964AAAD5EC824792 /* BackgroundModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FD5F30F569E7D6291293AADA5306EF8 /* BackgroundModel.swift */; }; - 3D15D45BBBB25B1BBD62CCBA7BF1BA95 /* ElementLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6458B566C7F70BF43D2589B156BFFEE6 /* ElementLocation.swift */; }; - 3DBC6EDA12787B9D1330AA1403523F0D /* GPBUnknownField_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = CE233EDC988AFC46625302F43A317EB4 /* GPBUnknownField_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3E0749AF6C51BCF0E4A41CF1D6A76FED /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9B23BC40867D67BABEEE876AA01FE0 /* DispatchQueue+Alamofire.swift */; }; - 40B66C1EC24A6D95EF16DF3EF189DC5E /* UICollectionViewDelegateMagazineLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9BC95F96F0FD2D710B67E6C32D75AC9 /* UICollectionViewDelegateMagazineLayout.swift */; }; - 40BF9ACC315E1711B188E49258192255 /* GDTReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 98DC50B4E77F6865163581F0778608E9 /* GDTReachability_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 41372BB9955CD8570A819F2B7DE38905 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 419B24BD9E1032710D393A6F62AD29A4 /* HtmlTreeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC91057105DCFB169A478F81E8ACA17D /* HtmlTreeBuilder.swift */; }; - 41E2EC6E6EBD6CF76FC3F99E6C814C74 /* FIRMessagingDataMessageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E85E497054DFE43BB20F8D65B19CC29 /* FIRMessagingDataMessageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 43A9AB4761EA4CB7B817AFE005D00046 /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 44365C8B986FA96EFAD9A485DFD42839 /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 450CBB57CC3819E339A695B5E44E0FBD /* FirebaseInstanceID-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A1841277163241C0ADBD81867310F74 /* FirebaseInstanceID-dummy.m */; }; - 45AFCF229D90C179015C8F888A1A5C1A /* StructuralEvaluator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 479936C988E0411A8138FEF471E26DB2 /* StructuralEvaluator.swift */; }; - 45EB36DFC66BD7F225CE69ACBF3FE002 /* FTS5.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2E8E8C30FC9A2450BB08C6CAD3841A4 /* FTS5.swift */; }; - 4673294978FE5608B723073C0922DA24 /* Duration.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B288124FC3302789F70DA20B0F84EFB /* Duration.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 46DF8BD7A36296391B47FD51285CC040 /* FIRInstanceIDKeyPairUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 362366515C9E15BAD5051233D6133DDD /* FIRInstanceIDKeyPairUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 47935085C9E8E7B29E3FC81B10BD4CF2 /* GDTEvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CDD9061FCE81A418EB59B75FA8C58D5 /* GDTEvent_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 48D04BE62F2A5670D558F6A404BD2EDC /* Struct.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = C395500CC4C3274703289A479E88E022 /* Struct.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4994EE57F4DD28F9A8D75C598760A947 /* GDTTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 777F942F370A122CC4E24BA38BA8598B /* GDTTransformer_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 4BA0412797BD6FD2A095D973F55E4D4C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 4C2123F035381BBCD58EC9326E0A2448 /* GtalkCore.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F50568D09C680FEFA2FC0BAE48963117 /* GtalkCore.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4CE3E54D624FFACAC79A44AD93FF76E8 /* HtmlTreeBuilderState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 999BB0FA5EF71DA72AAB6BC9C021D263 /* HtmlTreeBuilderState.swift */; }; - 4E6FDA7A10F29797409D63B5C9DF0595 /* GPBMessage_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 94428BBFA0935937302C3C0C1C045D57 /* GPBMessage_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4EB31596BE08D4E177E8A9C5A915C762 /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 90041B533F8292EA62172ABDA3A7088A /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4EE25CD77CAE4FA1765266D10E4DBC19 /* FIRMessagingSecureSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 43B42C82F203B880C811185165143022 /* FIRMessagingSecureSocket.m */; }; - 4EE4633A86F872DA6E5F1CB5E1FFA35A /* GDTTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 8803F9E01F73FF9AD370F63801166BF4 /* GDTTransformer.m */; }; - 4F6CC8130631714875AF393D952C4E10 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 4F740889F9D73B89736FE203D5D9AD98 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D7B8165C8B37BAB449F1E13FFC0AF8B /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4FE4B228D3CAD8CCDFA8550EE33FC8A0 /* FIRMessagingPacketQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 110D2101A2769CC12C6BD693A749E5F7 /* FIRMessagingPacketQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50143F3AA1A224C824A598FF886E152E /* GPBProtocolBuffers_RuntimeSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 998BEA8BAF30811E9A7964A12D100F41 /* GPBProtocolBuffers_RuntimeSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 50A93089D97266A3632F42D163A35343 /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BF81971F0AEA76ABE81E7D7CAC4CF82 /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 510A6F6398DA88813666DD441B7A8C1A /* Evaluator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 570C994B3C090E35D1643E588AA9F619 /* Evaluator.swift */; }; - 522F7BCCF7042EDD3D1FA02B6204ECCC /* FIRMessagingPubSub.m in Sources */ = {isa = PBXBuildFile; fileRef = D91150C5320B89224F9AA3EB939B6647 /* FIRMessagingPubSub.m */; }; - 523EC7475A602E321F06B0373B15DADE /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 04404E7A4F52A8AD39FCCD5F9F5833C0 /* FIRInstanceIDVersionUtilities.m */; }; - 52613C5C3D0B0FD95056E7EE744EC47F /* GPBDescriptor_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 133D9DDCB33FDBC19746116DA553CDF8 /* GPBDescriptor_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C8B305E0966F68551D713117231CD63 /* GoogleDataTransport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D5D797E72AED9AA55C217FA72630C6CE /* GoogleDataTransport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3C9A6AE1C6EE82B9964AAAD5EC824792 /* BackgroundModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8182B4E62F90F5903A56A70D892FA650 /* BackgroundModel.swift */; }; + 3D10BA0AFC579A1BF6D8DC650A6C3BB8 /* GDTDataFuture.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B2FDB0DF26E07CA0C0609057747D90 /* GDTDataFuture.m */; }; + 3D15D45BBBB25B1BBD62CCBA7BF1BA95 /* ElementLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D072E66DC3011EF8EA69DF985D8DBB49 /* ElementLocation.swift */; }; + 3D9E87CA8C778FE74AAE01D253AB09F5 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 072DC6A9CB06502CDAD2107B26A10A28 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3E0749AF6C51BCF0E4A41CF1D6A76FED /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5B087A0FD05B839D5812CAA60088049 /* DispatchQueue+Alamofire.swift */; }; + 3F56D07DAC451AFFF4DAD75709947F3B /* FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 79929DACD85391B609F34B360030545F /* FIRMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3F5AE66CB51B2120A5979E81293151A9 /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E1C0B186DDD5F3BC1A9761407F5D2CA /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 40B66C1EC24A6D95EF16DF3EF189DC5E /* UICollectionViewDelegateMagazineLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B18E711DD5B6BC39D6F2CFFB690468F /* UICollectionViewDelegateMagazineLayout.swift */; }; + 4265AEE72DB675730C045509D690D636 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = AC855874BA4DA2AE65CA1FF8A239F4ED /* FIROptions.m */; }; + 429AA7C340B0CE98EED5DD2D159D9653 /* Setter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEDF06EAE9910717C3D45F296717B1D5 /* Setter.swift */; }; + 429FB45004E3AB7A949DD882EE714129 /* Protobuf-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 74A8196FA728BA1BBB42B1D0E84FC923 /* Protobuf-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 42D19D207FD7C92469B670DC1683DA23 /* FIRMessagingDelayedMessageQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = F396FDEA1EB69C6F0E13A8A3DD4B305E /* FIRMessagingDelayedMessageQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4322710A32D6362FA0CAB2D841F37ED1 /* TokenQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F9488FAC53884FC0093DFF851BA9E3B /* TokenQueue.swift */; }; + 433610F0B4CE1E1F8B42332A43BEE550 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CD48A861D49FEA8C4096CD2C3A89227 /* Attribute.swift */; }; + 4431167804898DEF72E5BE440934DD37 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = E2C32DB97BF40615ABF2EA1A50332AA2 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45AA220FEA1CEF033AE72F791F02A5A2 /* GPBExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B0F752C78A2FDB4B9CC85946BF5209F /* GPBExtensionRegistry.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 46B7B33109261B632624957BF06AE841 /* NSDictionary+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 000CE97B6E4B3CF05A5A6DE85A83C69B /* NSDictionary+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 46E78245DCD24FFF3E9F7C79D81776E0 /* CoreFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1F2C26D5B6E6004C44B9AC8D35A26B5 /* CoreFunctions.swift */; }; + 47A2F3D0B30598D6861028B300D2DA04 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = 929B89C4B103E063A8B9D69A7FA74299 /* FIRErrors.m */; }; + 4865EADCB45B942D45C986F0D29C6E90 /* Type.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 33BD927FA6C15C238158414F254C9A01 /* Type.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4894180F0513DA120C0AF950784BF897 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E8A6F4BBE115D89662C18632034AC05 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 48A2B065CC5790ECF99D3A297218B6C1 /* Evaluator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F54D0DE05F07BC97E6E12CC3C334215 /* Evaluator.swift */; }; + 48AE671F51BC11E8C19A8125617B9154 /* FIRInstanceIDVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = DD3F70037D9D16E2F730CBF17238B9EC /* FIRInstanceIDVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48DFDE8B55F9DDC5F67E31FB6E77CDF5 /* GDTUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = EABA9B7115854D4F7A5B4E45458BB6FF /* GDTUploadPackage.m */; }; + 49ACEC73C078DA51391800A3DC2B2EBF /* FirebaseCoreDiagnostics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6ACD767757CAD42273D0753D20A4F55A /* FirebaseCoreDiagnostics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4C79BFACA668E353C72BDCE5E6573EAE /* CustomFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C7592A1A51319C3E9DA9AF4E00F98F7 /* CustomFunctions.swift */; }; + 4C7ED6F8995FDE394AFA64EDF9A1F102 /* GPBCodedInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A4CB1E12663EF8C1249044B92A10EC5 /* GPBCodedInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D90C5A839BCF7792DCED0BA854A2FF3 /* FIRCoreDiagnosticsDateFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DE592BA7E19DBBBE26EFCBD5681E28F /* FIRCoreDiagnosticsDateFileStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4DD4B37B3CE98EB608BF411D6D2887D2 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 779CCC976DBF9947B6AFC73B836B8C38 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4E0F71706D431B8934B2C8E4215CF248 /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C021889F7EAD0D5E4AE3F16B0C4F37 /* NSError+FIRInstanceID.m */; }; + 4E5503CEBB9E2C0FCF2509AC385D2A3F /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = B7E77D8C596CAEB9EACAB5BABDAC4FC2 /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4EABAD9480FAFFA355A3CE8FF98BB88D /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B802EEF2DB9B41BCB065547BB049F5E /* GPBWireFormat.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 4F2DBC48026BE11806E89671CA5574D5 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C245C3A86B4FAF1EE7C54789AA0557 /* FIRCoreDiagnostics.m */; }; + 4F66BF439E8279DC8D6015EB3A64B842 /* HtmlTreeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7AB51C67289171AD3BAA219D01188E3C /* HtmlTreeBuilder.swift */; }; + 4FD0B1CE061EA7553571256EC2549FDA /* FIRMessagingRemoteNotificationsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = AF3D789537BDB475313F8D48BA88A06C /* FIRMessagingRemoteNotificationsProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FFFB84E7A8D20F2A73FA68FA6D63704 /* Whitelist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2AAE42AC3D9A558ED5BE09DDB9458C /* Whitelist.swift */; }; + 519BF12092A8284E6BEC0AAC8E3E54B5 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 316C6CC758EFD8056FFD2C60157BDF99 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 51C91345C1D7E0999C4F9CB3A4C0E8A9 /* FIRInstanceIDCheckinPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 467618E269677A10123F50740568B690 /* FIRInstanceIDCheckinPreferences.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5258C40E9A2495AF359D82A4BCFA8F5E /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = AD93FE992F2808E13987AF3E78776E5A /* FIRInstanceIDBackupExcludedPlist.m */; }; 52E1A3CF97809055A74BC32BF0B9FBBD /* Pods-AvH PlanTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 366D4051596D87F4F38AE0A38BA83DCB /* Pods-AvH PlanTests-dummy.m */; }; - 52FD333A92E6E4319E5D0E8BD102B335 /* GPBRootObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 237391B04DCC9C133B7F005D18401B6B /* GPBRootObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 53185B1ABE49D8BFA7B1453E532C4701 /* XmlTreeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 195C5DAD076DAAF4B2855A9CDF1A4A44 /* XmlTreeBuilder.swift */; }; - 53359E50A3BD077A35D3BDDBAD0DAE9E /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 76A0621E46303B717988A4F94F84A719 /* FIRInstanceIDTokenStore.m */; }; - 53BB2B38E684D8DB303E93F9A8D9BBD1 /* Attribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B66F2A1D4C6B8207DF8F1AA987E4899 /* Attribute.swift */; }; - 53D340A7D4C6BD6687AE0F86FE166E25 /* FIRMessagingRemoteNotificationsProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DEBA40653843631E7D8D8F293C39AF3 /* FIRMessagingRemoteNotificationsProxy.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 54841B519C0938F1BB1516EF8C3CA4E2 /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 6470150F4F4FF1164302EDCDE76D7B9D /* FIRInstanceIDLogger.m */; }; - 555FCABA882163B69BD325D8F7B65278 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = B75BAFDB0C2640F704A86FE3C13B874D /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 55BC85C4298B195CF9AAD785BFC36A64 /* Coding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64CE134288621212FD1E0CADB9E65850 /* Coding.swift */; }; - 55D2B2BF278EA25DE0CBE15BB292ED9E /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D215BC795A84A96AE227CCB41BB354B /* Document.swift */; }; - 56B6325FD539224B3B90DCBE4453BF61 /* XmlDeclaration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5464E3C9C87A56217002C42A64B77AF /* XmlDeclaration.swift */; }; - 56D31AF980A6CD790321DD0D929F4FC4 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 36B755BBFC3EA355C997B8EB7BFE9FBC /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56F71F7AD18E486EFF005DC66458F119 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EF4E3FDBD9FD09E59E535928355FDEB /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 576550320FAEEB4C0FF2DD9136E530A3 /* GPBExtensionInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = A856B0930F64AABE0FAC07A3CA792DC0 /* GPBExtensionInternals.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 57C93D25598860A289720E1D2D91EF3D /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = FB1E6B8E87D3D37D9B13DB74FE001AAC /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57CAB02DBBEBEA1C144CB5DF8CC2146C /* FIRMessagingDelayedMessageQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = A3E9EDBD1E11F7BB6162377C4EFEBA25 /* FIRMessagingDelayedMessageQueue.m */; }; - 58E21139EFA666942CD97BFC59996390 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 23201DE71C940BF4186E232EB33EF54E /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 58FE48CC7D6C374659501C535C47CFA1 /* Collector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 440787E546EAC7B4CE831D2EACCB4B17 /* Collector.swift */; }; - 59238737CEF46E884E54A24BBAE9B83F /* FIRMessagingContextManagerService.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C31D01F0A4AD8F1E2F75012CEB4FC34 /* FIRMessagingContextManagerService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 5B6B19A95FFA5184C5235C53334FD365 /* FIRMessagingExtensionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 459B62E43A23525CBD80C824F71368BB /* FIRMessagingExtensionHelper.m */; }; + 531661ADDE42A5D0D74D03F1FCB68D35 /* Blob.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0784EB0BBB7E1FBB3C5CDFBBFC410166 /* Blob.swift */; }; + 533B54C766C42F1061741C07CD028483 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A53643ABCBE75C7A6558B231B26B8A55 /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53CD00DCEBD5E499D00020A0F89625D6 /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F0F8148ABC768CADE82539066F381E79 /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 53D6EE765C9D00AAEB36F4A70868FDAE /* FormElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA91218B1B5DA40530AF2057BF9FFEF6 /* FormElement.swift */; }; + 5418398D279952BE1C3A179774F93413 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 140BA395032C83EE7855513C3156ED67 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5439DD8A58391882D4818EEF1F7AC1DB /* FIRMessagingExtensionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 497F8E2B55B4585EDD232737182F1C98 /* FIRMessagingExtensionHelper.m */; }; + 544D7D275DFC53FB7293BF970B006C3B /* OrderedDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDFC263AF22620E36EDF89057557B9E8 /* OrderedDictionary.swift */; }; + 54614BBAD83E922A1596B2146BD69A16 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D1FB65A4F74621D5CDA0F7CA8C2ADE8 /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 546E0FD4DF4E7C0A0625A2E46D28F85A /* GDTTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B969A0129F7906663D602B89F2312E2 /* GDTTargets.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 55362A085C91DB7AC7C8DA444BB1B447 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 22054C1F846287EF49FB9C46CCED378C /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5582C2FFC3E75F25DF9B029515C8A23E /* NodeVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F1AE7659F43C23CA7558690CE49BDC1 /* NodeVisitor.swift */; }; + 558AB059549BF52E44E6DFC5957825D3 /* GPBBootstrap.h in Headers */ = {isa = PBXBuildFile; fileRef = F174975FC93DA354578483F8FF90349F /* GPBBootstrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 561CE12CB5F2824E58A79F14F697D943 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 7C18AE71335E25341767747608769C81 /* FIRInstanceIDStringEncoding.m */; }; + 564ACC7BBF57F95408ACFE82E8D8E337 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = F98F0DB59E111E52D360BFECDD237C0C /* FIRInstanceIDCheckinService.m */; }; + 573CD30BB251F9710EDFB6F495195220 /* FIRMessagingAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B3F24CFF8BD6AB694383B3F36D38C6 /* FIRMessagingAnalytics.m */; }; + 57C11FF44F25782631730115CC89B862 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CA13B919190AFC3EBD0A3F02AFBE501A /* nanopb-dummy.m */; }; + 580BB05EBAE1064764A16728D9BE4E87 /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6BB0062B7B6796CC8373D2E190D40E8E /* FIRInstanceIDTokenManager.m */; }; + 589D1D222751F49F36CEC95060D254E1 /* StructuralEvaluator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BCC07914C52906779CEEF0F03A78A46 /* StructuralEvaluator.swift */; }; + 58DF4C0EECB4EBFDAB8823DD944B17E0 /* FIRMessagingTopicsCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = B1B7F18CE729802C079E660D9FCD0A82 /* FIRMessagingTopicsCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 58FF0439DF28C9932C663E04391C619D /* GPBUnknownField_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = AECAAE8647E23719AF30BC8C4CD42815 /* GPBUnknownField_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5AE3C263DF13DF76A8B5CF4B8D583015 /* FIRInstanceIDURLQueryItem.h in Headers */ = {isa = PBXBuildFile; fileRef = F7FBDB196F800BCEEF6E659E480FFAF2 /* FIRInstanceIDURLQueryItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5B6E8E1213FCF052169AD14D048F219E /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 42565E3FF1D212A403A06C9CC4191363 /* GDTCCTNanopbHelpers.m */; }; 5BCC22A53EBD378FECAB3A7EB4AACFF4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 5C494ECB64FB8CBA9601097D36BB3F7D /* Timestamp.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 6648C661FB82154C39B518C6F87485E2 /* Timestamp.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 5C89919C1DE525927620A800A2BB794A /* MagazineLayoutItemWidthMode+WidthDivisor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F372F67F6F4E0F3874381044536AA28 /* MagazineLayoutItemWidthMode+WidthDivisor.swift */; }; - 5CD2AD4798404DC4B95701BD82D8F981 /* GDTReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F8685EB1A77B8AB4C2C602EC03B73E1 /* GDTReachability.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 5DCA3DACC85A7ED85006D87090E908A8 /* Connection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16A7FCD826B7275C733B1920D5307244 /* Connection.swift */; }; - 5DD8DE74736A8C8AB302A732B381735B /* GtalkExtensions.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 080A34AF5B5E13A3C53D23FCC5D3253C /* GtalkExtensions.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 5E98ACC79C6CCA3ECB14FCE226F12A6F /* StreamReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67D42B2A1217FD92E970E20CC1E934C /* StreamReader.swift */; }; - 5EBC68CC899E9C62A828B576B2F570AC /* CollectionViewUpdateItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = D49AC4F5ED90906BFBB53A9F0C2EDFF2 /* CollectionViewUpdateItem.swift */; }; - 5F71C28AFCED4FD4248D32755B735F72 /* GPBExtensionInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = 9A6E1F444399A10FD90C149129721F5A /* GPBExtensionInternals.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 60B6C2A003864AAD3A426448152F67BE /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 521684EECFE5DC916807326AFEA984F6 /* Timeline.swift */; }; - 614E389BB9A43CBA7F376590F060CA72 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = BA27FF8177A5212C014FAB86560D2140 /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 617D53E3D12BF533A0B84217F9FCA579 /* MagazineLayout+Default.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB17B2748C742C8BA4988A1BD033ED6A /* MagazineLayout+Default.swift */; }; - 626E4E83AC60A226664B1A08328A310D /* NSError+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = F720A2CD5CF60147898C978A91D3CCB1 /* NSError+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 644E2156CF328487187940FD65B91E87 /* GDTEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 7FF38C16579719DAB53081A477FED320 /* GDTEvent.m */; }; - 64CBDB0ECF1282C17C97B72B5B04381D /* DocumentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 371A1A696CD5A3893AA4924F0E9BD074 /* DocumentType.swift */; }; - 64EBEDCA86D3171679C3D8CC246486C0 /* GPBExtensionRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = E0E1F8738F3C394C2E8A8839019BF0D1 /* GPBExtensionRegistry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 653D28F501102F610C8939EE684D2F98 /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = B00999B518335633D6310340A77A16FD /* Value.swift */; }; - 656DD954D84B69334E4F76F552915E19 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = D3D52055FEACD4AB40E377D8D3EA6686 /* FIRDependency.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 65D337E9296BB7974E6879AF3214AA59 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B334BC6B63A2542CD220B7114748547 /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 66591F7F7F3BCD6CA4991088C97A14B9 /* DataUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B9485CB16468948213A1CE5C48EE9 /* DataUtil.swift */; }; - 667EB79E3890BFB1A72AB4E0BB140D88 /* NodeVisitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77D03C437BF49774C8BB35D37CC3CB8B /* NodeVisitor.swift */; }; - 668BE125E0F12D0716F963055FC41674 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 835731F5ABB475E32565175E3B2C1A8C /* FIRVersion.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 67156D16DD31CEB532C956017331D570 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 3737CB4723A19B6EB8D55E897A63BC28 /* GULReachabilityChecker.m */; }; - 67C53FB0D49DF9F5FE5331A59225AD1E /* MagazineLayoutBackgroundVisibilityMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E35C1353718635F8A82B8939155929B /* MagazineLayoutBackgroundVisibilityMode.swift */; }; - 69158EA01A374AD32A1627C57DB9499C /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 118F7697224E030D07491D261B5FAF18 /* String.swift */; }; - 692B9DDBEEA4101E2AEDE3B9ADEB2829 /* FIRMessagingRemoteNotificationsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 90C5FF0359761A3B9382CE4AF17F0C23 /* FIRMessagingRemoteNotificationsProxy.m */; }; - 6A2EB8A8326AED6505F09705D7D2EE50 /* GDTConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = C74A7560FA9516822E65B7B634D1D795 /* GDTConsoleLogger.m */; }; - 6C6142DF8C8DF54C00781AACAFA0714E /* FIRCoreDiagnosticsDateFileStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 10861AB060D8A91C39A7805B8607DCCC /* FIRCoreDiagnosticsDateFileStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6D004B252DDF8FDA3A73F2E16C749208 /* UnicodeScalar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78B02107DA82542915DE9FDC88684562 /* UnicodeScalar.swift */; }; - 6EFD003458AE7F689DEA720A2030C261 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07C54A1F45A1AEB7800800D2BDC86A44 /* ResponseSerialization.swift */; }; - 700D3D95AF9520CB227846DFD943A2DA /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53513E7C06B6AA3C8DAA15E17C3E6336 /* ParameterEncoding.swift */; }; - 709A4DA2342FA4C8CE3C9D954F4D826F /* FIRMessagingRmqManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C3260E2F21FCF3B448A27AB1F1D2B7CD /* FIRMessagingRmqManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 712841237816C5BE768E53F4C4F63307 /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = D9E48584FD2438D21C94112CB8671007 /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 72A041E448400056055264E56959AC8F /* Any.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CBE913442FA1F6BC4AD734C9931E26F /* Any.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 734B5F61C4C68C3FE34557328E8F036D /* GPBRuntimeTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C4750DF2D649A8039A51B87CA3B215C /* GPBRuntimeTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 73AB05789A4982944AF68DBD013E3EB7 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 933D1318A0CA49711EE68338970FFE8F /* NetworkReachabilityManager.swift */; }; - 73C64D8AFBE36C37B111018CBB3EB5EC /* GPBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 1B6C4945196FE118D1945B6CE074AB43 /* GPBArray.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 7415B089D3CAE85BBEC54A7D15392641 /* Duration.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = A9ECA0732E666DA1D5AC3C91402AA35D /* Duration.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 766357ED940E4A25AFEA8E6AB43AC8A8 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = E7929818690C927079C049600319E7A5 /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7673171B95025156F8AB2C6F740EACCE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 76F3910E1A9B7514793E5496969015AE /* Type.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2734DEF1EC3FF73218B5DD7987934E3D /* Type.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 772911DA6E33D1CBBC30131B7C8BDBB3 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4A7D2EBBDDE0F2B1416FCC64EE03598 /* Alamofire-dummy.m */; }; - 772BD9FB3D480ACDE080A6A693C67369 /* Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EF49D47F83B612D9DDA5BD09523F943 /* Foundation.swift */; }; - 77E8F0EB9FFBE2E3EB0C77095C644606 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817C8D16518DF77F8C12765E060FC8EF /* TaskDelegate.swift */; }; - 785367A6AB254B301184DF4997FB949C /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EF844217B6CA92C1842B27A6E01C18C /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 78A5C7BA71400FAF2E0F41E6F7B29A36 /* GPBBootstrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B70B1A784E3D2A104E82C9D64A4BEA1 /* GPBBootstrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 795C8D787B62FB5E582F4D130857601B /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 182B1DF0654B932C9DC83741DA71A0D6 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - 795F35C81CD7F81DB253D64F6F701653 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 220A2D5C731A9DB0E6647BB7CE2BCAD0 /* FIRApp.m */; }; - 79ABE1208068FC0B8340BC70CAAF76C7 /* FIRMessagingInternalUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 89D2BEF198C5509410B71999EB5A4601 /* FIRMessagingInternalUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7A97582399ADE92CFA9935B71E6EF9E2 /* GDTClock.m in Sources */ = {isa = PBXBuildFile; fileRef = AFA37563A709ED9A476161E9CD3104E0 /* GDTClock.m */; }; - 7AAFDCFB1E9119558F3BDFDDF7BE3F13 /* GDTUploadCoordinator.m in Sources */ = {isa = PBXBuildFile; fileRef = ECE02DB900F2629594D3E3C71014109C /* GDTUploadCoordinator.m */; }; - 7AD8EF55293B4403798774220E32B52B /* CoreFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 133C54E59A331C176BBDE1E546557629 /* CoreFunctions.swift */; }; - 7B62605A9892B92525D93A8076E020FC /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F9AB3B992F3E80357F0CA69E2560F94 /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BD518D4235A80236C350D1513930E07 /* FIRInstanceIDKeyPairStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 822CEB8568D26CA71C0ABC28A239F77C /* FIRInstanceIDKeyPairStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7BF054579814E4CA440FAC263FDAC66D /* GPBUtilities_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3799174E36082F2237499A35761D5056 /* GPBUtilities_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7CA44F8B5B17A8BD79DA97F921D6CC2F /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A4FF73B6BA92923FB2553D295A83E87 /* Helpers.swift */; }; - 7D8567DC3741CB1547AE7D4D492FEF7C /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = A42B100681D7977474E6BD78EFD9E2DA /* FIRComponentType.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 7E3538A6992A38276764936A9733493D /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 128B9B3526F54D1076919E38206527C3 /* AFError.swift */; }; - 7E968D0073603A558CC00CBF9DA36CE5 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E17F768A1A6DF1D7C738896ED510A7 /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 7F2217D1A1F6E1D4ECFDB574D3A02486 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 28CBBAC552F5B54B2BCCF5B8C807D229 /* FIRComponent.m */; }; - 7F9A6847CB8464EE4013CA19DCE52661 /* GDTStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 37B427DF827D5B41E42E65E3E006503A /* GDTStorage.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8034166AA9F7A7393BBA7FEFEF4AA9FD /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = 5284FC320908282998F7AB525AC55E26 /* FIRDiagnosticsData.m */; }; - 8045EA2FD6222D52440AC3A30E4756BE /* GPBUnknownField.h in Headers */ = {isa = PBXBuildFile; fileRef = 01F859E9D18264DE78D78D9E631E571B /* GPBUnknownField.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 823A885E66AB172BB561176EE7C7F26A /* FIRErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C1C5EB20491EBA0F75F706569A5C52E /* FIRErrors.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 83436F9904B7542401D998C42BB7F752 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 13984BC9163AA2B98D573D559CF7DCA0 /* FIRComponent.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 83FA91DA57FDB75AD5C872062713A071 /* fts3_tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 39D5369A5E17A9565775B51C45897930 /* fts3_tokenizer.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8491B573BB11D3D7461A6021AE7343BC /* GPBUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 29083B79C3BB795B56E09EBD6E871987 /* GPBUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 84CDAF32B0E52740DD3AD0004A3ADE3C /* SQLite.swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2AD816F214BDA497E2D88984F79CF9D1 /* SQLite.swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8507F1C1BB73E486D2F6AE7E26F05511 /* FIRMessagingPubSubRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DE8004AB861ACC22E75BBB84E5E08CC /* FIRMessagingPubSubRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 87D1D59EC6ACBC46DA22F59708C50128 /* Whitelist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 789FE7E06C0EF436DCA66B274797A71C /* Whitelist.swift */; }; - 882DF5EFD2A4F3D1A33245F6F1AE19A1 /* GPBUnknownFieldSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 967D6CB3727B652E63D87714E1F8107A /* GPBUnknownFieldSet.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 882F346E2C206E7749D1408BF1AA8B39 /* Pattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D62C9C05F821D63E33B4F356781CC31 /* Pattern.swift */; }; + 5BEFC3CA9AE4ECA0241768DEDBABC935 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = FAFBB009C584B7A0AC60B7824456C9D8 /* cct.nanopb.c */; }; + 5C5C24A2C72C4903399B240A14DA8E09 /* Duration.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 45E5BBB3D007FA99A4706D484AA71381 /* Duration.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 5C89919C1DE525927620A800A2BB794A /* MagazineLayoutItemWidthMode+WidthDivisor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17ED4ACFE6FDC7A732CF7565887F4670 /* MagazineLayoutItemWidthMode+WidthDivisor.swift */; }; + 5CF90235831A07BEE6A8D84CBE94A377 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + 5DA9B5560AE2FC29A3C0EAB9F1E1D756 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B795040500E66C80750D798C1F96D2C /* FIRBundleUtil.m */; }; + 5E2080CFD162626D9C2220E15643BE6C /* OrderedSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = F945F5F89781B813D5074C7DFE8A7B5B /* OrderedSet.swift */; }; + 5EBC68CC899E9C62A828B576B2F570AC /* CollectionViewUpdateItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817CCF0E0AF6221793464B3483ED4828 /* CollectionViewUpdateItem.swift */; }; + 5EC00F671813C9484E6C1D6F1E39B299 /* FIRMessagingInternalUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 669D3340C69EAAE77AA65E92EDD5A8D3 /* FIRMessagingInternalUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60B6C2A003864AAD3A426448152F67BE /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DF07DE3CADC96CD738CE57B17EFCAFF /* Timeline.swift */; }; + 613CA1F601202859675EA50CFA4971C0 /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DFE2DABD9472EC9480BD1EF3EB86EF4C /* FirebaseCoreDiagnostics-dummy.m */; }; + 614F8846BA9D94E8BF045D5425B7CB29 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6957A33DE7DF261A44738E632D998F2A /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + 617D53E3D12BF533A0B84217F9FCA579 /* MagazineLayout+Default.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCDB92F1771111E1EB07212E7EE213FF /* MagazineLayout+Default.swift */; }; + 6191F53062B11F4754C4A590AF42B155 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AD10D0524372697F5C7E007C7AC47A6 /* GULNetworkConstants.m */; }; + 6194AC73FDF04501DCB3A94116B53AC9 /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 2689C65D57534449A256784ED9409E80 /* FIRInstanceIDAPNSInfo.m */; }; + 62B2509DE4EA3D2C915A33AF39833A8B /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C8D608B91244ED3605084DF38E6CC19 /* GULLogger.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 62D5BE81FB668706A3A9D77B61F30143 /* FIRMessagingPacketQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 0102CAFCC43FEF298C1AF7214383530B /* FIRMessagingPacketQueue.m */; }; + 62D7138861D678080F458ABF5D70E7C3 /* FIRInstanceIDTokenOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = F6683F66A3B64C9C8FC48FDF06E3AA92 /* FIRInstanceIDTokenOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 631F7D268A7EA57D464A368F41D2223F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + 63333023E14C080E1E4BC31122CDD84E /* GPBRootObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 48CBCD42C637435ECBD0EE954A4D7453 /* GPBRootObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 634B1B8E55B50DB8079FDC527D0F61DF /* FIRInstanceIDLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = AE85D08FB7588A697C208B9E1813CFC4 /* FIRInstanceIDLogger.m */; }; + 63870F285414D46B47C14E66257FF3B8 /* FIRMessagingRmqManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0581470D92261BF5673DCE5404F27004 /* FIRMessagingRmqManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63D9992ED00C301786C503BC6F93B9F3 /* Empty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 06BDD6D759EAFACF482BF7C5B1FDEEAA /* Empty.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 64D0B60BB8210E2084AB7E2442E8CAA3 /* FIRMessagingTopicOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 38CEC2D94B17DEC362247052049DE4D8 /* FIRMessagingTopicOperation.m */; }; + 66BC29093857C69FE5D0A7DA2684CE60 /* GDTEventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = ACA1BFB03B6D18419E9397A1E837995F /* GDTEventTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66CEABA24D5C9A7B0AF9988BEA7DDFF7 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = C4B071A7710554E352B48CB398A6AC0C /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 67C53FB0D49DF9F5FE5331A59225AD1E /* MagazineLayoutBackgroundVisibilityMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A977520768872B9527B739DF1E0EE2 /* MagazineLayoutBackgroundVisibilityMode.swift */; }; + 68FB3A6DA39F2EE37DF1C3C2E26BEDB0 /* GDTReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 3741DB8D9AABE2E5EF7709B9C68AAA90 /* GDTReachability.m */; }; + 6A1F5A017A4985E33B9959BEC70FB076 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A6AFCD5F70903941311AD7931D2ED9 /* String.swift */; }; + 6A97A1DA5B8818EBD3C3A7D3A8D92071 /* GDTRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = 86BD37462A064889F59749E23F1DD966 /* GDTRegistrar.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6AE9224F33AB909AE9FE6C1A332A3AC9 /* FIRMessagingContextManagerService.m in Sources */ = {isa = PBXBuildFile; fileRef = 51B43ABC4391C552EAE79F3BFC8CAD17 /* FIRMessagingContextManagerService.m */; }; + 6B8ECA14D70C3D001F911DBBDBD19624 /* FIRInstanceIDDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 2ABA3436BA65114D67E1101A567BD57B /* FIRInstanceIDDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6BA695CD6071B264BC9D9400F45E51E7 /* GPBUnknownField.h in Headers */ = {isa = PBXBuildFile; fileRef = F60D070027265BBDAC7BD619BD93609F /* GPBUnknownField.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C3D4EC8C620A311136EE6FFC2F12653 /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = F3EC77D2D2FF023BCEC88CA06EF90FAE /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C47B0430BD94189883CBD54FE92366E /* GPBWireFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = C44F375C33B625760C2F66A1E9DBCD55 /* GPBWireFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6C64559FFC1D6CFFE1131834C98D2971 /* CombiningEvaluator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76B96A539B9BBD0FE23CA652E0A2B501 /* CombiningEvaluator.swift */; }; + 6D58D747CD8EF9AAE67FBA03C99F5ED1 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CA871C92924AB4F14B8509FB3EBB6E4 /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6D84C0DD88DCF9BD1665B620087DA40D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + 6D9D59A2DA9A479793B8001004FBB075 /* QueryParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A40D9FB39485B1817B3B7A2A756739C6 /* QueryParser.swift */; }; + 6DAFEBBB8847925AEBDD35732597E299 /* FIRInstanceIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 39DC485D2BFDFF2581F4F6A6806D397A /* FIRInstanceIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6E2301676E71F65EC33B2BE1F2649361 /* Foundation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54657AB5DDAC5D8E9A3B0B2FA5E99510 /* Foundation.swift */; }; + 6E9FC079C2FB9FEB85816542542E8EB3 /* GPBExtensionRegistry.h in Headers */ = {isa = PBXBuildFile; fileRef = B394F9D513EF044C99A56586D4480522 /* GPBExtensionRegistry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6EFD003458AE7F689DEA720A2030C261 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD59546406144E97A49EBE99D5AE8EBD /* ResponseSerialization.swift */; }; + 6F7985C05CF9164DB135D6B79C904272 /* FIRInstanceIDKeyPairStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5D5D1B4575A35F8D1C33E2F685077A /* FIRInstanceIDKeyPairStore.m */; }; + 700D3D95AF9520CB227846DFD943A2DA /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9CD6877F3EC615FB0D551E19CE76A8E /* ParameterEncoding.swift */; }; + 71D70E0D6A601FF0B42EAFF4E329A321 /* GDTClock.m in Sources */ = {isa = PBXBuildFile; fileRef = 94203CDA8083293CCA5C50B27BA2DDE3 /* GDTClock.m */; }; + 71E78C931E18E4A09DC11151F0330F6C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + 720E52C06939AE3A7D8331A49A2DF9FB /* GtalkCore.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D76BD5EE13F5196D2FF7CDA5221E100 /* GtalkCore.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 7260796552A3BDEB5EF313434CBE5B15 /* firebasecore.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 264085E3C7DE7CE0150A173B7BCBBCF6 /* firebasecore.nanopb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 72620F5F38942A9269A718E61D936168 /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9BA7544B1EA7BBCCD7E113E9378D11 /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 72AFC010C0891D2C44918280A5CDCCC0 /* GDTTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 58AC3CF09F80B7AEBF494CDCB139C8BD /* GDTTransformer.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 72BEE996EFF2069ABA0A49A5A3E313BD /* FIRMessagingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 325D4139B18A17A653B5E57C84E38CF7 /* FIRMessagingUtilities.m */; }; + 73AB05789A4982944AF68DBD013E3EB7 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FB7BECC91B35B184AEE9D25F58D3065 /* NetworkReachabilityManager.swift */; }; + 73F2FFD9F76422B13B92513DD32AECBE /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = A665C18D242AB7731655F9BDE6906F75 /* FIRComponent.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 75B84224EC30CD0BF69B2CE2828F267C /* GDTTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = EEE9B4ED55380EB3E01DA81A3B5C58E3 /* GDTTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 762EB233F8EB08340FA4A2652380DD9F /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEC97FB0E28100D29258B0E0B945FD7 /* FIRInstanceIDCheckinStore.m */; }; + 76E0EEE310D8BD37C2DB3984DFA813ED /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = EADCCEAFA99387C605BBC8F65E33D11F /* GULAppDelegateSwizzler.m */; }; + 76F03301D4B851F52500D34EB69B0D71 /* DocumentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23F499C0ECB46D18F6829AC3678C93A9 /* DocumentType.swift */; }; + 771002AC2A25AB80F58EF0FEBEA7287B /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = E8DDA01150C3144C34416704738168D4 /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7719DC52BAD2990E7DAA41A2AA505070 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 586D4593006F8562AD5475FB5DF52643 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 772911DA6E33D1CBBC30131B7C8BDBB3 /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A4782B2D102C68918277F99E4C24F4AB /* Alamofire-dummy.m */; }; + 77E8F0EB9FFBE2E3EB0C77095C644606 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF627EAFF0039D13556C8FFE33C8B32A /* TaskDelegate.swift */; }; + 79F4FDCAB910D59EAB471CCCC3C2DEC5 /* FieldMask.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BCEDD02C2D329FB62051A099B6BB93A /* FieldMask.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 7A290F5A9BC565D882DE79CE5B2D0560 /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A9F56111DE469B8F3E5BA774977988C /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7AF76F63A83AA97A1456D3098B4C539C /* GDTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 273C3351D2C311A9B25B6B4D0A383045 /* GDTStoredEvent.m */; }; + 7BE45F8E395C2BCC10979573CC093E85 /* Duration.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = F11D8F2F545AEB94CE79BABC27E08B29 /* Duration.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7CD122C91209451EEFA879BDFEF8592E /* Connection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7389E7AC8C7AB3316740611A755AC287 /* Connection.swift */; }; + 7D15DAB346303597D6F56748AB2EA07D /* FIRMessagingPacketQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = D31FDB7B87AB5D92E7DBDC64D5B9C137 /* FIRMessagingPacketQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E3538A6992A38276764936A9733493D /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCCDB217FB062475757D8BD81BE4FD55 /* AFError.swift */; }; + 7E6CE66FE4B9E01D14ED268327F5F86F /* NSDictionary+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 102E4DD2B22E9DE87C2DEA11F6B07159 /* NSDictionary+FIRMessaging.m */; }; + 7ECADA09FA3052065306AA1BBF8620D3 /* FIRMessagingSecureSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 33C55B46A74EBEC5348D2FEAE61739DF /* FIRMessagingSecureSocket.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EF95150C6753554440596E3EE6B9873 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 92FB48EB2A8A3835AB4A9D6772376329 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 7F1E15709BF54F93675F8B735FB7A185 /* FIRInstanceID+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EDCF2CB80A7596AEEC87816BECDA525A /* FIRInstanceID+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7F320EAA8B59529049FBC8CBAD70086E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + 7F3307F49639A1D2B3C749CCBFC575AA /* Struct.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 56A1A3CDD8FD5C9096FC03A7E9F1894E /* Struct.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 806AD4FBC432F382D16DBBDD6DD27523 /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76ADC6D3A21B96CC8C753135CAFF258D /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 812F59CB1EF05C829A427B9F875DE4BE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + 829B52E2C46EE2CC15C9C6E18B8FBD1B /* Statement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 85FA1A18DFC135B2561D047119E51CAD /* Statement.swift */; }; + 833E01A5B69A11803BA6F22AC2E361CD /* Tokeniser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DE5850AA67472248DED5388229B157 /* Tokeniser.swift */; }; + 83BDFFBA1A68A17A5D0B8948614129DC /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 153DFC025B7E8ACBCC5E027F4ED4D00B /* FIRLogger.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 83BEC510831C972CD733FB951D278050 /* HtmlTreeBuilderState.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE37D780E210C406FCB99B592F51E191 /* HtmlTreeBuilderState.swift */; }; + 84C89CD86EC93694514CD538840B894F /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 2410CEE6FE3B37E25A6858FD94A1D791 /* GULAppEnvironmentUtil.m */; }; + 850F87AEFC9EA08429D6EB8F7249D36B /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 598F75D3BD89F118B6A8F85AB6864798 /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 858119EE0654050342748D690C2AF84E /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED8590F7099573EAA9341B6AEFB10787 /* Expression.swift */; }; + 85A702547B9B7842FBA76554281BFA2B /* TokeniserState.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAB27B1A4852BEECAFFB31D27B21FAAD /* TokeniserState.swift */; }; + 872EABB6BE5247661AE1554509C4832E /* GDTStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B37B2EFBBB06DE83EEA19240AAD7766 /* GDTStorage.m */; }; + 87DDEF9AA7D9364148C1AC376DEDF5B4 /* GPBRootObject.m in Sources */ = {isa = PBXBuildFile; fileRef = D651FBB86BCD343886C67CF752069A49 /* GPBRootObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 87E81967A3ABA9584233BCA00AE2D8ED /* FIRErrorCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DE1D643AFAA0C042D9B86F6AD32A257 /* FIRErrorCode.h */; settings = {ATTRIBUTES = (Private, ); }; }; 8882470CC4B134F927FB080A510BBE2A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 891EA6F79B33EFCFE62AF870BD7E0570 /* FIRMessagingPubSubRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = D02C1442D1E8B0DB587C933E7CE82B70 /* FIRMessagingPubSubRegistrar.m */; }; - 89B427822858C75ECB81EB2EE23C6F03 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B1E0D94BDA1054FB2EE70638192CD14 /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8A2DAA89D34719FC6664B1ACB8F8A1D9 /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C5DEEF2D4C8579ADDA795B602D05E31 /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8A7BFD2CFAFE765EA31AF7F216B75CEF /* FIRMessagingRmq2PersistentStore.m in Sources */ = {isa = PBXBuildFile; fileRef = E68B610406EB0CA2B347765B63F4FF5B /* FIRMessagingRmq2PersistentStore.m */; }; - 8ADCFB6E56A9C51AB9A113A16DBB9089 /* MagazineLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B72DC0F85E5319632A6F4CD534F4FF9A /* MagazineLayout-dummy.m */; }; - 8D2A6A90A6DDAF75EA52D471258545CC /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DFDDBB5AA8737D1DF3F6B6A28995B42 /* ServerTrustPolicy.swift */; }; - 8E3BF99A32119AD67AB804C2112EE46A /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 2445BAB69E58F298F52A9D1022BCE7F8 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8E43D3F40A82450165AF445811D9681B /* FIRMessagingSyncMessageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B9AC44CC8DD4CAC67646B85CBDD4C49E /* FIRMessagingSyncMessageManager.m */; }; - 8E928B9267F4A71ABAFA20DA2D6B76BD /* FIRMessagingCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C430EF2AB8D432AEAC6928C25708E9E /* FIRMessagingCodedInputStream.m */; }; - 901467C5E97A36C4D0B0A33E7166E857 /* cct.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 8FCC55659CA28C614BDFDB802BD8AFA2 /* cct.nanopb.c */; }; - 90C1EBEC2F7EFECB833993C9D78C50B1 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 097D82CFCD3F9CFFAC776B65E5703B6D /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 90E4A1613ED5AD622F545F2B5598AE36 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 920CCAA0D46F9DA938A7FB92BD236F66 /* FIRMessagingVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = A4A5CE707FCEF98EA12A97BA6F28315E /* FIRMessagingVersionUtilities.m */; }; - 921B744C0EFA2A9DD592466B7EE0B2AA /* GDTLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = AA0A3471194BE9DBEDBE79EB8F22BF93 /* GDTLifecycle.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9236DE5D53578FB6D81D2CFBB692E1D7 /* DateAndTimeFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C09A0D4DAC5EA1ADF87850475BD52DFC /* DateAndTimeFunctions.swift */; }; - 9278E33200674FB0B6B358D9A730DD37 /* GDTEventTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = BD3E623FD3F0808B4B6F7B2E5B214225 /* GDTEventTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9282276ABC3C086D0106D24D5ED7553F /* FTS4.swift in Sources */ = {isa = PBXBuildFile; fileRef = F94098E71FE3F45A12C1121381E2CE05 /* FTS4.swift */; }; - 93F5A92BA49918FDA6B543DF9443D7BC /* GPBUnknownFieldSet_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 617B892585029379FE1EC4352513A738 /* GPBUnknownFieldSet_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93FE01CE5FFF6BE2FAF3FC342A7318C8 /* Entities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DC545A9DE0C16730158ACC1BDFFC41B /* Entities.swift */; }; - 94066312EBE8CF023D68D9053C3882C9 /* GPBProtocolBuffers.h in Headers */ = {isa = PBXBuildFile; fileRef = DE60DDCD76FE4AFC89B9E0C075C22AA7 /* GPBProtocolBuffers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 942211991D1F35E88E4F598BA864F2DF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 945172EA541F9675E8DE1C323F96CBEF /* FIRInstanceIDTokenFetchOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = A9AB06DBC631E42C6E77E827DA69007E /* FIRInstanceIDTokenFetchOperation.m */; }; - 947314E1232C1EEA2F749E6E0809340F /* FIRMessagingPacketQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 651A3095FAA1A8CC8F72DEF94DF1E4E9 /* FIRMessagingPacketQueue.m */; }; - 9479C2B66FCEE9F6F75395A204486135 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 947F8433802ABAA16616465005B0BBE4 /* SerializationException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01A5959D37691095879BFE34DFFD3FA4 /* SerializationException.swift */; }; - 9487DBF3ADCA8B202326E928DBD313D0 /* SourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 228824D5733E95B7EBDDE15C16226A43 /* SourceContext.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 959CDD34431957F8EB903E2C5D6CE6FF /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 1476C25FCA90F5ECBEC36219EE346BA3 /* FIRBundleUtil.m */; }; - 961590227EAC0C3490FAD2E2077AAF78 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EF6C19E6C1BF05425904AD6E247B180 /* GULApplication.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 9635B7206EF35C36988306CF9A4CD44C /* FIRMessagingVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = A3000EC070686A63F6DAD26DD99BAED6 /* FIRMessagingVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 964C347A44620421FBF89A37D59C7FD1 /* FIRInstanceIDBackupExcludedPlist.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D6999FC90887A7895D84A651EBD90C6 /* FIRInstanceIDBackupExcludedPlist.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 968C61B7EDA89BDF83FF64B610CFC389 /* FIRInstanceIDTokenDeleteOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = D281E42EBA0C7E82B4D42F273C4891E3 /* FIRInstanceIDTokenDeleteOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 96D9B488250FE11106B7992C303B8A32 /* GtalkCore.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F6CF968ED85C39C8A0D21347FE8AE /* GtalkCore.pbobjc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 98008A28DBABE5DCDEA5446166451C46 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5247CBD9A8E0C880F50266A7DFCC70A5 /* Errors.swift */; }; - 981A945414F414E58B3430A5EE7868F2 /* FooterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D95BDC5B51150BCD7EAC270BC8DDB /* FooterModel.swift */; }; - 983B2189FBA6EF13F228292C4762D1EF /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 5541182FBC6CA4DB7469DE3869C804E1 /* GULMutableDictionary.m */; }; - 98655DB216BE091DD6A573CB6F883FF8 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F16AB68AB79AEEDFEA36596B5D2150E /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 991607F08C2B01689C8725CA3BFA1F4F /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = BF8E8D92CF632B8371E018A234AF0765 /* GULAppEnvironmentUtil.m */; }; - 9A979076E15B147A7048DF2086DA8E31 /* GDTRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = B49D1FB9A7F728B745883076850E6FFD /* GDTRegistrar.m */; }; - 9AA0F0E1D412411F8F18B05CE8AA498A /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A62F5DEA813F07D663C4B01BE3FDEA0 /* Security.framework */; }; - 9B4F9A84CFF2271B5FB5BD91F103785E /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 452953F7C5376FADF00731B87C6F3CE0 /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9B707DF35232609F9A2D4E66811EB75F /* FIRInstanceIDTokenOperation+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C8AAB4122E505FAB5A8772A00802648E /* FIRInstanceIDTokenOperation+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9BE46E2441EA0165D7662FFB26535FC8 /* OrderedSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FE1CD9E9F35D32BDF790378002B7FEC /* OrderedSet.swift */; }; + 8ADCFB6E56A9C51AB9A113A16DBB9089 /* MagazineLayout-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FC323E7E4A55FFD65D95BF1319616AF6 /* MagazineLayout-dummy.m */; }; + 8AFC51DBC4958BD5D49E328291D80096 /* GDTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 87693AA5E518CE62A313E481141F116A /* GDTPrioritizer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B1C019410901C98412A50B679A33938 /* GPBExtensionInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEE054E93852D3F466E565154184B8B /* GPBExtensionInternals.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 8B4B8936AD777D2392F621FB055478F3 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A399357D4C609EFE7B819CDD3183A9B /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8BB0F5FDD2E1B66D63BA620BA7360494 /* Pattern.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33E466D0FB87449FE764AFA47B0276C6 /* Pattern.swift */; }; + 8CD9256F3389D3E089B30BA28A54EAE9 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2A62F5DEA813F07D663C4B01BE3FDEA0 /* Security.framework */; }; + 8D2A6A90A6DDAF75EA52D471258545CC /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 535C3EBAF317DEC5367ECEF6F89722C1 /* ServerTrustPolicy.swift */; }; + 8FD69706CB79470A76AD260BC918BDC7 /* FIRInstanceIDKeyPair.m in Sources */ = {isa = PBXBuildFile; fileRef = 3467EEF7BECFD52C0761065B8CE3BDBE /* FIRInstanceIDKeyPair.m */; }; + 9034E96C8B5F748B8C3931EFD2DDFA1F /* GtalkExtensions.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 04C73DF5F117FB098A8B06CCC378B377 /* GtalkExtensions.pbobjc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 904699AE0874B8DC2A4153BEB82B186D /* RTree.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7732CA0EB64F52F7B8792150EA9EFB78 /* RTree.swift */; }; + 9151AC097BB9214EF95DE5A2149584A7 /* FIRMessagingDataMessageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B856942DEFBB2CA5C73D19C6C3BACDB /* FIRMessagingDataMessageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 921627FB006EFA18C342E9F143C2776F /* GDTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = FD76F42F68B8C34E2103309A94A482CA /* GDTAssert.m */; }; + 930D8044722C588353B3E6B7D62A7B01 /* NSError+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = B07F2FB6B27B36ECE5507522A1E192A6 /* NSError+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 934931E5BE20E9E3B1DCB4DA3D3E3AE3 /* TreeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = F28C60F09B5334BB25ECE1E916FB3C89 /* TreeBuilder.swift */; }; + 956D9432579332DE144C5C9182650C35 /* Document.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67840CD6662F64BB74C758F7B70D25A3 /* Document.swift */; }; + 9575CEC54FFE70A811E49B92E0AE66D3 /* FIRInstanceIDStringEncoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 91D413F3A80F3D1BAFC03AB0031AD8F4 /* FIRInstanceIDStringEncoding.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95FD19026515EDC499DE7C4A4E9EA752 /* GPBCodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = A6AE8F2C082E98B890D515F124328FCC /* GPBCodedOutputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 981A945414F414E58B3430A5EE7868F2 /* FooterModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD83044F69604619B21BE723B9943A02 /* FooterModel.swift */; }; + 98558D6581D25ACE72D5F53BE01672D9 /* SQLite.h in Headers */ = {isa = PBXBuildFile; fileRef = 60E47D4A74893203CC7930BC6918FBE0 /* SQLite.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9858827A04F0B20F1A493E101BAFE194 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A3EC4E196418D7DD9EE48F94B2F9D61 /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 98ACE59ED133128E2648E50C6865CDB0 /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F41DB91FF8B0D6EE7177979E91C13E7 /* FIRInstanceIDCheckinPreferences+Internal.m */; }; + 994F95A706D1A3DD4CDE253B6C40C95C /* ParseSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6A02B10BAE737A69E192D4C3C8DCB1 /* ParseSettings.swift */; }; + 99A9F5A6091FE99B509C148DF4E66D57 /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 57282613491E3991D97BD4FD295CAA4E /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 99D14E2A9B1585C937097AF8D408D003 /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CC00B95E78363C885C84146A4F31B2B /* FIRInstanceIDTokenDeleteOperation.m */; }; + 99F33E689C2505A3792A1556465112FC /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = D13DE4650C8248EE524227159F3C1353 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9A14C90AFAA8F939756F30D384702121 /* FIRMMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = FC26C5FF7C49C32D074816C839B41E9F /* FIRMMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9A3BCF17460D38A075BFA02FDB75317D /* GPBDictionary_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 5FE5A6A473C89DC8354D637258AA5776 /* GPBDictionary_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A401F032A013D220A935B579A7A55A8 /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 97B48D614C9CE04D17D2309D7BC3287B /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 9ACE28AD582D63ECDCE3FBD9A58A4826 /* Type.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = E2BFCEE2881358CB9C64FC8BB2E1FC11 /* Type.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9B63E37F432887280E30BAB6C7FE2ED5 /* GDTLifecycle.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDEA1F140D7BBDF8F55E2744F186187 /* GDTLifecycle.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9C82FFDD7350CE1A7E0B13024820BFF6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - 9C8454DC581BC42919F9984EC611F86D /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 4468BC20B74303B6AC3CFD47A18DC032 /* GULNetwork.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 9DA5A0BE2C170F42AAB304B172673548 /* GPBWellKnownTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 05C6E9B7731B9C6AB6CEAE8B4339587E /* GPBWellKnownTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E90AA66C3E1E33473257FB6C630B3BC /* GDTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = C615389BD2FE819AA1483FC22A5C6077 /* GDTPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9EE618A14C24E9442C607A945C0C02C8 /* MagazineLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9507A9683EBB2130EB2071DDC02CCAD4 /* MagazineLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F8E10D931740FACDBECD3981FB0EFA4 /* Empty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = B440A557799F3AD0B84675F548C02EA4 /* Empty.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - A0818DC2B085791D77E854B129656DD2 /* GPBCodedInputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 093ED5AE58B54E880D26499E6BD49846 /* GPBCodedInputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0FD16D55AF25DC12A8DB57AC6C1DC64 /* NSError+FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = EFD7DCE76F164EB6FE35D12306838BA7 /* NSError+FIRInstanceID.m */; }; - A19EBFC493A6FE0EE22E44308FE9364A /* Tokeniser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AF931299E2E39739198BDE33142C050 /* Tokeniser.swift */; }; - A1AE13BF47301A1F1966D2886891D7D0 /* TokeniserState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9DE05DBAA77EEF93AD6E331DFD7E21C5 /* TokeniserState.swift */; }; - A1B5094CF1219B07CE8F66B05256C7CE /* GDTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = E2420AC2AD8527C007A69F52AB75AB62 /* GDTPlatform.m */; }; - A1C57613A2544062D53B1D38B7B1227A /* FIRMessagingConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 23DEAB89EA356E0ED22362C051B93B71 /* FIRMessagingConnection.m */; }; - A1EC41966B261DCE460BCDE5124A1DBE /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A38E4D7A9061851FDE74BF10DBD41A9 /* SessionDelegate.swift */; }; - A1ED26470FD055A1E17567BFBF2C2860 /* FIRMessagingDelayedMessageQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B957168C28E0CE227F792D52CAEE1AE /* FIRMessagingDelayedMessageQueue.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A1F1A9B94814942BDEF6751968320DA8 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AFF72B21990DE223A505893E32C43E6F /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A2C3382C06D8F550DCD0C6F5CBF523AB /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = CCF16F7061961B1DA71321886A90FEE6 /* GPBWireFormat.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - A2C590F602654C632554833FCDB2761C /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = 204311714EE8C4624732DD95C87CBEB7 /* Query.swift */; }; - A3858305CBAECBCFE2B003E4C6BE6A98 /* Setter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26814066541FE502CC91EC7497ECB792 /* Setter.swift */; }; - A3C228FA8629CD5FD54C0399038BB0AA /* GPBExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 18677F73C482B2B8DF77B3B25DA0A4D9 /* GPBExtensionRegistry.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - A57F64ED77671D8E770689E1B3319FAC /* cct.nanopb.h in Headers */ = {isa = PBXBuildFile; fileRef = 699F3E44C075D57974170D864BFA1C5B /* cct.nanopb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A6A1CFDBB132DEA38CF53C717CE50ADE /* FIRInstanceIDBackupExcludedPlist.m in Sources */ = {isa = PBXBuildFile; fileRef = 66825D84D3A22C3DD550F7617F15229C /* FIRInstanceIDBackupExcludedPlist.m */; }; - A6AFC383CEC5CE10CB1ACBB13CE2613C /* TreeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD0AF110675F7E9A76468660E9C0C675 /* TreeBuilder.swift */; }; - A768081F934C40E785BC26B04D0135AF /* GPBDictionary_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3C197CFAE43D78AE5275AD5D8668B083 /* GPBDictionary_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7968323222C8DC68F5CA4FD0E62D5CB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - A83FB9CE712BD05E9174F5630A723B8D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - A9153F115C04EFFC453B08FD4B02DB46 /* FIRMessagingConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = C13F571668F6157F5DD216B558BDE3D3 /* FIRMessagingConstants.m */; }; - A936FB35EADFC5618FF2CCB3EB8BE01D /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = FC495C68BB167FB03DE8462A2D875A73 /* GULAppDelegateSwizzler.m */; }; - A95CADF828E7965ED6030CA4F9CAB3B8 /* MagazineLayoutItemSizeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E127A570DF3AC09C9B64AB1C7E14C0E /* MagazineLayoutItemSizeMode.swift */; }; - A986677D266428370579D3DC308FD4EC /* FIRMessagingPubSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 775B9A2C9C09B37836D0DBCCF040E9C5 /* FIRMessagingPubSub.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AA56769D8733D3F3E7976742D5ABA998 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DA9D7C80CF8CF993FB129CCC696BCA5 /* Validation.swift */; }; - AA6B037DCE739B5C9FD1D9C100D2C887 /* FIRMessagingPendingTopicsList.m in Sources */ = {isa = PBXBuildFile; fileRef = D293029B81E6D55D2EBE82DF13FDC878 /* FIRMessagingPendingTopicsList.m */; }; - AA7B6E11ACEEED880862179B68E79ACB /* SQLiteObjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 9463EE7B7DECD62B848A05D50A93F282 /* SQLiteObjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AADB8C58A69115664C4C7BEDF871FC50 /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 3956B4BF2B6E82EA6457F6C05FAE8C30 /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AAF17F19E5967A8E4803EE06248A4B9F /* FIRMessagingTopicOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = EAD17BC90F8C25AE1FD998CC69ACFC73 /* FIRMessagingTopicOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AB78D913AFFC88E97D47A849B35A0705 /* GPBDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A062B8DC5F9F3E5649CB5EF9795C86F /* GPBDescriptor.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - AB942419C4D2B29ACA0CDF2E2673AA5E /* Protobuf-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 080EBA65D27BF08E67822FDEFBF5261D /* Protobuf-dummy.m */; }; - ABA7966AB4B50062EBF143386B334483 /* FieldMask.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = A2257C177850797C84F7A6997B7E1704 /* FieldMask.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ABD0F4604A71F42DDAB09C38B52C41AC /* CustomFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1979C7D60B0BAC447B854C759EDDFF2F /* CustomFunctions.swift */; }; - ACEA8856DC5DE9837495D293A940A725 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = ECD4D73E379A70C5AF92CC844C6D1034 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ADEDFD849BCB393FB7E96EBA3005A447 /* NSDictionary+FIRMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = E5C8977564A307E752C9F630F4DB7BC3 /* NSDictionary+FIRMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AE04F4069FAB0C3BF55792E29370694F /* Pods-AvH Plan-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CEC85DD03548206AF5B25B90A7DF559 /* Pods-AvH Plan-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AEA4C724D558C62061EC841C68FD12BE /* FIRMessagingPersistentSyncMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = BCED95EE5BFAF7FEAE0F39BD2FC997E1 /* FIRMessagingPersistentSyncMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AEA829AB1A8AF2AD077A808AED6B178A /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC3BF2240A3545C09D5A4EAE0F46E95E /* MultipartFormData.swift */; }; - AF2542BE8775C2FFE936472B85FF9211 /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A8616A907318A8B6ED5FF84627E16EC /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B309C64F89A75CAAED6F328FF7809574 /* FirebaseCoreDiagnostics-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A11BE4D06980412F7755967417377C71 /* FirebaseCoreDiagnostics-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B35159159F16F3F3CCD0CE6627050AD5 /* FIRMessagingConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 12B3ADF0DBA890F99BE5A5CD81804401 /* FIRMessagingConnection.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3F59BCB7114B8A0552AFCB61A060D63 /* Connection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A60791D1A3C6B665EA0A0A0397554C20 /* Connection.swift */; }; - B49087AE7DFAA0C4C9AC454A49BEE0E8 /* FIRInstanceIDCheckinStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 3231A3965DF41FF2D81481E35E88B67D /* FIRInstanceIDCheckinStore.m */; }; - B5122265E444D448EA60CBAD574732A3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - B5340A2777A8F133BAB209ECCB7EE382 /* SwiftSoup-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54748055D7E8000905C7DE861DC36541 /* SwiftSoup-dummy.m */; }; - B6027FFC30B921AE66F501463E5CCCDF /* GDTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BE9B574374A25384BC82B61EE27612 /* GDTAssert.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B63402BACB7F6CF5EE11A5307CDAB8FC /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 862FFC847D683F21912FEBB9CB89F709 /* GoogleDataTransportCCTSupport-dummy.m */; }; - B6A24FB9650C60668B87FF35A096CBCA /* Selector.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF6657E2CF0D712E9EAA3A3903151856 /* Selector.swift */; }; - B6F6E4CC26451E91B59FAE0F6841DC1F /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F4A797D3CC74EF3636DF37894F5BABB /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B755B10286D90D10EBB4011D184A247D /* Statement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1228D17F9F9B4088240407FD14B1E4D5 /* Statement.swift */; }; - B7F22F5DB7049D8D1ED63AD88A379609 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = D1CB52B7D10642B68C948B30E82FCF6F /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B86CBD42747EF01FC794138DBCE0E71F /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AE727339904507E4C57924B328CDF66 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Private, ); }; }; - B9BB8F03675709573019F985F707BD32 /* GDTClock.h in Headers */ = {isa = PBXBuildFile; fileRef = 18FA929D742AF284DD9384F2C52BE4F4 /* GDTClock.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BBE992B18AF2A38884FB3502AD5BF581 /* Struct.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = A53ABED08B995A8A0027BF58747579AF /* Struct.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BCB329118D48DC646E7D4F14783DE0F2 /* Type.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = A5F19572C302DBE13BF790B4A3D37BAB /* Type.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BD90311CC2D200975DB520F0A2A56AE7 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B56D3A533CA5D280763A615365297403 /* GoogleUtilities-dummy.m */; }; - BDB0B2E488FD97264EB704B3EAB6F4C3 /* MagazineLayoutCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65D78C04CEC15AE5CAE82F1EA98D7317 /* MagazineLayoutCollectionReusableView.swift */; }; - BE0639FC0190BA56073B94F6458A7F5D /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = DF1993261A5A35B686F92622015F498F /* FIRInstanceIDCheckinPreferences+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BE1A14CD2CB687B8D0A568F765EB3857 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E2587854D4D57913702C040164E4F0A /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Private, ); }; }; - BE91A9944AE272A3F9D23E329F4628BB /* StringUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ED8E0B4B85FC8AF5E4E89F2FAF5D001 /* StringUtil.swift */; }; - BED1C50287540526B69B47B392C4FDC5 /* Any.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FF8C3FC0C4BF2156F8396EF3ACFB326 /* Any.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BEEEE769B241BF95B4BEDCDDAB30755A /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9188B951A696404021AA7017D3DA25E3 /* Schema.swift */; }; - BF0BB1E5F4B23079DD1F174D7C4F1C42 /* GPBRootObject_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 76C8A5774DF5F257B93DE38B71343BEE /* GPBRootObject_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C018704F53C235A2E0E6F026DAEDCAD4 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A4026ECE8EF64C795DE52E471842B687 /* FIRLogger.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C0331C0E58048DD4A0B0350BF190ED2F /* FIRInstanceIDTokenInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C5E49A650E2E366E214D3DFCDBE38B2 /* FIRInstanceIDTokenInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C090893595BE29E07E71AE2DFC071144 /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D01D34197F66E9D1D34E9A8BE78EE64 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C1486F01769F6871382731295AEA46B0 /* FirebaseInstanceID-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 310A7D0326BF50F6E37F2B8D51E7AF47 /* FirebaseInstanceID-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C160FC06D38FF1DD544163B64D7AF6DD /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = AC82058AFEB1AE7E55C837549267F109 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C1984BE97FB7D84F86223E710B6FBA75 /* FIRAppAssociationRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = AAAEF84F0F2E2A2D21D3326D31D42417 /* FIRAppAssociationRegistration.m */; }; - C1CFBBA5017B54BEDC594CD077B75534 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 95F66864A9A67D620DA9CF08BC54E617 /* GULLogger.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C1D17A1A1587F3671623B3B82A079453 /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 79DFC9DAB493A7B51C659C2CD33D29E0 /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C232CEBE6AA4401274C4D7EAA29776EF /* FirebaseCoreDiagnostics-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6627A0280E3881C2F565F87F45A51C97 /* FirebaseCoreDiagnostics-dummy.m */; }; - C2C27A1F0D0622FCFE7CEF85495F7ECA /* FIRInstanceIDKeyPairStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F41D5ADB9212B7F6B5BD8EC83C1055F /* FIRInstanceIDKeyPairStore.m */; }; - C360CE0BAEE2C9C0E443746F2B0EB19C /* GDTCCTNanopbHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = A957F793C3B53C3559439886B409A6ED /* GDTCCTNanopbHelpers.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C4FD2C09B40D50DFE33367B6FEC61C74 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = B21EC4A6EEA85356ACC55C7B461CDFD0 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5D94D35E2634559F651966B8F4E3DF4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - C5E495B7FA05CF5B8528D04BFC311C64 /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 728CD2C704BF030A82803D570246263E /* GULNetworkConstants.m */; }; - C61CE421C71770B568EB93F2D630AF16 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B6709BA043BF312EFBE47B4DFF8865B /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C76C75040A4D6D4AE1A848DF4A7C5CC3 /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 550E7ACEFEC66A1AA8471A4824AB7EB4 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Private, ); }; }; - C81B7E402B1A0880A6C6F22E45BEF2A4 /* FIRMessagingAnalytics.m in Sources */ = {isa = PBXBuildFile; fileRef = C698788CC3E94BB38719BDB1279B75D2 /* FIRMessagingAnalytics.m */; }; - C8623A55328DC8702B30C8891EFE0AAC /* FIRInstanceIDAPNSInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3A003AC3EF5A661630609BEC0F8EE4 /* FIRInstanceIDAPNSInfo.m */; }; - C93B7193868FA9EB267D9EF749EC48E9 /* FIRInstanceIDCheckinService.m in Sources */ = {isa = PBXBuildFile; fileRef = DDAB2B9E49F19503B722421C8CB105F7 /* FIRInstanceIDCheckinService.m */; }; - C9C39D3BFB95A4F018B56C3A51713672 /* GDTCCTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DEB071FDC097C919F42C8AC2ED5F2D5 /* GDTCCTPrioritizer.h */; settings = {ATTRIBUTES = (Private, ); }; }; - CA635DB3EE79114A17C24C042B0FD274 /* FIRMessagingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C366C83BBF151DAF1C0296E419F6706 /* FIRMessagingUtilities.m */; }; - CAB848FB18948E1EB175E868A0066A4E /* MagazineLayoutCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 45701DFCD9A637256C6366557C79CF2A /* MagazineLayoutCollectionViewCell.swift */; }; - CAD8FE15446C54871EB83CFE96B6138E /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = ED6F025C1A35844A29F80F75906ADB12 /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB380E4872BC4586CE871B5F580D9FA9 /* GDTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EA8CEB580CFDBE4991E7DF4086C3952 /* GDTUploader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CB381311A58991B5B660972924304482 /* FIRCoreDiagnostics.m in Sources */ = {isa = PBXBuildFile; fileRef = 276AC066644CCC92D828EB4DE80BA251 /* FIRCoreDiagnostics.m */; }; - CB69E34AC33B7B06C8C251511E315384 /* FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EA5C2E52ED5EA5DE0F4E593AAA3DFF2 /* FIRMessaging.m */; }; - CBFEB7DD5B069B64345C35928246255F /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 797A788C837A2290DAAD9C56A079EBAA /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - CC1B5F188E0642B9D5CA406F802EAF91 /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = FFC78DEEF3CAB463F61AD53C9ECA51B9 /* FIRInstanceIDCheckinPreferences.m */; }; - CDC06AC9E724658E40696D58C8A655D2 /* GDTRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = D0B1D6CC1A53E810339B17774DD3A326 /* GDTRegistrar.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE6EFA9FC5DD5F0B8FD7EEC6FD02D72A /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = CCA94B85521F69EBBEC2D69879CF3A4F /* FIRInstanceIDCheckinPreferences+Internal.m */; }; - CEC1E7F3BF75EB976E7A309B8CAD5FD9 /* GDTEventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C10F6528E3664A4A125D4D868F1CDC3 /* GDTEventDataObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEF49EEDA94BD24FB56CB024CFB70AE8 /* FIRMessagingDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 32C5B9F7CB57576F38B102031F0F6B59 /* FIRMessagingDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CEF71D5ED717421FBE57A7AD627CA462 /* FIRMessagingExtensionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = C2CB86150EDB9B573AB01A4E45FD9B76 /* FIRMessagingExtensionHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D091896FE77A33063A53206C916C512E /* FIRInstanceIDTokenInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 707572B2722E840FD53E3EFFD112BE0A /* FIRInstanceIDTokenInfo.m */; }; + 9EE618A14C24E9442C607A945C0C02C8 /* MagazineLayout-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D1EE7C41C156F1B7F1BAB4ED1CD17E8D /* MagazineLayout-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A06410D49CCF231C71EAEB03E2549E9B /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 1548D9B3D7CDC4492BFC0BEACA4DD2C2 /* GULNetwork.m */; }; + A094159F74B2B7F45042383D2539358F /* FIRMessagingConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 8003DAB975C98DE2B8A9A20A31075419 /* FIRMessagingConstants.m */; }; + A108ECEA2AD874DD00E7196DDD937A53 /* FIRInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = 63FB371FA1D64437A224D642AEA65CB9 /* FIRInstanceID.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A17ABC247B4AFC544E96118AA94E9D43 /* Timestamp.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D42F0FE20D174A0286F6E934DB747B1 /* Timestamp.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + A1B5D421EF06CD82220AD787A49A59B8 /* Query.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD4111F748EACE4EF3F0FB20CD09E7F0 /* Query.swift */; }; + A1EC41966B261DCE460BCDE5124A1DBE /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDEEBFAA5063317093715AAA6ED8626 /* SessionDelegate.swift */; }; + A22975C193B5BFC6E1F99E0887B5D38F /* UnicodeScalar.swift in Sources */ = {isa = PBXBuildFile; fileRef = F29CB4B53F88330E587C992717DF9FC5 /* UnicodeScalar.swift */; }; + A24405E262806880BC53D202015B1B80 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 184C56F3557CEBCDD48332AE8A54E75B /* FIRDependency.m */; }; + A31171A4ED17845E73B0678566330BB6 /* Protobuf-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CDFB837356B2460A82ECFBE04F1D133 /* Protobuf-dummy.m */; }; + A397085DB1B253FAC8A0F825258A1E97 /* GPBArray_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = CC04577D20C496CCB9625D1E615935C7 /* GPBArray_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3B22B0CD09230C34BE5A6D3A48F45DA /* FIRMessagingPubSub.h in Headers */ = {isa = PBXBuildFile; fileRef = 554D21CDC78D96427798DAFC02B4271D /* FIRMessagingPubSub.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A3C789DD5483887E8ED7EB938E0CCF3A /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E6859C7473BC19CFBCC85B00BCCA5BB /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4512F17E4EA2C4231FAC9A2EEFD59A8 /* GDTTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D44F88C24C561F7BD96B125AE757DF /* GDTTransformer.m */; }; + A46B34BC1B2E2B47D0354AFBEBEEF133 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = B4918F1BB63F6FC5831C59C7150E04D7 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4E2B3F70A1D41B12E23948ED7E01CC5 /* FIRMessagingPubSubRegistrar.m in Sources */ = {isa = PBXBuildFile; fileRef = DA4418864C8F6B67ABA089B4CDFB7AEB /* FIRMessagingPubSubRegistrar.m */; }; + A5478D6770448B288A52D242969E5D59 /* GPBDescriptor_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EB1659373754188BF7163582B14598A /* GPBDescriptor_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A55E4CB529D946A68E643AE57A9FBB5B /* GDTEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 48DA46D996F01CD446B6AE8C0C068E47 /* GDTEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A5E4D5D0DBE1C2780961C3423AA82973 /* Tag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4012B4E41B452DBA7BE4015D38F6535D /* Tag.swift */; }; + A7704C8A96581A99F11BF0439E08EB35 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 6BC69F57F1622C0F53A485274B8858C9 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; + A780F30F1705BB679971B762B1B2C02E /* Entities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C96DCDDF229777BF74DA1C617782B34 /* Entities.swift */; }; + A858A59BAE76736228DC13B9DB6076EA /* GDTEventDataObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F1EF06DD3FAC584E8FFD262C2EAC69D /* GDTEventDataObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8AA7F9E45D3CAF231B2CD928AACB784 /* GDTConsoleLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 34754A4223E7EC031DD752CB76ACB9BF /* GDTConsoleLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A908C37B723C09AFBE06CB356787F3DD /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 17D5BCC8BB4D98AA1350E893A964FD9B /* FIRApp.m */; }; + A95CADF828E7965ED6030CA4F9CAB3B8 /* MagazineLayoutItemSizeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73565A7C355F382A7E2971C26C6AA4A4 /* MagazineLayoutItemSizeMode.swift */; }; + AA56769D8733D3F3E7976742D5ABA998 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5900DE4E8152DE7373FD5E35E69864AC /* Validation.swift */; }; + AC5662FCD718F1CD312AC703C4F914FB /* Elements.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E263A30EC3C07DC1F25EC1BA41C9E89 /* Elements.swift */; }; + ACCE2446D3A27889C1F62FA1F88893B0 /* FIRMessagingVersionUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 910CD0300EF96AD717EC5735F6B5D27C /* FIRMessagingVersionUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AD708A1E5F4617A7930A9E77439DBD2F /* GPBCodedInputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = D0268E5FC02649216FCFD92B4C80F8AF /* GPBCodedInputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AE1A6025093A0589361DF2C8FB54A6C9 /* GPBWellKnownTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 852F07C77AEEAB3C3596DE85999E00A3 /* GPBWellKnownTypes.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + AE4E487D180CCB5DEABCFD15843B1275 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EE3176D9DF192ADD19A145714AD782A1 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE88D9F938BEAB9820DE5596158199C0 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F98404463467D8CC0BC43761E3DA618 /* GULUserDefaults.m */; }; + AEA829AB1A8AF2AD077A808AED6B178A /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6931BA72E6B188E5CDE70EF9DDD76A6 /* MultipartFormData.swift */; }; + AEDBAE4989BEE26D12F77BF1562F5AEB /* FieldMask.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4655D2BE15A22D6C517D291A3F9A3F74 /* FieldMask.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AEEF75B26C16007EC0906E46191F890D /* Connection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0B4121FE60A6E9F5216DB96B28379EB /* Connection.swift */; }; + AF478E1ED8B7A4DE4B7C8C61101B94E2 /* FIRMessagingLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 8554B77C3B0EC3122EDD30FF8A79E836 /* FIRMessagingLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AF8C04CF1AEB890776501CD11EB63939 /* GDTLifecycle.m in Sources */ = {isa = PBXBuildFile; fileRef = D23E2965F8DDC68942D24A3D11FF000C /* GDTLifecycle.m */; }; + AFB633F630E8662AE76DE67BCEE41AC9 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = F103C1505FEBE88AB2853D109C12F36D /* FIRComponentContainer.m */; }; + B095366F60C01B2BBDC0ADADA82FCCD7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + B0C5C106C710F68C88EB05835E5DD141 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 2150C520DC64A2CC2A2A830F08E8C8BA /* GULSwizzler.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B14E1F5C486638813D64D6CA2D5B41ED /* XmlDeclaration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A98F75B1968E8E1872A94A5CB81E5C5 /* XmlDeclaration.swift */; }; + B1E47A92F500B8B07E391AE46594D487 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = E318022B596B56FD7552BC0A206DE76D /* FIRComponent.m */; }; + B275D91D8000B3637AB04A79E6E85D53 /* FIRInstanceIDTokenFetchOperation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D9177A4DC5B10C6976A695AAA8847CC /* FIRInstanceIDTokenFetchOperation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2A99C8D2BDD2BE3005B0A8015B5A8C4 /* GtalkExtensions.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 7F071FAF09ADB654B9638F48D6E2FC12 /* GtalkExtensions.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + B30062715D7F2B129B1C2D02EFA59C1D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + B337BC1DDCD2D0A1365D8976178804B7 /* FIRMessagingPubSubRegistrar.h in Headers */ = {isa = PBXBuildFile; fileRef = E5554E972F8AFF4DD67222286CB41C77 /* FIRMessagingPubSubRegistrar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B356C29D0BA9A8FB624CC7EA902CA7F1 /* FIRMessaging_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DD72D819CADFADC7D0EB6B83AE952AF /* FIRMessaging_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B3B73ADA6C0D2A67E19627F598939E77 /* GPBDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C824AD4FEE5A1D000203CEAAC83E06E /* GPBDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B4E99C3B7DA7775EB17362502F0542C5 /* Selector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A94ECA3648CA10BD27BA077192829D4 /* Selector.swift */; }; + B57388E9331A51898CA493D1CB71D213 /* FIRInstanceID_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 423037AB6D52C9252A592A28B83CFE87 /* FIRInstanceID_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B5A634B0B808BCE29C799C4689437F30 /* GDTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = AA6E9CA42D7E527744F1A093617FA18B /* GDTTransport.m */; }; + B5B00749A41AF4F530E015C54F9696E1 /* GDTRegistrar_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 43F119DF7BFD22ECD9784F559CA96BB6 /* GDTRegistrar_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B65C31AA32D289B82D0847B8E9BEC273 /* CharacterReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D87E0A712B5D74D0BF96C213A3F119FA /* CharacterReader.swift */; }; + B65E94195D0BB1385BF200E99FABC404 /* GDTUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 53CDF4B768785D9F9349FB868F3D6895 /* GDTUploadPackage_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B6A4F76886AFF33492E8E9D5DDD99636 /* FIRMessagingExtensionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BC9D4E0141193B2B3C958CD61E2297B /* FIRMessagingExtensionHelper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B6F6E4CC26451E91B59FAE0F6841DC1F /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 463CCC854E6E466B832407B6A54D1B49 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B7770025CD481465EEB9B2F964D25112 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 135A6EC8EE4D377790EB4A0C4E762D00 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Private, ); }; }; + B82920E2E3E7990E408E836E0BD32144 /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = 5841D035B09E1EFEC82EAA743F308ADE /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B88D28D32C8211E6975B8CFA52537BAE /* firebasecore.nanopb.c in Sources */ = {isa = PBXBuildFile; fileRef = 42DA9D2691ADB6CFEE1BCA5B96C5D9A5 /* firebasecore.nanopb.c */; }; + B8ED2F620B94607AD89BEF7C53B9F5D0 /* Operators.swift in Sources */ = {isa = PBXBuildFile; fileRef = 468DDECDFB580B02D1C4EC46923D3EA4 /* Operators.swift */; }; + BBAF92DE77CA1B73BF3EE542105D4051 /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 265D3A5989B744DD32C34DFB6BD2981C /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BBD0B49554E6C836D1982B9B7AE8ED40 /* GPBRuntimeTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 259144CDC7CF1E727B8ABA48871EC11A /* GPBRuntimeTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BC50B1C860D6913E848BF84BC636C8DE /* Value.swift in Sources */ = {isa = PBXBuildFile; fileRef = C80152AAC36D70A2D07189C64EFCB99B /* Value.swift */; }; + BC9D45B5C4DF08187FED0AD1C13D71B8 /* GoogleDataTransportCCTSupport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 44B7918740791E6159430CE5842C0BBD /* GoogleDataTransportCCTSupport-dummy.m */; }; + BCF618EF58FC1DBAA78CD0AD1F761D1E /* FIRMessagingAnalytics.h in Headers */ = {isa = PBXBuildFile; fileRef = B1CEE9F0AEB1A94C736D0894F6A9C50B /* FIRMessagingAnalytics.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD00B61976329DAE74B51D6814B1DED8 /* FIRInstanceIDLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B9DCAA196D9050A3C6E9F62FFF22C129 /* FIRInstanceIDLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD18AE44A7D8FEFC541C9931A21118FB /* FIRMessagingLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F52A4B0D825C5CFF02F78D2F45A37CB /* FIRMessagingLogger.m */; }; + BDB0B2E488FD97264EB704B3EAB6F4C3 /* MagazineLayoutCollectionReusableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A858DA9759FB7687CC91720FDB1938A /* MagazineLayoutCollectionReusableView.swift */; }; + BDBDC17416FDDF650C96442C00805FD3 /* SQLiteObjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 88D319E92CE2DDA5B6F2617400E6A84A /* SQLiteObjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BDC13C88F23856446D106416039ED246 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C297D11417E5C245F45A1884AA232C2 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + BE25CD4A93A1B95690D8B77DA6287FDD /* Exception.swift in Sources */ = {isa = PBXBuildFile; fileRef = 894E42FF47435ADCC4BB76B202371487 /* Exception.swift */; }; + BE5FBDEE8C5E0E170F0ED4BF0FFEC6BD /* Attributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D0D194CCCDB42BF6F21BA8282D39ABF /* Attributes.swift */; }; + BF7CAE1DD874A2EBF13AE51D0A573EB0 /* FIRInstanceIDVersionUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 853514508AADF0928AFD11C567FFFB70 /* FIRInstanceIDVersionUtilities.m */; }; + C0011D8F458BC7E71A6965BF28461C48 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 37E7EE12C3DAB42A1A4FD53E8F6514AE /* GULLogger.m */; }; + C25A481EAAC95D15293EDF5759CB92A7 /* GPBCodedOutputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = A38BA2C3F53D9D864A3458BFF01BC29B /* GPBCodedOutputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C29D5C65F4CC675266C7C662D3B34C1A /* DataUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = A60CE3D0C451C5B93451BD75E27D7D58 /* DataUtil.swift */; }; + C336334551B44867B4C9BFF2887B3786 /* FIRInstanceIDCombinedHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FE270AA0CC3AA2C60ACCB8B023EA63E /* FIRInstanceIDCombinedHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3C631E6CDFB177500AA5D8588F7B55C /* GDTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 38EC3BBE5924487C352216FB74DD0DD8 /* GDTPlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3E647B9E99C4CB475B2100823A35911 /* FIRDiagnosticsData.h in Headers */ = {isa = PBXBuildFile; fileRef = F0FFB6A3F3DA4FE46CA95E925460683F /* FIRDiagnosticsData.h */; settings = {ATTRIBUTES = (Private, ); }; }; + C4DB71CDA956D779754254CFE840AD60 /* FIRMessagingRemoteNotificationsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C5C95483D78D5721609DD72EA41DCA7 /* FIRMessagingRemoteNotificationsProxy.m */; }; + C5FE4DF749BBD67A1677181B98B8E11D /* Struct.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 2476B17218AECE820EAFFDF02578770B /* Struct.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C61B21540AB8827BED48E2E55C83002E /* Coding.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7D3DF25AA70E48FC317A168B313B916 /* Coding.swift */; }; + C6B9E243D23569982A3F71E99C5AFE67 /* GDTStoredEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0792E9FD532501385818FD1DA551E553 /* GDTStoredEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C776986CE8C282278D938B6C8D2012DE /* XmlTreeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65158E6B0C47B2DF36D242B70CD40BEC /* XmlTreeBuilder.swift */; }; + C7B3C763439CD3CCA276D53769740B00 /* GDTDataFuture.h in Headers */ = {isa = PBXBuildFile; fileRef = D6348BD3BCCE4EA33F7AED431921E9DF /* GDTDataFuture.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C8776A93ED5709B3A4867083CBF72C57 /* FIRMessagingSecureSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DB0A1202C7A37277813A343D9CB6B12 /* FIRMessagingSecureSocket.m */; }; + C8CDE4078C324A0434444CBD44E9FC29 /* FirebaseMessaging-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 55F0DB988779B6715AB46F4DF3572D04 /* FirebaseMessaging-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CA06EE0B73DDC52F3F0ACE0571CB153D /* Timestamp.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = DBB99DA5838E410C955CDDF69788DA11 /* Timestamp.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CAB848FB18948E1EB175E868A0066A4E /* MagazineLayoutCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35F8ECC3038390325F81C72D68E1BC59 /* MagazineLayoutCollectionViewCell.swift */; }; + CAB905C892ECAA75DA525C5CE020F612 /* GPBUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 391A581A9C162537D8260C84E3ECC07C /* GPBUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CB3C038ECA4E39CE54F0DAC9EA6EA94C /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ED576E8BFE8B654A68D89AB616B7FA7 /* GULReachabilityChecker.m */; }; + CB408562E196C969632A707603B609EF /* Pods-AvH Plan-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EAFC540C9B7F4F6B987516B859977D5C /* Pods-AvH Plan-dummy.m */; }; + CB5BAC1C61C88EBA0AE7367C48A447D8 /* FIRMessagingSyncMessageManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC59D0BDFEBA44C58C49BE326DB3482 /* FIRMessagingSyncMessageManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CBA796A40F60A7EE8000B5FE91153D4B /* FIRDiagnosticsData.m in Sources */ = {isa = PBXBuildFile; fileRef = E3FDA97DA7FB0505160D5ECEE663CAAD /* FIRDiagnosticsData.m */; }; + CBB3CA4E1EB962EB9CE194F39FF78B5B /* FIRAppAssociationRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = A87EC7C1833E0F7BC75EB794848BFF5A /* FIRAppAssociationRegistration.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CBD499B7DA721A8597BD2F8ED039B773 /* GDTUploadPackage.h in Headers */ = {isa = PBXBuildFile; fileRef = 9691D9DD6BA3BE2311DE6D8159A0CB81 /* GDTUploadPackage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CBD9298E56D3B95B1599EEEE56178148 /* SwiftSoup-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 242CDCD0109F7402FE6B65BB70476AC9 /* SwiftSoup-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CC299B13EC00EA4A0434FBBC652D9DF3 /* HttpStatusException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08CC5118EFB8518AAE2C9DE23A3F74C5 /* HttpStatusException.swift */; }; + CC3DEE4C208076AAA936C25705644E83 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3083ED891E89967CCDAC0C291B39E880 /* GoogleUtilities-dummy.m */; }; + CC837344EB8FA28573B234D41926BD1B /* FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = C16894C581CAB9D5B5F5C09E9F3C467F /* FIRMessaging.m */; }; + CCE7BA096E4F056835594A9EECED17B2 /* FIRInstanceIDAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = 437D72C3020443F78894EF23058CADE4 /* FIRInstanceIDAuthService.m */; }; + CD03EEDBA02E54C30FF11CC2ED7783FD /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1341C976694B66B22ACBD8E7279ADC22 /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CD7D904BED56C419D72AA208F3768C93 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + CDE88C125669BF2348B2F7C704737737 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 70538648C719196E9FDE6A6F1A93F2C1 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CEFD0FD3A8F0F156889821E3789F5FED /* GPBWellKnownTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = E113ECF5F4B4625D774B5ADF68D0A318 /* GPBWellKnownTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF072D0327E60CBEBEA0BC7D120D748A /* GDTReachability_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FF2D4F213A23329E25D28DE3BC9B143C /* GDTReachability_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + CFA870743C70F411545EC23BA803C840 /* FIRMessagingCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = B7A7E33BAAB7DEC88DC9B5AC9D106C0F /* FIRMessagingCodedInputStream.m */; }; + D082BB4299F2000EF41D2934B41AD522 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = A20F5C71C1C5B59BE118CCCD3C11593B /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D08D2005FD1009706CE0C118360F3258 /* FIRInstanceIDCheckinStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B7A8E49449F80E026D29B7F6300321E /* FIRInstanceIDCheckinStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D125C3C064A592E3C501CB565270D31E /* AggregateFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4A95A3DDC0298F4E42B6514912E19D1 /* AggregateFunctions.swift */; }; + D1269B9077617FAFCAD3DCD2A5181B9B /* GDTEvent_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FD42729D771CB3044C685255149CC6B5 /* GDTEvent_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D14D5BA1C81BDEAD5F8D1F985937BC92 /* GPBMessage_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = E9D5BD5A9A08EC34AC23BD5A309E5397 /* GPBMessage_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; D15DD84A4FE55D8CE30BC48EB6811C37 /* Pods-AvH PlanUITests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A10CB565324867AFF90BC29EC8F60B1 /* Pods-AvH PlanUITests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D1D50C3CE44677F4805532CC556659EA /* FIRMessagingConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AAEA2C555060FBB6D17329F21B922A0 /* FIRMessagingConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D3CAA038FE42EB7E7AFF1529280EFA5B /* HeaderModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2274EE616F694E435B1666B79938E4F2 /* HeaderModel.swift */; }; - D3FA0AA634AAEA99AB3FABC36BB4958C /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6BFA608EC88FB7F015A28AF3C8F9B32 /* SessionManager.swift */; }; - D5413550A3D5DFDDFB82F1407904B636 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 604068D625666A6F618051A87E7AF770 /* Expression.swift */; }; - D5566AFC548CA73620AE1AF5D1AAE650 /* SwiftSoup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C26413C2AA2C0CAB04E7C93048DC54 /* SwiftSoup.swift */; }; + D17F158F294B6C5114F699347CCDDAF7 /* GPBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 77493EE7A8D5C4B6F7F9447376274992 /* GPBUtilities.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + D1E0A29317B81DBF5B19F483D42DF039 /* FIRInstanceIDKeyPairStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CB7E04BA6ED06A23428B29F52FC799D /* FIRInstanceIDKeyPairStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D1F78AA13D25015E348A250DF2423D6B /* FirebaseInstanceID.h in Headers */ = {isa = PBXBuildFile; fileRef = A6BC09C0D53DA2FE7AB4ED3DB8865FDC /* FirebaseInstanceID.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D34F44A6C74208A6C53A8D9C5BCDCCAA /* FIRMessagingPersistentSyncMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E3E441AFDFB250D6944F72F4D212F2 /* FIRMessagingPersistentSyncMessage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D39438EE83236A192574D2D94D3730E2 /* FIRInstanceIDKeyPairUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 2599BDF013C788831804F1AF1FE13B8A /* FIRInstanceIDKeyPairUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D3CAA038FE42EB7E7AFF1529280EFA5B /* HeaderModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7A70D153083DEBE549DF1D10436C00 /* HeaderModel.swift */; }; + D3FA0AA634AAEA99AB3FABC36BB4958C /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21B3F5135524C5013D653B4FFFB1CD7C /* SessionManager.swift */; }; + D473D2C40341F475D1EA4EC950A98E7B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; + D48CCB9ACD395A6ABB8519C1F78B7F5A /* GPBCodedOutputStream_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = BE204F034F5F9A8D9C45348BC1EA582C /* GPBCodedOutputStream_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5063F030F4F25FFEC72B28EA0BC2F52 /* Pods-AvH Plan-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CEC85DD03548206AF5B25B90A7DF559 /* Pods-AvH Plan-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; D571B248178DC9E8D4593BA1DF8F4AA5 /* Pods-AvH PlanUITests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F08DABC90F4CDC9C4F0D028838804A5F /* Pods-AvH PlanUITests-dummy.m */; }; - D639EFF01E4B990E4088969036BF535D /* SQLite.h in Headers */ = {isa = PBXBuildFile; fileRef = 42D78075B4F888BD3B64882F3660786A /* SQLite.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D64FA18AB88954916D971BFDC446150D /* FIRInstanceIDTokenManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3C3F2C22BCDA9D05FBBF6A704478AF /* FIRInstanceIDTokenManager.m */; }; - D74E9296AF2A3FB21CD3E91115CA42B3 /* Element.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94D80C3DC8BBF87F3A94FFEDD87B75FD /* Element.swift */; }; - D8302A5029AF720DA3B5B16DCCB0A6CE /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B4131F687B3226513AF8BAD5C331D0B /* GULUserDefaults.m */; }; - D8AFD9BAFFAA212D3B2C2AC7F4F2E161 /* FIRInstanceIDStringEncoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 609A73C7F97852A26F53ADCC9084E941 /* FIRInstanceIDStringEncoding.m */; }; - D8E3498A82FD4D2F1BCE053784DFE7DA /* Node.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81D7C9641F5A3533972A9EABC47ED3E /* Node.swift */; }; - D99CAE13E94D8B665CE6E2D98220C595 /* FIRInstanceIDKeyPairUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EAE140BD3BED043774608447410FD18 /* FIRInstanceIDKeyPairUtilities.m */; }; - D9C012D7949C7160FB28840B680D5823 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = B8B248CE33E123C04C819A821CB36F76 /* FIRInstanceIDConstants.m */; }; - D9C3D61A811572D085E9BFED8FAA7CF6 /* GtalkExtensions.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A7FA4B848A24929ED8FE1F5E686B544 /* GtalkExtensions.pbobjc.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DAE446DC326A001F254123D819E6BC3C /* RowOffsetTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92B61C94D4F4421C409D9C8A9D4E9489 /* RowOffsetTracker.swift */; }; - DAF08C82B7F6ABC74C41D8D01753C348 /* GPBDescriptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1BCA05B836FFCDD58032460640979CEB /* GPBDescriptor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DB53F2D8485451150BC94A071D1334F5 /* GDTTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = D28A1DAEBB2888AEA8B1E58FC9D49989 /* GDTTransformer.h */; settings = {ATTRIBUTES = (Private, ); }; }; - DB7FD95DF6A55323D39EEC1BCC8B8417 /* GPBDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 67EBFCBFF76543F6D08573669ADD17CA /* GPBDictionary.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - DCBE7A608285FA0409ED16C5D421D436 /* Comment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A6C12A6BBA89765795FC6476F317693 /* Comment.swift */; }; - DD0400A46172B931C636A6D73CB9DB81 /* FIRMessagingLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 7968B40FB76DC4DF69EC59014B950FD8 /* FIRMessagingLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DD217E423D053FAB9F1AE7AC809A9E28 /* FormElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 245595D928E18744E65869269346B48B /* FormElement.swift */; }; - DF06B3915350D208A304BDB10EFEE2EC /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = D295681389ABE2D110B7630DF40A0A60 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Private, ); }; }; - DFB77DA6E1CC6A82BDA49B3295D464CB /* GDTCCTUploader.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D2E35C901365AE8270AD69BC90D36A2 /* GDTCCTUploader.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E0474E4E1205A9FE98F83079FBF19653 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = A76859CAD83DED00B5D243BAC9D2D29F /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E0521638FB17D048B66B39622D83A4F3 /* GoogleDataTransportCCTSupport-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D575477B81C0A15BEA22A5628BF74FE /* GoogleDataTransportCCTSupport-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E090BF9CB584BCB7E0A8F7A6DC3D902F /* GPBDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = A95C92D1360684A7F3E299DF5DE6D7ED /* GPBDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E092042607226A21E3B97BB2BDB350AA /* Api.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 58FD6F571A48DBA52A3190E2E77907D1 /* Api.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - E0AEB7977C9B5FB36AD2C93E1ECBD830 /* MagazineLayout+SupplementaryViewKinds.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9AFE6A7A1E7A2173027B3DF55A2D6A3 /* MagazineLayout+SupplementaryViewKinds.swift */; }; - E173553B2D05DA9186B2716ED382E87A /* FIRInstanceIDTokenDeleteOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B792D9892793D423E7BE5C8722DDADA /* FIRInstanceIDTokenDeleteOperation.m */; }; - E1B458A32113AC0E58B5FF57EFD07A97 /* GDTTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9280F5952AFCB50F65D3FFF6BE6300D4 /* GDTTransport_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E1CD404268D850521048B3679F130CD9 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 71A22B98C70BC5BCC5A7D188232EA2B5 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc -fno-objc-arc"; }; }; - E29B26128203B01E40A0BA5DA92920B8 /* GDTStorage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BC63214D86607F026276080B142863DC /* GDTStorage_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E31457C4061B40E60F8A51E980AFFC53 /* GPBWireFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 011FEA0747DC01AD535A04D15338A62F /* GPBWireFormat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3EB24754880456604DC4DDCAE6C21F5 /* FIRInstanceIDKeyPair.h in Headers */ = {isa = PBXBuildFile; fileRef = B7A3C1A9E0B9984E481AB2765CBEF5C6 /* FIRInstanceIDKeyPair.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E43E58C7AAABD5F338851B4506BFBAB2 /* ParseSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C8F9686600CD6405D574FB6B19F176A /* ParseSettings.swift */; }; - E4A8142EF52298D1C1A3DC70FCE6BCA8 /* GDTPrioritizer.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F171B401FF80E93867AA69DA809D77 /* GDTPrioritizer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E59F3FF622896D9D34CAD35FBA7E12C0 /* GPBWellKnownTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 337B5FB77AD7487B410F06EC78C94DA4 /* GPBWellKnownTypes.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - E602C91CC987893A8330FD032394C659 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 6947C1BB8CC3F10CAF8A2ED9976C7A09 /* FIROptions.m */; }; - E694971A084B6D2816925E21B0EC1C8A /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = F8F7CB308E67225229D708F15E78AFA2 /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E7CF58C6BB6605D356E360E921A14E33 /* ParseErrorList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C78FB342B9EBC3C0C828121321B78A4 /* ParseErrorList.swift */; }; - E80F9B0C95AF96DB70CF1F2F74BC3464 /* FieldMask.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 44861C6F8FB2785FA297F4EEE74F0DF9 /* FieldMask.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - E8ADD2B6FD349009A3F6475856802AC7 /* SourceContext.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 551BCF030CB34BF6E863FE0D5929AEC0 /* SourceContext.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E8FEBD59AFDF60C152216913704D7FAA /* Protobuf-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AEFA23ACBB8F04C0058F2CB2D3DE01AE /* Protobuf-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E967B790FDF9E0462582F57E27DFB917 /* TextNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D804B8FCFBAEEE27FF575C3DB442146D /* TextNode.swift */; }; - E9773A1C2E8CFF4E6F83F176B70031E4 /* Wrappers.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D11AE34E08724934963A5973FA2B988 /* Wrappers.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - EA1DF0906C0609CCA587F4FDB3C4DC2F /* GDTTargets.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CCB982C27FBEC77B0864FB5072F9985 /* GDTTargets.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA3D173EFFD32A22DEBD10F0D8E7EC89 /* NSError+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = F177139419DAC3663728E18CD3E992F0 /* NSError+FIRMessaging.m */; }; - EA93BB4DEE8D28B239FB35C4AA804CBB /* CharacterReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0352D2AEE8E14620441F1F28D8C2F287 /* CharacterReader.swift */; }; - EB0DD8CEA1A69867A30267439C970440 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38872F832547AEFC0E12BFD41A4E405A /* Result.swift */; }; - EC5A311235B96CB9D5EFEB07EB422752 /* GPBCodedInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 498A76B655553D3BD4A8D4BC2E5297C1 /* GPBCodedInputStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC851112FE0E6DBCD4E8D1AF4FF982BA /* ElementLocationFramePairs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95B610736104B70C052AB268AB4AA34D /* ElementLocationFramePairs.swift */; }; - EC88E6FC0D98ACF7F8E3565D11C1B373 /* Pods-AvH Plan-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EAFC540C9B7F4F6B987516B859977D5C /* Pods-AvH Plan-dummy.m */; }; - EDAF52507359960B90F22767BD839B4A /* FIRMessagingContextManagerService.m in Sources */ = {isa = PBXBuildFile; fileRef = 146AB20EC3127857FA3695817D727CA3 /* FIRMessagingContextManagerService.m */; }; - EF6BB923B3B51BEB719DC12F42D51C64 /* BooleanAttribute.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4479E22D0D3091CE7FD681D15007555 /* BooleanAttribute.swift */; }; - EF9F4E2BC05CEEF29E2DC2E348252CBF /* StringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B4B7F15F6932A5F49EF397102C2AFD7 /* StringBuilder.swift */; }; - F01F884F7739F0922B7427F325F73749 /* GDTUploadPackage.m in Sources */ = {isa = PBXBuildFile; fileRef = 61ACB54EFD5863A6B1E14524A1CBB4F0 /* GDTUploadPackage.m */; }; - F1F11BC3BF7942FA0F9B5ED2AD9CD494 /* GDTCCTNanopbHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = A0F6D6B2BBBCE18458B6B23EC7510A87 /* GDTCCTNanopbHelpers.m */; }; - F1F5B18405728B6F652D8AB14DC2E62D /* FIRInstanceIDCheckinService.h in Headers */ = {isa = PBXBuildFile; fileRef = A3E29B04F8B3C6F4425B69C37D2B6D80 /* FIRInstanceIDCheckinService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F1F8EF3851069C1885604541F09BF72B /* OrderedDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9049406831FD7D9DFE5DD59569DB3219 /* OrderedDictionary.swift */; }; - F25317AD7FF998E9915DECA0FE3C1E55 /* GPBArray_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 73D6995BF4CCAF45C440C8694620CEAB /* GPBArray_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2BB4227345046EA6AFA5D16E8AC1097 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */; }; - F2FC5C877AB1E915278F7E401E7C699C /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = B294B4371CC1F5C0D466F981A887A6E6 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F3320035BE51903DADDAAEC98FBFE00A /* Attributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24508DC377C4B08B2B9E91CC8C4092CA /* Attributes.swift */; }; - F3414213920A203F1652C32967453D53 /* FIRErrors.m in Sources */ = {isa = PBXBuildFile; fileRef = FB81C2240D8569A15143647E083A5349 /* FIRErrors.m */; }; - F36135897E58A66F461E2806247D9FC9 /* GDTUploadPackage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = BD213F1BD93E20B36EE9D17A0FBD3984 /* GDTUploadPackage_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - F36A215845806DE96516B1D9CC5B3E41 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 8CA1A65D9E912C169476BB04A388D601 /* GULNetwork.m */; }; - F3FF5937390DBDF508719CAC47F6A83B /* FIRInstanceIDUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 739DEF91DDCAE904E1A9B47C4299A047 /* FIRInstanceIDUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4178159BB02960D02918147EDCCCE46 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = CF121C4826E9C8F6CFD860205EDF2586 /* GULNetworkURLSession.m */; }; - F48452565F9EF47DD96B3FB5D2EF2F57 /* GDTStoredEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = C4451EC92516F8160A063C45A75DB9CA /* GDTStoredEvent.m */; }; - F49066E54EF2E1A9022EF018C30D7F57 /* GPBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 112C3BAF8907029427FD67F2E0689EF9 /* GPBUtilities.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - F4A3F7CF3DAF3435007A36A3B9C08FE3 /* FIRMessagingCodedInputStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A27BCE19BFA2C7F54064CEB00526CB8 /* FIRMessagingCodedInputStream.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F4B66430B6F3FB20F001845F038DB62C /* GDTTransport.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ACFC19C4DBDB1286E4323C42A9D6530 /* GDTTransport.m */; }; - F4E81BBB8F2DC30EF772E1B83D61ACB5 /* FIRIMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = CC4628669F0A3586B72F3AABDF6899A1 /* FIRIMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F55E47090BDF86AE3F6088EC1C5BD288 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80946C90E0643AD9B97AD7FF70C6DE39 /* nanopb-dummy.m */; }; - F620CF3A248B61555625E228358B097C /* FIRMessagingClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 53B0F628E97AF4462470C19BEFB6D109 /* FIRMessagingClient.m */; }; - F6B47F021A03193CCCF690A27F43D5E5 /* FIRInstanceIDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = 68D9CAF573F6C119C2B4F96EC415125A /* FIRInstanceIDKeychain.m */; }; - F7B33CB6ADDAF8E424CD7D4E3F7E1D0B /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 22C7B858C2B45CD41B93D8EC6420A5BB /* FIRDependency.m */; }; - F7DC91E0AD1429EC28DD08AAE3D0C1A3 /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 922ED8C6167CDFE34FFB5E14174A0EAE /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; - F7DCBBA59C0211EF1F222ED0485BD3F3 /* GPBUnknownField.m in Sources */ = {isa = PBXBuildFile; fileRef = CF9208E4443F9C942C23B2726B3E0EF2 /* GPBUnknownField.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - F9D475845B7C8A2C74F4102F2199EBD7 /* RTree.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67A821A4C1C1A30D766BF137FD1C77A /* RTree.swift */; }; - F9D8DBAD2A0BEF190AE5EE0B146D5B25 /* FIRInstanceIDConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = DE47C8E3586115C1710333DD04F38B67 /* FIRInstanceIDConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FAD87A28E6411D366E6D554527DF13DA /* MagazineLayoutSectionMetrics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E00566EEC2C3B91EE28F7DDFFB10FF7 /* MagazineLayoutSectionMetrics.swift */; }; - FB80EAC50DAC0FE18D8891662BF9BDCB /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = FCB49F3DE76ED21E8FE5A9A464BB68F2 /* FIRAnalyticsConfiguration.m */; }; - FBCDDC21A47B5A92F32AFE423BBF6061 /* GDTReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = A7B644D19FC949BF63963A97CFE2F777 /* GDTReachability.m */; }; - FBE916B8924D39078A6B4140E09709FD /* FirebaseMessaging-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C62EA05B567593DE60ABF876AB12E80 /* FirebaseMessaging-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD60ED3EE1EF9C7019A88CF7145A223A /* FIRMessagingTopicsCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = A0F8FE2731508D99AF19E339E154B3AF /* FIRMessagingTopicsCommon.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FD78C8DB5709DEC83D8940A102F62D3C /* FIRMessagingRmq2PersistentStore.h in Headers */ = {isa = PBXBuildFile; fileRef = FCEEA4488979AD288A41EE6EEF38C72F /* FIRMessagingRmq2PersistentStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FDA503416CFBA1A6B7AAA7B71B887934 /* FIRInstanceIDAuthService.h in Headers */ = {isa = PBXBuildFile; fileRef = BBC52F411A011CBC2517B570206468F4 /* FIRInstanceIDAuthService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - FE7BA1702229860056F6D27CB1829663 /* GPBArray.h in Headers */ = {isa = PBXBuildFile; fileRef = DE14930E3DF8D0E5FFA41662CA629A7F /* GPBArray.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FF1360BC9106E42FC65D45537D56872E /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = E17A7454C87B21FF3723DB8490B9FCB2 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FFF77F2C1D64936E003258528BE93A24 /* FIRMessagingDataMessageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C504F00E83383461C4ECDAE9151DC512 /* FIRMessagingDataMessageManager.m */; }; + D5E868468EB43F2BB949D4B703D21744 /* GoogleDataTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = F17CD9C7C47A361C5258D78EB0B7B099 /* GoogleDataTransport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D650A1F7F81284EAAE6C477697DFC4C7 /* NSError+FIRMessaging.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F2DAE32D6642100AC29D5399FDB6359 /* NSError+FIRMessaging.m */; }; + D7A8EACC839B955782EB58B5A9C46990 /* Wrappers.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = ECC25DCEE9716E1953A7C76BCAA8DD49 /* Wrappers.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D86C67A87AF13CDB2C1376FD3888AD5B /* Api.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 20123E090DD24CC347ADA1FD94F914E1 /* Api.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8CF07E63A4792E910414B1162D349C9 /* FIRMessagingClient.m in Sources */ = {isa = PBXBuildFile; fileRef = C6AB538D9519ABDF294E9D6A6BDD312D /* FIRMessagingClient.m */; }; + D9AB1DF47512303DAD3382A8DCFFEB91 /* FIRCoreDiagnosticsConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = A3F791A4F214B6B1A11B7FC9C7A7E69D /* FIRCoreDiagnosticsConnector.m */; }; + D9AEB84D9D183A984D10861FE6970B30 /* FIRInstanceID.m in Sources */ = {isa = PBXBuildFile; fileRef = CE522CA78EF4583D3C116B81E9E1233D /* FIRInstanceID.m */; }; + D9B8F2B4280C2EAAE89CF6EF1472DCFD /* Element.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91249C589FD8F1A8E5D6BF6EE168D9F5 /* Element.swift */; }; + DA5C13039045FB1F9A07F83F99AAA56A /* GPBExtensionInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = 74E01FE2A4C5A8AD17F3FAE9C5CA1B29 /* GPBExtensionInternals.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA8D8FA4C804A45EFB501AC3A4020C32 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C403320E7ACFA19ED9EE1FF68CDDCC82 /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DAE446DC326A001F254123D819E6BC3C /* RowOffsetTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 723E2455960E115883A51531393E2B1A /* RowOffsetTracker.swift */; }; + DB43D3B1BE8DF31739F71B71E8FC5ECB /* SimpleDictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C9827EDC3F70474DB486BBE5F8D74B8 /* SimpleDictionary.swift */; }; + DB6CF7DA49EA06AD8945CF76A4FBC025 /* GDTConsoleLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 11184429350D7494716468AF6B887772 /* GDTConsoleLogger.m */; }; + DB7C7E4E7E2E6F6AC4CF04641D6D6524 /* GPBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 0E6C60EEB28C5DE96C8A6FB6E557910A /* GPBArray.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + DC50E9913F84836E5D6EE8D84A2B40DD /* GPBDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = F9759A111262C88E38F45052B065EAFA /* GPBDictionary.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + DC826A3787183FEF9A2C8EF7B0FD6077 /* GDTTransformer_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 972F064DCA552B8FF6C3E650D79C8E9D /* GDTTransformer_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + DCC60C966DC18F14354D7BC1BBF936A7 /* FirebaseMessaging-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 78918729ACA88FF949AC94ABCACDFE2C /* FirebaseMessaging-dummy.m */; }; + DD2E67B106918F2ECEB6F79D97723282 /* Collation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8F3F0FF0BAA775485BEA259D24B90D1 /* Collation.swift */; }; + DD5E6C2AFA6A5A2A5D380619F98241B8 /* FIRMessagingConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 72A323DDE086F5B42C29D1714EBEED88 /* FIRMessagingConstants.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DE45E3F03864AF8A729B3D7FFDB94083 /* Helpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C8122CB7DC73E62241DCBA2A571A020 /* Helpers.swift */; }; + DFDE474BBB5B1F4C6FD0A7D11DBC7632 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A9E381CD66F8000D868F14AC1EB8D64 /* FIRAnalyticsConfiguration.m */; }; + E0AEB7977C9B5FB36AD2C93E1ECBD830 /* MagazineLayout+SupplementaryViewKinds.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A5611CC059D2C6921E2A9B03ECD765E /* MagazineLayout+SupplementaryViewKinds.swift */; }; + E1E789ADE4500BA31902113567D25566 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B38021BA4AE02A50B7829F7B91D130E /* FIRVersion.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E32CB4CB81DB64DF7597B8A412E5BAEC /* GDTTransport_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CFA5FE7447368EF0925BF9823FA1908A /* GDTTransport_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E3C62FD99DFBDA5D7FBAB40E0E2A62A1 /* SourceContext.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = FFA044E9896918CFC507BDABCE1C2A76 /* SourceContext.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E52A25600237A49680A6FEB161930B26 /* GPBMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = D7C92EB9794D22593D6D82954D55C1A8 /* GPBMessage.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + E54BEA5D008223753B234BF4955D7345 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = BE547D6EC501D7F7F532A2D43CD8AA36 /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E56BECCCA6FE19F976D8A4D0AF8B0998 /* FIRMessagingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = A0DF5470DB10B540270EE5FA6238C5B6 /* FIRMessagingUtilities.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E58538BE3488BADCAAE8B50B93BD976C /* FIRMessagingPendingTopicsList.h in Headers */ = {isa = PBXBuildFile; fileRef = 146790B5831AEE2F255B6B150EF020F5 /* FIRMessagingPendingTopicsList.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E5A5AF7A8CE97EAC766A340C52F401A2 /* SQLiteObjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 4829796F5A6DFBDA2850D604695F6CD9 /* SQLiteObjc.m */; }; + E5D5FCC2D4737A878F66F55065B3869D /* SerializationException.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0C9F7A149C63E0B9B8013A717916631 /* SerializationException.swift */; }; + E7A7CC23587E27D4037AEFD9CD60CED2 /* GPBProtocolBuffers_RuntimeSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 83792CE70550BCBFE8ED7CF0474B88F0 /* GPBProtocolBuffers_RuntimeSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E80FFB0A2B3D4D1FC064C26A6A1B3B58 /* FIRMessagingPendingTopicsList.m in Sources */ = {isa = PBXBuildFile; fileRef = F0EAA39A1FBA97F41AEC20BEB558F8CC /* FIRMessagingPendingTopicsList.m */; }; + E830570D40292CE2F300059C4783CB8B /* FIRMessagingRmq2PersistentStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A336ADF5D35D0FA147E79210AD03265 /* FIRMessagingRmq2PersistentStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E85B35897962FE8A509157350C593B16 /* FIRInstanceIDConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CA6AFD579DBB542CA9F8E90FF8B45B5 /* FIRInstanceIDConstants.m */; }; + E85DB8B5EB54AF9092B457EF1075B588 /* GPBUtilities_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 07B2161A5B0BCF67A7D4DF05E3D4CB62 /* GPBUtilities_PackagePrivate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E86F809FCEE2E7DCDBCCA12C420DFAD2 /* fts3_tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 90ACF5822B7BFBFDB2E35240C4BCD4D1 /* fts3_tokenizer.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E8E12DA754EB7AEC7750E25B63FDADF0 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 099602E95CC02BDF479BAE577F2E1E33 /* SystemConfiguration.framework */; }; + E9114F5D181D8D557BA1A2C643B24578 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = B203758F4315AABF5529A6F0351B010B /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E91CA972B4427E4A779DFA614E7A4557 /* GDTStorage_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = EA34C84BF99239C487A2F220C383A072 /* GDTStorage_Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + E9870E29EA07956825EB3BABB259C2BF /* FIRMessagingReceiver.h in Headers */ = {isa = PBXBuildFile; fileRef = 06C20B386C733DF4D3F02E551679A39F /* FIRMessagingReceiver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E99765327588B22DA00852F52DCA718F /* FIRInstanceIDCheckinPreferences.m in Sources */ = {isa = PBXBuildFile; fileRef = DC5BCF754BFAB783D434F5F6327BE556 /* FIRInstanceIDCheckinPreferences.m */; }; + EB0DD8CEA1A69867A30267439C970440 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41EDC0A7DCB49C69EDE777BF2C5B7061 /* Result.swift */; }; + EB40913DD452E2784C44F48645E9DAA8 /* FirebaseMessaging.h in Headers */ = {isa = PBXBuildFile; fileRef = 326DB133C1345E7BA0D48738C9E3A942 /* FirebaseMessaging.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC34086CA442B6B5CF54A5B021D3ADA1 /* FIRInstanceIDTokenManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8399881E2FDE8EAB7E027D6319E490EF /* FIRInstanceIDTokenManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC375A131E82A93CB4EB7BCCAB811CB3 /* FIRMessagingPersistentSyncMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 98F2EA666164DA2758D933024352C7D6 /* FIRMessagingPersistentSyncMessage.m */; }; + EC7A16FA9AFDA2B910D08094538A583D /* FIRInstanceIDKeyPairUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D5CF946015F376E371F02D9F7B206BCC /* FIRInstanceIDKeyPairUtilities.m */; }; + EC851112FE0E6DBCD4E8D1AF4FF982BA /* ElementLocationFramePairs.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB3CE3872ED38205E653A1531B965249 /* ElementLocationFramePairs.swift */; }; + ED24BE9911C8810DA7BC9323B1DB87A3 /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCAC665A1E844FADD366E2BFFDBC24FF /* Schema.swift */; }; + ED6BF51F96200C6C5D387E035433E2D5 /* StringBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08E550583BD118740553AC458011037A /* StringBuilder.swift */; }; + EE61E74ADD9EFBBEEBAC27BA68BF8A04 /* FIRInstanceIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A590E7684D921BCB6D5F0494A0B8E7A5 /* FIRInstanceIDStore.m */; }; + EEBE09AF4889DAA4697169C1E3E2E7DA /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = C556035EDD3644196A39902CDB149EE6 /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -fno-objc-arc"; }; }; + EFE30450245653A41D9FCDC9C5D4885F /* NodeTraversor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ACE8A2014700819D3A28303AA4F1283 /* NodeTraversor.swift */; }; + F140ABCB3714562E3064DFAF8D2B3966 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 036B3C53559FBA632D5CFC5B0240EBE4 /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F29C01B033C8B93204E6E45A0B143CBE /* GDTCCTUploader.m in Sources */ = {isa = PBXBuildFile; fileRef = 812CAC81DAA606B5120C9B3735523276 /* GDTCCTUploader.m */; }; + F3DF2C6FCE1812EF36E184B95F2E7B05 /* DataNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E8968225878F4E985F2FBB87EAC7BA5 /* DataNode.swift */; }; + F44317819DCE2705B4BC50A23880AD99 /* GPBCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = A6CF3D3D730C14A22D4A79703B744F2A /* GPBCodedInputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + F44B9CAA3417E98A4E00AFC0765FF3B4 /* FIRMessagingContextManagerService.h in Headers */ = {isa = PBXBuildFile; fileRef = 7668ED38C52E187664A5BBEC12B09C89 /* FIRMessagingContextManagerService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F467A2B1123D7F47C0D8A0415D5EAF0A /* FIRMessagingClient.h in Headers */ = {isa = PBXBuildFile; fileRef = D0CCA6E9F08A72F7453E9553AF0F9199 /* FIRMessagingClient.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F47CCE716DA8A94C6FD147C6764441CC /* FTS4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 499BAAD4AA7184844FE6CCECE2EA4EAE /* FTS4.swift */; }; + F48E4B559E67C4A44E6D52808488ACC7 /* FIRInstanceIDAuthKeyChain.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D82F140AC67A3FCA926186FE995AFE /* FIRInstanceIDAuthKeyChain.m */; }; + F5418E0E2BC60301C6D63344A2979F3D /* GoogleDataTransport-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D0DEA5A2F086A587C84123E06032139E /* GoogleDataTransport-dummy.m */; }; + F5E27589C6288464280CF9FEC59E6AA8 /* Api.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = D58FFFFF71E23A70786C175E0CD22149 /* Api.pbobjc.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + F6B73A8E5E05DAA7C73D95FB2A11FD33 /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 756FF31981E26C1E1986C0A197C9F030 /* FIRDependency.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F73E7E062D42B6B56754299B31084132 /* FIRMessagingPubSub.m in Sources */ = {isa = PBXBuildFile; fileRef = F3A743BAF5ACD37DB2B8CF81A89C3A66 /* FIRMessagingPubSub.m */; }; + F7953C5F58BB4503E5CE91F1F8B21DDA /* FIRInstanceIDKeychain.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C54FEB0E0450B49C697E1D55A3A73C6 /* FIRInstanceIDKeychain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F795F5468911353442418F5E0F0866FB /* FIRMessagingSyncMessageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C8D54A41CC39056BB91C2389CAC828E /* FIRMessagingSyncMessageManager.m */; }; + F7B635B7E8DFAAA1C9806EBD7B665B52 /* FIRInstanceIDAuthKeyChain.h in Headers */ = {isa = PBXBuildFile; fileRef = 20827E70AEC98A3D02D7A21164B2B0FE /* FIRInstanceIDAuthKeyChain.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F7C9FA318791026BB84B20EA62485003 /* FIRInstanceIDTokenOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 564197763512A54DB312A41D53E0AE6D /* FIRInstanceIDTokenOperation.m */; }; + F82A57D215085513F26878CFE2E224E9 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E9788388346C7E2B8305BD46FF3A9A3 /* FIRConfiguration.m */; }; + F89514B3E11D030CA6C10D302305DD8B /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = F4B83EAC946162DF902D82F2D9F0B5BA /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + F92884516203B0D37701B95786B5B0C7 /* GtalkCore.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DF7E15DCB5BF2F2FB49684A0274F0E0 /* GtalkCore.pbobjc.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F93B8B89E6DE09BAAD3B648AE6F708FA /* Empty.pbobjc.h in Headers */ = {isa = PBXBuildFile; fileRef = C17B18ABE49AC2020002DAE5D6724B36 /* Empty.pbobjc.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F962F551F7855167C4C8DF1A91E52A73 /* SwiftSoup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0975A7087FB712857805A328E9B770AC /* SwiftSoup.swift */; }; + F9A5F20034658CD02D59AB20A1A15310 /* StreamReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8189A41239642BC8A9CEB303A80D7325 /* StreamReader.swift */; }; + F9F65E12F8399252DB087FCA3812E491 /* FIRInstanceIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 53B39FD166A657BEC2283032ECBA6890 /* FIRInstanceIDTokenStore.m */; }; + FAD87A28E6411D366E6D554527DF13DA /* MagazineLayoutSectionMetrics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 160377453E3DF8117C11E57B8F6FE028 /* MagazineLayoutSectionMetrics.swift */; }; + FB9643511F19624F282D3188F6522126 /* FIRInstanceIDCheckinPreferences_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 90F96315CD9F30BD6CEDF67D05EC7F99 /* FIRInstanceIDCheckinPreferences_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC4D19805FBBFA8CC87EE9B16659BBAB /* GDTReachability.h in Headers */ = {isa = PBXBuildFile; fileRef = 83279F074504367E168A37D4EE5DAC66 /* GDTReachability.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FCE9938B62F07AA4DBF361F028840125 /* FIRMessagingDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 352786163026791B9DBE895897122765 /* FIRMessagingDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FDBE7D63E02A7E2813DC161B55201EFA /* GDTCCTPrioritizer.m in Sources */ = {isa = PBXBuildFile; fileRef = FBE65FDDFDBF093B4E6592ECEB45F426 /* GDTCCTPrioritizer.m */; }; + FDCE2E54226D3165EE5192A4271A816A /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = EC4CC80E2B863550AB7A39910D001563 /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FE112A1C812D13AF587514149FECCEB1 /* FIRCoreDiagnosticsConnector.h in Headers */ = {isa = PBXBuildFile; fileRef = F2C1DFA26BE3AA681E7C9457F63C9A5B /* FIRCoreDiagnosticsConnector.h */; settings = {ATTRIBUTES = (Private, ); }; }; + FE18E596EE8990409C83D07448B44BDF /* FIRInstanceIDAPNSInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 96F2F7C5AA78F23AED95E8E0FA1981B7 /* FIRInstanceIDAPNSInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE1C02888F9D19301D703E0764977363 /* FIRInstanceIDUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 77C26CDDFEE8F668B39B245797E777ED /* FIRInstanceIDUtilities.m */; }; + FF336FC56D936BBA11222EDC7148AFD7 /* Node.swift in Sources */ = {isa = PBXBuildFile; fileRef = 868C3359275D4A3036C820BBD9983539 /* Node.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0AE1B1981D9C5A640F3BD67748ECBD72 /* PBXContainerItemProxy */ = { + 00989A86B2F3004883FBE2BB0F860769 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = DDBB2787645FF0772AAEF77C91958C63; - remoteInfo = FirebaseMessaging; - }; - 0D940AACBB2D28F2A3FD56EB17D84BD5 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 428FD5645155BBD3C406DC325993183C; - remoteInfo = FirebaseCore; - }; - 0ECD5075C228D96B5E251CBD746A6047 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B5BD29EFC331C173D7041FB95BF07B94; - remoteInfo = nanopb; - }; - 1185B473C00CB201DB171B364585485C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E0B3286D453882CB2ED1C149E292E6F5; - remoteInfo = SwiftSoup; - }; - 1778CA8EF1FC0D1D3832D1C1F49C89D8 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 428FD5645155BBD3C406DC325993183C; - remoteInfo = FirebaseCore; - }; - 1C3994818621206F5B69F6B0F3285697 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DF0C8ED280749A6C840E3B17A9930D1F; - remoteInfo = FirebaseCoreDiagnosticsInterop; - }; - 1DED0366FD6B6A15A905EF40E464C5FF /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D21A861739C3E0D05407C95E0682978; + remoteGlobalIDString = 0F7BA82FD2CEBB5AC4F9676699B2CC38; remoteInfo = GoogleDataTransportCCTSupport; }; - 210EE1FCB03EF2EE59A1967B40F7C12B /* PBXContainerItemProxy */ = { + 0245D0F32D8F8E19AB1CEC89E045A386 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0E8E057198E5E24DF46BC5966C8E46B; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 59FFFE3336249C2569B911E5A05C3E34; + remoteInfo = FirebaseMessaging; }; - 261DBDDEE53C3896C7907DA62B1F1096 /* PBXContainerItemProxy */ = { + 05D03632106BC80AA83CDDAADA7EE487 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E1728C732F78E096899723A0FABCC0E3; - remoteInfo = Protobuf; - }; - 38E7DBE8E8771138FAAC46990036C976 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B5BD29EFC331C173D7041FB95BF07B94; + remoteGlobalIDString = 0EA641F6599AA46CF6A09E5C23A4F07D; remoteInfo = nanopb; }; - 3919B6225533D121EA928671F26FFA3C /* PBXContainerItemProxy */ = { + 06E728AA6BF1AE217F3307E1C776E219 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D5CB6E59451FD18965C8F33EB68CA764; - remoteInfo = Firebase; + remoteGlobalIDString = 9065CC5E0DF8E06B140486867E0332D7; + remoteInfo = FirebaseAnalytics; }; - 3FC4C872665CE246B1D7CAED835DFC93 /* PBXContainerItemProxy */ = { + 140E2616DCA606B837681E7716D4DA8E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AE3829FFCE73BC1E7A52AAE7603E5C50; + remoteInfo = GoogleAppMeasurement; + }; + 16F3FD3A2CE40D5EF49D2DCCCD0DA857 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 318D4B503C47BE8ED8E91C572D903937; + remoteInfo = FirebaseCoreDiagnosticsInterop; + }; + 24C4417C1974665B1F953D115D1FBE82 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DB6383C0CABFADF2AFF73FEA4B805935; + remoteInfo = FirebaseAnalyticsInterop; + }; + 258FD9EBB15B86AE27CB6CF4E8D6173F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = DB6383C0CABFADF2AFF73FEA4B805935; + remoteInfo = FirebaseAnalyticsInterop; + }; + 273DEAA3C100B92257C3C925F65BEE2D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7D97379D3703B5EC23DAEBAE378AAA49; + remoteInfo = SQLite.swift; + }; + 33A29D39D4651785F68D7F680C107E81 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 59FFFE3336249C2569B911E5A05C3E34; + remoteInfo = FirebaseMessaging; + }; + 42617FFA0C1F68DDE3984215A987F09E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 77A4B5FAFBA3EEC64EB51A3F0482178F; + remoteInfo = SwiftSoup; + }; + 4668E86C980028A3638C2A9D622992ED /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4424751AFC9EBE1D2509F6A7A99E2EA9; + remoteInfo = FirebaseCoreDiagnostics; + }; + 468668A510563CA179526D7EF2E1FE07 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = AE3829FFCE73BC1E7A52AAE7603E5C50; + remoteInfo = GoogleAppMeasurement; + }; + 4D261445E67E4213F20F78AD8C5995B3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A3AEEEDC379967B82F184079A0AB9E82; + remoteInfo = GoogleUtilities; + }; + 4DDCC408A87DD384053C3F9916C6A6F4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 318D4B503C47BE8ED8E91C572D903937; + remoteInfo = FirebaseCoreDiagnosticsInterop; + }; + 518040C6E727B15EF503363FF9801084 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4424751AFC9EBE1D2509F6A7A99E2EA9; + remoteInfo = FirebaseCoreDiagnostics; + }; + 68898203690BF02AF87DFF620E644DDE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A3AEEEDC379967B82F184079A0AB9E82; + remoteInfo = GoogleUtilities; + }; + 6A0B5DE250717A4372EB5DD44789C45D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A3AEEEDC379967B82F184079A0AB9E82; + remoteInfo = GoogleUtilities; + }; + 6B0DBD39EAE90811F16A789122D59AD4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 318D4B503C47BE8ED8E91C572D903937; + remoteInfo = FirebaseCoreDiagnosticsInterop; + }; + 6C6EE97F11C73A94EEFB5067BE9702F7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0CF6B7C3FED31C508438B142645D5B80; + remoteInfo = "Pods-AvH Plan"; + }; + 74EA149E01EE5996EB74A67AA2B36263 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2D89F776216C0CC4E10BB9C84581E50A; + remoteInfo = FirebaseCore; + }; + 7C20E6674BE58D24409B061D1EC97DD9 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A3AEEEDC379967B82F184079A0AB9E82; + remoteInfo = GoogleUtilities; + }; + 8AE514545EE221B7F90CBA965EB2F243 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E33E7D5DA887A832441082919E5AA0F4; + remoteInfo = Protobuf; + }; + 8B6DF0BAA057FBDB3BBADD5EA4DC7D15 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0F7BA82FD2CEBB5AC4F9676699B2CC38; + remoteInfo = GoogleDataTransportCCTSupport; + }; + 8ED7F38BB46BFE5C53A82698DF6E7D5D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = CA5C346811416F5E58C50FE256305DBB; remoteInfo = MagazineLayout; }; - 4D3D7E6CE48292869D0763F1109D52B8 /* PBXContainerItemProxy */ = { + 9E3259F07637DD43A167EC72292CDB15 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0E8E057198E5E24DF46BC5966C8E46B; + remoteGlobalIDString = A3AEEEDC379967B82F184079A0AB9E82; remoteInfo = GoogleUtilities; }; - 4E05C8706F6764B17951277687E42CCA /* PBXContainerItemProxy */ = { + A0EAE160DC5740B9FC54ECE21393C54F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CFB4D7502EA3D627FEEA4037B84DF708; + remoteGlobalIDString = 2D89F776216C0CC4E10BB9C84581E50A; + remoteInfo = FirebaseCore; + }; + A8B86033333825692D81CC422EA1FAE2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2D89F776216C0CC4E10BB9C84581E50A; + remoteInfo = FirebaseCore; + }; + B73B93FBD86FCF4FBE27AA7BE2A1A7DE /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2D89F776216C0CC4E10BB9C84581E50A; + remoteInfo = FirebaseCore; + }; + B97F06A2D1F583B4812DDC0DF5212D8C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2D89F776216C0CC4E10BB9C84581E50A; + remoteInfo = FirebaseCore; + }; + BD7D26641D81CD8A30B1ABF4A78265FB /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 46AA7D096286234A5AA053332DCBC876; + remoteInfo = FirebaseInstanceID; + }; + C4F9EA5E73A6820C700086B96B1AB331 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 0EA641F6599AA46CF6A09E5C23A4F07D; + remoteInfo = nanopb; + }; + C91936E645B6F797305B3F55AB95A4D5 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5856E5045616E11AA7DD55D5E74D7206; remoteInfo = GoogleDataTransport; }; - 61D41E8036C93245D64470DC2901A022 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DDBB2787645FF0772AAEF77C91958C63; - remoteInfo = FirebaseMessaging; - }; - 6811EAF459C9E1AFE35066E4DD9AF269 /* PBXContainerItemProxy */ = { + C9AF017F3396702E71A9095BA828E874 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 3383968E74B5371B20BB519B170DC7FD; remoteInfo = Alamofire; }; - 6C6EE97F11C73A94EEFB5067BE9702F7 /* PBXContainerItemProxy */ = { + CA20FD077D65E8C1F81F3C995A14F363 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1531EB622656B32C687526554D06B552; - remoteInfo = "Pods-AvH Plan"; + remoteGlobalIDString = ABA9A411BB5A359862E5F1AA6238278E; + remoteInfo = Crashlytics; }; - 82C6151E1D0CD6ACF7881A488AE9DC5F /* PBXContainerItemProxy */ = { + CD006242BC7E37A6BC6FB0F2CA339509 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 40EFD2FE98482D42ED132A8C5A6AE39A; + remoteGlobalIDString = 46AA7D096286234A5AA053332DCBC876; remoteInfo = FirebaseInstanceID; }; - 87CE41C3445896593BB689F0F60C5155 /* PBXContainerItemProxy */ = { + D3E22AB16B414E8606FB1E195D9BB608 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 428FD5645155BBD3C406DC325993183C; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 2072FEB22BA74067C2FD1EA5004E7D5D; + remoteInfo = Firebase; }; - 8EB8B2E075EEECFB1924973204CB8F24 /* PBXContainerItemProxy */ = { + D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EF4560F1635BAC33F70EC6AF45178ED4; - remoteInfo = FirebaseCoreDiagnostics; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; }; - 923DDDE8F3A4E2B635F6102B54810398 /* PBXContainerItemProxy */ = { + D46A744E56C38F5DFF6A516604BA7BFD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = EF4560F1635BAC33F70EC6AF45178ED4; - remoteInfo = FirebaseCoreDiagnostics; - }; - 9868DFA0567C4726F91D90B16D58C03F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DF0C8ED280749A6C840E3B17A9930D1F; - remoteInfo = FirebaseCoreDiagnosticsInterop; - }; - 99D7676D7C46BE17942D1DBFF61F16F0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E1728C732F78E096899723A0FABCC0E3; - remoteInfo = Protobuf; - }; - ACAA70CE392D3CF77E89B7CA9FA33E92 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 8D21A861739C3E0D05407C95E0682978; - remoteInfo = GoogleDataTransportCCTSupport; - }; - ADDDBA1C420CCD135D926B9C4F634011 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4CE06F410780800E20FAA214C9287D37; - remoteInfo = SQLite.swift; - }; - B6FD98BA8EAAC97325F1851410FD337C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5362D9190F9FA24D9A9CAEA6270561CC; - remoteInfo = FirebaseAnalyticsInterop; - }; - C33F28F4930A03DB5E90EB15613DF315 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 5362D9190F9FA24D9A9CAEA6270561CC; - remoteInfo = FirebaseAnalyticsInterop; - }; - C5354D66149F2B30D5D80C34DBD5BC1F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0E8E057198E5E24DF46BC5966C8E46B; - remoteInfo = GoogleUtilities; - }; - C6C27896B53507BBABBB9E421BBB829F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = DF0C8ED280749A6C840E3B17A9930D1F; - remoteInfo = FirebaseCoreDiagnosticsInterop; + remoteGlobalIDString = 0EA641F6599AA46CF6A09E5C23A4F07D; + remoteInfo = nanopb; }; DB5C79D3AB0D0C0F521F5706607E56E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1531EB622656B32C687526554D06B552; + remoteGlobalIDString = 0CF6B7C3FED31C508438B142645D5B80; remoteInfo = "Pods-AvH Plan"; }; - E016395E440992CC8F0CBA422E65FB68 /* PBXContainerItemProxy */ = { + DEB6295F1E752EB98F5F9A3A17894E57 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CFB4D7502EA3D627FEEA4037B84DF708; + remoteGlobalIDString = A3AEEEDC379967B82F184079A0AB9E82; + remoteInfo = GoogleUtilities; + }; + EB0414F78F270B8A7BDBA879786C2665 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A3AEEEDC379967B82F184079A0AB9E82; + remoteInfo = GoogleUtilities; + }; + ECA032AB26E28700AEB2F57C15C72179 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 46AA7D096286234A5AA053332DCBC876; + remoteInfo = FirebaseInstanceID; + }; + F1A0144209C142E76566D8203D5A8AE1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 5856E5045616E11AA7DD55D5E74D7206; remoteInfo = GoogleDataTransport; }; - E5ED6ED6B7B7604FFD23802C4DDD7E0E /* PBXContainerItemProxy */ = { + F407484D7809637BA0E046ECFB1821A8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 428FD5645155BBD3C406DC325993183C; - remoteInfo = FirebaseCore; + remoteGlobalIDString = E33E7D5DA887A832441082919E5AA0F4; + remoteInfo = Protobuf; }; - E82A588BCC553B20474D93098250D2D5 /* PBXContainerItemProxy */ = { + F7C3E42E3EA56B238CDC73B14D948978 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0E8E057198E5E24DF46BC5966C8E46B; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 0EA641F6599AA46CF6A09E5C23A4F07D; + remoteInfo = nanopb; }; - F0CC97BA23CFD3DC209E097AA66526DA /* PBXContainerItemProxy */ = { + F9591C2524AFA7AA0410F7777F8A76D6 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D0E8E057198E5E24DF46BC5966C8E46B; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = D35E9EC86D36A4C8BC1704199FDB3552; + remoteInfo = Fabric; }; - F2443144AA7D855F8E3EDB61D86D5189 /* PBXContainerItemProxy */ = { + F9C828626BBF7D1B4A41E9DCB8B2A658 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 40EFD2FE98482D42ED132A8C5A6AE39A; - remoteInfo = FirebaseInstanceID; + remoteGlobalIDString = 9065CC5E0DF8E06B140486867E0332D7; + remoteInfo = FirebaseAnalytics; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 000CE97B6E4B3CF05A5A6DE85A83C69B /* NSDictionary+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+FIRMessaging.h"; path = "Firebase/Messaging/NSDictionary+FIRMessaging.h"; sourceTree = ""; }; 0036C112B94117FBFB2A41309C9B6206 /* Pods-AvH PlanTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AvH PlanTests-acknowledgements.plist"; sourceTree = ""; }; - 011FEA0747DC01AD535A04D15338A62F /* GPBWireFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWireFormat.h; path = objectivec/GPBWireFormat.h; sourceTree = ""; }; - 01A5959D37691095879BFE34DFFD3FA4 /* SerializationException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerializationException.swift; path = Sources/SerializationException.swift; sourceTree = ""; }; - 01E17F768A1A6DF1D7C738896ED510A7 /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = Firebase/Core/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; - 01F859E9D18264DE78D78D9E631E571B /* GPBUnknownField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField.h; path = objectivec/GPBUnknownField.h; sourceTree = ""; }; - 0352D2AEE8E14620441F1F28D8C2F287 /* CharacterReader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CharacterReader.swift; path = Sources/CharacterReader.swift; sourceTree = ""; }; - 04404E7A4F52A8AD39FCCD5F9F5833C0 /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; - 04D807CF0D28672B7A3BF8DB49949B08 /* QueryParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QueryParser.swift; path = Sources/QueryParser.swift; sourceTree = ""; }; - 05C6E9B7731B9C6AB6CEAE8B4339587E /* GPBWellKnownTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWellKnownTypes.h; path = objectivec/GPBWellKnownTypes.h; sourceTree = ""; }; - 0623EF777274DF5DA6AAAEA6147B95E3 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = Firebase/Core/FIRConfiguration.m; sourceTree = ""; }; - 06C405C7F7B46DD908F22475F966AFAF /* MagazineLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MagazineLayout.modulemap; sourceTree = ""; }; - 07C54A1F45A1AEB7800800D2BDC86A44 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 080A34AF5B5E13A3C53D23FCC5D3253C /* GtalkExtensions.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GtalkExtensions.pbobjc.m; path = Firebase/Messaging/Protos/GtalkExtensions.pbobjc.m; sourceTree = ""; }; - 080EBA65D27BF08E67822FDEFBF5261D /* Protobuf-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Protobuf-dummy.m"; sourceTree = ""; }; - 0843A7A26E094A63ACC8972EE51A0EEC /* Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/SQLite/Typed/Operators.swift; sourceTree = ""; }; - 093ED5AE58B54E880D26499E6BD49846 /* GPBCodedInputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream_PackagePrivate.h; path = objectivec/GPBCodedInputStream_PackagePrivate.h; sourceTree = ""; }; - 095CD55FB99BF2894A0EB632145A96EA /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; - 097D82CFCD3F9CFFAC776B65E5703B6D /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; + 0102CAFCC43FEF298C1AF7214383530B /* FIRMessagingPacketQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPacketQueue.m; path = Firebase/Messaging/FIRMessagingPacketQueue.m; sourceTree = ""; }; + 029489BD9F96CEF9D4BA630BF1721C42 /* GPBDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDescriptor.m; path = objectivec/GPBDescriptor.m; sourceTree = ""; }; + 02BDA15621FBBC8402F7D34E86C462DC /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; + 036B3C53559FBA632D5CFC5B0240EBE4 /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = Firebase/Core/Private/FIRComponentContainer.h; sourceTree = ""; }; + 04C73DF5F117FB098A8B06CCC378B377 /* GtalkExtensions.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GtalkExtensions.pbobjc.h; path = Firebase/Messaging/Protos/GtalkExtensions.pbobjc.h; sourceTree = ""; }; + 0581470D92261BF5673DCE5404F27004 /* FIRMessagingRmqManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRmqManager.h; path = Firebase/Messaging/FIRMessagingRmqManager.h; sourceTree = ""; }; + 059DEFD2ADEACE6489C3D97620F11DB0 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; + 0649595B543EAC79710C22811B197E86 /* MagazineLayout-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MagazineLayout-Info.plist"; sourceTree = ""; }; + 0698B63363E1E856C309EE1EDCDB3523 /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; + 06BDD6D759EAFACF482BF7C5B1FDEEAA /* Empty.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Empty.pbobjc.m; path = objectivec/google/protobuf/Empty.pbobjc.m; sourceTree = ""; }; + 06C20B386C733DF4D3F02E551679A39F /* FIRMessagingReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingReceiver.h; path = Firebase/Messaging/FIRMessagingReceiver.h; sourceTree = ""; }; + 06E88B10F26B6C2A49295678F1857929 /* GoogleDataTransportCCTSupport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransportCCTSupport-umbrella.h"; sourceTree = ""; }; + 072DC6A9CB06502CDAD2107B26A10A28 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = Firebase/Core/Private/FIRLibrary.h; sourceTree = ""; }; + 0784EB0BBB7E1FBB3C5CDFBBFC410166 /* Blob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blob.swift; path = Sources/SQLite/Core/Blob.swift; sourceTree = ""; }; + 0792E9FD532501385818FD1DA551E553 /* GDTStoredEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStoredEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTStoredEvent.h; sourceTree = ""; }; + 07B2161A5B0BCF67A7D4DF05E3D4CB62 /* GPBUtilities_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities_PackagePrivate.h; path = objectivec/GPBUtilities_PackagePrivate.h; sourceTree = ""; }; + 08CC5118EFB8518AAE2C9DE23A3F74C5 /* HttpStatusException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HttpStatusException.swift; path = Sources/HttpStatusException.swift; sourceTree = ""; }; + 08D9D1FE0D7C5C082D16A46EB6F40A13 /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; + 08E550583BD118740553AC458011037A /* StringBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringBuilder.swift; path = Sources/StringBuilder.swift; sourceTree = ""; }; + 0975A7087FB712857805A328E9B770AC /* SwiftSoup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSoup.swift; path = Sources/SwiftSoup.swift; sourceTree = ""; }; 099602E95CC02BDF479BAE577F2E1E33 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - 0A062B8DC5F9F3E5649CB5EF9795C86F /* GPBDescriptor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDescriptor.m; path = objectivec/GPBDescriptor.m; sourceTree = ""; }; - 0AF931299E2E39739198BDE33142C050 /* Tokeniser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tokeniser.swift; path = Sources/Tokeniser.swift; sourceTree = ""; }; - 0B1E0D94BDA1054FB2EE70638192CD14 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = Firebase/Core/Public/FIRApp.h; sourceTree = ""; }; - 0B957168C28E0CE227F792D52CAEE1AE /* FIRMessagingDelayedMessageQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDelayedMessageQueue.h; path = Firebase/Messaging/FIRMessagingDelayedMessageQueue.h; sourceTree = ""; }; - 0C366C83BBF151DAF1C0296E419F6706 /* FIRMessagingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingUtilities.m; path = Firebase/Messaging/FIRMessagingUtilities.m; sourceTree = ""; }; - 0CD5E88A37AE6FDB254929D064DD052F /* GPBCodedInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedInputStream.m; path = objectivec/GPBCodedInputStream.m; sourceTree = ""; }; - 0D11AE34E08724934963A5973FA2B988 /* Wrappers.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Wrappers.pbobjc.m; path = objectivec/google/protobuf/Wrappers.pbobjc.m; sourceTree = ""; }; - 0DEB071FDC097C919F42C8AC2ED5F2D5 /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; - 0E0AAC9D9041EFDB22094BF00013AAC0 /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; - 0E5FA9D2F03EFF67A5DC958704166FF4 /* ParseError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParseError.swift; path = Sources/ParseError.swift; sourceTree = ""; }; - 0EF4E3FDBD9FD09E59E535928355FDEB /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; - 0F9AB3B992F3E80357F0CA69E2560F94 /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; - 10861AB060D8A91C39A7805B8607DCCC /* FIRCoreDiagnosticsDateFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsDateFileStorage.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.h; sourceTree = ""; }; - 110D2101A2769CC12C6BD693A749E5F7 /* FIRMessagingPacketQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPacketQueue.h; path = Firebase/Messaging/FIRMessagingPacketQueue.h; sourceTree = ""; }; - 112C3BAF8907029427FD67F2E0689EF9 /* GPBUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUtilities.m; path = objectivec/GPBUtilities.m; sourceTree = ""; }; - 118F7697224E030D07491D261B5FAF18 /* String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = String.swift; path = Sources/String.swift; sourceTree = ""; }; - 12081A7E373659B1A2EA67DC04126D14 /* FIRMessaging_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging_Private.h; path = Firebase/Messaging/FIRMessaging_Private.h; sourceTree = ""; }; - 1228D17F9F9B4088240407FD14B1E4D5 /* Statement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Statement.swift; path = Sources/SQLite/Core/Statement.swift; sourceTree = ""; }; - 128B9B3526F54D1076919E38206527C3 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 12B3ADF0DBA890F99BE5A5CD81804401 /* FIRMessagingConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingConnection.h; path = Firebase/Messaging/FIRMessagingConnection.h; sourceTree = ""; }; - 133C54E59A331C176BBDE1E546557629 /* CoreFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CoreFunctions.swift; path = Sources/SQLite/Typed/CoreFunctions.swift; sourceTree = ""; }; - 133D9DDCB33FDBC19746116DA553CDF8 /* GPBDescriptor_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor_PackagePrivate.h; path = objectivec/GPBDescriptor_PackagePrivate.h; sourceTree = ""; }; - 13984BC9163AA2B98D573D559CF7DCA0 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = Firebase/Core/Private/FIRComponent.h; sourceTree = ""; }; - 146AB20EC3127857FA3695817D727CA3 /* FIRMessagingContextManagerService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingContextManagerService.m; path = Firebase/Messaging/FIRMessagingContextManagerService.m; sourceTree = ""; }; - 1476C25FCA90F5ECBEC36219EE346BA3 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = Firebase/Core/FIRBundleUtil.m; sourceTree = ""; }; - 15756E629826FAC8D31C8D04E392E07F /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; - 16148B6F895FAF0CC9628C530506EFA9 /* CombiningEvaluator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombiningEvaluator.swift; path = Sources/CombiningEvaluator.swift; sourceTree = ""; }; - 16508B1A109AF32119DAC1E2DB96438E /* FIRMessagingReceiver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingReceiver.h; path = Firebase/Messaging/FIRMessagingReceiver.h; sourceTree = ""; }; - 16A7FCD826B7275C733B1920D5307244 /* Connection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Connection.swift; path = Sources/Connection.swift; sourceTree = ""; }; - 182B1DF0654B932C9DC83741DA71A0D6 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - 18677F73C482B2B8DF77B3B25DA0A4D9 /* GPBExtensionRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionRegistry.m; path = objectivec/GPBExtensionRegistry.m; sourceTree = ""; }; - 18EBCCEE6935C30E19AA712B523B86C6 /* CharacterExt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CharacterExt.swift; path = Sources/CharacterExt.swift; sourceTree = ""; }; - 18FA929D742AF284DD9384F2C52BE4F4 /* GDTClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTClock.h; path = GoogleDataTransport/GDTLibrary/Public/GDTClock.h; sourceTree = ""; }; - 195C5DAD076DAAF4B2855A9CDF1A4A44 /* XmlTreeBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XmlTreeBuilder.swift; path = Sources/XmlTreeBuilder.swift; sourceTree = ""; }; - 1979C7D60B0BAC447B854C759EDDFF2F /* CustomFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomFunctions.swift; path = Sources/SQLite/Typed/CustomFunctions.swift; sourceTree = ""; }; + 09F67AF8412CA6E7AC2ED1FB0338EBFC /* FABAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FABAttributes.h; path = iOS/Fabric.framework/Headers/FABAttributes.h; sourceTree = ""; }; + 0A0B3938833AE09AC563F419854C5A6B /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; + 0A251E1F86600ECB45995B2ED52BFC0E /* MagazineLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MagazineLayout-prefix.pch"; sourceTree = ""; }; + 0B969A0129F7906663D602B89F2312E2 /* GDTTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTargets.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTargets.h; sourceTree = ""; }; + 0BC59D0BDFEBA44C58C49BE326DB3482 /* FIRMessagingSyncMessageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingSyncMessageManager.h; path = Firebase/Messaging/FIRMessagingSyncMessageManager.h; sourceTree = ""; }; + 0C5C95483D78D5721609DD72EA41DCA7 /* FIRMessagingRemoteNotificationsProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRemoteNotificationsProxy.m; path = Firebase/Messaging/FIRMessagingRemoteNotificationsProxy.m; sourceTree = ""; }; + 0CA871C92924AB4F14B8509FB3EBB6E4 /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; + 0DBE9FDDD4CBA24216FD8355C5ED0944 /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; + 0E6C60EEB28C5DE96C8A6FB6E557910A /* GPBArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBArray.m; path = objectivec/GPBArray.m; sourceTree = ""; }; + 102E4DD2B22E9DE87C2DEA11F6B07159 /* NSDictionary+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+FIRMessaging.m"; path = "Firebase/Messaging/NSDictionary+FIRMessaging.m"; sourceTree = ""; }; + 104C79965F596605234E790501D67ACD /* MagazineLayoutFooterVisibilityMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutFooterVisibilityMode.swift; path = MagazineLayout/Public/Types/MagazineLayoutFooterVisibilityMode.swift; sourceTree = ""; }; + 11184429350D7494716468AF6B887772 /* GDTConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTConsoleLogger.m; path = GoogleDataTransport/GDTLibrary/GDTConsoleLogger.m; sourceTree = ""; }; + 11A4E025A4C631449CBCCEF924A4FE11 /* Token.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Token.swift; path = Sources/Token.swift; sourceTree = ""; }; + 11B2E77DAF394510C6AC4D37FEA3B656 /* MagazineLayoutInvalidationContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutInvalidationContext.swift; path = MagazineLayout/Public/MagazineLayoutInvalidationContext.swift; sourceTree = ""; }; + 11D043B958330FB5AA80A05FD2E84AAA /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; + 12FB7A13EE2BA56BE84BF9C489D7F80F /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; + 1341C976694B66B22ACBD8E7279ADC22 /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; + 135A6EC8EE4D377790EB4A0C4E762D00 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = Firebase/Core/Private/FIRComponentType.h; sourceTree = ""; }; + 138A40052D1ED369FD0674A9EFF5A0C6 /* FTS5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FTS5.swift; path = Sources/SQLite/Extensions/FTS5.swift; sourceTree = ""; }; + 140BA395032C83EE7855513C3156ED67 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; + 146790B5831AEE2F255B6B150EF020F5 /* FIRMessagingPendingTopicsList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPendingTopicsList.h; path = Firebase/Messaging/FIRMessagingPendingTopicsList.h; sourceTree = ""; }; + 15124C321746CAE6C5C31FA028C94ABA /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; + 153DFC025B7E8ACBCC5E027F4ED4D00B /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = Firebase/Core/Private/FIRLogger.h; sourceTree = ""; }; + 1548D9B3D7CDC4492BFC0BEACA4DD2C2 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + 160377453E3DF8117C11E57B8F6FE028 /* MagazineLayoutSectionMetrics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutSectionMetrics.swift; path = MagazineLayout/LayoutCore/Types/MagazineLayoutSectionMetrics.swift; sourceTree = ""; }; + 16D44F88C24C561F7BD96B125AE757DF /* GDTTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransformer.m; path = GoogleDataTransport/GDTLibrary/GDTTransformer.m; sourceTree = ""; }; + 17D5BCC8BB4D98AA1350E893A964FD9B /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = Firebase/Core/FIRApp.m; sourceTree = ""; }; + 17ED4ACFE6FDC7A732CF7565887F4670 /* MagazineLayoutItemWidthMode+WidthDivisor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MagazineLayoutItemWidthMode+WidthDivisor.swift"; path = "MagazineLayout/LayoutCore/Types/MagazineLayoutItemWidthMode+WidthDivisor.swift"; sourceTree = ""; }; + 184C56F3557CEBCDD48332AE8A54E75B /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = Firebase/Core/FIRDependency.m; sourceTree = ""; }; + 1998625FA0101C383924DD925C3B105B /* Protobuf-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-prefix.pch"; sourceTree = ""; }; 1A06F52E0F27260A1C944ED81BE91FA5 /* Pods-AvH PlanUITests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AvH PlanUITests-Info.plist"; sourceTree = ""; }; - 1B5DD62D06721DC61731752FED49648D /* FIRMessagingPersistentSyncMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPersistentSyncMessage.m; path = Firebase/Messaging/FIRMessagingPersistentSyncMessage.m; sourceTree = ""; }; - 1B6C4945196FE118D1945B6CE074AB43 /* GPBArray.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBArray.m; path = objectivec/GPBArray.m; sourceTree = ""; }; - 1B70B1A784E3D2A104E82C9D64A4BEA1 /* GPBBootstrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBBootstrap.h; path = objectivec/GPBBootstrap.h; sourceTree = ""; }; - 1BCA05B836FFCDD58032460640979CEB /* GPBDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor.h; path = objectivec/GPBDescriptor.h; sourceTree = ""; }; + 1A399357D4C609EFE7B819CDD3183A9B /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.h; sourceTree = ""; }; + 1A94ECA3648CA10BD27BA077192829D4 /* Selector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Selector.swift; path = Sources/Selector.swift; sourceTree = ""; }; + 1B802EEF2DB9B41BCB065547BB049F5E /* GPBWireFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWireFormat.m; path = objectivec/GPBWireFormat.m; sourceTree = ""; }; + 1BF3D98145B0B9762A2C45F25E6C872E /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = Firebase/Core/Public/FIRLoggerLevel.h; sourceTree = ""; }; + 1C299EC2C181D490BE6FD67EDF5C828A /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = Firebase/Core/Public/FIRApp.h; sourceTree = ""; }; 1D6520B355BDDDB866524AF35114A0AC /* Protobuf.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Protobuf.framework; path = Protobuf.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1D7B8165C8B37BAB449F1E13FFC0AF8B /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = Firebase/Core/Public/FIRLoggerLevel.h; sourceTree = ""; }; - 1DA2121A0B433E918994635FC583EB5C /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = Firebase/Core/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - 1DC545A9DE0C16730158ACC1BDFFC41B /* Entities.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Entities.swift; path = Sources/Entities.swift; sourceTree = ""; }; - 1DEBA40653843631E7D8D8F293C39AF3 /* FIRMessagingRemoteNotificationsProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRemoteNotificationsProxy.h; path = Firebase/Messaging/FIRMessagingRemoteNotificationsProxy.h; sourceTree = ""; }; - 1E35C1353718635F8A82B8939155929B /* MagazineLayoutBackgroundVisibilityMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutBackgroundVisibilityMode.swift; path = MagazineLayout/Public/Types/MagazineLayoutBackgroundVisibilityMode.swift; sourceTree = ""; }; + 1DE592BA7E19DBBBE26EFCBD5681E28F /* FIRCoreDiagnosticsDateFileStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsDateFileStorage.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.h; sourceTree = ""; }; 1E55FD447CACA66A7D11C76DBC1885CC /* Pods-AvH Plan-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-AvH Plan-frameworks.sh"; sourceTree = ""; }; - 1E888642901B524329A0502211506B03 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = Firebase/Core/Private/FIROptionsInternal.h; sourceTree = ""; }; - 1EAE140BD3BED043774608447410FD18 /* FIRInstanceIDKeyPairUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairUtilities.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.m; sourceTree = ""; }; - 204311714EE8C4624732DD95C87CBEB7 /* Query.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Query.swift; path = Sources/SQLite/Typed/Query.swift; sourceTree = ""; }; - 2050BEC8A94E59B758344499095BCB48 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = Firebase/Core/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; - 21D5C155730BB151B59B593E759E3246 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 220A2D5C731A9DB0E6647BB7CE2BCAD0 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = Firebase/Core/FIRApp.m; sourceTree = ""; }; - 2274EE616F694E435B1666B79938E4F2 /* HeaderModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeaderModel.swift; path = MagazineLayout/LayoutCore/HeaderModel.swift; sourceTree = ""; }; - 228824D5733E95B7EBDDE15C16226A43 /* SourceContext.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SourceContext.pbobjc.m; path = objectivec/google/protobuf/SourceContext.pbobjc.m; sourceTree = ""; }; - 22C7B858C2B45CD41B93D8EC6420A5BB /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = Firebase/Core/FIRDependency.m; sourceTree = ""; }; + 1F1AE7659F43C23CA7558690CE49BDC1 /* NodeVisitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NodeVisitor.swift; path = Sources/NodeVisitor.swift; sourceTree = ""; }; + 1F1EF06DD3FAC584E8FFD262C2EAC69D /* GDTEventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventDataObject.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventDataObject.h; sourceTree = ""; }; + 1F2AAE42AC3D9A558ED5BE09DDB9458C /* Whitelist.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Whitelist.swift; path = Sources/Whitelist.swift; sourceTree = ""; }; + 1F43353B8F0BB30F1E9F1D01B64EB9C4 /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; + 1FE0ED2351D3FD35A18284440708F1D9 /* GoogleDataTransport.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleDataTransport.modulemap; sourceTree = ""; }; + 20123E090DD24CC347ADA1FD94F914E1 /* Api.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Api.pbobjc.h; path = objectivec/google/protobuf/Api.pbobjc.h; sourceTree = ""; }; + 20827E70AEC98A3D02D7A21164B2B0FE /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; + 2150C520DC64A2CC2A2A830F08E8C8BA /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Private/GULSwizzler.h; sourceTree = ""; }; + 218A478634815045ABD99263754978DD /* SQLite.swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SQLite.swift.modulemap; sourceTree = ""; }; + 21B3F5135524C5013D653B4FFFB1CD7C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + 22054C1F846287EF49FB9C46CCED378C /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = Firebase/Core/Private/FIROptionsInternal.h; sourceTree = ""; }; 22DD18258022AC7BC53DBBBD92B3D3BE /* FirebaseMessaging.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseMessaging.framework; path = FirebaseMessaging.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 23201DE71C940BF4186E232EB33EF54E /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; - 23640E614BC4F84297C7FA8A48733166 /* TokenQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TokenQueue.swift; path = Sources/TokenQueue.swift; sourceTree = ""; }; - 237391B04DCC9C133B7F005D18401B6B /* GPBRootObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject.h; path = objectivec/GPBRootObject.h; sourceTree = ""; }; - 23DEAB89EA356E0ED22362C051B93B71 /* FIRMessagingConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingConnection.m; path = Firebase/Messaging/FIRMessagingConnection.m; sourceTree = ""; }; - 242581E9D668D5BB2A245A3579F91DFC /* FirebaseMessaging-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseMessaging-dummy.m"; sourceTree = ""; }; - 2445BAB69E58F298F52A9D1022BCE7F8 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; - 24508DC377C4B08B2B9E91CC8C4092CA /* Attributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Attributes.swift; path = Sources/Attributes.swift; sourceTree = ""; }; - 245595D928E18744E65869269346B48B /* FormElement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormElement.swift; path = Sources/FormElement.swift; sourceTree = ""; }; - 24C394E97A040478789A71C350062A9F /* MagazineLayoutFooterVisibilityMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutFooterVisibilityMode.swift; path = MagazineLayout/Public/Types/MagazineLayoutFooterVisibilityMode.swift; sourceTree = ""; }; + 23F499C0ECB46D18F6829AC3678C93A9 /* DocumentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DocumentType.swift; path = Sources/DocumentType.swift; sourceTree = ""; }; + 2410CEE6FE3B37E25A6858FD94A1D791 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; + 242CDCD0109F7402FE6B65BB70476AC9 /* SwiftSoup-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftSoup-umbrella.h"; sourceTree = ""; }; + 2476B17218AECE820EAFFDF02578770B /* Struct.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Struct.pbobjc.h; path = objectivec/google/protobuf/Struct.pbobjc.h; sourceTree = ""; }; + 24CEF2733B59110498424AFCA0CAD66A /* ANSCompatibility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ANSCompatibility.h; path = iOS/Crashlytics.framework/Headers/ANSCompatibility.h; sourceTree = ""; }; 250344BBE10683CEAC99C3AFEE1D10F9 /* GoogleDataTransport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleDataTransport.framework; path = GoogleDataTransport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 26814066541FE502CC91EC7497ECB792 /* Setter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Setter.swift; path = Sources/SQLite/Typed/Setter.swift; sourceTree = ""; }; - 2734DEF1EC3FF73218B5DD7987934E3D /* Type.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Type.pbobjc.h; path = objectivec/google/protobuf/Type.pbobjc.h; sourceTree = ""; }; - 276AC066644CCC92D828EB4DE80BA251 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; - 28CBBAC552F5B54B2BCCF5B8C807D229 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = Firebase/Core/FIRComponent.m; sourceTree = ""; }; - 29083B79C3BB795B56E09EBD6E871987 /* GPBUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities.h; path = objectivec/GPBUtilities.h; sourceTree = ""; }; - 2A0AF1BE09FD28D7023750327F8EE29E /* SQLiteObjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SQLiteObjc.m; path = Sources/SQLiteObjc/SQLiteObjc.m; sourceTree = ""; }; + 255EC03C92251DD0BBAD888C8171D77F /* MagazineLayoutCollectionViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutCollectionViewLayoutAttributes.swift; path = MagazineLayout/Public/MagazineLayoutCollectionViewLayoutAttributes.swift; sourceTree = ""; }; + 259144CDC7CF1E727B8ABA48871EC11A /* GPBRuntimeTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRuntimeTypes.h; path = objectivec/GPBRuntimeTypes.h; sourceTree = ""; }; + 2599BDF013C788831804F1AF1FE13B8A /* FIRInstanceIDKeyPairUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairUtilities.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.h; sourceTree = ""; }; + 264085E3C7DE7CE0150A173B7BCBBCF6 /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; + 265D3A5989B744DD32C34DFB6BD2981C /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; + 2689C65D57534449A256784ED9409E80 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; + 273C3351D2C311A9B25B6B4D0A383045 /* GDTStoredEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStoredEvent.m; path = GoogleDataTransport/GDTLibrary/GDTStoredEvent.m; sourceTree = ""; }; + 274616AF3813701C0CF19D85CA2F5731 /* CharacterExt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CharacterExt.swift; path = Sources/CharacterExt.swift; sourceTree = ""; }; + 275C7D5C7994605E960E7552528867F3 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; + 277B1ABBDD08205F0213D1CA9753F0C6 /* GoogleDataTransport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleDataTransport-Info.plist"; sourceTree = ""; }; + 277D897F3FC5B93892D5555975EC3239 /* FIRMessagingDelayedMessageQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingDelayedMessageQueue.m; path = Firebase/Messaging/FIRMessagingDelayedMessageQueue.m; sourceTree = ""; }; + 27B2FDB0DF26E07CA0C0609057747D90 /* GDTDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTDataFuture.m; path = GoogleDataTransport/GDTLibrary/GDTDataFuture.m; sourceTree = ""; }; + 286F0BE1F8C5DD78EDAE273E99B0B275 /* GPBUnknownField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownField.m; path = objectivec/GPBUnknownField.m; sourceTree = ""; }; + 28C245C3A86B4FAF1EE7C54789AA0557 /* FIRCoreDiagnostics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnostics.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m; sourceTree = ""; }; + 28D7B7220DA3E13DC30F55CA117124F5 /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; 2A62F5DEA813F07D663C4B01BE3FDEA0 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; - 2AD816F214BDA497E2D88984F79CF9D1 /* SQLite.swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SQLite.swift-umbrella.h"; sourceTree = ""; }; + 2A98F75B1968E8E1872A94A5CB81E5C5 /* XmlDeclaration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XmlDeclaration.swift; path = Sources/XmlDeclaration.swift; sourceTree = ""; }; + 2ABA3436BA65114D67E1101A567BD57B /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; + 2B18E711DD5B6BC39D6F2CFFB690468F /* UICollectionViewDelegateMagazineLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UICollectionViewDelegateMagazineLayout.swift; path = MagazineLayout/Public/UICollectionViewDelegateMagazineLayout.swift; sourceTree = ""; }; 2B21F63202C507BB92A3ABF0B09CE3D2 /* SQLite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SQLite.framework; path = SQLite.swift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2C10F6528E3664A4A125D4D868F1CDC3 /* GDTEventDataObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventDataObject.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventDataObject.h; sourceTree = ""; }; - 2C5E49A650E2E366E214D3DFCDBE38B2 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; - 2C6D23963CA73BD85EFDA805A9498BD3 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = Firebase/Core/FIRVersion.m; sourceTree = ""; }; - 2DFDDBB5AA8737D1DF3F6B6A28995B42 /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 2E907C6BC118A3FE518B8D6DB1369E2A /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; - 2EA8CEB580CFDBE4991E7DF4086C3952 /* GDTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploader.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploader.h; sourceTree = ""; }; - 2EF49D47F83B612D9DDA5BD09523F943 /* Foundation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Foundation.swift; path = Sources/SQLite/Foundation.swift; sourceTree = ""; }; - 2F326B169AF09ACCB7964C65BE834C99 /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; - 2FE1CD9E9F35D32BDF790378002B7FEC /* OrderedSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OrderedSet.swift; path = Sources/OrderedSet.swift; sourceTree = ""; }; - 310A7D0326BF50F6E37F2B8D51E7AF47 /* FirebaseInstanceID-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstanceID-umbrella.h"; sourceTree = ""; }; - 3138D7125B191CF20068E2B05654E21E /* NSDictionary+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+FIRMessaging.m"; path = "Firebase/Messaging/NSDictionary+FIRMessaging.m"; sourceTree = ""; }; - 318CC9D95E1B7523CC42FEF50A6E8EF2 /* FirebaseInstanceID.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstanceID.xcconfig; sourceTree = ""; }; - 3231A3965DF41FF2D81481E35E88B67D /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; - 32C5B9F7CB57576F38B102031F0F6B59 /* FIRMessagingDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDefines.h; path = Firebase/Messaging/FIRMessagingDefines.h; sourceTree = ""; }; - 337B5FB77AD7487B410F06EC78C94DA4 /* GPBWellKnownTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWellKnownTypes.m; path = objectivec/GPBWellKnownTypes.m; sourceTree = ""; }; - 3518076ADA3C205C8AFFFC1E94D6AFD0 /* Protobuf.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Protobuf.modulemap; sourceTree = ""; }; - 352394AEA1538EFD715A7F38DECA3556 /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = Firebase/Core/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; - 362366515C9E15BAD5051233D6133DDD /* FIRInstanceIDKeyPairUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairUtilities.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.h; sourceTree = ""; }; - 36633A30D1B026A5BAB277DB0CF632E8 /* Cleaner.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cleaner.swift; path = Sources/Cleaner.swift; sourceTree = ""; }; + 2BCEDD02C2D329FB62051A099B6BB93A /* FieldMask.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FieldMask.pbobjc.m; path = objectivec/google/protobuf/FieldMask.pbobjc.m; sourceTree = ""; }; + 2DE1D643AFAA0C042D9B86F6AD32A257 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = Firebase/Core/Private/FIRErrorCode.h; sourceTree = ""; }; + 2F45AC049486A19C55A9F03A25436F14 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = Firebase/Core/FIRVersion.m; sourceTree = ""; }; + 2FF8B72EADB2993AA3BDE35796A7A251 /* Any.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Any.pbobjc.m; path = objectivec/google/protobuf/Any.pbobjc.m; sourceTree = ""; }; + 3083ED891E89967CCDAC0C291B39E880 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; + 30D837A3AFA86C16FBDD4BB9D2D4CBFC /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + 3104618B88A7184EF5D8DF1842400EBE /* ModelState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ModelState.swift; path = MagazineLayout/LayoutCore/ModelState.swift; sourceTree = ""; }; + 316C6CC758EFD8056FFD2C60157BDF99 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; + 325D4139B18A17A653B5E57C84E38CF7 /* FIRMessagingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingUtilities.m; path = Firebase/Messaging/FIRMessagingUtilities.m; sourceTree = ""; }; + 326DB133C1345E7BA0D48738C9E3A942 /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = Firebase/Messaging/FirebaseMessaging.h; sourceTree = ""; }; + 32D45E7D315481818EAE1644C6DACCF9 /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; + 32E12647E028B3AB64011FB0EF2092A9 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + 33BD927FA6C15C238158414F254C9A01 /* Type.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Type.pbobjc.m; path = objectivec/google/protobuf/Type.pbobjc.m; sourceTree = ""; }; + 33C55B46A74EBEC5348D2FEAE61739DF /* FIRMessagingSecureSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingSecureSocket.h; path = Firebase/Messaging/FIRMessagingSecureSocket.h; sourceTree = ""; }; + 33E466D0FB87449FE764AFA47B0276C6 /* Pattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Pattern.swift; path = Sources/Pattern.swift; sourceTree = ""; }; + 3467EEF7BECFD52C0761065B8CE3BDBE /* FIRInstanceIDKeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPair.m; path = Firebase/InstanceID/FIRInstanceIDKeyPair.m; sourceTree = ""; }; + 34754A4223E7EC031DD752CB76ACB9BF /* GDTConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTConsoleLogger.h; path = GoogleDataTransport/GDTLibrary/Public/GDTConsoleLogger.h; sourceTree = ""; }; + 352786163026791B9DBE895897122765 /* FIRMessagingDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDefines.h; path = Firebase/Messaging/FIRMessagingDefines.h; sourceTree = ""; }; + 359AC71FCC5638824C6E44C345D6488E /* Validate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validate.swift; path = Sources/Validate.swift; sourceTree = ""; }; + 35F8ECC3038390325F81C72D68E1BC59 /* MagazineLayoutCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutCollectionViewCell.swift; path = MagazineLayout/Public/Views/MagazineLayoutCollectionViewCell.swift; sourceTree = ""; }; 366D4051596D87F4F38AE0A38BA83DCB /* Pods-AvH PlanTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-AvH PlanTests-dummy.m"; sourceTree = ""; }; - 36B755BBFC3EA355C997B8EB7BFE9FBC /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; - 36BA7E63892121557A5AC1CA6F2696C8 /* GDTLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTLifecycle.m; path = GoogleDataTransport/GDTLibrary/GDTLifecycle.m; sourceTree = ""; }; - 371A1A696CD5A3893AA4924F0E9BD074 /* DocumentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DocumentType.swift; path = Sources/DocumentType.swift; sourceTree = ""; }; - 3737CB4723A19B6EB8D55E897A63BC28 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + 3741DB8D9AABE2E5EF7709B9C68AAA90 /* GDTReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTReachability.m; path = GoogleDataTransport/GDTLibrary/GDTReachability.m; sourceTree = ""; }; 37653B987319E335F466B2BB34914EEC /* GoogleUtilities.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleUtilities.framework; path = GoogleUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3799174E36082F2237499A35761D5056 /* GPBUtilities_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities_PackagePrivate.h; path = objectivec/GPBUtilities_PackagePrivate.h; sourceTree = ""; }; - 37B427DF827D5B41E42E65E3E006503A /* GDTStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage.h; sourceTree = ""; }; - 386081CF734A6D6383427B3D417FDDDC /* MagazineLayoutInvalidationContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutInvalidationContext.swift; path = MagazineLayout/Public/MagazineLayoutInvalidationContext.swift; sourceTree = ""; }; - 38872F832547AEFC0E12BFD41A4E405A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - 3956B4BF2B6E82EA6457F6C05FAE8C30 /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; - 39D5369A5E17A9565775B51C45897930 /* fts3_tokenizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fts3_tokenizer.h; path = Sources/SQLiteObjc/fts3_tokenizer.h; sourceTree = ""; }; - 3A27BCE19BFA2C7F54064CEB00526CB8 /* FIRMessagingCodedInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCodedInputStream.h; path = Firebase/Messaging/FIRMessagingCodedInputStream.h; sourceTree = ""; }; - 3A3A003AC3EF5A661630609BEC0F8EE4 /* FIRInstanceIDAPNSInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAPNSInfo.m; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.m; sourceTree = ""; }; - 3A8616A907318A8B6ED5FF84627E16EC /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; - 3B288124FC3302789F70DA20B0F84EFB /* Duration.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Duration.pbobjc.h; path = objectivec/google/protobuf/Duration.pbobjc.h; sourceTree = ""; }; - 3BEB6A148F406301BD6C84A3F1C159A4 /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; - 3BFB3F24FAF57AC4851C67385FD4F113 /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = Firebase/Core/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; - 3C197CFAE43D78AE5275AD5D8668B083 /* GPBDictionary_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary_PackagePrivate.h; path = objectivec/GPBDictionary_PackagePrivate.h; sourceTree = ""; }; - 3C4750DF2D649A8039A51B87CA3B215C /* GPBRuntimeTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRuntimeTypes.h; path = objectivec/GPBRuntimeTypes.h; sourceTree = ""; }; - 3E00566EEC2C3B91EE28F7DDFFB10FF7 /* MagazineLayoutSectionMetrics.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutSectionMetrics.swift; path = MagazineLayout/LayoutCore/Types/MagazineLayoutSectionMetrics.swift; sourceTree = ""; }; - 3E2587854D4D57913702C040164E4F0A /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = Firebase/Core/Private/FIRDiagnosticsData.h; sourceTree = ""; }; + 37C09A824DC2E14F127B40FF10893A15 /* Answers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Answers.h; path = iOS/Crashlytics.framework/Headers/Answers.h; sourceTree = ""; }; + 37E7EE12C3DAB42A1A4FD53E8F6514AE /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; + 380BBEE8CBF31085DD9A90542BDB4EEF /* SwiftSoup-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftSoup-prefix.pch"; sourceTree = ""; }; + 38CEC2D94B17DEC362247052049DE4D8 /* FIRMessagingTopicOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTopicOperation.m; path = Firebase/Messaging/FIRMessagingTopicOperation.m; sourceTree = ""; }; + 38EC3BBE5924487C352216FB74DD0DD8 /* GDTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPlatform.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPlatform.h; sourceTree = ""; }; + 391A581A9C162537D8260C84E3ECC07C /* GPBUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUtilities.h; path = objectivec/GPBUtilities.h; sourceTree = ""; }; + 398D196AD87169678D60F443F229B28B /* Alamofire.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.xcconfig; sourceTree = ""; }; + 39DC485D2BFDFF2581F4F6A6806D397A /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; + 3A9B55A442CDAF3105B845D881F75D20 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/SQLite/Core/Errors.swift; sourceTree = ""; }; + 3AD10D0524372697F5C7E007C7AC47A6 /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + 3B5743673464F7EE51AC8E53580CB2A0 /* ParseErrorList.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParseErrorList.swift; path = Sources/ParseErrorList.swift; sourceTree = ""; }; + 3CD48A861D49FEA8C4096CD2C3A89227 /* Attribute.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Attribute.swift; path = Sources/Attribute.swift; sourceTree = ""; }; + 3D32E2C339672F41E80B46B61DED14E1 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + 3E1C0B186DDD5F3BC1A9761407F5D2CA /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; 3ECA4CDA40BC9FCDE783DD4EA3812E92 /* Pods_AvH_PlanUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_AvH_PlanUITests.framework; path = "Pods-AvH PlanUITests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3ED8E0B4B85FC8AF5E4E89F2FAF5D001 /* StringUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringUtil.swift; path = Sources/StringUtil.swift; sourceTree = ""; }; - 3FF4EE556C7AF6D0717DDE3F43B11814 /* FIRMessagingLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingLogger.m; path = Firebase/Messaging/FIRMessagingLogger.m; sourceTree = ""; }; - 4053D912131456882C783E528BA08043 /* FIRMMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMMessageCode.h; path = Firebase/Messaging/FIRMMessageCode.h; sourceTree = ""; }; - 42D78075B4F888BD3B64882F3660786A /* SQLite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SQLite.h; path = Sources/SQLite/SQLite.h; sourceTree = ""; }; - 4329AA08D7924088088BD4A520FB7E5D /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; - 434B8E96F8D600C12F491899BB9E3AC2 /* FIRMessagingReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingReceiver.m; path = Firebase/Messaging/FIRMessagingReceiver.m; sourceTree = ""; }; - 43B42C82F203B880C811185165143022 /* FIRMessagingSecureSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingSecureSocket.m; path = Firebase/Messaging/FIRMessagingSecureSocket.m; sourceTree = ""; }; - 440787E546EAC7B4CE831D2EACCB4B17 /* Collector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collector.swift; path = Sources/Collector.swift; sourceTree = ""; }; - 440B36F66B4C9189F699347F1F3F406C /* firebasecore.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = firebasecore.nanopb.h; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.h; sourceTree = ""; }; - 44365C8B986FA96EFAD9A485DFD42839 /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; - 4468BC20B74303B6AC3CFD47A18DC032 /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Private/GULNetwork.h; sourceTree = ""; }; - 44861C6F8FB2785FA297F4EEE74F0DF9 /* FieldMask.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FieldMask.pbobjc.m; path = objectivec/google/protobuf/FieldMask.pbobjc.m; sourceTree = ""; }; + 4012B4E41B452DBA7BE4015D38F6535D /* Tag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tag.swift; path = Sources/Tag.swift; sourceTree = ""; }; + 41C021889F7EAD0D5E4AE3F16B0C4F37 /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; + 41EDC0A7DCB49C69EDE777BF2C5B7061 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; + 423037AB6D52C9252A592A28B83CFE87 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; + 424A0AC9732E8CB0A51BF11EB8A7622E /* Crashlytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Crashlytics.xcconfig; sourceTree = ""; }; + 42565E3FF1D212A403A06C9CC4191363 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; + 42DA9D2691ADB6CFEE1BCA5B96C5D9A5 /* firebasecore.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = firebasecore.nanopb.c; path = Firebase/CoreDiagnostics/FIRCDLibrary/Protogen/nanopb/firebasecore.nanopb.c; sourceTree = ""; }; + 437D72C3020443F78894EF23058CADE4 /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; + 43F119DF7BFD22ECD9784F559CA96BB6 /* GDTRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTRegistrar_Private.h; sourceTree = ""; }; 449726956E53FE4AF53D2DF45CDE97DE /* SwiftSoup.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftSoup.framework; path = SwiftSoup.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 452953F7C5376FADF00731B87C6F3CE0 /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; - 45701DFCD9A637256C6366557C79CF2A /* MagazineLayoutCollectionViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutCollectionViewCell.swift; path = MagazineLayout/Public/Views/MagazineLayoutCollectionViewCell.swift; sourceTree = ""; }; - 459B62E43A23525CBD80C824F71368BB /* FIRMessagingExtensionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingExtensionHelper.m; path = Firebase/Messaging/FIRMessagingExtensionHelper.m; sourceTree = ""; }; - 479936C988E0411A8138FEF471E26DB2 /* StructuralEvaluator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StructuralEvaluator.swift; path = Sources/StructuralEvaluator.swift; sourceTree = ""; }; - 47EB18F4657A9ABDECB9F533BAB81DBA /* GDTUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploadPackage.h; sourceTree = ""; }; - 489FDDB74175641B95A52B33F43A4CEA /* FIRMessagingClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingClient.h; path = Firebase/Messaging/FIRMessagingClient.h; sourceTree = ""; }; - 48A8CD5FC1F85658056356BD78FFD375 /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; + 44A977520768872B9527B739DF1E0EE2 /* MagazineLayoutBackgroundVisibilityMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutBackgroundVisibilityMode.swift; path = MagazineLayout/Public/Types/MagazineLayoutBackgroundVisibilityMode.swift; sourceTree = ""; }; + 44B7918740791E6159430CE5842C0BBD /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; + 454D05BEFA68F7504ACC4F06E06F092F /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 45E5BBB3D007FA99A4706D484AA71381 /* Duration.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Duration.pbobjc.m; path = objectivec/google/protobuf/Duration.pbobjc.m; sourceTree = ""; }; + 463CCC854E6E466B832407B6A54D1B49 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 4655D2BE15A22D6C517D291A3F9A3F74 /* FieldMask.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FieldMask.pbobjc.h; path = objectivec/google/protobuf/FieldMask.pbobjc.h; sourceTree = ""; }; + 467618E269677A10123F50740568B690 /* FIRInstanceIDCheckinPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.h; sourceTree = ""; }; + 468DDECDFB580B02D1C4EC46923D3EA4 /* Operators.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Operators.swift; path = Sources/SQLite/Typed/Operators.swift; sourceTree = ""; }; + 4829796F5A6DFBDA2850D604695F6CD9 /* SQLiteObjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SQLiteObjc.m; path = Sources/SQLiteObjc/SQLiteObjc.m; sourceTree = ""; }; + 48CBCD42C637435ECBD0EE954A4D7453 /* GPBRootObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject.h; path = objectivec/GPBRootObject.h; sourceTree = ""; }; + 48DA46D996F01CD446B6AE8C0C068E47 /* GDTEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEvent.h; sourceTree = ""; }; 494E9A80735C309D8067B345DC8E0DBC /* Pods-AvH Plan-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AvH Plan-acknowledgements.plist"; sourceTree = ""; }; - 498A76B655553D3BD4A8D4BC2E5297C1 /* GPBCodedInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream.h; path = objectivec/GPBCodedInputStream.h; sourceTree = ""; }; - 4A4FF73B6BA92923FB2553D295A83E87 /* Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Helpers.swift; path = Sources/SQLite/Helpers.swift; sourceTree = ""; }; - 4A7FA4B848A24929ED8FE1F5E686B544 /* GtalkExtensions.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GtalkExtensions.pbobjc.h; path = Firebase/Messaging/Protos/GtalkExtensions.pbobjc.h; sourceTree = ""; }; - 4AE727339904507E4C57924B328CDF66 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; - 4B792D9892793D423E7BE5C8722DDADA /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; - 4CBE913442FA1F6BC4AD734C9931E26F /* Any.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Any.pbobjc.m; path = objectivec/google/protobuf/Any.pbobjc.m; sourceTree = ""; }; - 4CDD9061FCE81A418EB59B75FA8C58D5 /* GDTEvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTEvent_Private.h; sourceTree = ""; }; - 4DE1580CFEE505BC573E0A010BD995A6 /* GPBMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage.h; path = objectivec/GPBMessage.h; sourceTree = ""; }; - 4DE8004AB861ACC22E75BBB84E5E08CC /* FIRMessagingPubSubRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPubSubRegistrar.h; path = Firebase/Messaging/FIRMessagingPubSubRegistrar.h; sourceTree = ""; }; - 4E63614668C61A9D00B01D5442A8E010 /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; - 4EF6C19E6C1BF05425904AD6E247B180 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; - 4F16AB68AB79AEEDFEA36596B5D2150E /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - 50B91968DBF943723967BD8977B74251 /* AggregateFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AggregateFunctions.swift; path = Sources/SQLite/Typed/AggregateFunctions.swift; sourceTree = ""; }; - 51AE87235DA53E1483D663532D2A0B59 /* GoogleDataTransportCCTSupport.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleDataTransportCCTSupport.modulemap; sourceTree = ""; }; - 521684EECFE5DC916807326AFEA984F6 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - 522A57F4C8CA9DE5522062D3BFDD1AF0 /* GPBCodedOutputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream_PackagePrivate.h; path = objectivec/GPBCodedOutputStream_PackagePrivate.h; sourceTree = ""; }; - 5247CBD9A8E0C880F50266A7DFCC70A5 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/SQLite/Core/Errors.swift; sourceTree = ""; }; - 5284FC320908282998F7AB525AC55E26 /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = Firebase/Core/FIRDiagnosticsData.m; sourceTree = ""; }; - 53513E7C06B6AA3C8DAA15E17C3E6336 /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 53B0F628E97AF4462470C19BEFB6D109 /* FIRMessagingClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingClient.m; path = Firebase/Messaging/FIRMessagingClient.m; sourceTree = ""; }; - 54748055D7E8000905C7DE861DC36541 /* SwiftSoup-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftSoup-dummy.m"; sourceTree = ""; }; - 550E7ACEFEC66A1AA8471A4824AB7EB4 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Private/GULNetworkMessageCode.h; sourceTree = ""; }; - 551BCF030CB34BF6E863FE0D5929AEC0 /* SourceContext.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SourceContext.pbobjc.h; path = objectivec/google/protobuf/SourceContext.pbobjc.h; sourceTree = ""; }; - 5541182FBC6CA4DB7469DE3869C804E1 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; - 55718534B335DF6017CBE4B76818D1CD /* Timestamp.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Timestamp.pbobjc.h; path = objectivec/google/protobuf/Timestamp.pbobjc.h; sourceTree = ""; }; - 55F14DE3898EBEF5A8E0C5E5C4A37D15 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; - 570C994B3C090E35D1643E588AA9F619 /* Evaluator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Evaluator.swift; path = Sources/Evaluator.swift; sourceTree = ""; }; - 572B658C70294BD7606F33AD1F6CDC9C /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; - 57983CC898092BBC2FD9D4060131871C /* NodeTraversor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NodeTraversor.swift; path = Sources/NodeTraversor.swift; sourceTree = ""; }; + 497F8E2B55B4585EDD232737182F1C98 /* FIRMessagingExtensionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingExtensionHelper.m; path = Firebase/Messaging/FIRMessagingExtensionHelper.m; sourceTree = ""; }; + 499BAAD4AA7184844FE6CCECE2EA4EAE /* FTS4.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FTS4.swift; path = Sources/SQLite/Extensions/FTS4.swift; sourceTree = ""; }; + 49A7477087BCBE3139F91EE06D184918 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = Firebase/Core/FIRComponentType.m; sourceTree = ""; }; + 4A4ED1901250054C52F3F29D635D02BD /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 4AF990545EF2AECC659C3AD8B9AF7E3A /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULApplication.h; sourceTree = ""; }; + 4B0F752C78A2FDB4B9CC85946BF5209F /* GPBExtensionRegistry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionRegistry.m; path = objectivec/GPBExtensionRegistry.m; sourceTree = ""; }; + 4BCC07914C52906779CEEF0F03A78A46 /* StructuralEvaluator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StructuralEvaluator.swift; path = Sources/StructuralEvaluator.swift; sourceTree = ""; }; + 4C824AD4FEE5A1D000203CEAAC83E06E /* GPBDescriptor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor.h; path = objectivec/GPBDescriptor.h; sourceTree = ""; }; + 4C8D54A41CC39056BB91C2389CAC828E /* FIRMessagingSyncMessageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingSyncMessageManager.m; path = Firebase/Messaging/FIRMessagingSyncMessageManager.m; sourceTree = ""; }; + 4C96DCDDF229777BF74DA1C617782B34 /* Entities.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Entities.swift; path = Sources/Entities.swift; sourceTree = ""; }; + 4DF07DE3CADC96CD738CE57B17EFCAFF /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + 4E6859C7473BC19CFBCC85B00BCCA5BB /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + 4E9788388346C7E2B8305BD46FF3A9A3 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = Firebase/Core/FIRConfiguration.m; sourceTree = ""; }; + 4EB1659373754188BF7163582B14598A /* GPBDescriptor_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDescriptor_PackagePrivate.h; path = objectivec/GPBDescriptor_PackagePrivate.h; sourceTree = ""; }; + 4F6A02B10BAE737A69E192D4C3C8DCB1 /* ParseSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParseSettings.swift; path = Sources/ParseSettings.swift; sourceTree = ""; }; + 4FC79A3B96A67AF55E2943A20CAF2DA5 /* MagazineLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MagazineLayout.xcconfig; sourceTree = ""; }; + 4FE270AA0CC3AA2C60ACCB8B023EA63E /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; + 5034EFAEB021F750AA2B9B06498A69C3 /* Comment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Comment.swift; path = Sources/Comment.swift; sourceTree = ""; }; + 51B43ABC4391C552EAE79F3BFC8CAD17 /* FIRMessagingContextManagerService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingContextManagerService.m; path = Firebase/Messaging/FIRMessagingContextManagerService.m; sourceTree = ""; }; + 524352E0295DCE4B1185802E9C81991C /* TextNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextNode.swift; path = Sources/TextNode.swift; sourceTree = ""; }; + 535C3EBAF317DEC5367ECEF6F89722C1 /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + 53B39FD166A657BEC2283032ECBA6890 /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; + 53CDF4B768785D9F9349FB868F3D6895 /* GDTUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadPackage_Private.h; sourceTree = ""; }; + 54657AB5DDAC5D8E9A3B0B2FA5E99510 /* Foundation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Foundation.swift; path = Sources/SQLite/Foundation.swift; sourceTree = ""; }; + 54C885F9EFFB545DC58AED8658CBC4FE /* FirebaseInstanceID.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstanceID.modulemap; sourceTree = ""; }; + 554D21CDC78D96427798DAFC02B4271D /* FIRMessagingPubSub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPubSub.h; path = Firebase/Messaging/FIRMessagingPubSub.h; sourceTree = ""; }; + 55F0DB988779B6715AB46F4DF3572D04 /* FirebaseMessaging-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseMessaging-umbrella.h"; sourceTree = ""; }; + 564197763512A54DB312A41D53E0AE6D /* FIRInstanceIDTokenOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.m; sourceTree = ""; }; + 56A1A3CDD8FD5C9096FC03A7E9F1894E /* Struct.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Struct.pbobjc.m; path = objectivec/google/protobuf/Struct.pbobjc.m; sourceTree = ""; }; + 57282613491E3991D97BD4FD295CAA4E /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Private/GULMutableDictionary.h; sourceTree = ""; }; 5823F184430B87162A942CAD83746EEA /* Pods-AvH Plan.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AvH Plan.release.xcconfig"; sourceTree = ""; }; - 58B54F8890E3C0A576AD85D9800CEDAC /* GoogleDataTransport.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleDataTransport.modulemap; sourceTree = ""; }; - 58FD6F571A48DBA52A3190E2E77907D1 /* Api.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Api.pbobjc.m; path = objectivec/google/protobuf/Api.pbobjc.m; sourceTree = ""; }; - 592C64CE3067A74731D6026E8A82BCAC /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; - 5A3C3F2C22BCDA9D05FBBF6A704478AF /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; - 5A6C12A6BBA89765795FC6476F317693 /* Comment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Comment.swift; path = Sources/Comment.swift; sourceTree = ""; }; - 5AD8852A5F13691D2A95B510A407BDCA /* SQLite.swift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SQLite.swift.xcconfig; sourceTree = ""; }; - 5B0B9485CB16468948213A1CE5C48EE9 /* DataUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataUtil.swift; path = Sources/DataUtil.swift; sourceTree = ""; }; - 5B334BC6B63A2542CD220B7114748547 /* FIRInstanceIDCombinedHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCombinedHandler.h; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.h; sourceTree = ""; }; - 5B4B7F15F6932A5F49EF397102C2AFD7 /* StringBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringBuilder.swift; path = Sources/StringBuilder.swift; sourceTree = ""; }; - 5B8E5C43FCF4CF6BA4762BE2D0778E04 /* Alamofire.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.xcconfig; sourceTree = ""; }; - 5BF81971F0AEA76ABE81E7D7CAC4CF82 /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; - 5C1C5EB20491EBA0F75F706569A5C52E /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = Firebase/Core/Private/FIRErrors.h; sourceTree = ""; }; - 5C430EF2AB8D432AEAC6928C25708E9E /* FIRMessagingCodedInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCodedInputStream.m; path = Firebase/Messaging/FIRMessagingCodedInputStream.m; sourceTree = ""; }; + 5841D035B09E1EFEC82EAA743F308ADE /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; + 586D4593006F8562AD5475FB5DF52643 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; + 58AC3CF09F80B7AEBF494CDCB139C8BD /* GDTTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer.h; sourceTree = ""; }; + 5900DE4E8152DE7373FD5E35E69864AC /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 5903166CB83D8D38049514225BE533E8 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 59362C309C0D5674E2C4912BE2351B80 /* FIRMessagingReceiver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingReceiver.m; path = Firebase/Messaging/FIRMessagingReceiver.m; sourceTree = ""; }; + 595939ABF45A9CFD46F1F52BC609C453 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; + 598F75D3BD89F118B6A8F85AB6864798 /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; + 5A4CB1E12663EF8C1249044B92A10EC5 /* GPBCodedInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream.h; path = objectivec/GPBCodedInputStream.h; sourceTree = ""; }; + 5B37B2EFBBB06DE83EEA19240AAD7766 /* GDTStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStorage.m; path = GoogleDataTransport/GDTLibrary/GDTStorage.m; sourceTree = ""; }; + 5B38021BA4AE02A50B7829F7B91D130E /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = Firebase/Core/Private/FIRVersion.h; sourceTree = ""; }; + 5B72D98C865EFB268EFD94921457D8B7 /* SQLite.swift.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SQLite.swift.xcconfig; sourceTree = ""; }; + 5B795040500E66C80750D798C1F96D2C /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = Firebase/Core/FIRBundleUtil.m; sourceTree = ""; }; + 5B7A8E49449F80E026D29B7F6300321E /* FIRInstanceIDCheckinStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinStore.h; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.h; sourceTree = ""; }; + 5BC9D4E0141193B2B3C958CD61E2297B /* FIRMessagingExtensionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingExtensionHelper.h; path = Firebase/Messaging/Public/FIRMessagingExtensionHelper.h; sourceTree = ""; }; + 5CDFB837356B2460A82ECFBE04F1D133 /* Protobuf-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Protobuf-dummy.m"; sourceTree = ""; }; 5D0916396C74706FDD75CD7AE35EBF2E /* Pods-AvH PlanUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AvH PlanUITests.debug.xcconfig"; sourceTree = ""; }; - 5D215BC795A84A96AE227CCB41BB354B /* Document.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Document.swift; path = Sources/Document.swift; sourceTree = ""; }; - 5D575477B81C0A15BEA22A5628BF74FE /* GoogleDataTransportCCTSupport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransportCCTSupport-umbrella.h"; sourceTree = ""; }; - 5D62C9C05F821D63E33B4F356781CC31 /* Pattern.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Pattern.swift; path = Sources/Pattern.swift; sourceTree = ""; }; - 5D9ECBD26F9C148377B805420D9946A7 /* GDTStoredEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStoredEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTStoredEvent.h; sourceTree = ""; }; - 5DD88E0EB55D153D19FC5CC78DB3526F /* FirebaseInstanceID.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstanceID.modulemap; sourceTree = ""; }; - 5F41D5ADB9212B7F6B5BD8EC83C1055F /* FIRInstanceIDKeyPairStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairStore.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.m; sourceTree = ""; }; - 5F4A797D3CC74EF3636DF37894F5BABB /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 5F4BE2A231AB5D90826FB5D539DAB455 /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Private/GULNetworkURLSession.h; sourceTree = ""; }; - 5FB2ECA9090E2C8FE119D27E42BB9852 /* Protobuf-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Protobuf-Info.plist"; sourceTree = ""; }; - 60266A1BABE5998F1456D04C2A68C651 /* SwiftSoup.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftSoup.xcconfig; sourceTree = ""; }; - 604068D625666A6F618051A87E7AF770 /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/SQLite/Typed/Expression.swift; sourceTree = ""; }; - 609A73C7F97852A26F53ADCC9084E941 /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; - 61053537FA1EDC64CAF9A3E70F7C4A90 /* SwiftSoup-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftSoup-Info.plist"; sourceTree = ""; }; - 6121AEC8932361DD1809293E93B137EA /* FIRInstanceIDKeyPair.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPair.m; path = Firebase/InstanceID/FIRInstanceIDKeyPair.m; sourceTree = ""; }; + 5DF7E15DCB5BF2F2FB49684A0274F0E0 /* GtalkCore.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GtalkCore.pbobjc.h; path = Firebase/Messaging/Protos/GtalkCore.pbobjc.h; sourceTree = ""; }; + 5F41DB91FF8B0D6EE7177979E91C13E7 /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; + 5F54D0DE05F07BC97E6E12CC3C334215 /* Evaluator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Evaluator.swift; path = Sources/Evaluator.swift; sourceTree = ""; }; + 5F5D5D1B4575A35F8D1C33E2F685077A /* FIRInstanceIDKeyPairStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairStore.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.m; sourceTree = ""; }; + 5FE5A6A473C89DC8354D637258AA5776 /* GPBDictionary_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary_PackagePrivate.h; path = objectivec/GPBDictionary_PackagePrivate.h; sourceTree = ""; }; + 5FE5FFE8326C8BC8B612E195C8C60355 /* Cleaner.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Cleaner.swift; path = Sources/Cleaner.swift; sourceTree = ""; }; + 6060428A6DDB458F0937F5593ABAE813 /* GoogleDataTransportCCTSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.xcconfig; sourceTree = ""; }; + 608B51C057C9110D2A48ECC7ED5B573A /* FirebaseMessaging.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseMessaging.modulemap; sourceTree = ""; }; + 60E47D4A74893203CC7930BC6918FBE0 /* SQLite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SQLite.h; path = Sources/SQLite/SQLite.h; sourceTree = ""; }; + 6150FA34CAB14438279522E26E20D9B3 /* FirebaseAnalytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FirebaseAnalytics.framework; path = Frameworks/FirebaseAnalytics.framework; sourceTree = ""; }; 615652E4BB6C75A3ECFEE6D7F714CCE0 /* FirebaseInstanceID.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstanceID.framework; path = FirebaseInstanceID.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 617B892585029379FE1EC4352513A738 /* GPBUnknownFieldSet_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet_PackagePrivate.h; path = objectivec/GPBUnknownFieldSet_PackagePrivate.h; sourceTree = ""; }; - 61ACB54EFD5863A6B1E14524A1CBB4F0 /* GDTUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadPackage.m; path = GoogleDataTransport/GDTLibrary/GDTUploadPackage.m; sourceTree = ""; }; - 61BBB1A221F4C375BB84A8450B209167 /* Wrappers.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Wrappers.pbobjc.h; path = objectivec/google/protobuf/Wrappers.pbobjc.h; sourceTree = ""; }; - 61E19F9D98C3893AAB7293F12E1A590A /* FIRMessagingSecureSocket.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingSecureSocket.h; path = Firebase/Messaging/FIRMessagingSecureSocket.h; sourceTree = ""; }; 61F8E3F1F05600DDF308D6D88963A13B /* MagazineLayout.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MagazineLayout.framework; path = MagazineLayout.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 62EDE32EDB0B2A602725F9DAFB028E95 /* FIRInstanceIDCombinedHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCombinedHandler.m; path = Firebase/InstanceID/FIRInstanceIDCombinedHandler.m; sourceTree = ""; }; - 640D37F3698FAE8D280E354B8924F0CD /* GDTEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEvent.h; sourceTree = ""; }; + 63BFB13912C13BB9524944569613F619 /* GPBUnknownFieldSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet.h; path = objectivec/GPBUnknownFieldSet.h; sourceTree = ""; }; + 63FB371FA1D64437A224D642AEA65CB9 /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; 642F827148CC06052F87D4C95B170501 /* Pods_AvH_Plan.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_AvH_Plan.framework; path = "Pods-AvH Plan.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 644994B4F70276C818F905F2A55E4D4A /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; - 6458B566C7F70BF43D2589B156BFFEE6 /* ElementLocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementLocation.swift; path = MagazineLayout/LayoutCore/Types/ElementLocation.swift; sourceTree = ""; }; - 6470150F4F4FF1164302EDCDE76D7B9D /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; - 64C26413C2AA2C0CAB04E7C93048DC54 /* SwiftSoup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSoup.swift; path = Sources/SwiftSoup.swift; sourceTree = ""; }; - 64CE134288621212FD1E0CADB9E65850 /* Coding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Coding.swift; path = Sources/SQLite/Typed/Coding.swift; sourceTree = ""; }; - 651A3095FAA1A8CC8F72DEF94DF1E4E9 /* FIRMessagingPacketQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPacketQueue.m; path = Firebase/Messaging/FIRMessagingPacketQueue.m; sourceTree = ""; }; - 65D78C04CEC15AE5CAE82F1EA98D7317 /* MagazineLayoutCollectionReusableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutCollectionReusableView.swift; path = MagazineLayout/Public/Views/MagazineLayoutCollectionReusableView.swift; sourceTree = ""; }; - 6627A0280E3881C2F565F87F45A51C97 /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; - 6648C661FB82154C39B518C6F87485E2 /* Timestamp.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Timestamp.pbobjc.m; path = objectivec/google/protobuf/Timestamp.pbobjc.m; sourceTree = ""; }; - 66825D84D3A22C3DD550F7617F15229C /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; + 65158E6B0C47B2DF36D242B70CD40BEC /* XmlTreeBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XmlTreeBuilder.swift; path = Sources/XmlTreeBuilder.swift; sourceTree = ""; }; + 66598EF868DFC74DAC971311F99DE107 /* Protobuf.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Protobuf.xcconfig; sourceTree = ""; }; 669222C68F6B30290415A0F6AFFEF51A /* nanopb.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = nanopb.framework; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 66B212AAD7BEE4D6BD988A423C2FEDFA /* GPBRootObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBRootObject.m; path = objectivec/GPBRootObject.m; sourceTree = ""; }; - 675350987EB28F7C87CCC3939A13CBC2 /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; - 67EBFCBFF76543F6D08573669ADD17CA /* GPBDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDictionary.m; path = objectivec/GPBDictionary.m; sourceTree = ""; }; - 68D9CAF573F6C119C2B4F96EC415125A /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; - 6947C1BB8CC3F10CAF8A2ED9976C7A09 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = Firebase/Core/FIROptions.m; sourceTree = ""; }; - 699F3E44C075D57974170D864BFA1C5B /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; - 6A1841277163241C0ADBD81867310F74 /* FirebaseInstanceID-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstanceID-dummy.m"; sourceTree = ""; }; - 6A38E4D7A9061851FDE74BF10DBD41A9 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - 6A4C62155B785661D467068285F4A57E /* GDTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTransport.h; sourceTree = ""; }; - 6AB8135FD48902192077F2FF0D6EB29B /* Exception.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exception.swift; path = Sources/Exception.swift; sourceTree = ""; }; - 6ACFC19C4DBDB1286E4323C42A9D6530 /* GDTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransport.m; path = GoogleDataTransport/GDTLibrary/GDTTransport.m; sourceTree = ""; }; - 6AD9BF1540DC963E39679CF640917347 /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; - 6B4131F687B3226513AF8BAD5C331D0B /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - 6B66F2A1D4C6B8207DF8F1AA987E4899 /* Attribute.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Attribute.swift; path = Sources/Attribute.swift; sourceTree = ""; }; - 6C31D01F0A4AD8F1E2F75012CEB4FC34 /* FIRMessagingContextManagerService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingContextManagerService.h; path = Firebase/Messaging/FIRMessagingContextManagerService.h; sourceTree = ""; }; - 6C5049A92965BD58BFA124940DCCA68F /* GPBUnknownFieldSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownFieldSet.m; path = objectivec/GPBUnknownFieldSet.m; sourceTree = ""; }; - 6C5DEEF2D4C8579ADDA795B602D05E31 /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; - 6C62EA05B567593DE60ABF876AB12E80 /* FirebaseMessaging-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseMessaging-umbrella.h"; sourceTree = ""; }; - 6C78FB342B9EBC3C0C828121321B78A4 /* ParseErrorList.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParseErrorList.swift; path = Sources/ParseErrorList.swift; sourceTree = ""; }; + 669D3340C69EAAE77AA65E92EDD5A8D3 /* FIRMessagingInternalUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingInternalUtilities.h; path = Firebase/Messaging/InternalHeaders/FIRMessagingInternalUtilities.h; sourceTree = ""; }; + 672F1D7FDEA8B0BF91DD3D14699D743D /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + 67840CD6662F64BB74C758F7B70D25A3 /* Document.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Document.swift; path = Sources/Document.swift; sourceTree = ""; }; + 686E8CA28B3F51EAF42AF30C64608C6F /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 692482F1BAE7E9A5AE102B9897FAA90C /* Fabric.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Fabric.h; path = iOS/Fabric.framework/Headers/Fabric.h; sourceTree = ""; }; + 6957A33DE7DF261A44738E632D998F2A /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; + 6A16E6A0D11C0C0B67E46B1355497A08 /* SQLite.swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SQLite.swift-umbrella.h"; sourceTree = ""; }; + 6A3EC4E196418D7DD9EE48F94B2F9D61 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + 6A992E787EF4C6769DF7F9086698C106 /* Wrappers.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Wrappers.pbobjc.m; path = objectivec/google/protobuf/Wrappers.pbobjc.m; sourceTree = ""; }; + 6A9F56111DE469B8F3E5BA774977988C /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; + 6ACD767757CAD42273D0753D20A4F55A /* FirebaseCoreDiagnostics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreDiagnostics-umbrella.h"; sourceTree = ""; }; + 6ACE8A2014700819D3A28303AA4F1283 /* NodeTraversor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NodeTraversor.swift; path = Sources/NodeTraversor.swift; sourceTree = ""; }; + 6AD7BCB6B0C00157180F5A9281533EFA /* Protobuf-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Protobuf-Info.plist"; sourceTree = ""; }; + 6BB0062B7B6796CC8373D2E190D40E8E /* FIRInstanceIDTokenManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenManager.m; path = Firebase/InstanceID/FIRInstanceIDTokenManager.m; sourceTree = ""; }; + 6BC69F57F1622C0F53A485274B8858C9 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + 6C54FEB0E0450B49C697E1D55A3A73C6 /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; 6CEC85DD03548206AF5B25B90A7DF559 /* Pods-AvH Plan-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-AvH Plan-umbrella.h"; sourceTree = ""; }; - 6DA9D7C80CF8CF993FB129CCC696BCA5 /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 6E127A570DF3AC09C9B64AB1C7E14C0E /* MagazineLayoutItemSizeMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutItemSizeMode.swift; path = MagazineLayout/Public/Types/MagazineLayoutItemSizeMode.swift; sourceTree = ""; }; - 6E8120CF7D00D4FA733E68CD15E49BD8 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; - 6F0CDC13C76B8A2CB7695FBD6A874085 /* FirebaseMessaging.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseMessaging.modulemap; sourceTree = ""; }; - 6F32A407B1793FE7D33D23AA8C1EE19F /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - 6F8685EB1A77B8AB4C2C602EC03B73E1 /* GDTReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability.h; sourceTree = ""; }; - 6FEC8973BA98A39B064F0180E4CB19EB /* FirebaseCoreDiagnostics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreDiagnostics.modulemap; sourceTree = ""; }; - 707572B2722E840FD53E3EFFD112BE0A /* FIRInstanceIDTokenInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenInfo.m; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.m; sourceTree = ""; }; - 70FFDD2FF86C5BF578568662228D08C4 /* FIRMessagingRmqManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRmqManager.m; path = Firebase/Messaging/FIRMessagingRmqManager.m; sourceTree = ""; }; - 714B4DBE3515C9A0FAE0135B395C75EA /* GDTConsoleLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTConsoleLogger.h; path = GoogleDataTransport/GDTLibrary/Public/GDTConsoleLogger.h; sourceTree = ""; }; - 71A22B98C70BC5BCC5A7D188232EA2B5 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - 720FD9B1A966C09A3A44C1D012B365D8 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; - 726504726FC847216E0FA5943AE66047 /* SwiftSoup-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftSoup-umbrella.h"; sourceTree = ""; }; - 726C1B0629A9E64EB9725DCCB1A86A8B /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; - 728CD2C704BF030A82803D570246263E /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - 73191899CA0BBF168C4FD78553B49202 /* FIRInstanceIDAuthService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthService.m; path = Firebase/InstanceID/FIRInstanceIDAuthService.m; sourceTree = ""; }; - 739DEF91DDCAE904E1A9B47C4299A047 /* FIRInstanceIDUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDUtilities.h; path = Firebase/InstanceID/FIRInstanceIDUtilities.h; sourceTree = ""; }; - 73D6995BF4CCAF45C440C8694620CEAB /* GPBArray_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray_PackagePrivate.h; path = objectivec/GPBArray_PackagePrivate.h; sourceTree = ""; }; + 6D0D194CCCDB42BF6F21BA8282D39ABF /* Attributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Attributes.swift; path = Sources/Attributes.swift; sourceTree = ""; }; + 6D42F0FE20D174A0286F6E934DB747B1 /* Timestamp.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Timestamp.pbobjc.m; path = objectivec/google/protobuf/Timestamp.pbobjc.m; sourceTree = ""; }; + 6EEDE9BFA2B8A0D90E9EE3D472962FC3 /* GDTEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTEvent.m; path = GoogleDataTransport/GDTLibrary/GDTEvent.m; sourceTree = ""; }; + 6F98404463467D8CC0BC43761E3DA618 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; + 70538648C719196E9FDE6A6F1A93F2C1 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = Firebase/Core/Private/FIRBundleUtil.h; sourceTree = ""; }; + 723E2455960E115883A51531393E2B1A /* RowOffsetTracker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RowOffsetTracker.swift; path = MagazineLayout/LayoutCore/Types/RowOffsetTracker.swift; sourceTree = ""; }; + 723F96B90E30B19D876CDCDBDF8A056A /* GDTClock.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTClock.h; path = GoogleDataTransport/GDTLibrary/Public/GDTClock.h; sourceTree = ""; }; + 72A323DDE086F5B42C29D1714EBEED88 /* FIRMessagingConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingConstants.h; path = Firebase/Messaging/FIRMessagingConstants.h; sourceTree = ""; }; + 72B5031A93F88C3A8067D1750E41DFE5 /* FirebaseCoreDiagnostics.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreDiagnostics.modulemap; sourceTree = ""; }; + 73565A7C355F382A7E2971C26C6AA4A4 /* MagazineLayoutItemSizeMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutItemSizeMode.swift; path = MagazineLayout/Public/Types/MagazineLayoutItemSizeMode.swift; sourceTree = ""; }; + 7389E7AC8C7AB3316740611A755AC287 /* Connection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Connection.swift; path = Sources/SQLite/Core/Connection.swift; sourceTree = ""; }; 73FB82C1152B4D4D20762D1847ABB196 /* Pods-AvH PlanUITests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AvH PlanUITests-acknowledgements.plist"; sourceTree = ""; }; - 73FE4DE947DCB3C88FD150556B5E89BF /* SectionModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionModel.swift; path = MagazineLayout/LayoutCore/SectionModel.swift; sourceTree = ""; }; - 7403987DF462ACF958EAF5C71C07C490 /* MagazineLayoutHeaderVisibilityMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutHeaderVisibilityMode.swift; path = MagazineLayout/Public/Types/MagazineLayoutHeaderVisibilityMode.swift; sourceTree = ""; }; - 741704E30A8A06A223AEB5472247FB42 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 7523BC78552B60BBC996946D4BC8AD90 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 76A0621E46303B717988A4F94F84A719 /* FIRInstanceIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenStore.m; path = Firebase/InstanceID/FIRInstanceIDTokenStore.m; sourceTree = ""; }; - 76C8A5774DF5F257B93DE38B71343BEE /* GPBRootObject_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject_PackagePrivate.h; path = objectivec/GPBRootObject_PackagePrivate.h; sourceTree = ""; }; - 76D43912D9690F6A6DC4AD69AE98304C /* FirebaseCoreDiagnostics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreDiagnostics-Info.plist"; sourceTree = ""; }; - 775B9A2C9C09B37836D0DBCCF040E9C5 /* FIRMessagingPubSub.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPubSub.h; path = Firebase/Messaging/FIRMessagingPubSub.h; sourceTree = ""; }; - 777F942F370A122CC4E24BA38BA8598B /* GDTTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer_Private.h; sourceTree = ""; }; - 77D03C437BF49774C8BB35D37CC3CB8B /* NodeVisitor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NodeVisitor.swift; path = Sources/NodeVisitor.swift; sourceTree = ""; }; - 77F0F30045657323361F86DBB3DEF292 /* FIRCoreDiagnosticsDateFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsDateFileStorage.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.m; sourceTree = ""; }; - 789FE7E06C0EF436DCA66B274797A71C /* Whitelist.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Whitelist.swift; path = Sources/Whitelist.swift; sourceTree = ""; }; - 78B02107DA82542915DE9FDC88684562 /* UnicodeScalar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnicodeScalar.swift; path = Sources/UnicodeScalar.swift; sourceTree = ""; }; - 7968B40FB76DC4DF69EC59014B950FD8 /* FIRMessagingLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingLogger.h; path = Firebase/Messaging/FIRMessagingLogger.h; sourceTree = ""; }; - 797A788C837A2290DAAD9C56A079EBAA /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = Firebase/Core/Private/FIRConfigurationInternal.h; sourceTree = ""; }; - 798217D34F30EBF6AAF6106B2D220D85 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 79DFC9DAB493A7B51C659C2CD33D29E0 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = Firebase/Core/Public/FIROptions.h; sourceTree = ""; }; + 74A8196FA728BA1BBB42B1D0E84FC923 /* Protobuf-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-umbrella.h"; sourceTree = ""; }; + 74E01FE2A4C5A8AD17F3FAE9C5CA1B29 /* GPBExtensionInternals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionInternals.h; path = objectivec/GPBExtensionInternals.h; sourceTree = ""; }; + 7522382BEED10E8E40A3CFC92FBEA671 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; + 756FF31981E26C1E1986C0A197C9F030 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = Firebase/Core/Private/FIRDependency.h; sourceTree = ""; }; + 75DC4F8DFFE48816FC8545FDCDC0378A /* SQLite.swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SQLite.swift-Info.plist"; sourceTree = ""; }; + 763607C40305FDDEDFFBC26492ED559E /* CLSAttributes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSAttributes.h; path = iOS/Crashlytics.framework/Headers/CLSAttributes.h; sourceTree = ""; }; + 7647A86E0F0107D7BE18FBBDA07AAE58 /* CLSReport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSReport.h; path = iOS/Crashlytics.framework/Headers/CLSReport.h; sourceTree = ""; }; + 7668ED38C52E187664A5BBEC12B09C89 /* FIRMessagingContextManagerService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingContextManagerService.h; path = Firebase/Messaging/FIRMessagingContextManagerService.h; sourceTree = ""; }; + 76ADC6D3A21B96CC8C753135CAFF258D /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; + 76B96A539B9BBD0FE23CA652E0A2B501 /* CombiningEvaluator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CombiningEvaluator.swift; path = Sources/CombiningEvaluator.swift; sourceTree = ""; }; + 7732CA0EB64F52F7B8792150EA9EFB78 /* RTree.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RTree.swift; path = Sources/SQLite/Extensions/RTree.swift; sourceTree = ""; }; + 77493EE7A8D5C4B6F7F9447376274992 /* GPBUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUtilities.m; path = objectivec/GPBUtilities.m; sourceTree = ""; }; + 779C8B46DE898E374111BE6CAA7E3611 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + 779CCC976DBF9947B6AFC73B836B8C38 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; + 77C26CDDFEE8F668B39B245797E777ED /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; + 78918729ACA88FF949AC94ABCACDFE2C /* FirebaseMessaging-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseMessaging-dummy.m"; sourceTree = ""; }; + 79495B83AAB807E933DBF76AB49F19DE /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; + 7956BACB194EFB93A8716C364E92A099 /* Crashlytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Crashlytics.h; path = iOS/Crashlytics.framework/Headers/Crashlytics.h; sourceTree = ""; }; + 79929DACD85391B609F34B360030545F /* FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging.h; path = Firebase/Messaging/Public/FIRMessaging.h; sourceTree = ""; }; + 79CA8399AAC6096A2BC5359367467FCA /* GPBRootObject_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBRootObject_PackagePrivate.h; path = objectivec/GPBRootObject_PackagePrivate.h; sourceTree = ""; }; 7A060963EB71F9DD35073C3588899467 /* GoogleDataTransportCCTSupport.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleDataTransportCCTSupport.framework; path = GoogleDataTransportCCTSupport.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7B6709BA043BF312EFBE47B4DFF8865B /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; - 7BEB595E5107F889F3D25FB2BD556B6A /* GDTDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTDataFuture.h; path = GoogleDataTransport/GDTLibrary/Public/GDTDataFuture.h; sourceTree = ""; }; - 7C8F9686600CD6405D574FB6B19F176A /* ParseSettings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParseSettings.swift; path = Sources/ParseSettings.swift; sourceTree = ""; }; - 7CFCBBB54E85B35C6B4881F007D7E055 /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; - 7D01D34197F66E9D1D34E9A8BE78EE64 /* FIRInstanceID_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID_Private.h; path = Firebase/InstanceID/Private/FIRInstanceID_Private.h; sourceTree = ""; }; - 7D48FF7B81E5EEEAE85CACDD113941BF /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = Firebase/Core/Private/FIRLibrary.h; sourceTree = ""; }; - 7D6999FC90887A7895D84A651EBD90C6 /* FIRInstanceIDBackupExcludedPlist.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDBackupExcludedPlist.h; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.h; sourceTree = ""; }; - 7DD37D2505E42095AE5B20907792DBF6 /* ItemModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemModel.swift; path = MagazineLayout/LayoutCore/ItemModel.swift; sourceTree = ""; }; - 7F2F3F36C3D96D4650AA3CD18ED0AE33 /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; - 7FF38C16579719DAB53081A477FED320 /* GDTEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTEvent.m; path = GoogleDataTransport/GDTLibrary/GDTEvent.m; sourceTree = ""; }; - 80609CE60DD4D4E6918158F95F0758C0 /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/FIRInstanceID+Private.h"; sourceTree = ""; }; - 8089517FFE4AF0EA4E02DE8177649513 /* MagazineLayout.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MagazineLayout.xcconfig; sourceTree = ""; }; - 80946C90E0643AD9B97AD7FF70C6DE39 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - 80B9ACCD9269BADA6E0CDF0AB63700D5 /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; - 80F6E7359B726B9985A90243118712CE /* Elements.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Elements.swift; path = Sources/Elements.swift; sourceTree = ""; }; - 817C8D16518DF77F8C12765E060FC8EF /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 822CEB8568D26CA71C0ABC28A239F77C /* FIRInstanceIDKeyPairStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairStore.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.h; sourceTree = ""; }; - 832319DE350F690AB45FAC8FB8BA73BC /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; - 835731F5ABB475E32565175E3B2C1A8C /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = Firebase/Core/Private/FIRVersion.h; sourceTree = ""; }; - 84AEA2C707563D3A0360771BDD6EB0D3 /* SwiftSoup-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftSoup-prefix.pch"; sourceTree = ""; }; - 85B38891EFD614DA31F8B0CEB7B50270 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = Firebase/Core/FIRComponentType.m; sourceTree = ""; }; + 7A336ADF5D35D0FA147E79210AD03265 /* FIRMessagingRmq2PersistentStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRmq2PersistentStore.h; path = Firebase/Messaging/FIRMessagingRmq2PersistentStore.h; sourceTree = ""; }; + 7A7C9AE07CE4C9B4C8CD53BFB6C5B136 /* Any.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Any.pbobjc.h; path = objectivec/google/protobuf/Any.pbobjc.h; sourceTree = ""; }; + 7A858DA9759FB7687CC91720FDB1938A /* MagazineLayoutCollectionReusableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutCollectionReusableView.swift; path = MagazineLayout/Public/Views/MagazineLayoutCollectionReusableView.swift; sourceTree = ""; }; + 7AB51C67289171AD3BAA219D01188E3C /* HtmlTreeBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HtmlTreeBuilder.swift; path = Sources/HtmlTreeBuilder.swift; sourceTree = ""; }; + 7B856942DEFBB2CA5C73D19C6C3BACDB /* FIRMessagingDataMessageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDataMessageManager.h; path = Firebase/Messaging/FIRMessagingDataMessageManager.h; sourceTree = ""; }; + 7C18AE71335E25341767747608769C81 /* FIRInstanceIDStringEncoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStringEncoding.m; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.m; sourceTree = ""; }; + 7C57E48F58407E8EA1FC79019FCDB2A1 /* FIRAnalyticsConnector.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FIRAnalyticsConnector.framework; path = Frameworks/FIRAnalyticsConnector.framework; sourceTree = ""; }; + 7C7592A1A51319C3E9DA9AF4E00F98F7 /* CustomFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomFunctions.swift; path = Sources/SQLite/Typed/CustomFunctions.swift; sourceTree = ""; }; + 7CB7E04BA6ED06A23428B29F52FC799D /* FIRInstanceIDKeyPairStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPairStore.h; path = Firebase/InstanceID/FIRInstanceIDKeyPairStore.h; sourceTree = ""; }; + 7D1FB65A4F74621D5CDA0F7CA8C2ADE8 /* GDTCCTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTPrioritizer.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTPrioritizer.h; sourceTree = ""; }; + 7D9177A4DC5B10C6976A695AAA8847CC /* FIRInstanceIDTokenFetchOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenFetchOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.h; sourceTree = ""; }; + 7DB0A1202C7A37277813A343D9CB6B12 /* FIRMessagingSecureSocket.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingSecureSocket.m; path = Firebase/Messaging/FIRMessagingSecureSocket.m; sourceTree = ""; }; + 7DD72D819CADFADC7D0EB6B83AE952AF /* FIRMessaging_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging_Private.h; path = Firebase/Messaging/FIRMessaging_Private.h; sourceTree = ""; }; + 7E7C10D044BA7481992E6FF31917449E /* FIRInstanceIDKeychain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeychain.m; path = Firebase/InstanceID/FIRInstanceIDKeychain.m; sourceTree = ""; }; + 7E8968225878F4E985F2FBB87EAC7BA5 /* DataNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataNode.swift; path = Sources/DataNode.swift; sourceTree = ""; }; + 7EDEA1F140D7BBDF8F55E2744F186187 /* GDTLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTLifecycle.h; path = GoogleDataTransport/GDTLibrary/Public/GDTLifecycle.h; sourceTree = ""; }; + 7F071FAF09ADB654B9638F48D6E2FC12 /* GtalkExtensions.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GtalkExtensions.pbobjc.m; path = Firebase/Messaging/Protos/GtalkExtensions.pbobjc.m; sourceTree = ""; }; + 8003DAB975C98DE2B8A9A20A31075419 /* FIRMessagingConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingConstants.m; path = Firebase/Messaging/FIRMessagingConstants.m; sourceTree = ""; }; + 806CAAB3DA738E2C06372F1E21ECDD35 /* FIRAnalyticsInteropListener.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInteropListener.h; path = Interop/Analytics/Public/FIRAnalyticsInteropListener.h; sourceTree = ""; }; + 8128282D11DFC498B7D0E91719E71A29 /* DateAndTimeFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateAndTimeFunctions.swift; path = Sources/SQLite/Typed/DateAndTimeFunctions.swift; sourceTree = ""; }; + 812CAC81DAA606B5120C9B3735523276 /* GDTCCTUploader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTUploader.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTUploader.m; sourceTree = ""; }; + 817CCF0E0AF6221793464B3483ED4828 /* CollectionViewUpdateItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionViewUpdateItem.swift; path = MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift; sourceTree = ""; }; + 8182B4E62F90F5903A56A70D892FA650 /* BackgroundModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BackgroundModel.swift; path = MagazineLayout/LayoutCore/BackgroundModel.swift; sourceTree = ""; }; + 8189A41239642BC8A9CEB303A80D7325 /* StreamReader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StreamReader.swift; path = Sources/StreamReader.swift; sourceTree = ""; }; + 83279F074504367E168A37D4EE5DAC66 /* GDTReachability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability.h; sourceTree = ""; }; + 83792CE70550BCBFE8ED7CF0474B88F0 /* GPBProtocolBuffers_RuntimeSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers_RuntimeSupport.h; path = objectivec/GPBProtocolBuffers_RuntimeSupport.h; sourceTree = ""; }; + 8399881E2FDE8EAB7E027D6319E490EF /* FIRInstanceIDTokenManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenManager.h; path = Firebase/InstanceID/FIRInstanceIDTokenManager.h; sourceTree = ""; }; + 849D6C91E228C72633221648A5D1116D /* FIRInstanceIDKeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPair.h; path = Firebase/InstanceID/FIRInstanceIDKeyPair.h; sourceTree = ""; }; + 84CED118CF8804D36338278208BB7A28 /* cct.nanopb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = cct.nanopb.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.h; sourceTree = ""; }; + 852F07C77AEEAB3C3596DE85999E00A3 /* GPBWellKnownTypes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWellKnownTypes.m; path = objectivec/GPBWellKnownTypes.m; sourceTree = ""; }; + 853514508AADF0928AFD11C567FFFB70 /* FIRInstanceIDVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDVersionUtilities.m; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.m; sourceTree = ""; }; + 8554B77C3B0EC3122EDD30FF8A79E836 /* FIRMessagingLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingLogger.h; path = Firebase/Messaging/FIRMessagingLogger.h; sourceTree = ""; }; + 85FA1A18DFC135B2561D047119E51CAD /* Statement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Statement.swift; path = Sources/SQLite/Core/Statement.swift; sourceTree = ""; }; 8614CA5394836DC77257B1CD7E227C5A /* Pods-AvH Plan.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-AvH Plan.modulemap"; sourceTree = ""; }; - 862FFC847D683F21912FEBB9CB89F709 /* GoogleDataTransportCCTSupport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransportCCTSupport-dummy.m"; sourceTree = ""; }; - 87502FB045EB6DB6407D5D8913D5EF5B /* GPBCodedOutputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedOutputStream.m; path = objectivec/GPBCodedOutputStream.m; sourceTree = ""; }; - 8803F9E01F73FF9AD370F63801166BF4 /* GDTTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransformer.m; path = GoogleDataTransport/GDTLibrary/GDTTransformer.m; sourceTree = ""; }; - 89D2BEF198C5509410B71999EB5A4601 /* FIRMessagingInternalUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingInternalUtilities.h; path = Firebase/Messaging/InternalHeaders/FIRMessagingInternalUtilities.h; sourceTree = ""; }; + 868C3359275D4A3036C820BBD9983539 /* Node.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Node.swift; path = Sources/Node.swift; sourceTree = ""; }; + 86BD37462A064889F59749E23F1DD966 /* GDTRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar.h; path = GoogleDataTransport/GDTLibrary/Public/GDTRegistrar.h; sourceTree = ""; }; + 87693AA5E518CE62A313E481141F116A /* GDTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPrioritizer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPrioritizer.h; sourceTree = ""; }; + 88D319E92CE2DDA5B6F2617400E6A84A /* SQLiteObjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SQLiteObjc.h; path = Sources/SQLiteObjc/include/SQLiteObjc.h; sourceTree = ""; }; + 88E3E441AFDFB250D6944F72F4D212F2 /* FIRMessagingPersistentSyncMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPersistentSyncMessage.h; path = Firebase/Messaging/FIRMessagingPersistentSyncMessage.h; sourceTree = ""; }; + 894E42FF47435ADCC4BB76B202371487 /* Exception.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Exception.swift; path = Sources/Exception.swift; sourceTree = ""; }; 8A10CB565324867AFF90BC29EC8F60B1 /* Pods-AvH PlanUITests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-AvH PlanUITests-umbrella.h"; sourceTree = ""; }; - 8AAEA2C555060FBB6D17329F21B922A0 /* FIRMessagingConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingConstants.h; path = Firebase/Messaging/FIRMessagingConstants.h; sourceTree = ""; }; + 8AD25D72A860C4794B397C7446A7F429 /* GDTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTPlatform.m; path = GoogleDataTransport/GDTLibrary/GDTPlatform.m; sourceTree = ""; }; 8BBC10F566557FD8DEAB1802C50DB62C /* FirebaseCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCore.framework; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8BE217271A354C93F3FF0E625E706047 /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; - 8C1DB2CE3EA85AF314DBBDF41E5FF64C /* FirebaseMessaging-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseMessaging-Info.plist"; sourceTree = ""; }; - 8CA1A65D9E912C169476BB04A388D601 /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - 8D2E35C901365AE8270AD69BC90D36A2 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; - 8D3D7E364B329B13030217287AA1874F /* SQLite.swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SQLite.swift-Info.plist"; sourceTree = ""; }; - 8E85E497054DFE43BB20F8D65B19CC29 /* FIRMessagingDataMessageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDataMessageManager.h; path = Firebase/Messaging/FIRMessagingDataMessageManager.h; sourceTree = ""; }; + 8BD15A2FDA56C56583162779C2BB00A2 /* CLSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSStackFrame.h; path = iOS/Crashlytics.framework/Headers/CLSStackFrame.h; sourceTree = ""; }; + 8C8D608B91244ED3605084DF38E6CC19 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; + 8CC00B95E78363C885C84146A4F31B2B /* FIRInstanceIDTokenDeleteOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenDeleteOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.m; sourceTree = ""; }; + 8D2033FAB9EC937E36940E4B74FCD31B /* GPBProtocolBuffers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers.h; path = objectivec/GPBProtocolBuffers.h; sourceTree = ""; }; + 8D531EDB12CC0A00C359FC3E2CB99BC6 /* SourceContext.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SourceContext.pbobjc.m; path = objectivec/google/protobuf/SourceContext.pbobjc.m; sourceTree = ""; }; + 8E263A30EC3C07DC1F25EC1BA41C9E89 /* Elements.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Elements.swift; path = Sources/Elements.swift; sourceTree = ""; }; + 8ED576E8BFE8B654A68D89AB616B7FA7 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; 8F24FA5439D5FCDE33E2F8C420EF802D /* Pods-AvH PlanUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AvH PlanUITests.release.xcconfig"; sourceTree = ""; }; - 8F372F67F6F4E0F3874381044536AA28 /* MagazineLayoutItemWidthMode+WidthDivisor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MagazineLayoutItemWidthMode+WidthDivisor.swift"; path = "MagazineLayout/LayoutCore/Types/MagazineLayoutItemWidthMode+WidthDivisor.swift"; sourceTree = ""; }; - 8FA0EC4DC9427AF7AD76B694B43DB48A /* GDTRegistrar_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTRegistrar_Private.h; sourceTree = ""; }; - 8FCC55659CA28C614BDFDB802BD8AFA2 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; - 8FD5F30F569E7D6291293AADA5306EF8 /* BackgroundModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BackgroundModel.swift; path = MagazineLayout/LayoutCore/BackgroundModel.swift; sourceTree = ""; }; - 8FF8C3FC0C4BF2156F8396EF3ACFB326 /* Any.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Any.pbobjc.h; path = objectivec/google/protobuf/Any.pbobjc.h; sourceTree = ""; }; - 90041B533F8292EA62172ABDA3A7088A /* FIRInstanceIDDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDDefines.h; path = Firebase/InstanceID/FIRInstanceIDDefines.h; sourceTree = ""; }; - 9011F8C47DB10E45877DC658BE9EEBB4 /* Protobuf.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Protobuf.xcconfig; sourceTree = ""; }; - 9049406831FD7D9DFE5DD59569DB3219 /* OrderedDictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OrderedDictionary.swift; path = Sources/OrderedDictionary.swift; sourceTree = ""; }; + 8F2DAE32D6642100AC29D5399FDB6359 /* NSError+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRMessaging.m"; path = "Firebase/Messaging/NSError+FIRMessaging.m"; sourceTree = ""; }; + 8F9488FAC53884FC0093DFF851BA9E3B /* TokenQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TokenQueue.swift; path = Sources/TokenQueue.swift; sourceTree = ""; }; + 8F9BA7544B1EA7BBCCD7E113E9378D11 /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = Firebase/Messaging/Public/FirebaseMessaging.h; sourceTree = ""; }; + 8FB7BECC91B35B184AEE9D25F58D3065 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 9066FC7DE3982FB5E3ADD0CEC6575254 /* FIRInstanceIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenStore.h; path = Firebase/InstanceID/FIRInstanceIDTokenStore.h; sourceTree = ""; }; + 90ACF5822B7BFBFDB2E35240C4BCD4D1 /* fts3_tokenizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = fts3_tokenizer.h; path = Sources/SQLiteObjc/fts3_tokenizer.h; sourceTree = ""; }; 90B5A7A64A51B2E3108644ED8DBF2BB8 /* Pods-AvH Plan-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-AvH Plan-acknowledgements.markdown"; sourceTree = ""; }; - 90C5FF0359761A3B9382CE4AF17F0C23 /* FIRMessagingRemoteNotificationsProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRemoteNotificationsProxy.m; path = Firebase/Messaging/FIRMessagingRemoteNotificationsProxy.m; sourceTree = ""; }; - 90E2C93A7064E50EBAD7CECE6ECD5F4F /* Protobuf-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-prefix.pch"; sourceTree = ""; }; - 9188B951A696404021AA7017D3DA25E3 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = Sources/SQLite/Typed/Schema.swift; sourceTree = ""; }; - 91C589AA95666F0914E2E1BA829FEAA6 /* FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessaging.h; path = Firebase/Messaging/Public/FIRMessaging.h; sourceTree = ""; }; - 922ED8C6167CDFE34FFB5E14174A0EAE /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - 9280F5952AFCB50F65D3FFF6BE6300D4 /* GDTTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransport_Private.h; sourceTree = ""; }; - 92B61C94D4F4421C409D9C8A9D4E9489 /* RowOffsetTracker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RowOffsetTracker.swift; path = MagazineLayout/LayoutCore/Types/RowOffsetTracker.swift; sourceTree = ""; }; - 933D1318A0CA49711EE68338970FFE8F /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 9382509E891657EF5257D4938FDBAA35 /* HttpStatusException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HttpStatusException.swift; path = Sources/HttpStatusException.swift; sourceTree = ""; }; - 94428BBFA0935937302C3C0C1C045D57 /* GPBMessage_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage_PackagePrivate.h; path = objectivec/GPBMessage_PackagePrivate.h; sourceTree = ""; }; - 9463EE7B7DECD62B848A05D50A93F282 /* SQLiteObjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SQLiteObjc.h; path = Sources/SQLiteObjc/include/SQLiteObjc.h; sourceTree = ""; }; - 94D80C3DC8BBF87F3A94FFEDD87B75FD /* Element.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Element.swift; path = Sources/Element.swift; sourceTree = ""; }; - 9507A9683EBB2130EB2071DDC02CCAD4 /* MagazineLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MagazineLayout-umbrella.h"; sourceTree = ""; }; - 95B610736104B70C052AB268AB4AA34D /* ElementLocationFramePairs.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementLocationFramePairs.swift; path = MagazineLayout/LayoutCore/Types/ElementLocationFramePairs.swift; sourceTree = ""; }; - 95F66864A9A67D620DA9CF08BC54E617 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Private/GULLogger.h; sourceTree = ""; }; - 967D6CB3727B652E63D87714E1F8107A /* GPBUnknownFieldSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet.h; path = objectivec/GPBUnknownFieldSet.h; sourceTree = ""; }; - 96BE9B574374A25384BC82B61EE27612 /* GDTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTAssert.h; path = GoogleDataTransport/GDTLibrary/Private/GDTAssert.h; sourceTree = ""; }; - 97D7519ABD89CF94E809F98E2223286A /* GoogleDataTransportCCTSupport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransportCCTSupport.xcconfig; sourceTree = ""; }; - 985BCEF8C2B88DD9A09E8D07D49545B0 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 98DC50B4E77F6865163581F0778608E9 /* GDTReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability_Private.h; sourceTree = ""; }; - 9974A95346D9D9D7CF7AAFB7141280B4 /* MagazineLayoutCollectionViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutCollectionViewLayoutAttributes.swift; path = MagazineLayout/Public/MagazineLayoutCollectionViewLayoutAttributes.swift; sourceTree = ""; }; - 998BEA8BAF30811E9A7964A12D100F41 /* GPBProtocolBuffers_RuntimeSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers_RuntimeSupport.h; path = objectivec/GPBProtocolBuffers_RuntimeSupport.h; sourceTree = ""; }; - 999BB0FA5EF71DA72AAB6BC9C021D263 /* HtmlTreeBuilderState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HtmlTreeBuilderState.swift; path = Sources/HtmlTreeBuilderState.swift; sourceTree = ""; }; - 99BB2EFC7494843AF4C85F73A9D9EA4C /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; - 9A6E1F444399A10FD90C149129721F5A /* GPBExtensionInternals.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionInternals.h; path = objectivec/GPBExtensionInternals.h; sourceTree = ""; }; - 9B7F6CF968ED85C39C8A0D21347FE8AE /* GtalkCore.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GtalkCore.pbobjc.h; path = Firebase/Messaging/Protos/GtalkCore.pbobjc.h; sourceTree = ""; }; - 9BB39C4B30A0ED3E4986426275C7C214 /* DataNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataNode.swift; path = Sources/DataNode.swift; sourceTree = ""; }; - 9BB7E6AB57792F29FE8DBDAE41A2C080 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; + 90F96315CD9F30BD6CEDF67D05EC7F99 /* FIRInstanceIDCheckinPreferences_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinPreferences_Private.h; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences_Private.h; sourceTree = ""; }; + 910CD0300EF96AD717EC5735F6B5D27C /* FIRMessagingVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingVersionUtilities.h; path = Firebase/Messaging/FIRMessagingVersionUtilities.h; sourceTree = ""; }; + 91249C589FD8F1A8E5D6BF6EE168D9F5 /* Element.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Element.swift; path = Sources/Element.swift; sourceTree = ""; }; + 91D413F3A80F3D1BAFC03AB0031AD8F4 /* FIRInstanceIDStringEncoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStringEncoding.h; path = Firebase/InstanceID/FIRInstanceIDStringEncoding.h; sourceTree = ""; }; + 929B89C4B103E063A8B9D69A7FA74299 /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = Firebase/Core/FIRErrors.m; sourceTree = ""; }; + 92FB48EB2A8A3835AB4A9D6772376329 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h; sourceTree = ""; }; + 94203CDA8083293CCA5C50B27BA2DDE3 /* GDTClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTClock.m; path = GoogleDataTransport/GDTLibrary/GDTClock.m; sourceTree = ""; }; + 94867DA8F98546E88A4D0F5217C1BBF0 /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Crashlytics.framework; path = iOS/Crashlytics.framework; sourceTree = ""; }; + 952D0805DD64332DFE9C30877192D625 /* Collector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collector.swift; path = Sources/Collector.swift; sourceTree = ""; }; + 9691D9DD6BA3BE2311DE6D8159A0CB81 /* GDTUploadPackage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploadPackage.h; sourceTree = ""; }; + 96F2F7C5AA78F23AED95E8E0FA1981B7 /* FIRInstanceIDAPNSInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAPNSInfo.h; path = Firebase/InstanceID/FIRInstanceIDAPNSInfo.h; sourceTree = ""; }; + 972F064DCA552B8FF6C3E650D79C8E9D /* GDTTransformer_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer_Private.h; sourceTree = ""; }; + 97B3F24CFF8BD6AB694383B3F36D38C6 /* FIRMessagingAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAnalytics.m; path = Firebase/Messaging/FIRMessagingAnalytics.m; sourceTree = ""; }; + 97B48D614C9CE04D17D2309D7BC3287B /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Private/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + 985BEA0B56DDB46A66BA9D7EA3B33DAB /* MagazineLayoutHeaderVisibilityMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayoutHeaderVisibilityMode.swift; path = MagazineLayout/Public/Types/MagazineLayoutHeaderVisibilityMode.swift; sourceTree = ""; }; + 98F2EA666164DA2758D933024352C7D6 /* FIRMessagingPersistentSyncMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPersistentSyncMessage.m; path = Firebase/Messaging/FIRMessagingPersistentSyncMessage.m; sourceTree = ""; }; + 9949A01F50584C1A34A77E069B209C1B /* CLSLogging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLSLogging.h; path = iOS/Crashlytics.framework/Headers/CLSLogging.h; sourceTree = ""; }; + 99CE7E316B92E95BA8982AC10E5958FE /* SwiftSoup-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftSoup-dummy.m"; sourceTree = ""; }; + 9A5611CC059D2C6921E2A9B03ECD765E /* MagazineLayout+SupplementaryViewKinds.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MagazineLayout+SupplementaryViewKinds.swift"; path = "MagazineLayout/Public/Types/MagazineLayout+SupplementaryViewKinds.swift"; sourceTree = ""; }; + 9A9E381CD66F8000D868F14AC1EB8D64 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = Firebase/Core/FIRAnalyticsConfiguration.m; sourceTree = ""; }; + 9B618983CA768571857486F0B0B545F2 /* FirebaseAnalytics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.xcconfig; sourceTree = ""; }; 9BCE57BC27B042DC0B52D1D45F4B9D18 /* Pods-AvH PlanTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AvH PlanTests-Info.plist"; sourceTree = ""; }; - 9BD21053F1114FBD5F4ACB09E511412D /* Api.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Api.pbobjc.h; path = objectivec/google/protobuf/Api.pbobjc.h; sourceTree = ""; }; - 9CCB982C27FBEC77B0864FB5072F9985 /* GDTTargets.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTargets.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTargets.h; sourceTree = ""; }; + 9C297D11417E5C245F45A1884AA232C2 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = Firebase/Core/Private/FIRAppInternal.h; sourceTree = ""; }; + 9C8122CB7DC73E62241DCBA2A571A020 /* Helpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Helpers.swift; path = Sources/SQLite/Helpers.swift; sourceTree = ""; }; + 9C9827EDC3F70474DB486BBE5F8D74B8 /* SimpleDictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SimpleDictionary.swift; path = Sources/SimpleDictionary.swift; sourceTree = ""; }; + 9CA6AFD579DBB542CA9F8E90FF8B45B5 /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; + 9D76BD5EE13F5196D2FF7CDA5221E100 /* GtalkCore.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GtalkCore.pbobjc.m; path = Firebase/Messaging/Protos/GtalkCore.pbobjc.m; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9DE05DBAA77EEF93AD6E331DFD7E21C5 /* TokeniserState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TokeniserState.swift; path = Sources/TokeniserState.swift; sourceTree = ""; }; - 9E77CCB37989D15D4A4852AFD3008F9C /* FirebaseCoreDiagnostics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.xcconfig; sourceTree = ""; }; - 9EA5C2E52ED5EA5DE0F4E593AAA3DFF2 /* FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessaging.m; path = Firebase/Messaging/FIRMessaging.m; sourceTree = ""; }; - 9EB3B3B19E9F012B94B3D800E5DA287B /* FIRMessagingPendingTopicsList.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPendingTopicsList.h; path = Firebase/Messaging/FIRMessagingPendingTopicsList.h; sourceTree = ""; }; - 9EF844217B6CA92C1842B27A6E01C18C /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = Firebase/Core/Public/FIRConfiguration.h; sourceTree = ""; }; + 9E8A6F4BBE115D89662C18632034AC05 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Private/GULReachabilityChecker.h; sourceTree = ""; }; 9F0D2376FCDE023107AB552C96848609 /* Pods-AvH PlanTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-AvH PlanTests-umbrella.h"; sourceTree = ""; }; - 9F71E823919213D84223FBFC48315882 /* FirebaseAnalyticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalyticsInterop.xcconfig; sourceTree = ""; }; - A050B9A87F5F8ED154079BDFBF1F12BA /* GPBMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBMessage.m; path = objectivec/GPBMessage.m; sourceTree = ""; }; - A0F6D6B2BBBCE18458B6B23EC7510A87 /* GDTCCTNanopbHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTNanopbHelpers.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m; sourceTree = ""; }; - A0F8FE2731508D99AF19E339E154B3AF /* FIRMessagingTopicsCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicsCommon.h; path = Firebase/Messaging/FIRMessagingTopicsCommon.h; sourceTree = ""; }; - A10277B97B2917D97E8022FC1829DFB6 /* NSError+FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRInstanceID.h"; path = "Firebase/InstanceID/NSError+FIRInstanceID.h"; sourceTree = ""; }; - A11BE4D06980412F7755967417377C71 /* FirebaseCoreDiagnostics-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreDiagnostics-umbrella.h"; sourceTree = ""; }; - A1D341E571284B51695F8A496F1B3FFC /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; - A2257C177850797C84F7A6997B7E1704 /* FieldMask.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FieldMask.pbobjc.h; path = objectivec/google/protobuf/FieldMask.pbobjc.h; sourceTree = ""; }; - A2E8E8C30FC9A2450BB08C6CAD3841A4 /* FTS5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FTS5.swift; path = Sources/SQLite/Extensions/FTS5.swift; sourceTree = ""; }; - A3000EC070686A63F6DAD26DD99BAED6 /* FIRMessagingVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingVersionUtilities.h; path = Firebase/Messaging/FIRMessagingVersionUtilities.h; sourceTree = ""; }; - A3C6BFFC5C72E0597B03D923BBB90E6A /* FIRInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceID.h; path = Firebase/InstanceID/Public/FIRInstanceID.h; sourceTree = ""; }; - A3E29B04F8B3C6F4425B69C37D2B6D80 /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; - A3E9EDBD1E11F7BB6162377C4EFEBA25 /* FIRMessagingDelayedMessageQueue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingDelayedMessageQueue.m; path = Firebase/Messaging/FIRMessagingDelayedMessageQueue.m; sourceTree = ""; }; - A4026ECE8EF64C795DE52E471842B687 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = Firebase/Core/Private/FIRLogger.h; sourceTree = ""; }; - A42B100681D7977474E6BD78EFD9E2DA /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = Firebase/Core/Private/FIRComponentType.h; sourceTree = ""; }; - A4828108059FB0A75CC855697115B12B /* FIRMessagingTopicOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingTopicOperation.m; path = Firebase/Messaging/FIRMessagingTopicOperation.m; sourceTree = ""; }; - A498DBA9B03420D5A52A408E288EFE45 /* Token.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Token.swift; path = Sources/Token.swift; sourceTree = ""; }; - A4A5CE707FCEF98EA12A97BA6F28315E /* FIRMessagingVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingVersionUtilities.m; path = Firebase/Messaging/FIRMessagingVersionUtilities.m; sourceTree = ""; }; + 9F52A4B0D825C5CFF02F78D2F45A37CB /* FIRMessagingLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingLogger.m; path = Firebase/Messaging/FIRMessagingLogger.m; sourceTree = ""; }; + A0BE255B3BDDC13D5174AFB43CF95F51 /* GPBUnknownFieldSet.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownFieldSet.m; path = objectivec/GPBUnknownFieldSet.m; sourceTree = ""; }; + A0DF5470DB10B540270EE5FA6238C5B6 /* FIRMessagingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingUtilities.h; path = Firebase/Messaging/FIRMessagingUtilities.h; sourceTree = ""; }; + A20F5C71C1C5B59BE118CCCD3C11593B /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; + A2828454E297BF7931D31CBB3FBF1BF4 /* Firebase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Firebase.xcconfig; sourceTree = ""; }; + A38BA2C3F53D9D864A3458BFF01BC29B /* GPBCodedOutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream.h; path = objectivec/GPBCodedOutputStream.h; sourceTree = ""; }; + A3B56C427B009BB332A433F6A66FFDF8 /* GPBUnknownFieldSet_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownFieldSet_PackagePrivate.h; path = objectivec/GPBUnknownFieldSet_PackagePrivate.h; sourceTree = ""; }; + A3F791A4F214B6B1A11B7FC9C7A7E69D /* FIRCoreDiagnosticsConnector.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsConnector.m; path = Firebase/Core/FIRCoreDiagnosticsConnector.m; sourceTree = ""; }; + A40D9FB39485B1817B3B7A2A756739C6 /* QueryParser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QueryParser.swift; path = Sources/QueryParser.swift; sourceTree = ""; }; + A4782B2D102C68918277F99E4C24F4AB /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + A4E89761250751F7FFC486D50D08B157 /* FIRCoreDiagnosticsDateFileStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCoreDiagnosticsDateFileStorage.m; path = Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnosticsDateFileStorage.m; sourceTree = ""; }; + A5095F041D234902D5BABD3135369130 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = Firebase/Core/FIRAppAssociationRegistration.m; sourceTree = ""; }; A51B0C00365C4E669915F9759D852315 /* Pods-AvH PlanUITests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-AvH PlanUITests.modulemap"; sourceTree = ""; }; - A53ABED08B995A8A0027BF58747579AF /* Struct.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Struct.pbobjc.m; path = objectivec/google/protobuf/Struct.pbobjc.m; sourceTree = ""; }; - A5F19572C302DBE13BF790B4A3D37BAB /* Type.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Type.pbobjc.m; path = objectivec/google/protobuf/Type.pbobjc.m; sourceTree = ""; }; - A60791D1A3C6B665EA0A0A0397554C20 /* Connection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Connection.swift; path = Sources/SQLite/Core/Connection.swift; sourceTree = ""; }; - A687B8F3EC7CF173700BAFD9494A7FFE /* SQLite.swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SQLite.swift-dummy.m"; sourceTree = ""; }; - A76859CAD83DED00B5D243BAC9D2D29F /* FIRInstanceIDAuthKeyChain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthKeyChain.h; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.h; sourceTree = ""; }; - A7B644D19FC949BF63963A97CFE2F777 /* GDTReachability.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTReachability.m; path = GoogleDataTransport/GDTLibrary/GDTReachability.m; sourceTree = ""; }; - A7F9A8B28BE109E5C06226E0B8AAFE52 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - A856B0930F64AABE0FAC07A3CA792DC0 /* GPBExtensionInternals.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionInternals.m; path = objectivec/GPBExtensionInternals.m; sourceTree = ""; }; - A957F793C3B53C3559439886B409A6ED /* GDTCCTNanopbHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTNanopbHelpers.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTNanopbHelpers.h; sourceTree = ""; }; - A95C92D1360684A7F3E299DF5DE6D7ED /* GPBDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary.h; path = objectivec/GPBDictionary.h; sourceTree = ""; }; - A9AB06DBC631E42C6E77E827DA69007E /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; - A9ECA0732E666DA1D5AC3C91402AA35D /* Duration.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Duration.pbobjc.m; path = objectivec/google/protobuf/Duration.pbobjc.m; sourceTree = ""; }; - AA0A3471194BE9DBEDBE79EB8F22BF93 /* GDTLifecycle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTLifecycle.h; path = GoogleDataTransport/GDTLibrary/Public/GDTLifecycle.h; sourceTree = ""; }; - AAAEF84F0F2E2A2D21D3326D31D42417 /* FIRAppAssociationRegistration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAppAssociationRegistration.m; path = Firebase/Core/FIRAppAssociationRegistration.m; sourceTree = ""; }; + A53643ABCBE75C7A6558B231B26B8A55 /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; + A590E7684D921BCB6D5F0494A0B8E7A5 /* FIRInstanceIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDStore.m; path = Firebase/InstanceID/FIRInstanceIDStore.m; sourceTree = ""; }; + A60CE3D0C451C5B93451BD75E27D7D58 /* DataUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataUtil.swift; path = Sources/DataUtil.swift; sourceTree = ""; }; + A665C18D242AB7731655F9BDE6906F75 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = Firebase/Core/Private/FIRComponent.h; sourceTree = ""; }; + A6AE8F2C082E98B890D515F124328FCC /* GPBCodedOutputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedOutputStream.m; path = objectivec/GPBCodedOutputStream.m; sourceTree = ""; }; + A6BC09C0D53DA2FE7AB4ED3DB8865FDC /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; + A6CF3D3D730C14A22D4A79703B744F2A /* GPBCodedInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBCodedInputStream.m; path = objectivec/GPBCodedInputStream.m; sourceTree = ""; }; + A7AB0669574E6B1AEF7525723B807054 /* GDTStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage.h; sourceTree = ""; }; + A7FB6F9D0CDC9B8C55023E45DAA167AF /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = Firebase/Core/FIRLogger.m; sourceTree = ""; }; + A87EC7C1833E0F7BC75EB794848BFF5A /* FIRAppAssociationRegistration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppAssociationRegistration.h; path = Firebase/Core/Private/FIRAppAssociationRegistration.h; sourceTree = ""; }; + A98280089B9C6C79BE4AF9F2A861D4C2 /* GPBArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray.h; path = objectivec/GPBArray.h; sourceTree = ""; }; + AA6E9CA42D7E527744F1A093617FA18B /* GDTTransport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTTransport.m; path = GoogleDataTransport/GDTLibrary/GDTTransport.m; sourceTree = ""; }; + AA91218B1B5DA40530AF2057BF9FFEF6 /* FormElement.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormElement.swift; path = Sources/FormElement.swift; sourceTree = ""; }; + AAF84D97442C793BCC90B1A6BEFBDD82 /* FIRCoreDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsData.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsData.h; sourceTree = ""; }; AB5255A77249C86FDD31BB684E4C04B0 /* Pods_AvH_PlanTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_AvH_PlanTests.framework; path = "Pods-AvH PlanTests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - AC6C96464D650B6B460FFBBCC7A6EEEC /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; - AC82058AFEB1AE7E55C837549267F109 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = Firebase/Core/Private/FIRAppInternal.h; sourceTree = ""; }; - AD0AF110675F7E9A76468660E9C0C675 /* TreeBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TreeBuilder.swift; path = Sources/TreeBuilder.swift; sourceTree = ""; }; - AE6134A6DC2603629E67DBE7F10D8563 /* GDTStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStorage.m; path = GoogleDataTransport/GDTLibrary/GDTStorage.m; sourceTree = ""; }; - AEFA23ACBB8F04C0058F2CB2D3DE01AE /* Protobuf-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Protobuf-umbrella.h"; sourceTree = ""; }; + AB6DEF005858057EFB64BCAA2E5EE455 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; + AC855874BA4DA2AE65CA1FF8A239F4ED /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = Firebase/Core/FIROptions.m; sourceTree = ""; }; + ACA1BFB03B6D18419E9397A1E837995F /* GDTEventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventTransformer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventTransformer.h; sourceTree = ""; }; + AD59546406144E97A49EBE99D5AE8EBD /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + AD93FE992F2808E13987AF3E78776E5A /* FIRInstanceIDBackupExcludedPlist.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDBackupExcludedPlist.m; path = Firebase/InstanceID/FIRInstanceIDBackupExcludedPlist.m; sourceTree = ""; }; + AE85D08FB7588A697C208B9E1813CFC4 /* FIRInstanceIDLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDLogger.m; path = Firebase/InstanceID/FIRInstanceIDLogger.m; sourceTree = ""; }; + AECAAE8647E23719AF30BC8C4CD42815 /* GPBUnknownField_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField_PackagePrivate.h; path = objectivec/GPBUnknownField_PackagePrivate.h; sourceTree = ""; }; AF32B8867E0C18326FB3E2192AF8D922 /* Pods-AvH PlanUITests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-AvH PlanUITests-acknowledgements.markdown"; sourceTree = ""; }; - AF6657E2CF0D712E9EAA3A3903151856 /* Selector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Selector.swift; path = Sources/Selector.swift; sourceTree = ""; }; - AF91FD5E4AC6C46B19D7DD112F7D61D6 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - AFA37563A709ED9A476161E9CD3104E0 /* GDTClock.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTClock.m; path = GoogleDataTransport/GDTLibrary/GDTClock.m; sourceTree = ""; }; - AFF72B21990DE223A505893E32C43E6F /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; - B00999B518335633D6310340A77A16FD /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = Sources/SQLite/Core/Value.swift; sourceTree = ""; }; + AF3D789537BDB475313F8D48BA88A06C /* FIRMessagingRemoteNotificationsProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRemoteNotificationsProxy.h; path = Firebase/Messaging/FIRMessagingRemoteNotificationsProxy.h; sourceTree = ""; }; + AFE753FC79D6C02A81794C17CFB0D788 /* FIRMessagingConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingConnection.m; path = Firebase/Messaging/FIRMessagingConnection.m; sourceTree = ""; }; + B07F2FB6B27B36ECE5507522A1E192A6 /* NSError+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRMessaging.h"; path = "Firebase/Messaging/NSError+FIRMessaging.h"; sourceTree = ""; }; B0B0A3D6ADA012D62A82E4799AB3A2D8 /* Pods-AvH PlanTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-AvH PlanTests.modulemap"; sourceTree = ""; }; - B120EDA604445A202EF1B059BFCAD5CB /* Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parser.swift; path = Sources/Parser.swift; sourceTree = ""; }; - B133E84B1FBF0779FD9D5791D2E1FB7B /* SQLite.swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SQLite.swift-prefix.pch"; sourceTree = ""; }; - B18AC63E54ECFDF1ACBFE25E6E3E4A99 /* SimpleDictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SimpleDictionary.swift; path = Sources/SimpleDictionary.swift; sourceTree = ""; }; - B21EC4A6EEA85356ACC55C7B461CDFD0 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - B294B4371CC1F5C0D466F981A887A6E6 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = Firebase/Core/Public/FirebaseCore.h; sourceTree = ""; }; - B2F134CC87411FBAC2821EDC77C7CF42 /* ModelState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ModelState.swift; path = MagazineLayout/LayoutCore/ModelState.swift; sourceTree = ""; }; - B440A557799F3AD0B84675F548C02EA4 /* Empty.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Empty.pbobjc.m; path = objectivec/google/protobuf/Empty.pbobjc.m; sourceTree = ""; }; - B4479E22D0D3091CE7FD681D15007555 /* BooleanAttribute.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanAttribute.swift; path = Sources/BooleanAttribute.swift; sourceTree = ""; }; - B49D1FB9A7F728B745883076850E6FFD /* GDTRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTRegistrar.m; path = GoogleDataTransport/GDTLibrary/GDTRegistrar.m; sourceTree = ""; }; - B4A7D2EBBDDE0F2B1416FCC64EE03598 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - B4F171B401FF80E93867AA69DA809D77 /* GDTPrioritizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPrioritizer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPrioritizer.h; sourceTree = ""; }; - B56D3A533CA5D280763A615365297403 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - B64A5782B9B30478F6D95C73E31CFE5C /* Blob.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Blob.swift; path = Sources/SQLite/Core/Blob.swift; sourceTree = ""; }; - B664BD5B22B12288B05C951F11CBC934 /* Firebase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Firebase.h; path = CoreOnly/Sources/Firebase.h; sourceTree = ""; }; - B6D11BC77CDF79416B969301470D98DF /* ArrayExt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ArrayExt.swift; path = Sources/ArrayExt.swift; sourceTree = ""; }; - B72DC0F85E5319632A6F4CD534F4FF9A /* MagazineLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MagazineLayout-dummy.m"; sourceTree = ""; }; - B75BAFDB0C2640F704A86FE3C13B874D /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GULLoggerLevel.h; sourceTree = ""; }; - B7A3C1A9E0B9984E481AB2765CBEF5C6 /* FIRInstanceIDKeyPair.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeyPair.h; path = Firebase/InstanceID/FIRInstanceIDKeyPair.h; sourceTree = ""; }; - B81D7C9641F5A3533972A9EABC47ED3E /* Node.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Node.swift; path = Sources/Node.swift; sourceTree = ""; }; - B8B248CE33E123C04C819A821CB36F76 /* FIRInstanceIDConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDConstants.m; path = Firebase/InstanceID/FIRInstanceIDConstants.m; sourceTree = ""; }; - B955D98F755C88A0B7C10FC97AE6D618 /* GDTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTAssert.m; path = GoogleDataTransport/GDTLibrary/GDTAssert.m; sourceTree = ""; }; - B9AC44CC8DD4CAC67646B85CBDD4C49E /* FIRMessagingSyncMessageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingSyncMessageManager.m; path = Firebase/Messaging/FIRMessagingSyncMessageManager.m; sourceTree = ""; }; - BA27FF8177A5212C014FAB86560D2140 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - BA7F21B1CA57DF1D6B8012AC0D697908 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; - BA9B23BC40867D67BABEEE876AA01FE0 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - BBC52F411A011CBC2517B570206468F4 /* FIRInstanceIDAuthService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDAuthService.h; path = Firebase/InstanceID/FIRInstanceIDAuthService.h; sourceTree = ""; }; + B1B7F18CE729802C079E660D9FCD0A82 /* FIRMessagingTopicsCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicsCommon.h; path = Firebase/Messaging/FIRMessagingTopicsCommon.h; sourceTree = ""; }; + B1CEE9F0AEB1A94C736D0894F6A9C50B /* FIRMessagingAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAnalytics.h; path = Firebase/Messaging/FIRMessagingAnalytics.h; sourceTree = ""; }; + B203758F4315AABF5529A6F0351B010B /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/Private/GULReachabilityMessageCode.h; sourceTree = ""; }; + B394F9D513EF044C99A56586D4480522 /* GPBExtensionRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionRegistry.h; path = objectivec/GPBExtensionRegistry.h; sourceTree = ""; }; + B39D74C9C8756C7E6FE94236C8EDD4AF /* FirebaseCoreDiagnostics-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreDiagnostics-Info.plist"; sourceTree = ""; }; + B4918F1BB63F6FC5831C59C7150E04D7 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = Firebase/Core/Public/FIRConfiguration.h; sourceTree = ""; }; + B4A95A3DDC0298F4E42B6514912E19D1 /* AggregateFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AggregateFunctions.swift; path = Sources/SQLite/Typed/AggregateFunctions.swift; sourceTree = ""; }; + B4DE5850AA67472248DED5388229B157 /* Tokeniser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tokeniser.swift; path = Sources/Tokeniser.swift; sourceTree = ""; }; + B5A883A03BE6FF74505E79BEBD2C2593 /* SQLite.swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SQLite.swift-dummy.m"; sourceTree = ""; }; + B5B087A0FD05B839D5812CAA60088049 /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + B6B60D9EF4503136BAC71E83FDFD0A5F /* FirebaseInstanceID-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstanceID-umbrella.h"; sourceTree = ""; }; + B7A7E33BAAB7DEC88DC9B5AC9D106C0F /* FIRMessagingCodedInputStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingCodedInputStream.m; path = Firebase/Messaging/FIRMessagingCodedInputStream.m; sourceTree = ""; }; + B7E77D8C596CAEB9EACAB5BABDAC4FC2 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + B8B3CDE98A596809A60F8785EB135956 /* BooleanAttribute.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BooleanAttribute.swift; path = Sources/BooleanAttribute.swift; sourceTree = ""; }; + B9BED7F994F4182BBFEF1507A980959C /* Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Parser.swift; path = Sources/Parser.swift; sourceTree = ""; }; + B9DCAA196D9050A3C6E9F62FFF22C129 /* FIRInstanceIDLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDLogger.h; path = Firebase/InstanceID/FIRInstanceIDLogger.h; sourceTree = ""; }; BC4311D98116FE51975F64E10043D9E6 /* Pods-AvH Plan.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AvH Plan.debug.xcconfig"; sourceTree = ""; }; - BC63214D86607F026276080B142863DC /* GDTStorage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage_Private.h; sourceTree = ""; }; - BCED95EE5BFAF7FEAE0F39BD2FC997E1 /* FIRMessagingPersistentSyncMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPersistentSyncMessage.h; path = Firebase/Messaging/FIRMessagingPersistentSyncMessage.h; sourceTree = ""; }; - BD213F1BD93E20B36EE9D17A0FBD3984 /* GDTUploadPackage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadPackage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadPackage_Private.h; sourceTree = ""; }; - BD3E623FD3F0808B4B6F7B2E5B214225 /* GDTEventTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEventTransformer.h; path = GoogleDataTransport/GDTLibrary/Public/GDTEventTransformer.h; sourceTree = ""; }; - BF8E8D92CF632B8371E018A234AF0765 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m; sourceTree = ""; }; - C09A0D4DAC5EA1ADF87850475BD52DFC /* DateAndTimeFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateAndTimeFunctions.swift; path = Sources/SQLite/Typed/DateAndTimeFunctions.swift; sourceTree = ""; }; - C13F571668F6157F5DD216B558BDE3D3 /* FIRMessagingConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingConstants.m; path = Firebase/Messaging/FIRMessagingConstants.m; sourceTree = ""; }; - C232C79D49D4FB553A95C298BE159AEF /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - C2CB86150EDB9B573AB01A4E45FD9B76 /* FIRMessagingExtensionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingExtensionHelper.h; path = Firebase/Messaging/Public/FIRMessagingExtensionHelper.h; sourceTree = ""; }; - C3260E2F21FCF3B448A27AB1F1D2B7CD /* FIRMessagingRmqManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRmqManager.h; path = Firebase/Messaging/FIRMessagingRmqManager.h; sourceTree = ""; }; - C3444523CCEAB0500CCB4363D0D4C72D /* Tag.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Tag.swift; path = Sources/Tag.swift; sourceTree = ""; }; - C395500CC4C3274703289A479E88E022 /* Struct.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Struct.pbobjc.h; path = objectivec/google/protobuf/Struct.pbobjc.h; sourceTree = ""; }; - C4451EC92516F8160A063C45A75DB9CA /* GDTStoredEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTStoredEvent.m; path = GoogleDataTransport/GDTLibrary/GDTStoredEvent.m; sourceTree = ""; }; + BCAC665A1E844FADD366E2BFFDBC24FF /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = Sources/SQLite/Typed/Schema.swift; sourceTree = ""; }; + BCDB92F1771111E1EB07212E7EE213FF /* MagazineLayout+Default.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MagazineLayout+Default.swift"; path = "MagazineLayout/Public/Types/MagazineLayout+Default.swift"; sourceTree = ""; }; + BDA5EA8B482E20D80784EF586E407E3E /* FIRMessagingDataMessageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingDataMessageManager.m; path = Firebase/Messaging/FIRMessagingDataMessageManager.m; sourceTree = ""; }; + BE204F034F5F9A8D9C45348BC1EA582C /* GPBCodedOutputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream_PackagePrivate.h; path = objectivec/GPBCodedOutputStream_PackagePrivate.h; sourceTree = ""; }; + BE37D780E210C406FCB99B592F51E191 /* HtmlTreeBuilderState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HtmlTreeBuilderState.swift; path = Sources/HtmlTreeBuilderState.swift; sourceTree = ""; }; + BE547D6EC501D7F7F532A2D43CD8AA36 /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Private/GULNetworkConstants.h; sourceTree = ""; }; + BEDF06EAE9910717C3D45F296717B1D5 /* Setter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Setter.swift; path = Sources/SQLite/Typed/Setter.swift; sourceTree = ""; }; + C0EF0FED2F12D5DD1187859D763F7FA1 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + C16894C581CAB9D5B5F5C09E9F3C467F /* FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessaging.m; path = Firebase/Messaging/FIRMessaging.m; sourceTree = ""; }; + C17B18ABE49AC2020002DAE5D6724B36 /* Empty.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Empty.pbobjc.h; path = objectivec/google/protobuf/Empty.pbobjc.h; sourceTree = ""; }; + C1F2C26D5B6E6004C44B9AC8D35A26B5 /* CoreFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CoreFunctions.swift; path = Sources/SQLite/Typed/CoreFunctions.swift; sourceTree = ""; }; + C3278DB487D093579D69CB19549E31CE /* FIRInstanceIDURLQueryItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDURLQueryItem.m; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.m; sourceTree = ""; }; + C403320E7ACFA19ED9EE1FF68CDDCC82 /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = Firebase/Core/Private/FIRAnalyticsConfiguration.h; sourceTree = ""; }; + C44F375C33B625760C2F66A1E9DBCD55 /* GPBWireFormat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWireFormat.h; path = objectivec/GPBWireFormat.h; sourceTree = ""; }; + C4889761C9AA77651C9107B17C09683A /* FIRErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrors.h; path = Firebase/Core/Private/FIRErrors.h; sourceTree = ""; }; C48C9769C2A247D71BA1C2218D3CD73E /* Pods-AvH PlanTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AvH PlanTests.release.xcconfig"; sourceTree = ""; }; - C504F00E83383461C4ECDAE9151DC512 /* FIRMessagingDataMessageManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingDataMessageManager.m; path = Firebase/Messaging/FIRMessagingDataMessageManager.m; sourceTree = ""; }; - C536DE82DD6BE4AF51C603B9F4311942 /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - C5464E3C9C87A56217002C42A64B77AF /* XmlDeclaration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XmlDeclaration.swift; path = Sources/XmlDeclaration.swift; sourceTree = ""; }; - C615389BD2FE819AA1483FC22A5C6077 /* GDTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTPlatform.h; path = GoogleDataTransport/GDTLibrary/Public/GDTPlatform.h; sourceTree = ""; }; - C698788CC3E94BB38719BDB1279B75D2 /* FIRMessagingAnalytics.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingAnalytics.m; path = Firebase/Messaging/FIRMessagingAnalytics.m; sourceTree = ""; }; - C728845A53EE0E7326173A7D2FC99085 /* GoogleDataTransport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransport-umbrella.h"; sourceTree = ""; }; - C74A7560FA9516822E65B7B634D1D795 /* GDTConsoleLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTConsoleLogger.m; path = GoogleDataTransport/GDTLibrary/GDTConsoleLogger.m; sourceTree = ""; }; - C899CB83DB633E09092043B3E3CEFB90 /* MagazineLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayout.swift; path = MagazineLayout/Public/MagazineLayout.swift; sourceTree = ""; }; - C8AAB4122E505FAB5A8772A00802648E /* FIRInstanceIDTokenOperation+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDTokenOperation+Private.h"; path = "Firebase/InstanceID/FIRInstanceIDTokenOperation+Private.h"; sourceTree = ""; }; + C4B071A7710554E352B48CB398A6AC0C /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; + C4B3AFC185CEBB63EFB5C5E3A3942BC9 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; + C556035EDD3644196A39902CDB149EE6 /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + C5F402A4F23DABFB631BDED9F2076A27 /* ParseError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParseError.swift; path = Sources/ParseError.swift; sourceTree = ""; }; + C6931BA72E6B188E5CDE70EF9DDD76A6 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + C6AB538D9519ABDF294E9D6A6BDD312D /* FIRMessagingClient.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingClient.m; path = Firebase/Messaging/FIRMessagingClient.m; sourceTree = ""; }; + C6CFBCD7251E736A047D9D899CC49BED /* ArrayExt.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ArrayExt.swift; path = Sources/ArrayExt.swift; sourceTree = ""; }; + C797E14C4DFA9EAF7234E1BF2D4CA6E6 /* Protobuf.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Protobuf.modulemap; sourceTree = ""; }; + C7D82F140AC67A3FCA926186FE995AFE /* FIRInstanceIDAuthKeyChain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDAuthKeyChain.m; path = Firebase/InstanceID/FIRInstanceIDAuthKeyChain.m; sourceTree = ""; }; + C7EEC33A0F5E3BBB9F051733FB45B789 /* FIRMessagingTopicOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicOperation.h; path = Firebase/Messaging/FIRMessagingTopicOperation.h; sourceTree = ""; }; + C80152AAC36D70A2D07189C64EFCB99B /* Value.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Value.swift; path = Sources/SQLite/Core/Value.swift; sourceTree = ""; }; + C8D2A9BA7A4F3A58F7DDAC5536780DF3 /* SectionModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SectionModel.swift; path = MagazineLayout/LayoutCore/SectionModel.swift; sourceTree = ""; }; + C8F3F0FF0BAA775485BEA259D24B90D1 /* Collation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collation.swift; path = Sources/SQLite/Typed/Collation.swift; sourceTree = ""; }; C98E0A40FFAA294F06BB6E9D60AC2AC0 /* Pods-AvH PlanTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-AvH PlanTests.debug.xcconfig"; sourceTree = ""; }; - C9B66F37BF38D7F71CAF01A7093ADFD4 /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - CB796C772DDE2800E6EEC3F5F9760A85 /* FIRCoreDiagnosticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsInterop.h; path = Interop/CoreDiagnostics/Public/FIRCoreDiagnosticsInterop.h; sourceTree = ""; }; - CC4628669F0A3586B72F3AABDF6899A1 /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; - CC6620C013776C415F9A7F0A65F53CF9 /* FIRInteropEventNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropEventNames.h; path = Interop/Analytics/Public/FIRInteropEventNames.h; sourceTree = ""; }; + CA13B919190AFC3EBD0A3F02AFBE501A /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + CA336B744BAEE866F4F53E2AACEA7E19 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; + CAB27B1A4852BEECAFFB31D27B21FAAD /* TokeniserState.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TokeniserState.swift; path = Sources/TokeniserState.swift; sourceTree = ""; }; + CAC1D60FCF9B3672238D6D9213B506CE /* FirebaseInstanceID-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstanceID-Info.plist"; sourceTree = ""; }; + CB440EBC94BA74CCBEDF04FD1A1FD75A /* SwiftSoup-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftSoup-Info.plist"; sourceTree = ""; }; + CB7A70D153083DEBE549DF1D10436C00 /* HeaderModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeaderModel.swift; path = MagazineLayout/LayoutCore/HeaderModel.swift; sourceTree = ""; }; + CC04577D20C496CCB9625D1E615935C7 /* GPBArray_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray_PackagePrivate.h; path = objectivec/GPBArray_PackagePrivate.h; sourceTree = ""; }; + CC49A8564CF2E6C1026B2CEEB26076B2 /* FIRInstanceID+Private.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceID+Private.m"; path = "Firebase/InstanceID/FIRInstanceID+Private.m"; sourceTree = ""; }; CC87986517AD9A637658360444FAEF4D /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CC91057105DCFB169A478F81E8ACA17D /* HtmlTreeBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HtmlTreeBuilder.swift; path = Sources/HtmlTreeBuilder.swift; sourceTree = ""; }; - CCA94B85521F69EBBEC2D69879CF3A4F /* FIRInstanceIDCheckinPreferences+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstanceIDCheckinPreferences+Internal.m"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.m"; sourceTree = ""; }; - CCF16F7061961B1DA71321886A90FEE6 /* GPBWireFormat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBWireFormat.m; path = objectivec/GPBWireFormat.m; sourceTree = ""; }; - CDD44F722387A8FEC7B20588B487107B /* FirebaseMessaging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.xcconfig; sourceTree = ""; }; - CE233EDC988AFC46625302F43A317EB4 /* GPBUnknownField_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField_PackagePrivate.h; path = objectivec/GPBUnknownField_PackagePrivate.h; sourceTree = ""; }; - CF0445F8B460B29742ED3F9D612537B4 /* FirebaseCoreDiagnosticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnosticsInterop.xcconfig; sourceTree = ""; }; - CF121C4826E9C8F6CFD860205EDF2586 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - CF9208E4443F9C942C23B2726B3E0EF2 /* GPBUnknownField.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBUnknownField.m; path = objectivec/GPBUnknownField.m; sourceTree = ""; }; - D02C1442D1E8B0DB587C933E7CE82B70 /* FIRMessagingPubSubRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSubRegistrar.m; path = Firebase/Messaging/FIRMessagingPubSubRegistrar.m; sourceTree = ""; }; - D08D95BDC5B51150BCD7EAC270BC8DDB /* FooterModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FooterModel.swift; path = MagazineLayout/LayoutCore/FooterModel.swift; sourceTree = ""; }; - D0B1D6CC1A53E810339B17774DD3A326 /* GDTRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTRegistrar.h; path = GoogleDataTransport/GDTLibrary/Public/GDTRegistrar.h; sourceTree = ""; }; - D107C37EDA563FE144B2A2B0AD7ACDCD /* FIRMessagingAnalytics.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingAnalytics.h; path = Firebase/Messaging/FIRMessagingAnalytics.h; sourceTree = ""; }; - D157C2D7190E2E5FB66E9B346ACDD163 /* FIRInstanceIDUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDUtilities.m; path = Firebase/InstanceID/FIRInstanceIDUtilities.m; sourceTree = ""; }; - D1CB52B7D10642B68C948B30E82FCF6F /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = Firebase/Core/Private/FIRComponentContainer.h; sourceTree = ""; }; - D281E42EBA0C7E82B4D42F273C4891E3 /* FIRInstanceIDTokenDeleteOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenDeleteOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenDeleteOperation.h; sourceTree = ""; }; - D28A1DAEBB2888AEA8B1E58FC9D49989 /* GDTTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransformer.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransformer.h; sourceTree = ""; }; - D293029B81E6D55D2EBE82DF13FDC878 /* FIRMessagingPendingTopicsList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPendingTopicsList.m; path = Firebase/Messaging/FIRMessagingPendingTopicsList.m; sourceTree = ""; }; - D295681389ABE2D110B7630DF40A0A60 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Private/GULUserDefaults.h; sourceTree = ""; }; - D3D52055FEACD4AB40E377D8D3EA6686 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = Firebase/Core/Private/FIRDependency.h; sourceTree = ""; }; - D4277F4B77E542B3B05AA713184D982D /* MagazineLayout-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MagazineLayout-prefix.pch"; sourceTree = ""; }; + CCCDB217FB062475757D8BD81BE4FD55 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + CD1E16DDA44A79C2892CCDC9924638B1 /* FirebaseCore.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.xcconfig; sourceTree = ""; }; + CDA337C5E1613E6E7EA098DE5E22C672 /* GoogleDataTransportCCTSupport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleDataTransportCCTSupport-Info.plist"; sourceTree = ""; }; + CDD8947FA2F1800B3F8C2089A1C6794C /* SwiftSoup.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftSoup.xcconfig; sourceTree = ""; }; + CE522CA78EF4583D3C116B81E9E1233D /* FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceID.m; path = Firebase/InstanceID/FIRInstanceID.m; sourceTree = ""; }; + CECA3223C74C7FDD54B8A8C3F4ABC17A /* FirebaseMessaging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseMessaging.xcconfig; sourceTree = ""; }; + CFA5FE7447368EF0925BF9823FA1908A /* GDTTransport_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTTransport_Private.h; sourceTree = ""; }; + D0268E5FC02649216FCFD92B4C80F8AF /* GPBCodedInputStream_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedInputStream_PackagePrivate.h; path = objectivec/GPBCodedInputStream_PackagePrivate.h; sourceTree = ""; }; + D072E66DC3011EF8EA69DF985D8DBB49 /* ElementLocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementLocation.swift; path = MagazineLayout/LayoutCore/Types/ElementLocation.swift; sourceTree = ""; }; + D0CCA6E9F08A72F7453E9553AF0F9199 /* FIRMessagingClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingClient.h; path = Firebase/Messaging/FIRMessagingClient.h; sourceTree = ""; }; + D0DEA5A2F086A587C84123E06032139E /* GoogleDataTransport-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleDataTransport-dummy.m"; sourceTree = ""; }; + D13DE4650C8248EE524227159F3C1353 /* GDTCCTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTCCTUploader.h; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/GDTCCTUploader.h; sourceTree = ""; }; + D15CB6032BF0CBC5C6667C96793327B0 /* GPBMessage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage.h; path = objectivec/GPBMessage.h; sourceTree = ""; }; + D1EE7C41C156F1B7F1BAB4ED1CD17E8D /* MagazineLayout-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MagazineLayout-umbrella.h"; sourceTree = ""; }; + D1F296A17A08E361D2AF28631C8D7C7D /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; + D23E2965F8DDC68942D24A3D11FF000C /* GDTLifecycle.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTLifecycle.m; path = GoogleDataTransport/GDTLibrary/GDTLifecycle.m; sourceTree = ""; }; + D26C424C1CC8411F8BC1CE45962E031B /* FIRMessagingConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingConnection.h; path = Firebase/Messaging/FIRMessagingConnection.h; sourceTree = ""; }; + D31FDB7B87AB5D92E7DBDC64D5B9C137 /* FIRMessagingPacketQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPacketQueue.h; path = Firebase/Messaging/FIRMessagingPacketQueue.h; sourceTree = ""; }; D4976510CB4D7816CDB4042126A53C9B /* FirebaseCoreDiagnostics.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreDiagnostics.framework; path = FirebaseCoreDiagnostics.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D49AC4F5ED90906BFBB53A9F0C2EDFF2 /* CollectionViewUpdateItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionViewUpdateItem.swift; path = MagazineLayout/LayoutCore/Types/CollectionViewUpdateItem.swift; sourceTree = ""; }; D4E6F4D3F12A1A1A756E6C0A8980B6F8 /* Pods-AvH Plan-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-AvH Plan-Info.plist"; sourceTree = ""; }; - D6BFA608EC88FB7F015A28AF3C8F9B32 /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - D70263328C63DB0B1B2219DE4C61A410 /* FIRInstanceIDKeychain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDKeychain.h; path = Firebase/InstanceID/FIRInstanceIDKeychain.h; sourceTree = ""; }; - D804B8FCFBAEEE27FF575C3DB442146D /* TextNode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TextNode.swift; path = Sources/TextNode.swift; sourceTree = ""; }; - D91150C5320B89224F9AA3EB939B6647 /* FIRMessagingPubSub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSub.m; path = Firebase/Messaging/FIRMessagingPubSub.m; sourceTree = ""; }; - D92AFD15CB069A1B0A2FE5B49F711416 /* FIRAnalyticsInterop.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsInterop.h; path = Interop/Analytics/Public/FIRAnalyticsInterop.h; sourceTree = ""; }; - D9BC95F96F0FD2D710B67E6C32D75AC9 /* UICollectionViewDelegateMagazineLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UICollectionViewDelegateMagazineLayout.swift; path = MagazineLayout/Public/UICollectionViewDelegateMagazineLayout.swift; sourceTree = ""; }; - D9E48584FD2438D21C94112CB8671007 /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = Firebase/Messaging/FirebaseMessaging.h; sourceTree = ""; }; - DB17B2748C742C8BA4988A1BD033ED6A /* MagazineLayout+Default.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MagazineLayout+Default.swift"; path = "MagazineLayout/Public/Types/MagazineLayout+Default.swift"; sourceTree = ""; }; - DDAB2B9E49F19503B722421C8CB105F7 /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; - DE14930E3DF8D0E5FFA41662CA629A7F /* GPBArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBArray.h; path = objectivec/GPBArray.h; sourceTree = ""; }; - DE47C8E3586115C1710333DD04F38B67 /* FIRInstanceIDConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDConstants.h; path = Firebase/InstanceID/FIRInstanceIDConstants.h; sourceTree = ""; }; - DE60DDCD76FE4AFC89B9E0C075C22AA7 /* GPBProtocolBuffers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBProtocolBuffers.h; path = objectivec/GPBProtocolBuffers.h; sourceTree = ""; }; - DF1993261A5A35B686F92622015F498F /* FIRInstanceIDCheckinPreferences+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceIDCheckinPreferences+Internal.h"; path = "Firebase/InstanceID/FIRInstanceIDCheckinPreferences+Internal.h"; sourceTree = ""; }; + D58FFFFF71E23A70786C175E0CD22149 /* Api.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = Api.pbobjc.m; path = objectivec/google/protobuf/Api.pbobjc.m; sourceTree = ""; }; + D5CF946015F376E371F02D9F7B206BCC /* FIRInstanceIDKeyPairUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDKeyPairUtilities.m; path = Firebase/InstanceID/FIRInstanceIDKeyPairUtilities.m; sourceTree = ""; }; + D5D039F409E98E4A2489B40A7C028E93 /* GoogleDataTransportCCTSupport.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleDataTransportCCTSupport.modulemap; sourceTree = ""; }; + D5D797E72AED9AA55C217FA72630C6CE /* GoogleDataTransport-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleDataTransport-umbrella.h"; sourceTree = ""; }; + D6348BD3BCCE4EA33F7AED431921E9DF /* GDTDataFuture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTDataFuture.h; path = GoogleDataTransport/GDTLibrary/Public/GDTDataFuture.h; sourceTree = ""; }; + D651FBB86BCD343886C67CF752069A49 /* GPBRootObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBRootObject.m; path = objectivec/GPBRootObject.m; sourceTree = ""; }; + D6872FDC390409FB2CFC083D32107B00 /* FIRMessagingRmqManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRmqManager.m; path = Firebase/Messaging/FIRMessagingRmqManager.m; sourceTree = ""; }; + D732DF4D3761A57C4DEFB9DA3226F3DB /* Fabric.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Fabric.framework; path = iOS/Fabric.framework; sourceTree = ""; }; + D7C92EB9794D22593D6D82954D55C1A8 /* GPBMessage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBMessage.m; path = objectivec/GPBMessage.m; sourceTree = ""; }; + D7D3DF25AA70E48FC317A168B313B916 /* Coding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Coding.swift; path = Sources/SQLite/Typed/Coding.swift; sourceTree = ""; }; + D82FB5056F4EFD6FAF9D589F167A1E71 /* GDTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTAssert.h; path = GoogleDataTransport/GDTLibrary/Private/GDTAssert.h; sourceTree = ""; }; + D87E0A712B5D74D0BF96C213A3F119FA /* CharacterReader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CharacterReader.swift; path = Sources/CharacterReader.swift; sourceTree = ""; }; + D9A6AFCD5F70903941311AD7931D2ED9 /* String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = String.swift; path = Sources/String.swift; sourceTree = ""; }; + D9BA71A7DF5D6EA580FE5D0B03DF7E73 /* FIRInstanceIDTokenInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenInfo.h; path = Firebase/InstanceID/FIRInstanceIDTokenInfo.h; sourceTree = ""; }; + DA4418864C8F6B67ABA089B4CDFB7AEB /* FIRMessagingPubSubRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSubRegistrar.m; path = Firebase/Messaging/FIRMessagingPubSubRegistrar.m; sourceTree = ""; }; + DA4D606B83759A7989231A7BB73207B1 /* GPBDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBDictionary.h; path = objectivec/GPBDictionary.h; sourceTree = ""; }; + DA816108574B3CA5B4EFF804A99F0243 /* FIRInteropParameterNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInteropParameterNames.h; path = Interop/Analytics/Public/FIRInteropParameterNames.h; sourceTree = ""; }; + DBAC20DFA1C38F2556FF67CAC3F53C89 /* GDTRegistrar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTRegistrar.m; path = GoogleDataTransport/GDTLibrary/GDTRegistrar.m; sourceTree = ""; }; + DBB99DA5838E410C955CDDF69788DA11 /* Timestamp.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Timestamp.pbobjc.h; path = objectivec/google/protobuf/Timestamp.pbobjc.h; sourceTree = ""; }; + DC5BCF754BFAB783D434F5F6327BE556 /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; + DD3F70037D9D16E2F730CBF17238B9EC /* FIRInstanceIDVersionUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDVersionUtilities.h; path = Firebase/InstanceID/FIRInstanceIDVersionUtilities.h; sourceTree = ""; }; + DD4111F748EACE4EF3F0FB20CD09E7F0 /* Query.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Query.swift; path = Sources/SQLite/Typed/Query.swift; sourceTree = ""; }; + DDFC263AF22620E36EDF89057557B9E8 /* OrderedDictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OrderedDictionary.swift; path = Sources/OrderedDictionary.swift; sourceTree = ""; }; + DEAC546D727274DEEAECDAEC01CA1930 /* FIRInstanceIDTokenFetchOperation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDTokenFetchOperation.m; path = Firebase/InstanceID/FIRInstanceIDTokenFetchOperation.m; sourceTree = ""; }; + DEB2624F3DA08EE34EAD27EAD4695C7E /* SwiftSoup.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftSoup.modulemap; sourceTree = ""; }; + DEEC97FB0E28100D29258B0E0B945FD7 /* FIRInstanceIDCheckinStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinStore.m; path = Firebase/InstanceID/FIRInstanceIDCheckinStore.m; sourceTree = ""; }; + DEEE054E93852D3F466E565154184B8B /* GPBExtensionInternals.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionInternals.m; path = objectivec/GPBExtensionInternals.m; sourceTree = ""; }; DF1FEFF7EF658A0AFDF3A6ABA2097AA4 /* Pods-AvH PlanTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-AvH PlanTests-acknowledgements.markdown"; sourceTree = ""; }; - E08B18469B190EE7338282262088A4E5 /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; - E0B82429837313FD9A9692E66647461D /* MagazineLayout-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MagazineLayout-Info.plist"; sourceTree = ""; }; - E0E1F8738F3C394C2E8A8839019BF0D1 /* GPBExtensionRegistry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBExtensionRegistry.h; path = objectivec/GPBExtensionRegistry.h; sourceTree = ""; }; - E17A7454C87B21FF3723DB8490B9FCB2 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; - E2420AC2AD8527C007A69F52AB75AB62 /* GDTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTPlatform.m; path = GoogleDataTransport/GDTLibrary/GDTPlatform.m; sourceTree = ""; }; - E269BD87DE52D0FBB1CE3CB7DA2AB7E7 /* GDTUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadCoordinator.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadCoordinator.h; sourceTree = ""; }; - E4C22253FC84CB3E594AC79C6056AD94 /* Collation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Collation.swift; path = Sources/SQLite/Typed/Collation.swift; sourceTree = ""; }; - E50E99566EC5CBA566CA7575687D19BD /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; - E5C8977564A307E752C9F630F4DB7BC3 /* NSDictionary+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+FIRMessaging.h"; path = "Firebase/Messaging/NSDictionary+FIRMessaging.h"; sourceTree = ""; }; - E5CD322CC25623FE37E1D12CAB608EF3 /* SwiftSoup.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftSoup.modulemap; sourceTree = ""; }; - E68B2E09D025A601AB0C665CC65A0935 /* GDTDataFuture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTDataFuture.m; path = GoogleDataTransport/GDTLibrary/GDTDataFuture.m; sourceTree = ""; }; - E68B610406EB0CA2B347765B63F4FF5B /* FIRMessagingRmq2PersistentStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRmq2PersistentStore.m; path = Firebase/Messaging/FIRMessagingRmq2PersistentStore.m; sourceTree = ""; }; - E7929818690C927079C049600319E7A5 /* FIRInstanceIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDStore.h; path = Firebase/InstanceID/FIRInstanceIDStore.h; sourceTree = ""; }; + DF66C467682149B72C685CD614B17D8A /* MagazineLayout.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MagazineLayout.modulemap; sourceTree = ""; }; + DFAFB69016D52238E614BB4F1ACFAB76 /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; + DFDEEBFAA5063317093715AAA6ED8626 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + DFE2DABD9472EC9480BD1EF3EB86EF4C /* FirebaseCoreDiagnostics-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreDiagnostics-dummy.m"; sourceTree = ""; }; + E087AC55086497D85EB026729A6B3FD5 /* ItemModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ItemModel.swift; path = MagazineLayout/LayoutCore/ItemModel.swift; sourceTree = ""; }; + E0B4121FE60A6E9F5216DB96B28379EB /* Connection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Connection.swift; path = Sources/Connection.swift; sourceTree = ""; }; + E113ECF5F4B4625D774B5ADF68D0A318 /* GPBWellKnownTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBWellKnownTypes.h; path = objectivec/GPBWellKnownTypes.h; sourceTree = ""; }; + E2BFCEE2881358CB9C64FC8BB2E1FC11 /* Type.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Type.pbobjc.h; path = objectivec/google/protobuf/Type.pbobjc.h; sourceTree = ""; }; + E2C32DB97BF40615ABF2EA1A50332AA2 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = Firebase/Core/Public/FirebaseCore.h; sourceTree = ""; }; + E318022B596B56FD7552BC0A206DE76D /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = Firebase/Core/FIRComponent.m; sourceTree = ""; }; + E3FDA97DA7FB0505160D5ECEE663CAAD /* FIRDiagnosticsData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDiagnosticsData.m; path = Firebase/Core/FIRDiagnosticsData.m; sourceTree = ""; }; + E4809A843C7396AF21F19DBC6509710E /* nanopb.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.xcconfig; sourceTree = ""; }; + E5554E972F8AFF4DD67222286CB41C77 /* FIRMessagingPubSubRegistrar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingPubSubRegistrar.h; path = Firebase/Messaging/FIRMessagingPubSubRegistrar.h; sourceTree = ""; }; + E6312330D599588B7191297690B3FA56 /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; + E66A3E9091E75B4666F246C5CAB8A4F4 /* StringUtil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StringUtil.swift; path = Sources/StringUtil.swift; sourceTree = ""; }; + E78D7D7F574A431021435D986A187B57 /* GDTUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadCoordinator.m; path = GoogleDataTransport/GDTLibrary/GDTUploadCoordinator.m; sourceTree = ""; }; + E8DDA01150C3144C34416704738168D4 /* FIRInstanceIDCheckinService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDCheckinService.h; path = Firebase/InstanceID/FIRInstanceIDCheckinService.h; sourceTree = ""; }; + E92FE45762684F6F6308C405DEF07E3A /* FirebaseMessaging-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseMessaging-Info.plist"; sourceTree = ""; }; E97B19021E1E8AF3519C89CB06E46C80 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - E9AFE6A7A1E7A2173027B3DF55A2D6A3 /* MagazineLayout+SupplementaryViewKinds.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MagazineLayout+SupplementaryViewKinds.swift"; path = "MagazineLayout/Public/Types/MagazineLayout+SupplementaryViewKinds.swift"; sourceTree = ""; }; - EAD17BC90F8C25AE1FD998CC69ACFC73 /* FIRMessagingTopicOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingTopicOperation.h; path = Firebase/Messaging/FIRMessagingTopicOperation.h; sourceTree = ""; }; - EAE648E5946CF5BB8990DF55D1556350 /* FIRErrorCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRErrorCode.h; path = Firebase/Core/Private/FIRErrorCode.h; sourceTree = ""; }; + E9CE088E0582CA8C37D13F894307F20B /* Fabric.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Fabric.xcconfig; sourceTree = ""; }; + E9D5BD5A9A08EC34AC23BD5A309E5397 /* GPBMessage_PackagePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBMessage_PackagePrivate.h; path = objectivec/GPBMessage_PackagePrivate.h; sourceTree = ""; }; + E9D9BE2B421071B7F5CF21ABEB495508 /* FirebaseCoreDiagnostics.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnostics.xcconfig; sourceTree = ""; }; + EA34C84BF99239C487A2F220C383A072 /* GDTStorage_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTStorage_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTStorage_Private.h; sourceTree = ""; }; + EA8D35CE11D5D01F04E87C5D99A21853 /* MagazineLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MagazineLayout.swift; path = MagazineLayout/Public/MagazineLayout.swift; sourceTree = ""; }; + EA95386600F1E9F3041FABCB4EAE694B /* FirebaseAnalyticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalyticsInterop.xcconfig; sourceTree = ""; }; + EAAE1FC8BC47E4FAFD90FBF12BED503F /* FIRMessagingCodedInputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingCodedInputStream.h; path = Firebase/Messaging/FIRMessagingCodedInputStream.h; sourceTree = ""; }; + EABA9B7115854D4F7A5B4E45458BB6FF /* GDTUploadPackage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadPackage.m; path = GoogleDataTransport/GDTLibrary/GDTUploadPackage.m; sourceTree = ""; }; + EADCCEAFA99387C605BBC8F65E33D11F /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; EAFC540C9B7F4F6B987516B859977D5C /* Pods-AvH Plan-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-AvH Plan-dummy.m"; sourceTree = ""; }; - EB0E5F5EFCEB46905EC7734268B2C3C8 /* FirebaseInstanceID-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstanceID-Info.plist"; sourceTree = ""; }; - ECD4D73E379A70C5AF92CC844C6D1034 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - ECE02DB900F2629594D3E3C71014109C /* GDTUploadCoordinator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTUploadCoordinator.m; path = GoogleDataTransport/GDTLibrary/GDTUploadCoordinator.m; sourceTree = ""; }; - ED6F025C1A35844A29F80F75906ADB12 /* FirebaseInstanceID.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstanceID.h; path = Firebase/InstanceID/Public/FirebaseInstanceID.h; sourceTree = ""; }; - ED98309EB8818066DA09C78F6E5A0527 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - EFD7DCE76F164EB6FE35D12306838BA7 /* NSError+FIRInstanceID.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRInstanceID.m"; path = "Firebase/InstanceID/NSError+FIRInstanceID.m"; sourceTree = ""; }; + EB156CC75B448C0A05C7757A2F7E3117 /* GoogleAppMeasurement.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.xcconfig; sourceTree = ""; }; + EB3CE3872ED38205E653A1531B965249 /* ElementLocationFramePairs.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ElementLocationFramePairs.swift; path = MagazineLayout/LayoutCore/Types/ElementLocationFramePairs.swift; sourceTree = ""; }; + EB6D527CC670F021D44F6150F7F73D8D /* FIRMessagingVersionUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingVersionUtilities.m; path = Firebase/Messaging/FIRMessagingVersionUtilities.m; sourceTree = ""; }; + EC4CC80E2B863550AB7A39910D001563 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = Firebase/Core/Public/FIROptions.h; sourceTree = ""; }; + ECC25DCEE9716E1953A7C76BCAA8DD49 /* Wrappers.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Wrappers.pbobjc.h; path = objectivec/google/protobuf/Wrappers.pbobjc.h; sourceTree = ""; }; + ED2F825F8098F0DB46AB7957B9928E18 /* GDTUploader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploader.h; path = GoogleDataTransport/GDTLibrary/Public/GDTUploader.h; sourceTree = ""; }; + ED8590F7099573EAA9341B6AEFB10787 /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/SQLite/Typed/Expression.swift; sourceTree = ""; }; + EDC9C16B4EF0D53F14671B410D01AC6F /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; + EDCF2CB80A7596AEEC87816BECDA525A /* FIRInstanceID+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstanceID+Private.h"; path = "Firebase/InstanceID/FIRInstanceID+Private.h"; sourceTree = ""; }; + EE3176D9DF192ADD19A145714AD782A1 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; + EEE4F624D157D708AD5DB4CC888BA639 /* GDTUploadCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTUploadCoordinator.h; path = GoogleDataTransport/GDTLibrary/Private/GDTUploadCoordinator.h; sourceTree = ""; }; + EEE9B4ED55380EB3E01DA81A3B5C58E3 /* GDTTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GDTTransport.h; sourceTree = ""; }; + EF10E31B266DCBC22C9A3C1D43FD9337 /* SQLite.swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SQLite.swift-prefix.pch"; sourceTree = ""; }; F08DABC90F4CDC9C4F0D028838804A5F /* Pods-AvH PlanUITests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-AvH PlanUITests-dummy.m"; sourceTree = ""; }; - F177139419DAC3663728E18CD3E992F0 /* NSError+FIRMessaging.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+FIRMessaging.m"; path = "Firebase/Messaging/NSError+FIRMessaging.m"; sourceTree = ""; }; - F1F57772D97DD5E1A939222435942F93 /* Validate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validate.swift; path = Sources/Validate.swift; sourceTree = ""; }; - F2A0CB606BCE418069466709F485622C /* FIRMessagingSyncMessageManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingSyncMessageManager.h; path = Firebase/Messaging/FIRMessagingSyncMessageManager.h; sourceTree = ""; }; - F4419946C0EFD7BFF56B49995A0976C8 /* GoogleUtilities-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-prefix.pch"; sourceTree = ""; }; - F50568D09C680FEFA2FC0BAE48963117 /* GtalkCore.pbobjc.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GtalkCore.pbobjc.m; path = Firebase/Messaging/Protos/GtalkCore.pbobjc.m; sourceTree = ""; }; - F53A702AF580209C0E3710144E081F63 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Private/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - F5D938B477E073B8BA8C129F8922AB4E /* GoogleDataTransport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.xcconfig; sourceTree = ""; }; - F67A821A4C1C1A30D766BF137FD1C77A /* RTree.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RTree.swift; path = Sources/SQLite/Extensions/RTree.swift; sourceTree = ""; }; - F67D42B2A1217FD92E970E20CC1E934C /* StreamReader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StreamReader.swift; path = Sources/StreamReader.swift; sourceTree = ""; }; - F70D969F8A9D55F6DC68D1CE99CBDBBA /* FirebaseMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseMessaging.h; path = Firebase/Messaging/Public/FirebaseMessaging.h; sourceTree = ""; }; - F720A2CD5CF60147898C978A91D3CCB1 /* NSError+FIRMessaging.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+FIRMessaging.h"; path = "Firebase/Messaging/NSError+FIRMessaging.h"; sourceTree = ""; }; - F771DC1D9BC629C68A14D05A35E8FF72 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = Firebase/Core/FIRComponentContainer.m; sourceTree = ""; }; - F8CB875FE87FB2654D4A0C38F3D2D133 /* GoogleDataTransport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleDataTransport-Info.plist"; sourceTree = ""; }; - F8F7CB308E67225229D708F15E78AFA2 /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = Firebase/Core/Private/FIRBundleUtil.h; sourceTree = ""; }; - F94098E71FE3F45A12C1121381E2CE05 /* FTS4.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FTS4.swift; path = Sources/SQLite/Extensions/FTS4.swift; sourceTree = ""; }; - FB12821C87E28AE1D0138016830FECAB /* SQLite.swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SQLite.swift.modulemap; sourceTree = ""; }; - FB1CEDCEB7EBF66EC1A27C9F0FBCC6AA /* Empty.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Empty.pbobjc.h; path = objectivec/google/protobuf/Empty.pbobjc.h; sourceTree = ""; }; - FB1E6B8E87D3D37D9B13DB74FE001AAC /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.h"; sourceTree = ""; }; - FB4FB4BEBEA3E34E7CA3323805EE81FB /* FIRMessagingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingUtilities.h; path = Firebase/Messaging/FIRMessagingUtilities.h; sourceTree = ""; }; - FB81C2240D8569A15143647E083A5349 /* FIRErrors.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRErrors.m; path = Firebase/Core/FIRErrors.m; sourceTree = ""; }; - FBE71FB110002C309450FD95560C194B /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = Firebase/Core/FIRLogger.m; sourceTree = ""; }; - FC3BF2240A3545C09D5A4EAE0F46E95E /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; - FC495C68BB167FB03DE8462A2D875A73 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - FCB49F3DE76ED21E8FE5A9A464BB68F2 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = Firebase/Core/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - FCEEA4488979AD288A41EE6EEF38C72F /* FIRMessagingRmq2PersistentStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingRmq2PersistentStore.h; path = Firebase/Messaging/FIRMessagingRmq2PersistentStore.h; sourceTree = ""; }; - FE5AD8C434EB98D3A875AF0ACCF9108C /* GoogleUtilities.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.xcconfig; sourceTree = ""; }; - FEACE745D80FF6B0C507B670D02C058F /* GPBCodedOutputStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBCodedOutputStream.h; path = objectivec/GPBCodedOutputStream.h; sourceTree = ""; }; - FFA1511A0DDE1ACF064960F94E413F94 /* GoogleDataTransportCCTSupport-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleDataTransportCCTSupport-Info.plist"; sourceTree = ""; }; - FFC78DEEF3CAB463F61AD53C9ECA51B9 /* FIRInstanceIDCheckinPreferences.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinPreferences.m; path = Firebase/InstanceID/FIRInstanceIDCheckinPreferences.m; sourceTree = ""; }; + F0C9F7A149C63E0B9B8013A717916631 /* SerializationException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SerializationException.swift; path = Sources/SerializationException.swift; sourceTree = ""; }; + F0EAA39A1FBA97F41AEC20BEB558F8CC /* FIRMessagingPendingTopicsList.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPendingTopicsList.m; path = Firebase/Messaging/FIRMessagingPendingTopicsList.m; sourceTree = ""; }; + F0F8148ABC768CADE82539066F381E79 /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; + F0FFB6A3F3DA4FE46CA95E925460683F /* FIRDiagnosticsData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDiagnosticsData.h; path = Firebase/Core/Private/FIRDiagnosticsData.h; sourceTree = ""; }; + F103C1505FEBE88AB2853D109C12F36D /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = Firebase/Core/FIRComponentContainer.m; sourceTree = ""; }; + F11D8F2F545AEB94CE79BABC27E08B29 /* Duration.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Duration.pbobjc.h; path = objectivec/google/protobuf/Duration.pbobjc.h; sourceTree = ""; }; + F174975FC93DA354578483F8FF90349F /* GPBBootstrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBBootstrap.h; path = objectivec/GPBBootstrap.h; sourceTree = ""; }; + F17CD9C7C47A361C5258D78EB0B7B099 /* GoogleDataTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GoogleDataTransport.h; path = GoogleDataTransport/GDTLibrary/Public/GoogleDataTransport.h; sourceTree = ""; }; + F1853C0E83D846475F7506A4493F619F /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; + F28C60F09B5334BB25ECE1E916FB3C89 /* TreeBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TreeBuilder.swift; path = Sources/TreeBuilder.swift; sourceTree = ""; }; + F29CB4B53F88330E587C992717DF9FC5 /* UnicodeScalar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UnicodeScalar.swift; path = Sources/UnicodeScalar.swift; sourceTree = ""; }; + F2C1DFA26BE3AA681E7C9457F63C9A5B /* FIRCoreDiagnosticsConnector.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCoreDiagnosticsConnector.h; path = Firebase/Core/Private/FIRCoreDiagnosticsConnector.h; sourceTree = ""; }; + F396FDEA1EB69C6F0E13A8A3DD4B305E /* FIRMessagingDelayedMessageQueue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMessagingDelayedMessageQueue.h; path = Firebase/Messaging/FIRMessagingDelayedMessageQueue.h; sourceTree = ""; }; + F3A743BAF5ACD37DB2B8CF81A89C3A66 /* FIRMessagingPubSub.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingPubSub.m; path = Firebase/Messaging/FIRMessagingPubSub.m; sourceTree = ""; }; + F3CD571A81113C029C6DFE737001B4E2 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; + F3EC77D2D2FF023BCEC88CA06EF90FAE /* FIRIMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRIMessageCode.h; path = Firebase/InstanceID/FIRIMessageCode.h; sourceTree = ""; }; + F4B83EAC946162DF902D82F2D9F0B5BA /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = Firebase/Core/Private/FIRConfigurationInternal.h; sourceTree = ""; }; + F60D070027265BBDAC7BD619BD93609F /* GPBUnknownField.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GPBUnknownField.h; path = objectivec/GPBUnknownField.h; sourceTree = ""; }; + F6683F66A3B64C9C8FC48FDF06E3AA92 /* FIRInstanceIDTokenOperation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDTokenOperation.h; path = Firebase/InstanceID/FIRInstanceIDTokenOperation.h; sourceTree = ""; }; + F7FBDB196F800BCEEF6E659E480FFAF2 /* FIRInstanceIDURLQueryItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstanceIDURLQueryItem.h; path = Firebase/InstanceID/FIRInstanceIDURLQueryItem.h; sourceTree = ""; }; + F90A801704C751ABFA7F928D2534D0F5 /* GoogleAppMeasurement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleAppMeasurement.framework; path = Frameworks/GoogleAppMeasurement.framework; sourceTree = ""; }; + F945F5F89781B813D5074C7DFE8A7B5B /* OrderedSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OrderedSet.swift; path = Sources/OrderedSet.swift; sourceTree = ""; }; + F9759A111262C88E38F45052B065EAFA /* GPBDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GPBDictionary.m; path = objectivec/GPBDictionary.m; sourceTree = ""; }; + F98F0DB59E111E52D360BFECDD237C0C /* FIRInstanceIDCheckinService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstanceIDCheckinService.m; path = Firebase/InstanceID/FIRInstanceIDCheckinService.m; sourceTree = ""; }; + F9CD6877F3EC615FB0D551E19CE76A8E /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + FAFBB009C584B7A0AC60B7824456C9D8 /* cct.nanopb.c */ = {isa = PBXFileReference; includeInIndex = 1; name = cct.nanopb.c; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/Protogen/nanopb/cct.nanopb.c; sourceTree = ""; }; + FBE65FDDFDBF093B4E6592ECEB45F426 /* GDTCCTPrioritizer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTCCTPrioritizer.m; path = GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m; sourceTree = ""; }; + FC26C5FF7C49C32D074816C839B41E9F /* FIRMMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRMMessageCode.h; path = Firebase/Messaging/FIRMMessageCode.h; sourceTree = ""; }; + FC323E7E4A55FFD65D95BF1319616AF6 /* MagazineLayout-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MagazineLayout-dummy.m"; sourceTree = ""; }; + FD0969B89E730EC9ED121807EA9EE815 /* FirebaseCoreDiagnosticsInterop.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreDiagnosticsInterop.xcconfig; sourceTree = ""; }; + FD42729D771CB3044C685255149CC6B5 /* GDTEvent_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTEvent_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTEvent_Private.h; sourceTree = ""; }; + FD76F42F68B8C34E2103309A94A482CA /* GDTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GDTAssert.m; path = GoogleDataTransport/GDTLibrary/GDTAssert.m; sourceTree = ""; }; + FD83044F69604619B21BE723B9943A02 /* FooterModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FooterModel.swift; path = MagazineLayout/LayoutCore/FooterModel.swift; sourceTree = ""; }; + FDB9B0A261A89342006DDD2F77F06AAE /* GoogleDataTransport.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleDataTransport.xcconfig; sourceTree = ""; }; + FE403CDE0F5C3A48904DA73FEF7C565F /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = Firebase/Core/Private/FIRComponentContainerInternal.h; sourceTree = ""; }; + FE7375E69255593FB65E3F39E24F3A47 /* FIRMessagingRmq2PersistentStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRMessagingRmq2PersistentStore.m; path = Firebase/Messaging/FIRMessagingRmq2PersistentStore.m; sourceTree = ""; }; + FF2D4F213A23329E25D28DE3BC9B143C /* GDTReachability_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GDTReachability_Private.h; path = GoogleDataTransport/GDTLibrary/Private/GDTReachability_Private.h; sourceTree = ""; }; + FF627EAFF0039D13556C8FFE33C8B32A /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + FFA044E9896918CFC507BDABCE1C2A76 /* SourceContext.pbobjc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SourceContext.pbobjc.h; path = objectivec/google/protobuf/SourceContext.pbobjc.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 07916C1F9504117A21F10CDBF071DEA6 /* Frameworks */ = { + 0B5C190A39C0C36DD4A3DCD2D3A06793 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A83FB9CE712BD05E9174F5630A723B8D /* Foundation.framework in Frameworks */, + B30062715D7F2B129B1C2D02EFA59C1D /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 34B58B5DDBAD359FF956807409F48FB7 /* Frameworks */ = { + 0BBE17F0F4A3D176E05C988CE0D4D975 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7673171B95025156F8AB2C6F740EACCE /* Foundation.framework in Frameworks */, + 17AF35BC302E7E0BF73FCE411A8244C1 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6B1B96204CCC54CE855F13B675CAFEA1 /* Frameworks */ = { + 278AD884B3130C07549E8E8A8605F8EE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C5D94D35E2634559F651966B8F4E3DF4 /* Foundation.framework in Frameworks */, + 1CEA0E15D072609A688D3759489B3831 /* Foundation.framework in Frameworks */, + 8CD9256F3389D3E089B30BA28A54EAE9 /* Security.framework in Frameworks */, + E8E12DA754EB7AEC7750E25B63FDADF0 /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8AADD0882F47B2B6F7ACC1C443475E5F /* Frameworks */ = { + 428CF4CE66BF82AF8DF64174D45EFB7D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 90E4A1613ED5AD622F545F2B5598AE36 /* Foundation.framework in Frameworks */, + 631F7D268A7EA57D464A368F41D2223F /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8F73AEA61C57DBF49A4E35F96EE4A148 /* Frameworks */ = { + 50377148D5119E724C6B98C81EDC1CA9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4F6CC8130631714875AF393D952C4E10 /* Foundation.framework in Frameworks */, + 7F320EAA8B59529049FBC8CBAD70086E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 56E395A509DF7845339FBCFEF32140CE /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D473D2C40341F475D1EA4EC950A98E7B /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 63AED8B1EBD32B2D47D790665FC876C0 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 71E78C931E18E4A09DC11151F0330F6C /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7000C5A36417E8B7D946C7AC76548370 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 812F59CB1EF05C829A427B9F875DE4BE /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8D4E4F44982425FC5A2C93AF76763ACB /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 6D84C0DD88DCF9BD1665B620087DA40D /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1402,53 +1596,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 938342F6891460B66A67887ADF8DE2D7 /* Frameworks */ = { + 9523573A4BC6BB0193048BBA797CD3E0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4BA0412797BD6FD2A095D973F55E4D4C /* Foundation.framework in Frameworks */, + B095366F60C01B2BBDC0ADADA82FCCD7 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 95B691BB57102AFEEAF90A891C540445 /* Frameworks */ = { + B7D45CECE45FB5A98B6F109C707BA453 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9479C2B66FCEE9F6F75395A204486135 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B16FDD68AA546AC17F3E6865FE67A708 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 41372BB9955CD8570A819F2B7DE38905 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BCCE1123F483CECBB759698BC83CF74E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - A7968323222C8DC68F5CA4FD0E62D5CB /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C94009C66399A182267A9FCF46A71AC6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 942211991D1F35E88E4F598BA864F2DF /* Foundation.framework in Frameworks */, - 9AA0F0E1D412411F8F18B05CE8AA498A /* Security.framework in Frameworks */, - 2768969827C34480E478CB54A84B1918 /* SystemConfiguration.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - DF8FB372BD37944E37BA40E89010940B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - B5122265E444D448EA60CBAD574732A3 /* Foundation.framework in Frameworks */, + CD7D904BED56C419D72AA208F3768C93 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1468,11 +1628,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - F76F92074B38FFB54DE74DD80706DB55 /* Frameworks */ = { + F7AB269DA45CB6E7952670709C9D8322 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F2BB4227345046EA6AFA5D16E8AC1097 /* Foundation.framework in Frameworks */, + 5CF90235831A07BEE6A8D84CBE94A377 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1487,14 +1647,31 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00645BEBA18BFF597CFFF1EEB404EA94 /* Firebase */ = { + 02B079A250891433E3788DBAD4F8A5B0 /* Pods */ = { isa = PBXGroup; children = ( - 0995520904A5E0E3F67075BDED5C1C29 /* CoreOnly */, - 6AC75C2486D9342834CCEAF70BF4FB36 /* Support Files */, + 80AE9FB0DD3517C1430B0F3BB41104BA /* Alamofire */, + FA90B25BB488751C233504C1A81EAE9B /* Crashlytics */, + 2B1A79DA9812EADFB10C3F275D03DFF9 /* Fabric */, + 6DC7F25E0D4F4DE8C9DBB9C71C9617F9 /* Firebase */, + 1ADC7052E836AF7DEFB38EDBA97221DE /* FirebaseAnalytics */, + 3A8B3D38585606034EDD3F4486322578 /* FirebaseAnalyticsInterop */, + FE66A1BEB587A4EFC3B54CB2D3E41B66 /* FirebaseCore */, + FEFF6097CF1FA98FB0740803D3EA5B25 /* FirebaseCoreDiagnostics */, + 2ACF14AC1F0921E4E81127034C41200C /* FirebaseCoreDiagnosticsInterop */, + FA9AD7629D50073F89A183A2608C702C /* FirebaseInstanceID */, + 3EBF755F71A7F9C4E9FA902BBB7219EB /* FirebaseMessaging */, + 9EF970F6F5BEB0A7547909BCDD5A5EA5 /* GoogleAppMeasurement */, + CD77E74FEAC4CA3FFB089649665ED395 /* GoogleDataTransport */, + 434B38337A82902B18DE306FA231E19F /* GoogleDataTransportCCTSupport */, + 4841A152ABE56393CFF4D0DEE5FD545B /* GoogleUtilities */, + 645D688DFC913BDCA59251C8053FB68E /* MagazineLayout */, + E3E24F3A87B7366D04033054082F9422 /* nanopb */, + 8D0C95C5A2ED2BD15280F17D00D773AE /* Protobuf */, + C8ADBAD53A2B31DE67D3CCE886F00E3A /* SQLite.swift */, + 875075C794CB39D463C2F07A8BC87C04 /* SwiftSoup */, ); - name = Firebase; - path = Firebase; + name = Pods; sourceTree = ""; }; 03C5C200A0787E300053CFA8F53CA094 /* Frameworks */ = { @@ -1505,65 +1682,35 @@ name = Frameworks; sourceTree = ""; }; - 042538D63060FA56F72D0B038FE4BA32 /* Support Files */ = { + 0B7A6379617F6057F7EC54B780DA44C9 /* CoreOnly */ = { isa = PBXGroup; children = ( - 6F0CDC13C76B8A2CB7695FBD6A874085 /* FirebaseMessaging.modulemap */, - CDD44F722387A8FEC7B20588B487107B /* FirebaseMessaging.xcconfig */, - 242581E9D668D5BB2A245A3579F91DFC /* FirebaseMessaging-dummy.m */, - 8C1DB2CE3EA85AF314DBBDF41E5FF64C /* FirebaseMessaging-Info.plist */, - 6C62EA05B567593DE60ABF876AB12E80 /* FirebaseMessaging-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseMessaging"; - sourceTree = ""; - }; - 0995520904A5E0E3F67075BDED5C1C29 /* CoreOnly */ = { - isa = PBXGroup; - children = ( - B664BD5B22B12288B05C951F11CBC934 /* Firebase.h */, + 11D043B958330FB5AA80A05FD2E84AAA /* Firebase.h */, ); name = CoreOnly; sourceTree = ""; }; - 0C585832B1C9B78E52B4045D81EDD181 /* Support Files */ = { + 109F488A8308844F4C8D1F8665505C8F /* Frameworks */ = { isa = PBXGroup; children = ( - A1D341E571284B51695F8A496F1B3FFC /* nanopb.modulemap */, - E08B18469B190EE7338282262088A4E5 /* nanopb.xcconfig */, - 80946C90E0643AD9B97AD7FF70C6DE39 /* nanopb-dummy.m */, - 8BE217271A354C93F3FF0E625E706047 /* nanopb-Info.plist */, - 741704E30A8A06A223AEB5472247FB42 /* nanopb-prefix.pch */, - 36B755BBFC3EA355C997B8EB7BFE9FBC /* nanopb-umbrella.h */, + 7C57E48F58407E8EA1FC79019FCDB2A1 /* FIRAnalyticsConnector.framework */, + 6150FA34CAB14438279522E26E20D9B3 /* FirebaseAnalytics.framework */, ); - name = "Support Files"; - path = "../Target Support Files/nanopb"; + name = Frameworks; sourceTree = ""; }; - 188B227220C9D93C6F14A88C54B8482C /* Alamofire */ = { + 18A9445D4F87602502FC947584C0BF94 /* Support Files */ = { isa = PBXGroup; children = ( - 128B9B3526F54D1076919E38206527C3 /* AFError.swift */, - 985BCEF8C2B88DD9A09E8D07D49545B0 /* Alamofire.swift */, - BA9B23BC40867D67BABEEE876AA01FE0 /* DispatchQueue+Alamofire.swift */, - FC3BF2240A3545C09D5A4EAE0F46E95E /* MultipartFormData.swift */, - 933D1318A0CA49711EE68338970FFE8F /* NetworkReachabilityManager.swift */, - C536DE82DD6BE4AF51C603B9F4311942 /* Notifications.swift */, - 53513E7C06B6AA3C8DAA15E17C3E6336 /* ParameterEncoding.swift */, - 798217D34F30EBF6AAF6106B2D220D85 /* Request.swift */, - 7523BC78552B60BBC996946D4BC8AD90 /* Response.swift */, - 07C54A1F45A1AEB7800800D2BDC86A44 /* ResponseSerialization.swift */, - 38872F832547AEFC0E12BFD41A4E405A /* Result.swift */, - 2DFDDBB5AA8737D1DF3F6B6A28995B42 /* ServerTrustPolicy.swift */, - 6A38E4D7A9061851FDE74BF10DBD41A9 /* SessionDelegate.swift */, - D6BFA608EC88FB7F015A28AF3C8F9B32 /* SessionManager.swift */, - 817C8D16518DF77F8C12765E060FC8EF /* TaskDelegate.swift */, - 521684EECFE5DC916807326AFEA984F6 /* Timeline.swift */, - 6DA9D7C80CF8CF993FB129CCC696BCA5 /* Validation.swift */, - ADE67B14C05F7B609EF625AEC81BA6E6 /* Support Files */, + 218A478634815045ABD99263754978DD /* SQLite.swift.modulemap */, + 5B72D98C865EFB268EFD94921457D8B7 /* SQLite.swift.xcconfig */, + B5A883A03BE6FF74505E79BEBD2C2593 /* SQLite.swift-dummy.m */, + 75DC4F8DFFE48816FC8545FDCDC0378A /* SQLite.swift-Info.plist */, + EF10E31B266DCBC22C9A3C1D43FD9337 /* SQLite.swift-prefix.pch */, + 6A16E6A0D11C0C0B67E46B1355497A08 /* SQLite.swift-umbrella.h */, ); - name = Alamofire; - path = Alamofire; + name = "Support Files"; + path = "../Target Support Files/SQLite.swift"; sourceTree = ""; }; 193507AA07A01F54362D558007C15085 /* Targets Support Files */ = { @@ -1576,6 +1723,16 @@ name = "Targets Support Files"; sourceTree = ""; }; + 1ADC7052E836AF7DEFB38EDBA97221DE /* FirebaseAnalytics */ = { + isa = PBXGroup; + children = ( + 109F488A8308844F4C8D1F8665505C8F /* Frameworks */, + 9C81E8794C335C62152E14BC9A36F0CC /* Support Files */, + ); + name = FirebaseAnalytics; + path = FirebaseAnalytics; + sourceTree = ""; + }; 1F34D49F868138AC113B6B8380982805 /* iOS */ = { isa = PBXGroup; children = ( @@ -1586,6 +1743,18 @@ name = iOS; sourceTree = ""; }; + 20F09854C21C03D69CE41DE7917CF50D /* AppDelegateSwizzler */ = { + isa = PBXGroup; + children = ( + 92FB48EB2A8A3835AB4A9D6772376329 /* GULAppDelegateSwizzler.h */, + EADCCEAFA99387C605BBC8F65E33D11F /* GULAppDelegateSwizzler.m */, + EE3176D9DF192ADD19A145714AD782A1 /* GULAppDelegateSwizzler_Private.h */, + 4AF990545EF2AECC659C3AD8B9AF7E3A /* GULApplication.h */, + 140BA395032C83EE7855513C3156ED67 /* GULLoggerCodes.h */, + ); + name = AppDelegateSwizzler; + sourceTree = ""; + }; 233CAC8E4D2E68212C3DDF04241ADED6 /* Pods-AvH PlanTests */ = { isa = PBXGroup; children = ( @@ -1602,241 +1771,211 @@ path = "Target Support Files/Pods-AvH PlanTests"; sourceTree = ""; }; - 3485AA28897DA46A074F5E1D11789E4C /* Support Files */ = { + 2ACF14AC1F0921E4E81127034C41200C /* FirebaseCoreDiagnosticsInterop */ = { isa = PBXGroup; children = ( - 6AD9BF1540DC963E39679CF640917347 /* GoogleUtilities.modulemap */, - FE5AD8C434EB98D3A875AF0ACCF9108C /* GoogleUtilities.xcconfig */, - B56D3A533CA5D280763A615365297403 /* GoogleUtilities-dummy.m */, - E50E99566EC5CBA566CA7575687D19BD /* GoogleUtilities-Info.plist */, - F4419946C0EFD7BFF56B49995A0976C8 /* GoogleUtilities-prefix.pch */, - 726C1B0629A9E64EB9725DCCB1A86A8B /* GoogleUtilities-umbrella.h */, + AAF84D97442C793BCC90B1A6BEFBDD82 /* FIRCoreDiagnosticsData.h */, + AB6DEF005858057EFB64BCAA2E5EE455 /* FIRCoreDiagnosticsInterop.h */, + D1D145B8D2BD8D4B970091EED78069F7 /* Support Files */, + ); + name = FirebaseCoreDiagnosticsInterop; + path = FirebaseCoreDiagnosticsInterop; + sourceTree = ""; + }; + 2B1A79DA9812EADFB10C3F275D03DFF9 /* Fabric */ = { + isa = PBXGroup; + children = ( + 09F67AF8412CA6E7AC2ED1FB0338EBFC /* FABAttributes.h */, + 692482F1BAE7E9A5AE102B9897FAA90C /* Fabric.h */, + 94EC439D911C4C7435A65FB8AFA87A0D /* Frameworks */, + 7F6590A3665D2EA98B3BA7D4B2B551F8 /* Support Files */, + ); + name = Fabric; + path = Fabric; + sourceTree = ""; + }; + 310AC5659C584169B107276F488DACEC /* Reachability */ = { + isa = PBXGroup; + children = ( + 9E8A6F4BBE115D89662C18632034AC05 /* GULReachabilityChecker.h */, + 8ED576E8BFE8B654A68D89AB616B7FA7 /* GULReachabilityChecker.m */, + D1F296A17A08E361D2AF28631C8D7C7D /* GULReachabilityChecker+Internal.h */, + B203758F4315AABF5529A6F0351B010B /* GULReachabilityMessageCode.h */, + ); + name = Reachability; + sourceTree = ""; + }; + 3A8B3D38585606034EDD3F4486322578 /* FirebaseAnalyticsInterop */ = { + isa = PBXGroup; + children = ( + 0A0B3938833AE09AC563F419854C5A6B /* FIRAnalyticsInterop.h */, + 806CAAB3DA738E2C06372F1E21ECDD35 /* FIRAnalyticsInteropListener.h */, + C4B3AFC185CEBB63EFB5C5E3A3942BC9 /* FIRInteropEventNames.h */, + DA816108574B3CA5B4EFF804A99F0243 /* FIRInteropParameterNames.h */, + C52EAB1FD87B43C9F94C867DE2EB48DB /* Support Files */, + ); + name = FirebaseAnalyticsInterop; + path = FirebaseAnalyticsInterop; + sourceTree = ""; + }; + 3DBD5C14466DD625B2860C8737CB17E3 /* Logger */ = { + isa = PBXGroup; + children = ( + 8C8D608B91244ED3605084DF38E6CC19 /* GULLogger.h */, + 37E7EE12C3DAB42A1A4FD53E8F6514AE /* GULLogger.m */, + 1341C976694B66B22ACBD8E7279ADC22 /* GULLoggerLevel.h */, + ); + name = Logger; + sourceTree = ""; + }; + 3EBF755F71A7F9C4E9FA902BBB7219EB /* FirebaseMessaging */ = { + isa = PBXGroup; + children = ( + 326DB133C1345E7BA0D48738C9E3A942 /* FirebaseMessaging.h */, + 8F9BA7544B1EA7BBCCD7E113E9378D11 /* FirebaseMessaging.h */, + 79929DACD85391B609F34B360030545F /* FIRMessaging.h */, + C16894C581CAB9D5B5F5C09E9F3C467F /* FIRMessaging.m */, + 7DD72D819CADFADC7D0EB6B83AE952AF /* FIRMessaging_Private.h */, + B1CEE9F0AEB1A94C736D0894F6A9C50B /* FIRMessagingAnalytics.h */, + 97B3F24CFF8BD6AB694383B3F36D38C6 /* FIRMessagingAnalytics.m */, + D0CCA6E9F08A72F7453E9553AF0F9199 /* FIRMessagingClient.h */, + C6AB538D9519ABDF294E9D6A6BDD312D /* FIRMessagingClient.m */, + EAAE1FC8BC47E4FAFD90FBF12BED503F /* FIRMessagingCodedInputStream.h */, + B7A7E33BAAB7DEC88DC9B5AC9D106C0F /* FIRMessagingCodedInputStream.m */, + D26C424C1CC8411F8BC1CE45962E031B /* FIRMessagingConnection.h */, + AFE753FC79D6C02A81794C17CFB0D788 /* FIRMessagingConnection.m */, + 72A323DDE086F5B42C29D1714EBEED88 /* FIRMessagingConstants.h */, + 8003DAB975C98DE2B8A9A20A31075419 /* FIRMessagingConstants.m */, + 7668ED38C52E187664A5BBEC12B09C89 /* FIRMessagingContextManagerService.h */, + 51B43ABC4391C552EAE79F3BFC8CAD17 /* FIRMessagingContextManagerService.m */, + 7B856942DEFBB2CA5C73D19C6C3BACDB /* FIRMessagingDataMessageManager.h */, + BDA5EA8B482E20D80784EF586E407E3E /* FIRMessagingDataMessageManager.m */, + 352786163026791B9DBE895897122765 /* FIRMessagingDefines.h */, + F396FDEA1EB69C6F0E13A8A3DD4B305E /* FIRMessagingDelayedMessageQueue.h */, + 277D897F3FC5B93892D5555975EC3239 /* FIRMessagingDelayedMessageQueue.m */, + 5BC9D4E0141193B2B3C958CD61E2297B /* FIRMessagingExtensionHelper.h */, + 497F8E2B55B4585EDD232737182F1C98 /* FIRMessagingExtensionHelper.m */, + 669D3340C69EAAE77AA65E92EDD5A8D3 /* FIRMessagingInternalUtilities.h */, + 8554B77C3B0EC3122EDD30FF8A79E836 /* FIRMessagingLogger.h */, + 9F52A4B0D825C5CFF02F78D2F45A37CB /* FIRMessagingLogger.m */, + D31FDB7B87AB5D92E7DBDC64D5B9C137 /* FIRMessagingPacketQueue.h */, + 0102CAFCC43FEF298C1AF7214383530B /* FIRMessagingPacketQueue.m */, + 146790B5831AEE2F255B6B150EF020F5 /* FIRMessagingPendingTopicsList.h */, + F0EAA39A1FBA97F41AEC20BEB558F8CC /* FIRMessagingPendingTopicsList.m */, + 88E3E441AFDFB250D6944F72F4D212F2 /* FIRMessagingPersistentSyncMessage.h */, + 98F2EA666164DA2758D933024352C7D6 /* FIRMessagingPersistentSyncMessage.m */, + 554D21CDC78D96427798DAFC02B4271D /* FIRMessagingPubSub.h */, + F3A743BAF5ACD37DB2B8CF81A89C3A66 /* FIRMessagingPubSub.m */, + E5554E972F8AFF4DD67222286CB41C77 /* FIRMessagingPubSubRegistrar.h */, + DA4418864C8F6B67ABA089B4CDFB7AEB /* FIRMessagingPubSubRegistrar.m */, + 06C20B386C733DF4D3F02E551679A39F /* FIRMessagingReceiver.h */, + 59362C309C0D5674E2C4912BE2351B80 /* FIRMessagingReceiver.m */, + AF3D789537BDB475313F8D48BA88A06C /* FIRMessagingRemoteNotificationsProxy.h */, + 0C5C95483D78D5721609DD72EA41DCA7 /* FIRMessagingRemoteNotificationsProxy.m */, + 7A336ADF5D35D0FA147E79210AD03265 /* FIRMessagingRmq2PersistentStore.h */, + FE7375E69255593FB65E3F39E24F3A47 /* FIRMessagingRmq2PersistentStore.m */, + 0581470D92261BF5673DCE5404F27004 /* FIRMessagingRmqManager.h */, + D6872FDC390409FB2CFC083D32107B00 /* FIRMessagingRmqManager.m */, + 33C55B46A74EBEC5348D2FEAE61739DF /* FIRMessagingSecureSocket.h */, + 7DB0A1202C7A37277813A343D9CB6B12 /* FIRMessagingSecureSocket.m */, + 0BC59D0BDFEBA44C58C49BE326DB3482 /* FIRMessagingSyncMessageManager.h */, + 4C8D54A41CC39056BB91C2389CAC828E /* FIRMessagingSyncMessageManager.m */, + C7EEC33A0F5E3BBB9F051733FB45B789 /* FIRMessagingTopicOperation.h */, + 38CEC2D94B17DEC362247052049DE4D8 /* FIRMessagingTopicOperation.m */, + B1B7F18CE729802C079E660D9FCD0A82 /* FIRMessagingTopicsCommon.h */, + A0DF5470DB10B540270EE5FA6238C5B6 /* FIRMessagingUtilities.h */, + 325D4139B18A17A653B5E57C84E38CF7 /* FIRMessagingUtilities.m */, + 910CD0300EF96AD717EC5735F6B5D27C /* FIRMessagingVersionUtilities.h */, + EB6D527CC670F021D44F6150F7F73D8D /* FIRMessagingVersionUtilities.m */, + FC26C5FF7C49C32D074816C839B41E9F /* FIRMMessageCode.h */, + 5DF7E15DCB5BF2F2FB49684A0274F0E0 /* GtalkCore.pbobjc.h */, + 9D76BD5EE13F5196D2FF7CDA5221E100 /* GtalkCore.pbobjc.m */, + 04C73DF5F117FB098A8B06CCC378B377 /* GtalkExtensions.pbobjc.h */, + 7F071FAF09ADB654B9638F48D6E2FC12 /* GtalkExtensions.pbobjc.m */, + 000CE97B6E4B3CF05A5A6DE85A83C69B /* NSDictionary+FIRMessaging.h */, + 102E4DD2B22E9DE87C2DEA11F6B07159 /* NSDictionary+FIRMessaging.m */, + B07F2FB6B27B36ECE5507522A1E192A6 /* NSError+FIRMessaging.h */, + 8F2DAE32D6642100AC29D5399FDB6359 /* NSError+FIRMessaging.m */, + 8CC09E4640F1FF946B09DE11A8F0E1AB /* Support Files */, + ); + name = FirebaseMessaging; + path = FirebaseMessaging; + sourceTree = ""; + }; + 434B38337A82902B18DE306FA231E19F /* GoogleDataTransportCCTSupport */ = { + isa = PBXGroup; + children = ( + FAFBB009C584B7A0AC60B7824456C9D8 /* cct.nanopb.c */, + 84CED118CF8804D36338278208BB7A28 /* cct.nanopb.h */, + 3E1C0B186DDD5F3BC1A9761407F5D2CA /* GDTCCTNanopbHelpers.h */, + 42565E3FF1D212A403A06C9CC4191363 /* GDTCCTNanopbHelpers.m */, + 7D1FB65A4F74621D5CDA0F7CA8C2ADE8 /* GDTCCTPrioritizer.h */, + FBE65FDDFDBF093B4E6592ECEB45F426 /* GDTCCTPrioritizer.m */, + D13DE4650C8248EE524227159F3C1353 /* GDTCCTUploader.h */, + 812CAC81DAA606B5120C9B3735523276 /* GDTCCTUploader.m */, + FBD9FA328FD279A649BC41E3CBA17865 /* Support Files */, + ); + name = GoogleDataTransportCCTSupport; + path = GoogleDataTransportCCTSupport; + sourceTree = ""; + }; + 4841A152ABE56393CFF4D0DEE5FD545B /* GoogleUtilities */ = { + isa = PBXGroup; + children = ( + 20F09854C21C03D69CE41DE7917CF50D /* AppDelegateSwizzler */, + 6A36530C959AB9A4D3D59CC1355F20BE /* Environment */, + 3DBD5C14466DD625B2860C8737CB17E3 /* Logger */, + D45B73B5BF985BD9955C0F100F20FDD0 /* MethodSwizzler */, + FA0A8EDA26F27008C4386FD7E49F89DF /* Network */, + D0E0F881357456D6586CBA306BC80BE7 /* NSData+zlib */, + 310AC5659C584169B107276F488DACEC /* Reachability */, + FC3D6444222B8B77443D83A622D0C7D6 /* Support Files */, + BAD19711860ADE064689025BCA72DFEC /* UserDefaults */, + ); + name = GoogleUtilities; + path = GoogleUtilities; + sourceTree = ""; + }; + 5DD6E9472688479497536B36C2E1ED5C /* Support Files */ = { + isa = PBXGroup; + children = ( + 424A0AC9732E8CB0A51BF11EB8A7622E /* Crashlytics.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; + path = "../Target Support Files/Crashlytics"; sourceTree = ""; }; - 3B1B483124C4BD835E3109B733E31AA2 /* Support Files */ = { + 645D688DFC913BDCA59251C8053FB68E /* MagazineLayout */ = { isa = PBXGroup; children = ( - 9F71E823919213D84223FBFC48315882 /* FirebaseAnalyticsInterop.xcconfig */, + 8182B4E62F90F5903A56A70D892FA650 /* BackgroundModel.swift */, + 817CCF0E0AF6221793464B3483ED4828 /* CollectionViewUpdateItem.swift */, + D072E66DC3011EF8EA69DF985D8DBB49 /* ElementLocation.swift */, + EB3CE3872ED38205E653A1531B965249 /* ElementLocationFramePairs.swift */, + FD83044F69604619B21BE723B9943A02 /* FooterModel.swift */, + CB7A70D153083DEBE549DF1D10436C00 /* HeaderModel.swift */, + E087AC55086497D85EB026729A6B3FD5 /* ItemModel.swift */, + EA8D35CE11D5D01F04E87C5D99A21853 /* MagazineLayout.swift */, + BCDB92F1771111E1EB07212E7EE213FF /* MagazineLayout+Default.swift */, + 9A5611CC059D2C6921E2A9B03ECD765E /* MagazineLayout+SupplementaryViewKinds.swift */, + 44A977520768872B9527B739DF1E0EE2 /* MagazineLayoutBackgroundVisibilityMode.swift */, + 7A858DA9759FB7687CC91720FDB1938A /* MagazineLayoutCollectionReusableView.swift */, + 35F8ECC3038390325F81C72D68E1BC59 /* MagazineLayoutCollectionViewCell.swift */, + 255EC03C92251DD0BBAD888C8171D77F /* MagazineLayoutCollectionViewLayoutAttributes.swift */, + 104C79965F596605234E790501D67ACD /* MagazineLayoutFooterVisibilityMode.swift */, + 985BEA0B56DDB46A66BA9D7EA3B33DAB /* MagazineLayoutHeaderVisibilityMode.swift */, + 11B2E77DAF394510C6AC4D37FEA3B656 /* MagazineLayoutInvalidationContext.swift */, + 73565A7C355F382A7E2971C26C6AA4A4 /* MagazineLayoutItemSizeMode.swift */, + 17ED4ACFE6FDC7A732CF7565887F4670 /* MagazineLayoutItemWidthMode+WidthDivisor.swift */, + 160377453E3DF8117C11E57B8F6FE028 /* MagazineLayoutSectionMetrics.swift */, + 3104618B88A7184EF5D8DF1842400EBE /* ModelState.swift */, + 723E2455960E115883A51531393E2B1A /* RowOffsetTracker.swift */, + C8D2A9BA7A4F3A58F7DDAC5536780DF3 /* SectionModel.swift */, + 2B18E711DD5B6BC39D6F2CFFB690468F /* UICollectionViewDelegateMagazineLayout.swift */, + AF2DE7A908DE5D45A371AE7113F46FAB /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseAnalyticsInterop"; - sourceTree = ""; - }; - 3D4432C5BBD1BA97E35C5057E8680D82 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6FEC8973BA98A39B064F0180E4CB19EB /* FirebaseCoreDiagnostics.modulemap */, - 9E77CCB37989D15D4A4852AFD3008F9C /* FirebaseCoreDiagnostics.xcconfig */, - 6627A0280E3881C2F565F87F45A51C97 /* FirebaseCoreDiagnostics-dummy.m */, - 76D43912D9690F6A6DC4AD69AE98304C /* FirebaseCoreDiagnostics-Info.plist */, - A11BE4D06980412F7755967417377C71 /* FirebaseCoreDiagnostics-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnostics"; - sourceTree = ""; - }; - 3F2BC0088D03B8DC609EAF443391B787 /* SwiftSoup */ = { - isa = PBXGroup; - children = ( - B6D11BC77CDF79416B969301470D98DF /* ArrayExt.swift */, - 6B66F2A1D4C6B8207DF8F1AA987E4899 /* Attribute.swift */, - 24508DC377C4B08B2B9E91CC8C4092CA /* Attributes.swift */, - B4479E22D0D3091CE7FD681D15007555 /* BooleanAttribute.swift */, - 18EBCCEE6935C30E19AA712B523B86C6 /* CharacterExt.swift */, - 0352D2AEE8E14620441F1F28D8C2F287 /* CharacterReader.swift */, - 36633A30D1B026A5BAB277DB0CF632E8 /* Cleaner.swift */, - 440787E546EAC7B4CE831D2EACCB4B17 /* Collector.swift */, - 16148B6F895FAF0CC9628C530506EFA9 /* CombiningEvaluator.swift */, - 5A6C12A6BBA89765795FC6476F317693 /* Comment.swift */, - 16A7FCD826B7275C733B1920D5307244 /* Connection.swift */, - 9BB39C4B30A0ED3E4986426275C7C214 /* DataNode.swift */, - 5B0B9485CB16468948213A1CE5C48EE9 /* DataUtil.swift */, - 5D215BC795A84A96AE227CCB41BB354B /* Document.swift */, - 371A1A696CD5A3893AA4924F0E9BD074 /* DocumentType.swift */, - 94D80C3DC8BBF87F3A94FFEDD87B75FD /* Element.swift */, - 80F6E7359B726B9985A90243118712CE /* Elements.swift */, - 1DC545A9DE0C16730158ACC1BDFFC41B /* Entities.swift */, - 570C994B3C090E35D1643E588AA9F619 /* Evaluator.swift */, - 6AB8135FD48902192077F2FF0D6EB29B /* Exception.swift */, - 245595D928E18744E65869269346B48B /* FormElement.swift */, - CC91057105DCFB169A478F81E8ACA17D /* HtmlTreeBuilder.swift */, - 999BB0FA5EF71DA72AAB6BC9C021D263 /* HtmlTreeBuilderState.swift */, - 9382509E891657EF5257D4938FDBAA35 /* HttpStatusException.swift */, - B81D7C9641F5A3533972A9EABC47ED3E /* Node.swift */, - 57983CC898092BBC2FD9D4060131871C /* NodeTraversor.swift */, - 77D03C437BF49774C8BB35D37CC3CB8B /* NodeVisitor.swift */, - 9049406831FD7D9DFE5DD59569DB3219 /* OrderedDictionary.swift */, - 2FE1CD9E9F35D32BDF790378002B7FEC /* OrderedSet.swift */, - 0E5FA9D2F03EFF67A5DC958704166FF4 /* ParseError.swift */, - 6C78FB342B9EBC3C0C828121321B78A4 /* ParseErrorList.swift */, - B120EDA604445A202EF1B059BFCAD5CB /* Parser.swift */, - 7C8F9686600CD6405D574FB6B19F176A /* ParseSettings.swift */, - 5D62C9C05F821D63E33B4F356781CC31 /* Pattern.swift */, - 04D807CF0D28672B7A3BF8DB49949B08 /* QueryParser.swift */, - AF6657E2CF0D712E9EAA3A3903151856 /* Selector.swift */, - 01A5959D37691095879BFE34DFFD3FA4 /* SerializationException.swift */, - B18AC63E54ECFDF1ACBFE25E6E3E4A99 /* SimpleDictionary.swift */, - F67D42B2A1217FD92E970E20CC1E934C /* StreamReader.swift */, - 118F7697224E030D07491D261B5FAF18 /* String.swift */, - 5B4B7F15F6932A5F49EF397102C2AFD7 /* StringBuilder.swift */, - 3ED8E0B4B85FC8AF5E4E89F2FAF5D001 /* StringUtil.swift */, - 479936C988E0411A8138FEF471E26DB2 /* StructuralEvaluator.swift */, - 64C26413C2AA2C0CAB04E7C93048DC54 /* SwiftSoup.swift */, - C3444523CCEAB0500CCB4363D0D4C72D /* Tag.swift */, - D804B8FCFBAEEE27FF575C3DB442146D /* TextNode.swift */, - A498DBA9B03420D5A52A408E288EFE45 /* Token.swift */, - 0AF931299E2E39739198BDE33142C050 /* Tokeniser.swift */, - 9DE05DBAA77EEF93AD6E331DFD7E21C5 /* TokeniserState.swift */, - 23640E614BC4F84297C7FA8A48733166 /* TokenQueue.swift */, - AD0AF110675F7E9A76468660E9C0C675 /* TreeBuilder.swift */, - 78B02107DA82542915DE9FDC88684562 /* UnicodeScalar.swift */, - F1F57772D97DD5E1A939222435942F93 /* Validate.swift */, - 789FE7E06C0EF436DCA66B274797A71C /* Whitelist.swift */, - C5464E3C9C87A56217002C42A64B77AF /* XmlDeclaration.swift */, - 195C5DAD076DAAF4B2855A9CDF1A4A44 /* XmlTreeBuilder.swift */, - 71A38DD911F6FD93FA97A5B63F013181 /* Support Files */, - ); - name = SwiftSoup; - path = SwiftSoup; - sourceTree = ""; - }; - 471FAE886C6019925500551628A5F565 /* FirebaseInstanceID */ = { - isa = PBXGroup; - children = ( - ED6F025C1A35844A29F80F75906ADB12 /* FirebaseInstanceID.h */, - CC4628669F0A3586B72F3AABDF6899A1 /* FIRIMessageCode.h */, - A3C6BFFC5C72E0597B03D923BBB90E6A /* FIRInstanceID.h */, - 832319DE350F690AB45FAC8FB8BA73BC /* FIRInstanceID.m */, - 80609CE60DD4D4E6918158F95F0758C0 /* FIRInstanceID+Private.h */, - 572B658C70294BD7606F33AD1F6CDC9C /* FIRInstanceID+Private.m */, - 7D01D34197F66E9D1D34E9A8BE78EE64 /* FIRInstanceID_Private.h */, - 3A8616A907318A8B6ED5FF84627E16EC /* FIRInstanceIDAPNSInfo.h */, - 3A3A003AC3EF5A661630609BEC0F8EE4 /* FIRInstanceIDAPNSInfo.m */, - A76859CAD83DED00B5D243BAC9D2D29F /* FIRInstanceIDAuthKeyChain.h */, - 48A8CD5FC1F85658056356BD78FFD375 /* FIRInstanceIDAuthKeyChain.m */, - BBC52F411A011CBC2517B570206468F4 /* FIRInstanceIDAuthService.h */, - 73191899CA0BBF168C4FD78553B49202 /* FIRInstanceIDAuthService.m */, - 7D6999FC90887A7895D84A651EBD90C6 /* FIRInstanceIDBackupExcludedPlist.h */, - 66825D84D3A22C3DD550F7617F15229C /* FIRInstanceIDBackupExcludedPlist.m */, - 3BEB6A148F406301BD6C84A3F1C159A4 /* FIRInstanceIDCheckinPreferences.h */, - FFC78DEEF3CAB463F61AD53C9ECA51B9 /* FIRInstanceIDCheckinPreferences.m */, - DF1993261A5A35B686F92622015F498F /* FIRInstanceIDCheckinPreferences+Internal.h */, - CCA94B85521F69EBBEC2D69879CF3A4F /* FIRInstanceIDCheckinPreferences+Internal.m */, - 3956B4BF2B6E82EA6457F6C05FAE8C30 /* FIRInstanceIDCheckinPreferences_Private.h */, - A3E29B04F8B3C6F4425B69C37D2B6D80 /* FIRInstanceIDCheckinService.h */, - DDAB2B9E49F19503B722421C8CB105F7 /* FIRInstanceIDCheckinService.m */, - 452953F7C5376FADF00731B87C6F3CE0 /* FIRInstanceIDCheckinStore.h */, - 3231A3965DF41FF2D81481E35E88B67D /* FIRInstanceIDCheckinStore.m */, - 5B334BC6B63A2542CD220B7114748547 /* FIRInstanceIDCombinedHandler.h */, - 62EDE32EDB0B2A602725F9DAFB028E95 /* FIRInstanceIDCombinedHandler.m */, - DE47C8E3586115C1710333DD04F38B67 /* FIRInstanceIDConstants.h */, - B8B248CE33E123C04C819A821CB36F76 /* FIRInstanceIDConstants.m */, - 90041B533F8292EA62172ABDA3A7088A /* FIRInstanceIDDefines.h */, - D70263328C63DB0B1B2219DE4C61A410 /* FIRInstanceIDKeychain.h */, - 68D9CAF573F6C119C2B4F96EC415125A /* FIRInstanceIDKeychain.m */, - B7A3C1A9E0B9984E481AB2765CBEF5C6 /* FIRInstanceIDKeyPair.h */, - 6121AEC8932361DD1809293E93B137EA /* FIRInstanceIDKeyPair.m */, - 822CEB8568D26CA71C0ABC28A239F77C /* FIRInstanceIDKeyPairStore.h */, - 5F41D5ADB9212B7F6B5BD8EC83C1055F /* FIRInstanceIDKeyPairStore.m */, - 362366515C9E15BAD5051233D6133DDD /* FIRInstanceIDKeyPairUtilities.h */, - 1EAE140BD3BED043774608447410FD18 /* FIRInstanceIDKeyPairUtilities.m */, - 5BF81971F0AEA76ABE81E7D7CAC4CF82 /* FIRInstanceIDLogger.h */, - 6470150F4F4FF1164302EDCDE76D7B9D /* FIRInstanceIDLogger.m */, - E7929818690C927079C049600319E7A5 /* FIRInstanceIDStore.h */, - 80B9ACCD9269BADA6E0CDF0AB63700D5 /* FIRInstanceIDStore.m */, - 6C5DEEF2D4C8579ADDA795B602D05E31 /* FIRInstanceIDStringEncoding.h */, - 609A73C7F97852A26F53ADCC9084E941 /* FIRInstanceIDStringEncoding.m */, - D281E42EBA0C7E82B4D42F273C4891E3 /* FIRInstanceIDTokenDeleteOperation.h */, - 4B792D9892793D423E7BE5C8722DDADA /* FIRInstanceIDTokenDeleteOperation.m */, - 7B6709BA043BF312EFBE47B4DFF8865B /* FIRInstanceIDTokenFetchOperation.h */, - A9AB06DBC631E42C6E77E827DA69007E /* FIRInstanceIDTokenFetchOperation.m */, - 2C5E49A650E2E366E214D3DFCDBE38B2 /* FIRInstanceIDTokenInfo.h */, - 707572B2722E840FD53E3EFFD112BE0A /* FIRInstanceIDTokenInfo.m */, - 644994B4F70276C818F905F2A55E4D4A /* FIRInstanceIDTokenManager.h */, - 5A3C3F2C22BCDA9D05FBBF6A704478AF /* FIRInstanceIDTokenManager.m */, - 0F9AB3B992F3E80357F0CA69E2560F94 /* FIRInstanceIDTokenOperation.h */, - 2F326B169AF09ACCB7964C65BE834C99 /* FIRInstanceIDTokenOperation.m */, - C8AAB4122E505FAB5A8772A00802648E /* FIRInstanceIDTokenOperation+Private.h */, - 7F2F3F36C3D96D4650AA3CD18ED0AE33 /* FIRInstanceIDTokenStore.h */, - 76A0621E46303B717988A4F94F84A719 /* FIRInstanceIDTokenStore.m */, - 23201DE71C940BF4186E232EB33EF54E /* FIRInstanceIDURLQueryItem.h */, - 675350987EB28F7C87CCC3939A13CBC2 /* FIRInstanceIDURLQueryItem.m */, - 739DEF91DDCAE904E1A9B47C4299A047 /* FIRInstanceIDUtilities.h */, - D157C2D7190E2E5FB66E9B346ACDD163 /* FIRInstanceIDUtilities.m */, - 44365C8B986FA96EFAD9A485DFD42839 /* FIRInstanceIDVersionUtilities.h */, - 04404E7A4F52A8AD39FCCD5F9F5833C0 /* FIRInstanceIDVersionUtilities.m */, - A10277B97B2917D97E8022FC1829DFB6 /* NSError+FIRInstanceID.h */, - EFD7DCE76F164EB6FE35D12306838BA7 /* NSError+FIRInstanceID.m */, - E6456E1A89ED5C8A28A2D15F14A17A3D /* Support Files */, - ); - name = FirebaseInstanceID; - path = FirebaseInstanceID; - sourceTree = ""; - }; - 47B225A8BA64A730EF76564A9467892D /* Support Files */ = { - isa = PBXGroup; - children = ( - CF0445F8B460B29742ED3F9D612537B4 /* FirebaseCoreDiagnosticsInterop.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreDiagnosticsInterop"; - sourceTree = ""; - }; - 5C660116C791C004C79B7A3E6019682B /* FirebaseCore */ = { - isa = PBXGroup; - children = ( - 1DA2121A0B433E918994635FC583EB5C /* FIRAnalyticsConfiguration.h */, - FCB49F3DE76ED21E8FE5A9A464BB68F2 /* FIRAnalyticsConfiguration.m */, - 0B1E0D94BDA1054FB2EE70638192CD14 /* FIRApp.h */, - 220A2D5C731A9DB0E6647BB7CE2BCAD0 /* FIRApp.m */, - 352394AEA1538EFD715A7F38DECA3556 /* FIRAppAssociationRegistration.h */, - AAAEF84F0F2E2A2D21D3326D31D42417 /* FIRAppAssociationRegistration.m */, - AC82058AFEB1AE7E55C837549267F109 /* FIRAppInternal.h */, - F8F7CB308E67225229D708F15E78AFA2 /* FIRBundleUtil.h */, - 1476C25FCA90F5ECBEC36219EE346BA3 /* FIRBundleUtil.m */, - 13984BC9163AA2B98D573D559CF7DCA0 /* FIRComponent.h */, - 28CBBAC552F5B54B2BCCF5B8C807D229 /* FIRComponent.m */, - D1CB52B7D10642B68C948B30E82FCF6F /* FIRComponentContainer.h */, - F771DC1D9BC629C68A14D05A35E8FF72 /* FIRComponentContainer.m */, - 2050BEC8A94E59B758344499095BCB48 /* FIRComponentContainerInternal.h */, - A42B100681D7977474E6BD78EFD9E2DA /* FIRComponentType.h */, - 85B38891EFD614DA31F8B0CEB7B50270 /* FIRComponentType.m */, - 9EF844217B6CA92C1842B27A6E01C18C /* FIRConfiguration.h */, - 0623EF777274DF5DA6AAAEA6147B95E3 /* FIRConfiguration.m */, - 797A788C837A2290DAAD9C56A079EBAA /* FIRConfigurationInternal.h */, - 01E17F768A1A6DF1D7C738896ED510A7 /* FIRCoreDiagnosticsConnector.h */, - 3BFB3F24FAF57AC4851C67385FD4F113 /* FIRCoreDiagnosticsConnector.m */, - D3D52055FEACD4AB40E377D8D3EA6686 /* FIRDependency.h */, - 22C7B858C2B45CD41B93D8EC6420A5BB /* FIRDependency.m */, - 3E2587854D4D57913702C040164E4F0A /* FIRDiagnosticsData.h */, - 5284FC320908282998F7AB525AC55E26 /* FIRDiagnosticsData.m */, - B294B4371CC1F5C0D466F981A887A6E6 /* FirebaseCore.h */, - EAE648E5946CF5BB8990DF55D1556350 /* FIRErrorCode.h */, - 5C1C5EB20491EBA0F75F706569A5C52E /* FIRErrors.h */, - FB81C2240D8569A15143647E083A5349 /* FIRErrors.m */, - 7D48FF7B81E5EEEAE85CACDD113941BF /* FIRLibrary.h */, - A4026ECE8EF64C795DE52E471842B687 /* FIRLogger.h */, - FBE71FB110002C309450FD95560C194B /* FIRLogger.m */, - 1D7B8165C8B37BAB449F1E13FFC0AF8B /* FIRLoggerLevel.h */, - 79DFC9DAB493A7B51C659C2CD33D29E0 /* FIROptions.h */, - 6947C1BB8CC3F10CAF8A2ED9976C7A09 /* FIROptions.m */, - 1E888642901B524329A0502211506B03 /* FIROptionsInternal.h */, - 835731F5ABB475E32565175E3B2C1A8C /* FIRVersion.h */, - 2C6D23963CA73BD85EFDA805A9498BD3 /* FIRVersion.m */, - E5BF20CAB805CE4C34D3454C0EE42CBF /* Support Files */, - ); - name = FirebaseCore; - path = FirebaseCore; - sourceTree = ""; - }; - 609F74940AAEF228FE1F1DD9C7C4788E /* encode */ = { - isa = PBXGroup; - children = ( - ); - name = encode; + name = MagazineLayout; + path = MagazineLayout; sourceTree = ""; }; 66EC6684A38835BA3B22E4CA9A1A993B /* Products */ = { @@ -1862,107 +2001,50 @@ name = Products; sourceTree = ""; }; - 6AC75C2486D9342834CCEAF70BF4FB36 /* Support Files */ = { + 6A36530C959AB9A4D3D59CC1355F20BE /* Environment */ = { isa = PBXGroup; children = ( - 15756E629826FAC8D31C8D04E392E07F /* Firebase.xcconfig */, + 1A399357D4C609EFE7B819CDD3183A9B /* GULAppEnvironmentUtil.h */, + 2410CEE6FE3B37E25A6858FD94A1D791 /* GULAppEnvironmentUtil.m */, + ); + name = Environment; + sourceTree = ""; + }; + 6BB8F489B79F4E8EBB64A2379A484B50 /* Support Files */ = { + isa = PBXGroup; + children = ( + 686E8CA28B3F51EAF42AF30C64608C6F /* Alamofire.modulemap */, + 398D196AD87169678D60F443F229B28B /* Alamofire.xcconfig */, + A4782B2D102C68918277F99E4C24F4AB /* Alamofire-dummy.m */, + 4A4ED1901250054C52F3F29D635D02BD /* Alamofire-Info.plist */, + C0EF0FED2F12D5DD1187859D763F7FA1 /* Alamofire-prefix.pch */, + 463CCC854E6E466B832407B6A54D1B49 /* Alamofire-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/Firebase"; + path = "../Target Support Files/Alamofire"; sourceTree = ""; }; - 6B2F77443573AC64130F7B34E22E0013 /* NSData+zlib */ = { + 6DC7F25E0D4F4DE8C9DBB9C71C9617F9 /* Firebase */ = { isa = PBXGroup; children = ( - FB1E6B8E87D3D37D9B13DB74FE001AAC /* GULNSData+zlib.h */, - A7F9A8B28BE109E5C06226E0B8AAFE52 /* GULNSData+zlib.m */, + 0B7A6379617F6057F7EC54B780DA44C9 /* CoreOnly */, + CEDA5B74F3C6CD7C472FE1726CED2E54 /* Support Files */, ); - name = "NSData+zlib"; + name = Firebase; + path = Firebase; sourceTree = ""; }; - 6BB4DA0F8E6F7D2ABF4DE24C9157A72F /* UserDefaults */ = { + 6F5286CC7EEC28EBCC7CE71BCD556FCA /* Support Files */ = { isa = PBXGroup; children = ( - D295681389ABE2D110B7630DF40A0A60 /* GULUserDefaults.h */, - 6B4131F687B3226513AF8BAD5C331D0B /* GULUserDefaults.m */, - ); - name = UserDefaults; - sourceTree = ""; - }; - 70228DB8EF0688127DE1F1A904514D95 /* MagazineLayout */ = { - isa = PBXGroup; - children = ( - 8FD5F30F569E7D6291293AADA5306EF8 /* BackgroundModel.swift */, - D49AC4F5ED90906BFBB53A9F0C2EDFF2 /* CollectionViewUpdateItem.swift */, - 6458B566C7F70BF43D2589B156BFFEE6 /* ElementLocation.swift */, - 95B610736104B70C052AB268AB4AA34D /* ElementLocationFramePairs.swift */, - D08D95BDC5B51150BCD7EAC270BC8DDB /* FooterModel.swift */, - 2274EE616F694E435B1666B79938E4F2 /* HeaderModel.swift */, - 7DD37D2505E42095AE5B20907792DBF6 /* ItemModel.swift */, - C899CB83DB633E09092043B3E3CEFB90 /* MagazineLayout.swift */, - DB17B2748C742C8BA4988A1BD033ED6A /* MagazineLayout+Default.swift */, - E9AFE6A7A1E7A2173027B3DF55A2D6A3 /* MagazineLayout+SupplementaryViewKinds.swift */, - 1E35C1353718635F8A82B8939155929B /* MagazineLayoutBackgroundVisibilityMode.swift */, - 65D78C04CEC15AE5CAE82F1EA98D7317 /* MagazineLayoutCollectionReusableView.swift */, - 45701DFCD9A637256C6366557C79CF2A /* MagazineLayoutCollectionViewCell.swift */, - 9974A95346D9D9D7CF7AAFB7141280B4 /* MagazineLayoutCollectionViewLayoutAttributes.swift */, - 24C394E97A040478789A71C350062A9F /* MagazineLayoutFooterVisibilityMode.swift */, - 7403987DF462ACF958EAF5C71C07C490 /* MagazineLayoutHeaderVisibilityMode.swift */, - 386081CF734A6D6383427B3D417FDDDC /* MagazineLayoutInvalidationContext.swift */, - 6E127A570DF3AC09C9B64AB1C7E14C0E /* MagazineLayoutItemSizeMode.swift */, - 8F372F67F6F4E0F3874381044536AA28 /* MagazineLayoutItemWidthMode+WidthDivisor.swift */, - 3E00566EEC2C3B91EE28F7DDFFB10FF7 /* MagazineLayoutSectionMetrics.swift */, - B2F134CC87411FBAC2821EDC77C7CF42 /* ModelState.swift */, - 92B61C94D4F4421C409D9C8A9D4E9489 /* RowOffsetTracker.swift */, - 73FE4DE947DCB3C88FD150556B5E89BF /* SectionModel.swift */, - D9BC95F96F0FD2D710B67E6C32D75AC9 /* UICollectionViewDelegateMagazineLayout.swift */, - BD80A72FA8B7A4ED6B62F44BA2B89811 /* Support Files */, - ); - name = MagazineLayout; - path = MagazineLayout; - sourceTree = ""; - }; - 71A38DD911F6FD93FA97A5B63F013181 /* Support Files */ = { - isa = PBXGroup; - children = ( - E5CD322CC25623FE37E1D12CAB608EF3 /* SwiftSoup.modulemap */, - 60266A1BABE5998F1456D04C2A68C651 /* SwiftSoup.xcconfig */, - 54748055D7E8000905C7DE861DC36541 /* SwiftSoup-dummy.m */, - 61053537FA1EDC64CAF9A3E70F7C4A90 /* SwiftSoup-Info.plist */, - 84AEA2C707563D3A0360771BDD6EB0D3 /* SwiftSoup-prefix.pch */, - 726504726FC847216E0FA5943AE66047 /* SwiftSoup-umbrella.h */, + 72B5031A93F88C3A8067D1750E41DFE5 /* FirebaseCoreDiagnostics.modulemap */, + E9D9BE2B421071B7F5CF21ABEB495508 /* FirebaseCoreDiagnostics.xcconfig */, + DFE2DABD9472EC9480BD1EF3EB86EF4C /* FirebaseCoreDiagnostics-dummy.m */, + B39D74C9C8756C7E6FE94236C8EDD4AF /* FirebaseCoreDiagnostics-Info.plist */, + 6ACD767757CAD42273D0753D20A4F55A /* FirebaseCoreDiagnostics-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/SwiftSoup"; - sourceTree = ""; - }; - 71E8D72F04E58149FC358339C2118AA3 /* AppDelegateSwizzler */ = { - isa = PBXGroup; - children = ( - 4AE727339904507E4C57924B328CDF66 /* GULAppDelegateSwizzler.h */, - FC495C68BB167FB03DE8462A2D875A73 /* GULAppDelegateSwizzler.m */, - 4F16AB68AB79AEEDFEA36596B5D2150E /* GULAppDelegateSwizzler_Private.h */, - 4EF6C19E6C1BF05425904AD6E247B180 /* GULApplication.h */, - ECD4D73E379A70C5AF92CC844C6D1034 /* GULLoggerCodes.h */, - ); - name = AppDelegateSwizzler; - sourceTree = ""; - }; - 77DA960CD6740A3C11C03444260C94E2 /* Network */ = { - isa = PBXGroup; - children = ( - 2445BAB69E58F298F52A9D1022BCE7F8 /* GULMutableDictionary.h */, - 5541182FBC6CA4DB7469DE3869C804E1 /* GULMutableDictionary.m */, - 4468BC20B74303B6AC3CFD47A18DC032 /* GULNetwork.h */, - 8CA1A65D9E912C169476BB04A388D601 /* GULNetwork.m */, - 4329AA08D7924088088BD4A520FB7E5D /* GULNetworkConstants.h */, - 728CD2C704BF030A82803D570246263E /* GULNetworkConstants.m */, - F53A702AF580209C0E3710144E081F63 /* GULNetworkLoggerProtocol.h */, - 550E7ACEFEC66A1AA8471A4824AB7EB4 /* GULNetworkMessageCode.h */, - 5F4BE2A231AB5D90826FB5D539DAB455 /* GULNetworkURLSession.h */, - CF121C4826E9C8F6CFD860205EDF2586 /* GULNetworkURLSession.m */, - ); - name = Network; + path = "../Target Support Files/FirebaseCoreDiagnostics"; sourceTree = ""; }; 79DDEB7AC44EBAA9952D15F966180055 /* Pods-AvH Plan */ = { @@ -1982,123 +2064,251 @@ path = "Target Support Files/Pods-AvH Plan"; sourceTree = ""; }; - 8579D49F51302575E4B42F7E2763632E /* Support Files */ = { + 7F065A393D41083268E7D29A06877D86 /* Frameworks */ = { isa = PBXGroup; children = ( - 3518076ADA3C205C8AFFFC1E94D6AFD0 /* Protobuf.modulemap */, - 9011F8C47DB10E45877DC658BE9EEBB4 /* Protobuf.xcconfig */, - 080EBA65D27BF08E67822FDEFBF5261D /* Protobuf-dummy.m */, - 5FB2ECA9090E2C8FE119D27E42BB9852 /* Protobuf-Info.plist */, - 90E2C93A7064E50EBAD7CECE6ECD5F4F /* Protobuf-prefix.pch */, - AEFA23ACBB8F04C0058F2CB2D3DE01AE /* Protobuf-umbrella.h */, + F90A801704C751ABFA7F928D2534D0F5 /* GoogleAppMeasurement.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 7F6590A3665D2EA98B3BA7D4B2B551F8 /* Support Files */ = { + isa = PBXGroup; + children = ( + E9CE088E0582CA8C37D13F894307F20B /* Fabric.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Protobuf"; + path = "../Target Support Files/Fabric"; sourceTree = ""; }; - 878DF3986014DCAB0A82826B58F9E593 /* SQLite.swift */ = { + 802C1E1EF30F8D84E5CF1BB52BDDBD2A /* encode */ = { isa = PBXGroup; children = ( - D4986E8B2590C68A5BDA49F481E65FBC /* standard */, - 8807F428A9C699159845611A672CD921 /* Support Files */, ); - name = SQLite.swift; - path = SQLite.swift; + name = encode; sourceTree = ""; }; - 8807F428A9C699159845611A672CD921 /* Support Files */ = { + 80AE9FB0DD3517C1430B0F3BB41104BA /* Alamofire */ = { isa = PBXGroup; children = ( - FB12821C87E28AE1D0138016830FECAB /* SQLite.swift.modulemap */, - 5AD8852A5F13691D2A95B510A407BDCA /* SQLite.swift.xcconfig */, - A687B8F3EC7CF173700BAFD9494A7FFE /* SQLite.swift-dummy.m */, - 8D3D7E364B329B13030217287AA1874F /* SQLite.swift-Info.plist */, - B133E84B1FBF0779FD9D5791D2E1FB7B /* SQLite.swift-prefix.pch */, - 2AD816F214BDA497E2D88984F79CF9D1 /* SQLite.swift-umbrella.h */, + CCCDB217FB062475757D8BD81BE4FD55 /* AFError.swift */, + 5903166CB83D8D38049514225BE533E8 /* Alamofire.swift */, + B5B087A0FD05B839D5812CAA60088049 /* DispatchQueue+Alamofire.swift */, + C6931BA72E6B188E5CDE70EF9DDD76A6 /* MultipartFormData.swift */, + 8FB7BECC91B35B184AEE9D25F58D3065 /* NetworkReachabilityManager.swift */, + 454D05BEFA68F7504ACC4F06E06F092F /* Notifications.swift */, + F9CD6877F3EC615FB0D551E19CE76A8E /* ParameterEncoding.swift */, + 779C8B46DE898E374111BE6CAA7E3611 /* Request.swift */, + 30D837A3AFA86C16FBDD4BB9D2D4CBFC /* Response.swift */, + AD59546406144E97A49EBE99D5AE8EBD /* ResponseSerialization.swift */, + 41EDC0A7DCB49C69EDE777BF2C5B7061 /* Result.swift */, + 535C3EBAF317DEC5367ECEF6F89722C1 /* ServerTrustPolicy.swift */, + DFDEEBFAA5063317093715AAA6ED8626 /* SessionDelegate.swift */, + 21B3F5135524C5013D653B4FFFB1CD7C /* SessionManager.swift */, + FF627EAFF0039D13556C8FFE33C8B32A /* TaskDelegate.swift */, + 4DF07DE3CADC96CD738CE57B17EFCAFF /* Timeline.swift */, + 5900DE4E8152DE7373FD5E35E69864AC /* Validation.swift */, + 6BB8F489B79F4E8EBB64A2379A484B50 /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + 846D2246D5556A19BF920644E1CEDE72 /* Support Files */ = { + isa = PBXGroup; + children = ( + 54C885F9EFFB545DC58AED8658CBC4FE /* FirebaseInstanceID.modulemap */, + 02BDA15621FBBC8402F7D34E86C462DC /* FirebaseInstanceID.xcconfig */, + 08D9D1FE0D7C5C082D16A46EB6F40A13 /* FirebaseInstanceID-dummy.m */, + CAC1D60FCF9B3672238D6D9213B506CE /* FirebaseInstanceID-Info.plist */, + B6B60D9EF4503136BAC71E83FDFD0A5F /* FirebaseInstanceID-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/SQLite.swift"; + path = "../Target Support Files/FirebaseInstanceID"; sourceTree = ""; }; - 8FA73810F39C789ED8C6D9E743024C42 /* GoogleDataTransport */ = { + 86B97D750375F2BB0B6C1BFF07558CC7 /* Frameworks */ = { isa = PBXGroup; children = ( - 96BE9B574374A25384BC82B61EE27612 /* GDTAssert.h */, - B955D98F755C88A0B7C10FC97AE6D618 /* GDTAssert.m */, - 18FA929D742AF284DD9384F2C52BE4F4 /* GDTClock.h */, - AFA37563A709ED9A476161E9CD3104E0 /* GDTClock.m */, - 714B4DBE3515C9A0FAE0135B395C75EA /* GDTConsoleLogger.h */, - C74A7560FA9516822E65B7B634D1D795 /* GDTConsoleLogger.m */, - 7BEB595E5107F889F3D25FB2BD556B6A /* GDTDataFuture.h */, - E68B2E09D025A601AB0C665CC65A0935 /* GDTDataFuture.m */, - 640D37F3698FAE8D280E354B8924F0CD /* GDTEvent.h */, - 7FF38C16579719DAB53081A477FED320 /* GDTEvent.m */, - 4CDD9061FCE81A418EB59B75FA8C58D5 /* GDTEvent_Private.h */, - 2C10F6528E3664A4A125D4D868F1CDC3 /* GDTEventDataObject.h */, - BD3E623FD3F0808B4B6F7B2E5B214225 /* GDTEventTransformer.h */, - AA0A3471194BE9DBEDBE79EB8F22BF93 /* GDTLifecycle.h */, - 36BA7E63892121557A5AC1CA6F2696C8 /* GDTLifecycle.m */, - C615389BD2FE819AA1483FC22A5C6077 /* GDTPlatform.h */, - E2420AC2AD8527C007A69F52AB75AB62 /* GDTPlatform.m */, - B4F171B401FF80E93867AA69DA809D77 /* GDTPrioritizer.h */, - 6F8685EB1A77B8AB4C2C602EC03B73E1 /* GDTReachability.h */, - A7B644D19FC949BF63963A97CFE2F777 /* GDTReachability.m */, - 98DC50B4E77F6865163581F0778608E9 /* GDTReachability_Private.h */, - D0B1D6CC1A53E810339B17774DD3A326 /* GDTRegistrar.h */, - B49D1FB9A7F728B745883076850E6FFD /* GDTRegistrar.m */, - 8FA0EC4DC9427AF7AD76B694B43DB48A /* GDTRegistrar_Private.h */, - 37B427DF827D5B41E42E65E3E006503A /* GDTStorage.h */, - AE6134A6DC2603629E67DBE7F10D8563 /* GDTStorage.m */, - BC63214D86607F026276080B142863DC /* GDTStorage_Private.h */, - 5D9ECBD26F9C148377B805420D9946A7 /* GDTStoredEvent.h */, - C4451EC92516F8160A063C45A75DB9CA /* GDTStoredEvent.m */, - 9CCB982C27FBEC77B0864FB5072F9985 /* GDTTargets.h */, - D28A1DAEBB2888AEA8B1E58FC9D49989 /* GDTTransformer.h */, - 8803F9E01F73FF9AD370F63801166BF4 /* GDTTransformer.m */, - 777F942F370A122CC4E24BA38BA8598B /* GDTTransformer_Private.h */, - 6A4C62155B785661D467068285F4A57E /* GDTTransport.h */, - 6ACFC19C4DBDB1286E4323C42A9D6530 /* GDTTransport.m */, - 9280F5952AFCB50F65D3FFF6BE6300D4 /* GDTTransport_Private.h */, - E269BD87DE52D0FBB1CE3CB7DA2AB7E7 /* GDTUploadCoordinator.h */, - ECE02DB900F2629594D3E3C71014109C /* GDTUploadCoordinator.m */, - 2EA8CEB580CFDBE4991E7DF4086C3952 /* GDTUploader.h */, - 47EB18F4657A9ABDECB9F533BAB81DBA /* GDTUploadPackage.h */, - 61ACB54EFD5863A6B1E14524A1CBB4F0 /* GDTUploadPackage.m */, - BD213F1BD93E20B36EE9D17A0FBD3984 /* GDTUploadPackage_Private.h */, - E17A7454C87B21FF3723DB8490B9FCB2 /* GoogleDataTransport.h */, - F573725AABA6B0CE19215076214BDB75 /* Support Files */, + 94867DA8F98546E88A4D0F5217C1BBF0 /* Crashlytics.framework */, ); - name = GoogleDataTransport; - path = GoogleDataTransport; + name = Frameworks; sourceTree = ""; }; - 941E831458B6803CA50ECE0D83812A8F /* FirebaseAnalyticsInterop */ = { + 875075C794CB39D463C2F07A8BC87C04 /* SwiftSoup */ = { isa = PBXGroup; children = ( - D92AFD15CB069A1B0A2FE5B49F711416 /* FIRAnalyticsInterop.h */, - 55F14DE3898EBEF5A8E0C5E5C4A37D15 /* FIRAnalyticsInteropListener.h */, - CC6620C013776C415F9A7F0A65F53CF9 /* FIRInteropEventNames.h */, - 6E8120CF7D00D4FA733E68CD15E49BD8 /* FIRInteropParameterNames.h */, - 3B1B483124C4BD835E3109B733E31AA2 /* Support Files */, + C6CFBCD7251E736A047D9D899CC49BED /* ArrayExt.swift */, + 3CD48A861D49FEA8C4096CD2C3A89227 /* Attribute.swift */, + 6D0D194CCCDB42BF6F21BA8282D39ABF /* Attributes.swift */, + B8B3CDE98A596809A60F8785EB135956 /* BooleanAttribute.swift */, + 274616AF3813701C0CF19D85CA2F5731 /* CharacterExt.swift */, + D87E0A712B5D74D0BF96C213A3F119FA /* CharacterReader.swift */, + 5FE5FFE8326C8BC8B612E195C8C60355 /* Cleaner.swift */, + 952D0805DD64332DFE9C30877192D625 /* Collector.swift */, + 76B96A539B9BBD0FE23CA652E0A2B501 /* CombiningEvaluator.swift */, + 5034EFAEB021F750AA2B9B06498A69C3 /* Comment.swift */, + E0B4121FE60A6E9F5216DB96B28379EB /* Connection.swift */, + 7E8968225878F4E985F2FBB87EAC7BA5 /* DataNode.swift */, + A60CE3D0C451C5B93451BD75E27D7D58 /* DataUtil.swift */, + 67840CD6662F64BB74C758F7B70D25A3 /* Document.swift */, + 23F499C0ECB46D18F6829AC3678C93A9 /* DocumentType.swift */, + 91249C589FD8F1A8E5D6BF6EE168D9F5 /* Element.swift */, + 8E263A30EC3C07DC1F25EC1BA41C9E89 /* Elements.swift */, + 4C96DCDDF229777BF74DA1C617782B34 /* Entities.swift */, + 5F54D0DE05F07BC97E6E12CC3C334215 /* Evaluator.swift */, + 894E42FF47435ADCC4BB76B202371487 /* Exception.swift */, + AA91218B1B5DA40530AF2057BF9FFEF6 /* FormElement.swift */, + 7AB51C67289171AD3BAA219D01188E3C /* HtmlTreeBuilder.swift */, + BE37D780E210C406FCB99B592F51E191 /* HtmlTreeBuilderState.swift */, + 08CC5118EFB8518AAE2C9DE23A3F74C5 /* HttpStatusException.swift */, + 868C3359275D4A3036C820BBD9983539 /* Node.swift */, + 6ACE8A2014700819D3A28303AA4F1283 /* NodeTraversor.swift */, + 1F1AE7659F43C23CA7558690CE49BDC1 /* NodeVisitor.swift */, + DDFC263AF22620E36EDF89057557B9E8 /* OrderedDictionary.swift */, + F945F5F89781B813D5074C7DFE8A7B5B /* OrderedSet.swift */, + C5F402A4F23DABFB631BDED9F2076A27 /* ParseError.swift */, + 3B5743673464F7EE51AC8E53580CB2A0 /* ParseErrorList.swift */, + B9BED7F994F4182BBFEF1507A980959C /* Parser.swift */, + 4F6A02B10BAE737A69E192D4C3C8DCB1 /* ParseSettings.swift */, + 33E466D0FB87449FE764AFA47B0276C6 /* Pattern.swift */, + A40D9FB39485B1817B3B7A2A756739C6 /* QueryParser.swift */, + 1A94ECA3648CA10BD27BA077192829D4 /* Selector.swift */, + F0C9F7A149C63E0B9B8013A717916631 /* SerializationException.swift */, + 9C9827EDC3F70474DB486BBE5F8D74B8 /* SimpleDictionary.swift */, + 8189A41239642BC8A9CEB303A80D7325 /* StreamReader.swift */, + D9A6AFCD5F70903941311AD7931D2ED9 /* String.swift */, + 08E550583BD118740553AC458011037A /* StringBuilder.swift */, + E66A3E9091E75B4666F246C5CAB8A4F4 /* StringUtil.swift */, + 4BCC07914C52906779CEEF0F03A78A46 /* StructuralEvaluator.swift */, + 0975A7087FB712857805A328E9B770AC /* SwiftSoup.swift */, + 4012B4E41B452DBA7BE4015D38F6535D /* Tag.swift */, + 524352E0295DCE4B1185802E9C81991C /* TextNode.swift */, + 11A4E025A4C631449CBCCEF924A4FE11 /* Token.swift */, + B4DE5850AA67472248DED5388229B157 /* Tokeniser.swift */, + CAB27B1A4852BEECAFFB31D27B21FAAD /* TokeniserState.swift */, + 8F9488FAC53884FC0093DFF851BA9E3B /* TokenQueue.swift */, + F28C60F09B5334BB25ECE1E916FB3C89 /* TreeBuilder.swift */, + F29CB4B53F88330E587C992717DF9FC5 /* UnicodeScalar.swift */, + 359AC71FCC5638824C6E44C345D6488E /* Validate.swift */, + 1F2AAE42AC3D9A558ED5BE09DDB9458C /* Whitelist.swift */, + 2A98F75B1968E8E1872A94A5CB81E5C5 /* XmlDeclaration.swift */, + 65158E6B0C47B2DF36D242B70CD40BEC /* XmlTreeBuilder.swift */, + F37D1B63C82814F4507E06A513C7F5F1 /* Support Files */, ); - name = FirebaseAnalyticsInterop; - path = FirebaseAnalyticsInterop; + name = SwiftSoup; + path = SwiftSoup; sourceTree = ""; }; - 9479C2DC380B0FB39E16DCFA6DEBA8BA /* GoogleUtilities */ = { + 8CC09E4640F1FF946B09DE11A8F0E1AB /* Support Files */ = { isa = PBXGroup; children = ( - 71E8D72F04E58149FC358339C2118AA3 /* AppDelegateSwizzler */, - CB2182DE3FD7303542D465C3D0CFDCE2 /* Environment */, - B1DEB1F9360A678A2C64341EAF3E19B6 /* Logger */, - 77DA960CD6740A3C11C03444260C94E2 /* Network */, - 6B2F77443573AC64130F7B34E22E0013 /* NSData+zlib */, - AF910DF55F7CD60C7A49D033E78956FD /* Reachability */, - 3485AA28897DA46A074F5E1D11789E4C /* Support Files */, - 6BB4DA0F8E6F7D2ABF4DE24C9157A72F /* UserDefaults */, + 608B51C057C9110D2A48ECC7ED5B573A /* FirebaseMessaging.modulemap */, + CECA3223C74C7FDD54B8A8C3F4ABC17A /* FirebaseMessaging.xcconfig */, + 78918729ACA88FF949AC94ABCACDFE2C /* FirebaseMessaging-dummy.m */, + E92FE45762684F6F6308C405DEF07E3A /* FirebaseMessaging-Info.plist */, + 55F0DB988779B6715AB46F4DF3572D04 /* FirebaseMessaging-umbrella.h */, ); - name = GoogleUtilities; - path = GoogleUtilities; + name = "Support Files"; + path = "../Target Support Files/FirebaseMessaging"; + sourceTree = ""; + }; + 8D0C95C5A2ED2BD15280F17D00D773AE /* Protobuf */ = { + isa = PBXGroup; + children = ( + 7A7C9AE07CE4C9B4C8CD53BFB6C5B136 /* Any.pbobjc.h */, + 2FF8B72EADB2993AA3BDE35796A7A251 /* Any.pbobjc.m */, + 20123E090DD24CC347ADA1FD94F914E1 /* Api.pbobjc.h */, + D58FFFFF71E23A70786C175E0CD22149 /* Api.pbobjc.m */, + F11D8F2F545AEB94CE79BABC27E08B29 /* Duration.pbobjc.h */, + 45E5BBB3D007FA99A4706D484AA71381 /* Duration.pbobjc.m */, + C17B18ABE49AC2020002DAE5D6724B36 /* Empty.pbobjc.h */, + 06BDD6D759EAFACF482BF7C5B1FDEEAA /* Empty.pbobjc.m */, + 4655D2BE15A22D6C517D291A3F9A3F74 /* FieldMask.pbobjc.h */, + 2BCEDD02C2D329FB62051A099B6BB93A /* FieldMask.pbobjc.m */, + A98280089B9C6C79BE4AF9F2A861D4C2 /* GPBArray.h */, + 0E6C60EEB28C5DE96C8A6FB6E557910A /* GPBArray.m */, + CC04577D20C496CCB9625D1E615935C7 /* GPBArray_PackagePrivate.h */, + F174975FC93DA354578483F8FF90349F /* GPBBootstrap.h */, + 5A4CB1E12663EF8C1249044B92A10EC5 /* GPBCodedInputStream.h */, + A6CF3D3D730C14A22D4A79703B744F2A /* GPBCodedInputStream.m */, + D0268E5FC02649216FCFD92B4C80F8AF /* GPBCodedInputStream_PackagePrivate.h */, + A38BA2C3F53D9D864A3458BFF01BC29B /* GPBCodedOutputStream.h */, + A6AE8F2C082E98B890D515F124328FCC /* GPBCodedOutputStream.m */, + BE204F034F5F9A8D9C45348BC1EA582C /* GPBCodedOutputStream_PackagePrivate.h */, + 4C824AD4FEE5A1D000203CEAAC83E06E /* GPBDescriptor.h */, + 029489BD9F96CEF9D4BA630BF1721C42 /* GPBDescriptor.m */, + 4EB1659373754188BF7163582B14598A /* GPBDescriptor_PackagePrivate.h */, + DA4D606B83759A7989231A7BB73207B1 /* GPBDictionary.h */, + F9759A111262C88E38F45052B065EAFA /* GPBDictionary.m */, + 5FE5A6A473C89DC8354D637258AA5776 /* GPBDictionary_PackagePrivate.h */, + 74E01FE2A4C5A8AD17F3FAE9C5CA1B29 /* GPBExtensionInternals.h */, + DEEE054E93852D3F466E565154184B8B /* GPBExtensionInternals.m */, + B394F9D513EF044C99A56586D4480522 /* GPBExtensionRegistry.h */, + 4B0F752C78A2FDB4B9CC85946BF5209F /* GPBExtensionRegistry.m */, + D15CB6032BF0CBC5C6667C96793327B0 /* GPBMessage.h */, + D7C92EB9794D22593D6D82954D55C1A8 /* GPBMessage.m */, + E9D5BD5A9A08EC34AC23BD5A309E5397 /* GPBMessage_PackagePrivate.h */, + 8D2033FAB9EC937E36940E4B74FCD31B /* GPBProtocolBuffers.h */, + 83792CE70550BCBFE8ED7CF0474B88F0 /* GPBProtocolBuffers_RuntimeSupport.h */, + 48CBCD42C637435ECBD0EE954A4D7453 /* GPBRootObject.h */, + D651FBB86BCD343886C67CF752069A49 /* GPBRootObject.m */, + 79CA8399AAC6096A2BC5359367467FCA /* GPBRootObject_PackagePrivate.h */, + 259144CDC7CF1E727B8ABA48871EC11A /* GPBRuntimeTypes.h */, + F60D070027265BBDAC7BD619BD93609F /* GPBUnknownField.h */, + 286F0BE1F8C5DD78EDAE273E99B0B275 /* GPBUnknownField.m */, + AECAAE8647E23719AF30BC8C4CD42815 /* GPBUnknownField_PackagePrivate.h */, + 63BFB13912C13BB9524944569613F619 /* GPBUnknownFieldSet.h */, + A0BE255B3BDDC13D5174AFB43CF95F51 /* GPBUnknownFieldSet.m */, + A3B56C427B009BB332A433F6A66FFDF8 /* GPBUnknownFieldSet_PackagePrivate.h */, + 391A581A9C162537D8260C84E3ECC07C /* GPBUtilities.h */, + 77493EE7A8D5C4B6F7F9447376274992 /* GPBUtilities.m */, + 07B2161A5B0BCF67A7D4DF05E3D4CB62 /* GPBUtilities_PackagePrivate.h */, + E113ECF5F4B4625D774B5ADF68D0A318 /* GPBWellKnownTypes.h */, + 852F07C77AEEAB3C3596DE85999E00A3 /* GPBWellKnownTypes.m */, + C44F375C33B625760C2F66A1E9DBCD55 /* GPBWireFormat.h */, + 1B802EEF2DB9B41BCB065547BB049F5E /* GPBWireFormat.m */, + FFA044E9896918CFC507BDABCE1C2A76 /* SourceContext.pbobjc.h */, + 8D531EDB12CC0A00C359FC3E2CB99BC6 /* SourceContext.pbobjc.m */, + 2476B17218AECE820EAFFDF02578770B /* Struct.pbobjc.h */, + 56A1A3CDD8FD5C9096FC03A7E9F1894E /* Struct.pbobjc.m */, + DBB99DA5838E410C955CDDF69788DA11 /* Timestamp.pbobjc.h */, + 6D42F0FE20D174A0286F6E934DB747B1 /* Timestamp.pbobjc.m */, + E2BFCEE2881358CB9C64FC8BB2E1FC11 /* Type.pbobjc.h */, + 33BD927FA6C15C238158414F254C9A01 /* Type.pbobjc.m */, + ECC25DCEE9716E1953A7C76BCAA8DD49 /* Wrappers.pbobjc.h */, + 6A992E787EF4C6769DF7F9086698C106 /* Wrappers.pbobjc.m */, + D7395B1B5B29FC907165CC36623FB060 /* Support Files */, + ); + name = Protobuf; + path = Protobuf; + sourceTree = ""; + }; + 94EC439D911C4C7435A65FB8AFA87A0D /* Frameworks */ = { + isa = PBXGroup; + children = ( + D732DF4D3761A57C4DEFB9DA3226F3DB /* Fabric.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 9C81E8794C335C62152E14BC9A36F0CC /* Support Files */ = { + isa = PBXGroup; + children = ( + 9B618983CA768571857486F0B0B545F2 /* FirebaseAnalytics.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseAnalytics"; + sourceTree = ""; + }; + 9EF970F6F5BEB0A7547909BCDD5A5EA5 /* GoogleAppMeasurement */ = { + isa = PBXGroup; + children = ( + 7F065A393D41083268E7D29A06877D86 /* Frameworks */, + ACE544BED1DF4C68B6BABBD60FCFBE73 /* Support Files */, + ); + name = GoogleAppMeasurement; + path = GoogleAppMeasurement; sourceTree = ""; }; A85A4E79C7E1291EF663F6D86185E034 /* Pods-AvH PlanUITests */ = { @@ -2117,230 +2327,123 @@ path = "Target Support Files/Pods-AvH PlanUITests"; sourceTree = ""; }; - ACC56850029E42F6423666F473264BD1 /* Pods */ = { + ACE544BED1DF4C68B6BABBD60FCFBE73 /* Support Files */ = { isa = PBXGroup; children = ( - 188B227220C9D93C6F14A88C54B8482C /* Alamofire */, - 00645BEBA18BFF597CFFF1EEB404EA94 /* Firebase */, - 941E831458B6803CA50ECE0D83812A8F /* FirebaseAnalyticsInterop */, - 5C660116C791C004C79B7A3E6019682B /* FirebaseCore */, - FCE9CFF89C56AD1A42869B9152F42C78 /* FirebaseCoreDiagnostics */, - F55E51D24F83AD88EBDB1603205C8336 /* FirebaseCoreDiagnosticsInterop */, - 471FAE886C6019925500551628A5F565 /* FirebaseInstanceID */, - C445CF1870BADB0783B815E69CF12E3B /* FirebaseMessaging */, - 8FA73810F39C789ED8C6D9E743024C42 /* GoogleDataTransport */, - FB2CCBE0977CB64A001AE1B43414A350 /* GoogleDataTransportCCTSupport */, - 9479C2DC380B0FB39E16DCFA6DEBA8BA /* GoogleUtilities */, - 70228DB8EF0688127DE1F1A904514D95 /* MagazineLayout */, - F0F1E53E5B2719D54A161DD8B8795D29 /* nanopb */, - BF1B4A834C4960265A584ADACAD63A9A /* Protobuf */, - 878DF3986014DCAB0A82826B58F9E593 /* SQLite.swift */, - 3F2BC0088D03B8DC609EAF443391B787 /* SwiftSoup */, - ); - name = Pods; - sourceTree = ""; - }; - ADE67B14C05F7B609EF625AEC81BA6E6 /* Support Files */ = { - isa = PBXGroup; - children = ( - ED98309EB8818066DA09C78F6E5A0527 /* Alamofire.modulemap */, - 5B8E5C43FCF4CF6BA4762BE2D0778E04 /* Alamofire.xcconfig */, - B4A7D2EBBDDE0F2B1416FCC64EE03598 /* Alamofire-dummy.m */, - 21D5C155730BB151B59B593E759E3246 /* Alamofire-Info.plist */, - BA7F21B1CA57DF1D6B8012AC0D697908 /* Alamofire-prefix.pch */, - 5F4A797D3CC74EF3636DF37894F5BABB /* Alamofire-umbrella.h */, + EB156CC75B448C0A05C7757A2F7E3117 /* GoogleAppMeasurement.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - AF910DF55F7CD60C7A49D033E78956FD /* Reachability */ = { + AF2DE7A908DE5D45A371AE7113F46FAB /* Support Files */ = { isa = PBXGroup; children = ( - 0EF4E3FDBD9FD09E59E535928355FDEB /* GULReachabilityChecker.h */, - 3737CB4723A19B6EB8D55E897A63BC28 /* GULReachabilityChecker.m */, - C9B66F37BF38D7F71CAF01A7093ADFD4 /* GULReachabilityChecker+Internal.h */, - 720FD9B1A966C09A3A44C1D012B365D8 /* GULReachabilityMessageCode.h */, - ); - name = Reachability; - sourceTree = ""; - }; - B1DEB1F9360A678A2C64341EAF3E19B6 /* Logger */ = { - isa = PBXGroup; - children = ( - 95F66864A9A67D620DA9CF08BC54E617 /* GULLogger.h */, - 9BB7E6AB57792F29FE8DBDAE41A2C080 /* GULLogger.m */, - B75BAFDB0C2640F704A86FE3C13B874D /* GULLoggerLevel.h */, - ); - name = Logger; - sourceTree = ""; - }; - BD80A72FA8B7A4ED6B62F44BA2B89811 /* Support Files */ = { - isa = PBXGroup; - children = ( - 06C405C7F7B46DD908F22475F966AFAF /* MagazineLayout.modulemap */, - 8089517FFE4AF0EA4E02DE8177649513 /* MagazineLayout.xcconfig */, - B72DC0F85E5319632A6F4CD534F4FF9A /* MagazineLayout-dummy.m */, - E0B82429837313FD9A9692E66647461D /* MagazineLayout-Info.plist */, - D4277F4B77E542B3B05AA713184D982D /* MagazineLayout-prefix.pch */, - 9507A9683EBB2130EB2071DDC02CCAD4 /* MagazineLayout-umbrella.h */, + DF66C467682149B72C685CD614B17D8A /* MagazineLayout.modulemap */, + 4FC79A3B96A67AF55E2943A20CAF2DA5 /* MagazineLayout.xcconfig */, + FC323E7E4A55FFD65D95BF1319616AF6 /* MagazineLayout-dummy.m */, + 0649595B543EAC79710C22811B197E86 /* MagazineLayout-Info.plist */, + 0A251E1F86600ECB45995B2ED52BFC0E /* MagazineLayout-prefix.pch */, + D1EE7C41C156F1B7F1BAB4ED1CD17E8D /* MagazineLayout-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/MagazineLayout"; sourceTree = ""; }; - BF1B4A834C4960265A584ADACAD63A9A /* Protobuf */ = { + B44E2034DFE636E5ADF2C6E32F5E73BE /* decode */ = { isa = PBXGroup; children = ( - 8FF8C3FC0C4BF2156F8396EF3ACFB326 /* Any.pbobjc.h */, - 4CBE913442FA1F6BC4AD734C9931E26F /* Any.pbobjc.m */, - 9BD21053F1114FBD5F4ACB09E511412D /* Api.pbobjc.h */, - 58FD6F571A48DBA52A3190E2E77907D1 /* Api.pbobjc.m */, - 3B288124FC3302789F70DA20B0F84EFB /* Duration.pbobjc.h */, - A9ECA0732E666DA1D5AC3C91402AA35D /* Duration.pbobjc.m */, - FB1CEDCEB7EBF66EC1A27C9F0FBCC6AA /* Empty.pbobjc.h */, - B440A557799F3AD0B84675F548C02EA4 /* Empty.pbobjc.m */, - A2257C177850797C84F7A6997B7E1704 /* FieldMask.pbobjc.h */, - 44861C6F8FB2785FA297F4EEE74F0DF9 /* FieldMask.pbobjc.m */, - DE14930E3DF8D0E5FFA41662CA629A7F /* GPBArray.h */, - 1B6C4945196FE118D1945B6CE074AB43 /* GPBArray.m */, - 73D6995BF4CCAF45C440C8694620CEAB /* GPBArray_PackagePrivate.h */, - 1B70B1A784E3D2A104E82C9D64A4BEA1 /* GPBBootstrap.h */, - 498A76B655553D3BD4A8D4BC2E5297C1 /* GPBCodedInputStream.h */, - 0CD5E88A37AE6FDB254929D064DD052F /* GPBCodedInputStream.m */, - 093ED5AE58B54E880D26499E6BD49846 /* GPBCodedInputStream_PackagePrivate.h */, - FEACE745D80FF6B0C507B670D02C058F /* GPBCodedOutputStream.h */, - 87502FB045EB6DB6407D5D8913D5EF5B /* GPBCodedOutputStream.m */, - 522A57F4C8CA9DE5522062D3BFDD1AF0 /* GPBCodedOutputStream_PackagePrivate.h */, - 1BCA05B836FFCDD58032460640979CEB /* GPBDescriptor.h */, - 0A062B8DC5F9F3E5649CB5EF9795C86F /* GPBDescriptor.m */, - 133D9DDCB33FDBC19746116DA553CDF8 /* GPBDescriptor_PackagePrivate.h */, - A95C92D1360684A7F3E299DF5DE6D7ED /* GPBDictionary.h */, - 67EBFCBFF76543F6D08573669ADD17CA /* GPBDictionary.m */, - 3C197CFAE43D78AE5275AD5D8668B083 /* GPBDictionary_PackagePrivate.h */, - 9A6E1F444399A10FD90C149129721F5A /* GPBExtensionInternals.h */, - A856B0930F64AABE0FAC07A3CA792DC0 /* GPBExtensionInternals.m */, - E0E1F8738F3C394C2E8A8839019BF0D1 /* GPBExtensionRegistry.h */, - 18677F73C482B2B8DF77B3B25DA0A4D9 /* GPBExtensionRegistry.m */, - 4DE1580CFEE505BC573E0A010BD995A6 /* GPBMessage.h */, - A050B9A87F5F8ED154079BDFBF1F12BA /* GPBMessage.m */, - 94428BBFA0935937302C3C0C1C045D57 /* GPBMessage_PackagePrivate.h */, - DE60DDCD76FE4AFC89B9E0C075C22AA7 /* GPBProtocolBuffers.h */, - 998BEA8BAF30811E9A7964A12D100F41 /* GPBProtocolBuffers_RuntimeSupport.h */, - 237391B04DCC9C133B7F005D18401B6B /* GPBRootObject.h */, - 66B212AAD7BEE4D6BD988A423C2FEDFA /* GPBRootObject.m */, - 76C8A5774DF5F257B93DE38B71343BEE /* GPBRootObject_PackagePrivate.h */, - 3C4750DF2D649A8039A51B87CA3B215C /* GPBRuntimeTypes.h */, - 01F859E9D18264DE78D78D9E631E571B /* GPBUnknownField.h */, - CF9208E4443F9C942C23B2726B3E0EF2 /* GPBUnknownField.m */, - CE233EDC988AFC46625302F43A317EB4 /* GPBUnknownField_PackagePrivate.h */, - 967D6CB3727B652E63D87714E1F8107A /* GPBUnknownFieldSet.h */, - 6C5049A92965BD58BFA124940DCCA68F /* GPBUnknownFieldSet.m */, - 617B892585029379FE1EC4352513A738 /* GPBUnknownFieldSet_PackagePrivate.h */, - 29083B79C3BB795B56E09EBD6E871987 /* GPBUtilities.h */, - 112C3BAF8907029427FD67F2E0689EF9 /* GPBUtilities.m */, - 3799174E36082F2237499A35761D5056 /* GPBUtilities_PackagePrivate.h */, - 05C6E9B7731B9C6AB6CEAE8B4339587E /* GPBWellKnownTypes.h */, - 337B5FB77AD7487B410F06EC78C94DA4 /* GPBWellKnownTypes.m */, - 011FEA0747DC01AD535A04D15338A62F /* GPBWireFormat.h */, - CCF16F7061961B1DA71321886A90FEE6 /* GPBWireFormat.m */, - 551BCF030CB34BF6E863FE0D5929AEC0 /* SourceContext.pbobjc.h */, - 228824D5733E95B7EBDDE15C16226A43 /* SourceContext.pbobjc.m */, - C395500CC4C3274703289A479E88E022 /* Struct.pbobjc.h */, - A53ABED08B995A8A0027BF58747579AF /* Struct.pbobjc.m */, - 55718534B335DF6017CBE4B76818D1CD /* Timestamp.pbobjc.h */, - 6648C661FB82154C39B518C6F87485E2 /* Timestamp.pbobjc.m */, - 2734DEF1EC3FF73218B5DD7987934E3D /* Type.pbobjc.h */, - A5F19572C302DBE13BF790B4A3D37BAB /* Type.pbobjc.m */, - 61BBB1A221F4C375BB84A8450B209167 /* Wrappers.pbobjc.h */, - 0D11AE34E08724934963A5973FA2B988 /* Wrappers.pbobjc.m */, - 8579D49F51302575E4B42F7E2763632E /* Support Files */, ); - name = Protobuf; - path = Protobuf; + name = decode; sourceTree = ""; }; - C445CF1870BADB0783B815E69CF12E3B /* FirebaseMessaging */ = { + BAD19711860ADE064689025BCA72DFEC /* UserDefaults */ = { isa = PBXGroup; children = ( - D9E48584FD2438D21C94112CB8671007 /* FirebaseMessaging.h */, - F70D969F8A9D55F6DC68D1CE99CBDBBA /* FirebaseMessaging.h */, - 91C589AA95666F0914E2E1BA829FEAA6 /* FIRMessaging.h */, - 9EA5C2E52ED5EA5DE0F4E593AAA3DFF2 /* FIRMessaging.m */, - 12081A7E373659B1A2EA67DC04126D14 /* FIRMessaging_Private.h */, - D107C37EDA563FE144B2A2B0AD7ACDCD /* FIRMessagingAnalytics.h */, - C698788CC3E94BB38719BDB1279B75D2 /* FIRMessagingAnalytics.m */, - 489FDDB74175641B95A52B33F43A4CEA /* FIRMessagingClient.h */, - 53B0F628E97AF4462470C19BEFB6D109 /* FIRMessagingClient.m */, - 3A27BCE19BFA2C7F54064CEB00526CB8 /* FIRMessagingCodedInputStream.h */, - 5C430EF2AB8D432AEAC6928C25708E9E /* FIRMessagingCodedInputStream.m */, - 12B3ADF0DBA890F99BE5A5CD81804401 /* FIRMessagingConnection.h */, - 23DEAB89EA356E0ED22362C051B93B71 /* FIRMessagingConnection.m */, - 8AAEA2C555060FBB6D17329F21B922A0 /* FIRMessagingConstants.h */, - C13F571668F6157F5DD216B558BDE3D3 /* FIRMessagingConstants.m */, - 6C31D01F0A4AD8F1E2F75012CEB4FC34 /* FIRMessagingContextManagerService.h */, - 146AB20EC3127857FA3695817D727CA3 /* FIRMessagingContextManagerService.m */, - 8E85E497054DFE43BB20F8D65B19CC29 /* FIRMessagingDataMessageManager.h */, - C504F00E83383461C4ECDAE9151DC512 /* FIRMessagingDataMessageManager.m */, - 32C5B9F7CB57576F38B102031F0F6B59 /* FIRMessagingDefines.h */, - 0B957168C28E0CE227F792D52CAEE1AE /* FIRMessagingDelayedMessageQueue.h */, - A3E9EDBD1E11F7BB6162377C4EFEBA25 /* FIRMessagingDelayedMessageQueue.m */, - C2CB86150EDB9B573AB01A4E45FD9B76 /* FIRMessagingExtensionHelper.h */, - 459B62E43A23525CBD80C824F71368BB /* FIRMessagingExtensionHelper.m */, - 89D2BEF198C5509410B71999EB5A4601 /* FIRMessagingInternalUtilities.h */, - 7968B40FB76DC4DF69EC59014B950FD8 /* FIRMessagingLogger.h */, - 3FF4EE556C7AF6D0717DDE3F43B11814 /* FIRMessagingLogger.m */, - 110D2101A2769CC12C6BD693A749E5F7 /* FIRMessagingPacketQueue.h */, - 651A3095FAA1A8CC8F72DEF94DF1E4E9 /* FIRMessagingPacketQueue.m */, - 9EB3B3B19E9F012B94B3D800E5DA287B /* FIRMessagingPendingTopicsList.h */, - D293029B81E6D55D2EBE82DF13FDC878 /* FIRMessagingPendingTopicsList.m */, - BCED95EE5BFAF7FEAE0F39BD2FC997E1 /* FIRMessagingPersistentSyncMessage.h */, - 1B5DD62D06721DC61731752FED49648D /* FIRMessagingPersistentSyncMessage.m */, - 775B9A2C9C09B37836D0DBCCF040E9C5 /* FIRMessagingPubSub.h */, - D91150C5320B89224F9AA3EB939B6647 /* FIRMessagingPubSub.m */, - 4DE8004AB861ACC22E75BBB84E5E08CC /* FIRMessagingPubSubRegistrar.h */, - D02C1442D1E8B0DB587C933E7CE82B70 /* FIRMessagingPubSubRegistrar.m */, - 16508B1A109AF32119DAC1E2DB96438E /* FIRMessagingReceiver.h */, - 434B8E96F8D600C12F491899BB9E3AC2 /* FIRMessagingReceiver.m */, - 1DEBA40653843631E7D8D8F293C39AF3 /* FIRMessagingRemoteNotificationsProxy.h */, - 90C5FF0359761A3B9382CE4AF17F0C23 /* FIRMessagingRemoteNotificationsProxy.m */, - FCEEA4488979AD288A41EE6EEF38C72F /* FIRMessagingRmq2PersistentStore.h */, - E68B610406EB0CA2B347765B63F4FF5B /* FIRMessagingRmq2PersistentStore.m */, - C3260E2F21FCF3B448A27AB1F1D2B7CD /* FIRMessagingRmqManager.h */, - 70FFDD2FF86C5BF578568662228D08C4 /* FIRMessagingRmqManager.m */, - 61E19F9D98C3893AAB7293F12E1A590A /* FIRMessagingSecureSocket.h */, - 43B42C82F203B880C811185165143022 /* FIRMessagingSecureSocket.m */, - F2A0CB606BCE418069466709F485622C /* FIRMessagingSyncMessageManager.h */, - B9AC44CC8DD4CAC67646B85CBDD4C49E /* FIRMessagingSyncMessageManager.m */, - EAD17BC90F8C25AE1FD998CC69ACFC73 /* FIRMessagingTopicOperation.h */, - A4828108059FB0A75CC855697115B12B /* FIRMessagingTopicOperation.m */, - A0F8FE2731508D99AF19E339E154B3AF /* FIRMessagingTopicsCommon.h */, - FB4FB4BEBEA3E34E7CA3323805EE81FB /* FIRMessagingUtilities.h */, - 0C366C83BBF151DAF1C0296E419F6706 /* FIRMessagingUtilities.m */, - A3000EC070686A63F6DAD26DD99BAED6 /* FIRMessagingVersionUtilities.h */, - A4A5CE707FCEF98EA12A97BA6F28315E /* FIRMessagingVersionUtilities.m */, - 4053D912131456882C783E528BA08043 /* FIRMMessageCode.h */, - 9B7F6CF968ED85C39C8A0D21347FE8AE /* GtalkCore.pbobjc.h */, - F50568D09C680FEFA2FC0BAE48963117 /* GtalkCore.pbobjc.m */, - 4A7FA4B848A24929ED8FE1F5E686B544 /* GtalkExtensions.pbobjc.h */, - 080A34AF5B5E13A3C53D23FCC5D3253C /* GtalkExtensions.pbobjc.m */, - E5C8977564A307E752C9F630F4DB7BC3 /* NSDictionary+FIRMessaging.h */, - 3138D7125B191CF20068E2B05654E21E /* NSDictionary+FIRMessaging.m */, - F720A2CD5CF60147898C978A91D3CCB1 /* NSError+FIRMessaging.h */, - F177139419DAC3663728E18CD3E992F0 /* NSError+FIRMessaging.m */, - 042538D63060FA56F72D0B038FE4BA32 /* Support Files */, + C4B071A7710554E352B48CB398A6AC0C /* GULUserDefaults.h */, + 6F98404463467D8CC0BC43761E3DA618 /* GULUserDefaults.m */, ); - name = FirebaseMessaging; - path = FirebaseMessaging; + name = UserDefaults; sourceTree = ""; }; - CB2182DE3FD7303542D465C3D0CFDCE2 /* Environment */ = { + C52EAB1FD87B43C9F94C867DE2EB48DB /* Support Files */ = { isa = PBXGroup; children = ( - 097D82CFCD3F9CFFAC776B65E5703B6D /* GULAppEnvironmentUtil.h */, - BF8E8D92CF632B8371E018A234AF0765 /* GULAppEnvironmentUtil.m */, + EA95386600F1E9F3041FABCB4EAE694B /* FirebaseAnalyticsInterop.xcconfig */, ); - name = Environment; + name = "Support Files"; + path = "../Target Support Files/FirebaseAnalyticsInterop"; + sourceTree = ""; + }; + C8ADBAD53A2B31DE67D3CCE886F00E3A /* SQLite.swift */ = { + isa = PBXGroup; + children = ( + EF0BF58BA7C92D8385E30D5C9E4C9B3F /* standard */, + 18A9445D4F87602502FC947584C0BF94 /* Support Files */, + ); + name = SQLite.swift; + path = SQLite.swift; + sourceTree = ""; + }; + CD77E74FEAC4CA3FFB089649665ED395 /* GoogleDataTransport */ = { + isa = PBXGroup; + children = ( + D82FB5056F4EFD6FAF9D589F167A1E71 /* GDTAssert.h */, + FD76F42F68B8C34E2103309A94A482CA /* GDTAssert.m */, + 723F96B90E30B19D876CDCDBDF8A056A /* GDTClock.h */, + 94203CDA8083293CCA5C50B27BA2DDE3 /* GDTClock.m */, + 34754A4223E7EC031DD752CB76ACB9BF /* GDTConsoleLogger.h */, + 11184429350D7494716468AF6B887772 /* GDTConsoleLogger.m */, + D6348BD3BCCE4EA33F7AED431921E9DF /* GDTDataFuture.h */, + 27B2FDB0DF26E07CA0C0609057747D90 /* GDTDataFuture.m */, + 48DA46D996F01CD446B6AE8C0C068E47 /* GDTEvent.h */, + 6EEDE9BFA2B8A0D90E9EE3D472962FC3 /* GDTEvent.m */, + FD42729D771CB3044C685255149CC6B5 /* GDTEvent_Private.h */, + 1F1EF06DD3FAC584E8FFD262C2EAC69D /* GDTEventDataObject.h */, + ACA1BFB03B6D18419E9397A1E837995F /* GDTEventTransformer.h */, + 7EDEA1F140D7BBDF8F55E2744F186187 /* GDTLifecycle.h */, + D23E2965F8DDC68942D24A3D11FF000C /* GDTLifecycle.m */, + 38EC3BBE5924487C352216FB74DD0DD8 /* GDTPlatform.h */, + 8AD25D72A860C4794B397C7446A7F429 /* GDTPlatform.m */, + 87693AA5E518CE62A313E481141F116A /* GDTPrioritizer.h */, + 83279F074504367E168A37D4EE5DAC66 /* GDTReachability.h */, + 3741DB8D9AABE2E5EF7709B9C68AAA90 /* GDTReachability.m */, + FF2D4F213A23329E25D28DE3BC9B143C /* GDTReachability_Private.h */, + 86BD37462A064889F59749E23F1DD966 /* GDTRegistrar.h */, + DBAC20DFA1C38F2556FF67CAC3F53C89 /* GDTRegistrar.m */, + 43F119DF7BFD22ECD9784F559CA96BB6 /* GDTRegistrar_Private.h */, + A7AB0669574E6B1AEF7525723B807054 /* GDTStorage.h */, + 5B37B2EFBBB06DE83EEA19240AAD7766 /* GDTStorage.m */, + EA34C84BF99239C487A2F220C383A072 /* GDTStorage_Private.h */, + 0792E9FD532501385818FD1DA551E553 /* GDTStoredEvent.h */, + 273C3351D2C311A9B25B6B4D0A383045 /* GDTStoredEvent.m */, + 0B969A0129F7906663D602B89F2312E2 /* GDTTargets.h */, + 58AC3CF09F80B7AEBF494CDCB139C8BD /* GDTTransformer.h */, + 16D44F88C24C561F7BD96B125AE757DF /* GDTTransformer.m */, + 972F064DCA552B8FF6C3E650D79C8E9D /* GDTTransformer_Private.h */, + EEE9B4ED55380EB3E01DA81A3B5C58E3 /* GDTTransport.h */, + AA6E9CA42D7E527744F1A093617FA18B /* GDTTransport.m */, + CFA5FE7447368EF0925BF9823FA1908A /* GDTTransport_Private.h */, + EEE4F624D157D708AD5DB4CC888BA639 /* GDTUploadCoordinator.h */, + E78D7D7F574A431021435D986A187B57 /* GDTUploadCoordinator.m */, + ED2F825F8098F0DB46AB7957B9928E18 /* GDTUploader.h */, + 9691D9DD6BA3BE2311DE6D8159A0CB81 /* GDTUploadPackage.h */, + EABA9B7115854D4F7A5B4E45458BB6FF /* GDTUploadPackage.m */, + 53CDF4B768785D9F9349FB868F3D6895 /* GDTUploadPackage_Private.h */, + F17CD9C7C47A361C5258D78EB0B7B099 /* GoogleDataTransport.h */, + D81786D106DBBF6D82158DC226DF38AC /* Support Files */, + ); + name = GoogleDataTransport; + path = GoogleDataTransport; + sourceTree = ""; + }; + CEDA5B74F3C6CD7C472FE1726CED2E54 /* Support Files */ = { + isa = PBXGroup; + children = ( + A2828454E297BF7931D31CBB3FBF1BF4 /* Firebase.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Firebase"; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -2348,161 +2451,351 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, 03C5C200A0787E300053CFA8F53CA094 /* Frameworks */, - ACC56850029E42F6423666F473264BD1 /* Pods */, + 02B079A250891433E3788DBAD4F8A5B0 /* Pods */, 66EC6684A38835BA3B22E4CA9A1A993B /* Products */, 193507AA07A01F54362D558007C15085 /* Targets Support Files */, ); sourceTree = ""; }; - D4986E8B2590C68A5BDA49F481E65FBC /* standard */ = { + D0B9789B9F6974AFE52D022BC33E31A5 /* Support Files */ = { isa = PBXGroup; children = ( - 50B91968DBF943723967BD8977B74251 /* AggregateFunctions.swift */, - B64A5782B9B30478F6D95C73E31CFE5C /* Blob.swift */, - 64CE134288621212FD1E0CADB9E65850 /* Coding.swift */, - E4C22253FC84CB3E594AC79C6056AD94 /* Collation.swift */, - A60791D1A3C6B665EA0A0A0397554C20 /* Connection.swift */, - 133C54E59A331C176BBDE1E546557629 /* CoreFunctions.swift */, - 1979C7D60B0BAC447B854C759EDDFF2F /* CustomFunctions.swift */, - C09A0D4DAC5EA1ADF87850475BD52DFC /* DateAndTimeFunctions.swift */, - 5247CBD9A8E0C880F50266A7DFCC70A5 /* Errors.swift */, - 604068D625666A6F618051A87E7AF770 /* Expression.swift */, - 2EF49D47F83B612D9DDA5BD09523F943 /* Foundation.swift */, - 39D5369A5E17A9565775B51C45897930 /* fts3_tokenizer.h */, - F94098E71FE3F45A12C1121381E2CE05 /* FTS4.swift */, - A2E8E8C30FC9A2450BB08C6CAD3841A4 /* FTS5.swift */, - 4A4FF73B6BA92923FB2553D295A83E87 /* Helpers.swift */, - 0843A7A26E094A63ACC8972EE51A0EEC /* Operators.swift */, - 204311714EE8C4624732DD95C87CBEB7 /* Query.swift */, - F67A821A4C1C1A30D766BF137FD1C77A /* RTree.swift */, - 9188B951A696404021AA7017D3DA25E3 /* Schema.swift */, - 26814066541FE502CC91EC7497ECB792 /* Setter.swift */, - 42D78075B4F888BD3B64882F3660786A /* SQLite.h */, - 9463EE7B7DECD62B848A05D50A93F282 /* SQLiteObjc.h */, - 2A0AF1BE09FD28D7023750327F8EE29E /* SQLiteObjc.m */, - 1228D17F9F9B4088240407FD14B1E4D5 /* Statement.swift */, - B00999B518335633D6310340A77A16FD /* Value.swift */, - ); - name = standard; - sourceTree = ""; - }; - E5BF20CAB805CE4C34D3454C0EE42CBF /* Support Files */ = { - isa = PBXGroup; - children = ( - 0E0AAC9D9041EFDB22094BF00013AAC0 /* FirebaseCore.modulemap */, - 4E63614668C61A9D00B01D5442A8E010 /* FirebaseCore.xcconfig */, - AF91FD5E4AC6C46B19D7DD112F7D61D6 /* FirebaseCore-dummy.m */, - 7CFCBBB54E85B35C6B4881F007D7E055 /* FirebaseCore-Info.plist */, - AFF72B21990DE223A505893E32C43E6F /* FirebaseCore-umbrella.h */, + F3CD571A81113C029C6DFE737001B4E2 /* nanopb.modulemap */, + E4809A843C7396AF21F19DBC6509710E /* nanopb.xcconfig */, + CA13B919190AFC3EBD0A3F02AFBE501A /* nanopb-dummy.m */, + F1853C0E83D846475F7506A4493F619F /* nanopb-Info.plist */, + 672F1D7FDEA8B0BF91DD3D14699D743D /* nanopb-prefix.pch */, + A53643ABCBE75C7A6558B231B26B8A55 /* nanopb-umbrella.h */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseCore"; + path = "../Target Support Files/nanopb"; sourceTree = ""; }; - E6456E1A89ED5C8A28A2D15F14A17A3D /* Support Files */ = { + D0E0F881357456D6586CBA306BC80BE7 /* NSData+zlib */ = { isa = PBXGroup; children = ( - 5DD88E0EB55D153D19FC5CC78DB3526F /* FirebaseInstanceID.modulemap */, - 318CC9D95E1B7523CC42FEF50A6E8EF2 /* FirebaseInstanceID.xcconfig */, - 6A1841277163241C0ADBD81867310F74 /* FirebaseInstanceID-dummy.m */, - EB0E5F5EFCEB46905EC7734268B2C3C8 /* FirebaseInstanceID-Info.plist */, - 310A7D0326BF50F6E37F2B8D51E7AF47 /* FirebaseInstanceID-umbrella.h */, + A20F5C71C1C5B59BE118CCCD3C11593B /* GULNSData+zlib.h */, + 32E12647E028B3AB64011FB0EF2092A9 /* GULNSData+zlib.m */, + ); + name = "NSData+zlib"; + sourceTree = ""; + }; + D1D145B8D2BD8D4B970091EED78069F7 /* Support Files */ = { + isa = PBXGroup; + children = ( + FD0969B89E730EC9ED121807EA9EE815 /* FirebaseCoreDiagnosticsInterop.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseInstanceID"; + path = "../Target Support Files/FirebaseCoreDiagnosticsInterop"; sourceTree = ""; }; - F0F1E53E5B2719D54A161DD8B8795D29 /* nanopb */ = { + D45B73B5BF985BD9955C0F100F20FDD0 /* MethodSwizzler */ = { isa = PBXGroup; children = ( - 6F32A407B1793FE7D33D23AA8C1EE19F /* pb.h */, - 71A22B98C70BC5BCC5A7D188232EA2B5 /* pb_common.c */, - BA27FF8177A5212C014FAB86560D2140 /* pb_common.h */, - 182B1DF0654B932C9DC83741DA71A0D6 /* pb_decode.c */, - C232C79D49D4FB553A95C298BE159AEF /* pb_decode.h */, - 922ED8C6167CDFE34FFB5E14174A0EAE /* pb_encode.c */, - B21EC4A6EEA85356ACC55C7B461CDFD0 /* pb_encode.h */, - FF2CDE334D480111B188EFBE1F3A2CF6 /* decode */, - 609F74940AAEF228FE1F1DD9C7C4788E /* encode */, - 0C585832B1C9B78E52B4045D81EDD181 /* Support Files */, + 97B48D614C9CE04D17D2309D7BC3287B /* GULOriginalIMPConvenienceMacros.h */, + 2150C520DC64A2CC2A2A830F08E8C8BA /* GULSwizzler.h */, + 3D32E2C339672F41E80B46B61DED14E1 /* GULSwizzler.m */, ); - name = nanopb; - path = nanopb; + name = MethodSwizzler; sourceTree = ""; }; - F55E51D24F83AD88EBDB1603205C8336 /* FirebaseCoreDiagnosticsInterop */ = { + D7395B1B5B29FC907165CC36623FB060 /* Support Files */ = { isa = PBXGroup; children = ( - 2E907C6BC118A3FE518B8D6DB1369E2A /* FIRCoreDiagnosticsData.h */, - CB796C772DDE2800E6EEC3F5F9760A85 /* FIRCoreDiagnosticsInterop.h */, - 47B225A8BA64A730EF76564A9467892D /* Support Files */, + C797E14C4DFA9EAF7234E1BF2D4CA6E6 /* Protobuf.modulemap */, + 66598EF868DFC74DAC971311F99DE107 /* Protobuf.xcconfig */, + 5CDFB837356B2460A82ECFBE04F1D133 /* Protobuf-dummy.m */, + 6AD7BCB6B0C00157180F5A9281533EFA /* Protobuf-Info.plist */, + 1998625FA0101C383924DD925C3B105B /* Protobuf-prefix.pch */, + 74A8196FA728BA1BBB42B1D0E84FC923 /* Protobuf-umbrella.h */, ); - name = FirebaseCoreDiagnosticsInterop; - path = FirebaseCoreDiagnosticsInterop; + name = "Support Files"; + path = "../Target Support Files/Protobuf"; sourceTree = ""; }; - F573725AABA6B0CE19215076214BDB75 /* Support Files */ = { + D81786D106DBBF6D82158DC226DF38AC /* Support Files */ = { isa = PBXGroup; children = ( - 58B54F8890E3C0A576AD85D9800CEDAC /* GoogleDataTransport.modulemap */, - F5D938B477E073B8BA8C129F8922AB4E /* GoogleDataTransport.xcconfig */, - 99BB2EFC7494843AF4C85F73A9D9EA4C /* GoogleDataTransport-dummy.m */, - F8CB875FE87FB2654D4A0C38F3D2D133 /* GoogleDataTransport-Info.plist */, - C728845A53EE0E7326173A7D2FC99085 /* GoogleDataTransport-umbrella.h */, + 1FE0ED2351D3FD35A18284440708F1D9 /* GoogleDataTransport.modulemap */, + FDB9B0A261A89342006DDD2F77F06AAE /* GoogleDataTransport.xcconfig */, + D0DEA5A2F086A587C84123E06032139E /* GoogleDataTransport-dummy.m */, + 277B1ABBDD08205F0213D1CA9753F0C6 /* GoogleDataTransport-Info.plist */, + D5D797E72AED9AA55C217FA72630C6CE /* GoogleDataTransport-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/GoogleDataTransport"; sourceTree = ""; }; - FB2CCBE0977CB64A001AE1B43414A350 /* GoogleDataTransportCCTSupport */ = { + E0B7D540A0B652892765C5F3313780DD /* Support Files */ = { isa = PBXGroup; children = ( - 8FCC55659CA28C614BDFDB802BD8AFA2 /* cct.nanopb.c */, - 699F3E44C075D57974170D864BFA1C5B /* cct.nanopb.h */, - A957F793C3B53C3559439886B409A6ED /* GDTCCTNanopbHelpers.h */, - A0F6D6B2BBBCE18458B6B23EC7510A87 /* GDTCCTNanopbHelpers.m */, - 0DEB071FDC097C919F42C8AC2ED5F2D5 /* GDTCCTPrioritizer.h */, - AC6C96464D650B6B460FFBBCC7A6EEEC /* GDTCCTPrioritizer.m */, - 8D2E35C901365AE8270AD69BC90D36A2 /* GDTCCTUploader.h */, - 592C64CE3067A74731D6026E8A82BCAC /* GDTCCTUploader.m */, - FD52B97A2B458345CE95B77AD7963B76 /* Support Files */, + 79495B83AAB807E933DBF76AB49F19DE /* FirebaseCore.modulemap */, + CD1E16DDA44A79C2892CCDC9924638B1 /* FirebaseCore.xcconfig */, + 15124C321746CAE6C5C31FA028C94ABA /* FirebaseCore-dummy.m */, + 0DBE9FDDD4CBA24216FD8355C5ED0944 /* FirebaseCore-Info.plist */, + DFAFB69016D52238E614BB4F1ACFAB76 /* FirebaseCore-umbrella.h */, ); - name = GoogleDataTransportCCTSupport; - path = GoogleDataTransportCCTSupport; + name = "Support Files"; + path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - FCE9CFF89C56AD1A42869B9152F42C78 /* FirebaseCoreDiagnostics */ = { + E3E24F3A87B7366D04033054082F9422 /* nanopb */ = { isa = PBXGroup; children = ( - 276AC066644CCC92D828EB4DE80BA251 /* FIRCoreDiagnostics.m */, - 10861AB060D8A91C39A7805B8607DCCC /* FIRCoreDiagnosticsDateFileStorage.h */, - 77F0F30045657323361F86DBB3DEF292 /* FIRCoreDiagnosticsDateFileStorage.m */, - 095CD55FB99BF2894A0EB632145A96EA /* firebasecore.nanopb.c */, - 440B36F66B4C9189F699347F1F3F406C /* firebasecore.nanopb.h */, - 3D4432C5BBD1BA97E35C5057E8680D82 /* Support Files */, + 779CCC976DBF9947B6AFC73B836B8C38 /* pb.h */, + 6BC69F57F1622C0F53A485274B8858C9 /* pb_common.c */, + 6A3EC4E196418D7DD9EE48F94B2F9D61 /* pb_common.h */, + 6957A33DE7DF261A44738E632D998F2A /* pb_decode.c */, + B7E77D8C596CAEB9EACAB5BABDAC4FC2 /* pb_decode.h */, + C556035EDD3644196A39902CDB149EE6 /* pb_encode.c */, + 4E6859C7473BC19CFBCC85B00BCCA5BB /* pb_encode.h */, + B44E2034DFE636E5ADF2C6E32F5E73BE /* decode */, + 802C1E1EF30F8D84E5CF1BB52BDDBD2A /* encode */, + D0B9789B9F6974AFE52D022BC33E31A5 /* Support Files */, ); - name = FirebaseCoreDiagnostics; - path = FirebaseCoreDiagnostics; + name = nanopb; + path = nanopb; sourceTree = ""; }; - FD52B97A2B458345CE95B77AD7963B76 /* Support Files */ = { + EF0BF58BA7C92D8385E30D5C9E4C9B3F /* standard */ = { isa = PBXGroup; children = ( - 51AE87235DA53E1483D663532D2A0B59 /* GoogleDataTransportCCTSupport.modulemap */, - 97D7519ABD89CF94E809F98E2223286A /* GoogleDataTransportCCTSupport.xcconfig */, - 862FFC847D683F21912FEBB9CB89F709 /* GoogleDataTransportCCTSupport-dummy.m */, - FFA1511A0DDE1ACF064960F94E413F94 /* GoogleDataTransportCCTSupport-Info.plist */, - 5D575477B81C0A15BEA22A5628BF74FE /* GoogleDataTransportCCTSupport-umbrella.h */, + B4A95A3DDC0298F4E42B6514912E19D1 /* AggregateFunctions.swift */, + 0784EB0BBB7E1FBB3C5CDFBBFC410166 /* Blob.swift */, + D7D3DF25AA70E48FC317A168B313B916 /* Coding.swift */, + C8F3F0FF0BAA775485BEA259D24B90D1 /* Collation.swift */, + 7389E7AC8C7AB3316740611A755AC287 /* Connection.swift */, + C1F2C26D5B6E6004C44B9AC8D35A26B5 /* CoreFunctions.swift */, + 7C7592A1A51319C3E9DA9AF4E00F98F7 /* CustomFunctions.swift */, + 8128282D11DFC498B7D0E91719E71A29 /* DateAndTimeFunctions.swift */, + 3A9B55A442CDAF3105B845D881F75D20 /* Errors.swift */, + ED8590F7099573EAA9341B6AEFB10787 /* Expression.swift */, + 54657AB5DDAC5D8E9A3B0B2FA5E99510 /* Foundation.swift */, + 90ACF5822B7BFBFDB2E35240C4BCD4D1 /* fts3_tokenizer.h */, + 499BAAD4AA7184844FE6CCECE2EA4EAE /* FTS4.swift */, + 138A40052D1ED369FD0674A9EFF5A0C6 /* FTS5.swift */, + 9C8122CB7DC73E62241DCBA2A571A020 /* Helpers.swift */, + 468DDECDFB580B02D1C4EC46923D3EA4 /* Operators.swift */, + DD4111F748EACE4EF3F0FB20CD09E7F0 /* Query.swift */, + 7732CA0EB64F52F7B8792150EA9EFB78 /* RTree.swift */, + BCAC665A1E844FADD366E2BFFDBC24FF /* Schema.swift */, + BEDF06EAE9910717C3D45F296717B1D5 /* Setter.swift */, + 60E47D4A74893203CC7930BC6918FBE0 /* SQLite.h */, + 88D319E92CE2DDA5B6F2617400E6A84A /* SQLiteObjc.h */, + 4829796F5A6DFBDA2850D604695F6CD9 /* SQLiteObjc.m */, + 85FA1A18DFC135B2561D047119E51CAD /* Statement.swift */, + C80152AAC36D70A2D07189C64EFCB99B /* Value.swift */, + ); + name = standard; + sourceTree = ""; + }; + F37D1B63C82814F4507E06A513C7F5F1 /* Support Files */ = { + isa = PBXGroup; + children = ( + DEB2624F3DA08EE34EAD27EAD4695C7E /* SwiftSoup.modulemap */, + CDD8947FA2F1800B3F8C2089A1C6794C /* SwiftSoup.xcconfig */, + 99CE7E316B92E95BA8982AC10E5958FE /* SwiftSoup-dummy.m */, + CB440EBC94BA74CCBEDF04FD1A1FD75A /* SwiftSoup-Info.plist */, + 380BBEE8CBF31085DD9A90542BDB4EEF /* SwiftSoup-prefix.pch */, + 242CDCD0109F7402FE6B65BB70476AC9 /* SwiftSoup-umbrella.h */, + ); + name = "Support Files"; + path = "../Target Support Files/SwiftSoup"; + sourceTree = ""; + }; + FA0A8EDA26F27008C4386FD7E49F89DF /* Network */ = { + isa = PBXGroup; + children = ( + 57282613491E3991D97BD4FD295CAA4E /* GULMutableDictionary.h */, + CA336B744BAEE866F4F53E2AACEA7E19 /* GULMutableDictionary.m */, + 12FB7A13EE2BA56BE84BF9C489D7F80F /* GULNetwork.h */, + 1548D9B3D7CDC4492BFC0BEACA4DD2C2 /* GULNetwork.m */, + BE547D6EC501D7F7F532A2D43CD8AA36 /* GULNetworkConstants.h */, + 3AD10D0524372697F5C7E007C7AC47A6 /* GULNetworkConstants.m */, + 586D4593006F8562AD5475FB5DF52643 /* GULNetworkLoggerProtocol.h */, + 316C6CC758EFD8056FFD2C60157BDF99 /* GULNetworkMessageCode.h */, + 265D3A5989B744DD32C34DFB6BD2981C /* GULNetworkURLSession.h */, + 059DEFD2ADEACE6489C3D97620F11DB0 /* GULNetworkURLSession.m */, + ); + name = Network; + sourceTree = ""; + }; + FA90B25BB488751C233504C1A81EAE9B /* Crashlytics */ = { + isa = PBXGroup; + children = ( + 24CEF2733B59110498424AFCA0CAD66A /* ANSCompatibility.h */, + 37C09A824DC2E14F127B40FF10893A15 /* Answers.h */, + 763607C40305FDDEDFFBC26492ED559E /* CLSAttributes.h */, + 9949A01F50584C1A34A77E069B209C1B /* CLSLogging.h */, + 7647A86E0F0107D7BE18FBBDA07AAE58 /* CLSReport.h */, + 8BD15A2FDA56C56583162779C2BB00A2 /* CLSStackFrame.h */, + 7956BACB194EFB93A8716C364E92A099 /* Crashlytics.h */, + 86B97D750375F2BB0B6C1BFF07558CC7 /* Frameworks */, + 5DD6E9472688479497536B36C2E1ED5C /* Support Files */, + ); + name = Crashlytics; + path = Crashlytics; + sourceTree = ""; + }; + FA9AD7629D50073F89A183A2608C702C /* FirebaseInstanceID */ = { + isa = PBXGroup; + children = ( + A6BC09C0D53DA2FE7AB4ED3DB8865FDC /* FirebaseInstanceID.h */, + F3EC77D2D2FF023BCEC88CA06EF90FAE /* FIRIMessageCode.h */, + 63FB371FA1D64437A224D642AEA65CB9 /* FIRInstanceID.h */, + CE522CA78EF4583D3C116B81E9E1233D /* FIRInstanceID.m */, + EDCF2CB80A7596AEEC87816BECDA525A /* FIRInstanceID+Private.h */, + CC49A8564CF2E6C1026B2CEEB26076B2 /* FIRInstanceID+Private.m */, + 423037AB6D52C9252A592A28B83CFE87 /* FIRInstanceID_Private.h */, + 96F2F7C5AA78F23AED95E8E0FA1981B7 /* FIRInstanceIDAPNSInfo.h */, + 2689C65D57534449A256784ED9409E80 /* FIRInstanceIDAPNSInfo.m */, + 20827E70AEC98A3D02D7A21164B2B0FE /* FIRInstanceIDAuthKeyChain.h */, + C7D82F140AC67A3FCA926186FE995AFE /* FIRInstanceIDAuthKeyChain.m */, + 5841D035B09E1EFEC82EAA743F308ADE /* FIRInstanceIDAuthService.h */, + 437D72C3020443F78894EF23058CADE4 /* FIRInstanceIDAuthService.m */, + 0CA871C92924AB4F14B8509FB3EBB6E4 /* FIRInstanceIDBackupExcludedPlist.h */, + AD93FE992F2808E13987AF3E78776E5A /* FIRInstanceIDBackupExcludedPlist.m */, + 467618E269677A10123F50740568B690 /* FIRInstanceIDCheckinPreferences.h */, + DC5BCF754BFAB783D434F5F6327BE556 /* FIRInstanceIDCheckinPreferences.m */, + 598F75D3BD89F118B6A8F85AB6864798 /* FIRInstanceIDCheckinPreferences+Internal.h */, + 5F41DB91FF8B0D6EE7177979E91C13E7 /* FIRInstanceIDCheckinPreferences+Internal.m */, + 90F96315CD9F30BD6CEDF67D05EC7F99 /* FIRInstanceIDCheckinPreferences_Private.h */, + E8DDA01150C3144C34416704738168D4 /* FIRInstanceIDCheckinService.h */, + F98F0DB59E111E52D360BFECDD237C0C /* FIRInstanceIDCheckinService.m */, + 5B7A8E49449F80E026D29B7F6300321E /* FIRInstanceIDCheckinStore.h */, + DEEC97FB0E28100D29258B0E0B945FD7 /* FIRInstanceIDCheckinStore.m */, + 4FE270AA0CC3AA2C60ACCB8B023EA63E /* FIRInstanceIDCombinedHandler.h */, + 1F43353B8F0BB30F1E9F1D01B64EB9C4 /* FIRInstanceIDCombinedHandler.m */, + 595939ABF45A9CFD46F1F52BC609C453 /* FIRInstanceIDConstants.h */, + 9CA6AFD579DBB542CA9F8E90FF8B45B5 /* FIRInstanceIDConstants.m */, + 2ABA3436BA65114D67E1101A567BD57B /* FIRInstanceIDDefines.h */, + 6C54FEB0E0450B49C697E1D55A3A73C6 /* FIRInstanceIDKeychain.h */, + 7E7C10D044BA7481992E6FF31917449E /* FIRInstanceIDKeychain.m */, + 849D6C91E228C72633221648A5D1116D /* FIRInstanceIDKeyPair.h */, + 3467EEF7BECFD52C0761065B8CE3BDBE /* FIRInstanceIDKeyPair.m */, + 7CB7E04BA6ED06A23428B29F52FC799D /* FIRInstanceIDKeyPairStore.h */, + 5F5D5D1B4575A35F8D1C33E2F685077A /* FIRInstanceIDKeyPairStore.m */, + 2599BDF013C788831804F1AF1FE13B8A /* FIRInstanceIDKeyPairUtilities.h */, + D5CF946015F376E371F02D9F7B206BCC /* FIRInstanceIDKeyPairUtilities.m */, + B9DCAA196D9050A3C6E9F62FFF22C129 /* FIRInstanceIDLogger.h */, + AE85D08FB7588A697C208B9E1813CFC4 /* FIRInstanceIDLogger.m */, + 39DC485D2BFDFF2581F4F6A6806D397A /* FIRInstanceIDStore.h */, + A590E7684D921BCB6D5F0494A0B8E7A5 /* FIRInstanceIDStore.m */, + 91D413F3A80F3D1BAFC03AB0031AD8F4 /* FIRInstanceIDStringEncoding.h */, + 7C18AE71335E25341767747608769C81 /* FIRInstanceIDStringEncoding.m */, + 6A9F56111DE469B8F3E5BA774977988C /* FIRInstanceIDTokenDeleteOperation.h */, + 8CC00B95E78363C885C84146A4F31B2B /* FIRInstanceIDTokenDeleteOperation.m */, + 7D9177A4DC5B10C6976A695AAA8847CC /* FIRInstanceIDTokenFetchOperation.h */, + DEAC546D727274DEEAECDAEC01CA1930 /* FIRInstanceIDTokenFetchOperation.m */, + D9BA71A7DF5D6EA580FE5D0B03DF7E73 /* FIRInstanceIDTokenInfo.h */, + 28D7B7220DA3E13DC30F55CA117124F5 /* FIRInstanceIDTokenInfo.m */, + 8399881E2FDE8EAB7E027D6319E490EF /* FIRInstanceIDTokenManager.h */, + 6BB0062B7B6796CC8373D2E190D40E8E /* FIRInstanceIDTokenManager.m */, + F6683F66A3B64C9C8FC48FDF06E3AA92 /* FIRInstanceIDTokenOperation.h */, + 564197763512A54DB312A41D53E0AE6D /* FIRInstanceIDTokenOperation.m */, + 76ADC6D3A21B96CC8C753135CAFF258D /* FIRInstanceIDTokenOperation+Private.h */, + 9066FC7DE3982FB5E3ADD0CEC6575254 /* FIRInstanceIDTokenStore.h */, + 53B39FD166A657BEC2283032ECBA6890 /* FIRInstanceIDTokenStore.m */, + F7FBDB196F800BCEEF6E659E480FFAF2 /* FIRInstanceIDURLQueryItem.h */, + C3278DB487D093579D69CB19549E31CE /* FIRInstanceIDURLQueryItem.m */, + 32D45E7D315481818EAE1644C6DACCF9 /* FIRInstanceIDUtilities.h */, + 77C26CDDFEE8F668B39B245797E777ED /* FIRInstanceIDUtilities.m */, + DD3F70037D9D16E2F730CBF17238B9EC /* FIRInstanceIDVersionUtilities.h */, + 853514508AADF0928AFD11C567FFFB70 /* FIRInstanceIDVersionUtilities.m */, + 275C7D5C7994605E960E7552528867F3 /* NSError+FIRInstanceID.h */, + 41C021889F7EAD0D5E4AE3F16B0C4F37 /* NSError+FIRInstanceID.m */, + 846D2246D5556A19BF920644E1CEDE72 /* Support Files */, + ); + name = FirebaseInstanceID; + path = FirebaseInstanceID; + sourceTree = ""; + }; + FBD9FA328FD279A649BC41E3CBA17865 /* Support Files */ = { + isa = PBXGroup; + children = ( + D5D039F409E98E4A2489B40A7C028E93 /* GoogleDataTransportCCTSupport.modulemap */, + 6060428A6DDB458F0937F5593ABAE813 /* GoogleDataTransportCCTSupport.xcconfig */, + 44B7918740791E6159430CE5842C0BBD /* GoogleDataTransportCCTSupport-dummy.m */, + CDA337C5E1613E6E7EA098DE5E22C672 /* GoogleDataTransportCCTSupport-Info.plist */, + 06E88B10F26B6C2A49295678F1857929 /* GoogleDataTransportCCTSupport-umbrella.h */, ); name = "Support Files"; path = "../Target Support Files/GoogleDataTransportCCTSupport"; sourceTree = ""; }; - FF2CDE334D480111B188EFBE1F3A2CF6 /* decode */ = { + FC3D6444222B8B77443D83A622D0C7D6 /* Support Files */ = { isa = PBXGroup; children = ( + 0698B63363E1E856C309EE1EDCDB3523 /* GoogleUtilities.modulemap */, + E6312330D599588B7191297690B3FA56 /* GoogleUtilities.xcconfig */, + 3083ED891E89967CCDAC0C291B39E880 /* GoogleUtilities-dummy.m */, + EDC9C16B4EF0D53F14671B410D01AC6F /* GoogleUtilities-Info.plist */, + 7522382BEED10E8E40A3CFC92FBEA671 /* GoogleUtilities-prefix.pch */, + F0F8148ABC768CADE82539066F381E79 /* GoogleUtilities-umbrella.h */, ); - name = decode; + name = "Support Files"; + path = "../Target Support Files/GoogleUtilities"; + sourceTree = ""; + }; + FE66A1BEB587A4EFC3B54CB2D3E41B66 /* FirebaseCore */ = { + isa = PBXGroup; + children = ( + C403320E7ACFA19ED9EE1FF68CDDCC82 /* FIRAnalyticsConfiguration.h */, + 9A9E381CD66F8000D868F14AC1EB8D64 /* FIRAnalyticsConfiguration.m */, + 1C299EC2C181D490BE6FD67EDF5C828A /* FIRApp.h */, + 17D5BCC8BB4D98AA1350E893A964FD9B /* FIRApp.m */, + A87EC7C1833E0F7BC75EB794848BFF5A /* FIRAppAssociationRegistration.h */, + A5095F041D234902D5BABD3135369130 /* FIRAppAssociationRegistration.m */, + 9C297D11417E5C245F45A1884AA232C2 /* FIRAppInternal.h */, + 70538648C719196E9FDE6A6F1A93F2C1 /* FIRBundleUtil.h */, + 5B795040500E66C80750D798C1F96D2C /* FIRBundleUtil.m */, + A665C18D242AB7731655F9BDE6906F75 /* FIRComponent.h */, + E318022B596B56FD7552BC0A206DE76D /* FIRComponent.m */, + 036B3C53559FBA632D5CFC5B0240EBE4 /* FIRComponentContainer.h */, + F103C1505FEBE88AB2853D109C12F36D /* FIRComponentContainer.m */, + FE403CDE0F5C3A48904DA73FEF7C565F /* FIRComponentContainerInternal.h */, + 135A6EC8EE4D377790EB4A0C4E762D00 /* FIRComponentType.h */, + 49A7477087BCBE3139F91EE06D184918 /* FIRComponentType.m */, + B4918F1BB63F6FC5831C59C7150E04D7 /* FIRConfiguration.h */, + 4E9788388346C7E2B8305BD46FF3A9A3 /* FIRConfiguration.m */, + F4B83EAC946162DF902D82F2D9F0B5BA /* FIRConfigurationInternal.h */, + F2C1DFA26BE3AA681E7C9457F63C9A5B /* FIRCoreDiagnosticsConnector.h */, + A3F791A4F214B6B1A11B7FC9C7A7E69D /* FIRCoreDiagnosticsConnector.m */, + 756FF31981E26C1E1986C0A197C9F030 /* FIRDependency.h */, + 184C56F3557CEBCDD48332AE8A54E75B /* FIRDependency.m */, + F0FFB6A3F3DA4FE46CA95E925460683F /* FIRDiagnosticsData.h */, + E3FDA97DA7FB0505160D5ECEE663CAAD /* FIRDiagnosticsData.m */, + E2C32DB97BF40615ABF2EA1A50332AA2 /* FirebaseCore.h */, + 2DE1D643AFAA0C042D9B86F6AD32A257 /* FIRErrorCode.h */, + C4889761C9AA77651C9107B17C09683A /* FIRErrors.h */, + 929B89C4B103E063A8B9D69A7FA74299 /* FIRErrors.m */, + 072DC6A9CB06502CDAD2107B26A10A28 /* FIRLibrary.h */, + 153DFC025B7E8ACBCC5E027F4ED4D00B /* FIRLogger.h */, + A7FB6F9D0CDC9B8C55023E45DAA167AF /* FIRLogger.m */, + 1BF3D98145B0B9762A2C45F25E6C872E /* FIRLoggerLevel.h */, + EC4CC80E2B863550AB7A39910D001563 /* FIROptions.h */, + AC855874BA4DA2AE65CA1FF8A239F4ED /* FIROptions.m */, + 22054C1F846287EF49FB9C46CCED378C /* FIROptionsInternal.h */, + 5B38021BA4AE02A50B7829F7B91D130E /* FIRVersion.h */, + 2F45AC049486A19C55A9F03A25436F14 /* FIRVersion.m */, + E0B7D540A0B652892765C5F3313780DD /* Support Files */, + ); + name = FirebaseCore; + path = FirebaseCore; + sourceTree = ""; + }; + FEFF6097CF1FA98FB0740803D3EA5B25 /* FirebaseCoreDiagnostics */ = { + isa = PBXGroup; + children = ( + 28C245C3A86B4FAF1EE7C54789AA0557 /* FIRCoreDiagnostics.m */, + 1DE592BA7E19DBBBE26EFCBD5681E28F /* FIRCoreDiagnosticsDateFileStorage.h */, + A4E89761250751F7FFC486D50D08B157 /* FIRCoreDiagnosticsDateFileStorage.m */, + 42DA9D2691ADB6CFEE1BCA5B96C5D9A5 /* firebasecore.nanopb.c */, + 264085E3C7DE7CE0150A173B7BCBBCF6 /* firebasecore.nanopb.h */, + 6F5286CC7EEC28EBCC7CE71BCD556FCA /* Support Files */, + ); + name = FirebaseCoreDiagnostics; + path = FirebaseCoreDiagnostics; sourceTree = ""; }; /* End PBXGroup section */ @@ -2516,57 +2809,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 1572F0419FC9D767E95C838F6BFCBD16 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - AE04F4069FAB0C3BF55792E29370694F /* Pods-AvH Plan-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 164C6A2A2C6C40AF6FBFFC633AC3F240 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - C1486F01769F6871382731295AEA46B0 /* FirebaseInstanceID-umbrella.h in Headers */, - CAD8FE15446C54871EB83CFE96B6138E /* FirebaseInstanceID.h in Headers */, - F4E81BBB8F2DC30EF772E1B83D61ACB5 /* FIRIMessageCode.h in Headers */, - 305B9F615CB8382DC0490205F410C6C6 /* FIRInstanceID+Private.h in Headers */, - 04DE421B30FC01343DC91447B04CD4CD /* FIRInstanceID.h in Headers */, - C090893595BE29E07E71AE2DFC071144 /* FIRInstanceID_Private.h in Headers */, - AF2542BE8775C2FFE936472B85FF9211 /* FIRInstanceIDAPNSInfo.h in Headers */, - E0474E4E1205A9FE98F83079FBF19653 /* FIRInstanceIDAuthKeyChain.h in Headers */, - FDA503416CFBA1A6B7AAA7B71B887934 /* FIRInstanceIDAuthService.h in Headers */, - 964C347A44620421FBF89A37D59C7FD1 /* FIRInstanceIDBackupExcludedPlist.h in Headers */, - BE0639FC0190BA56073B94F6458A7F5D /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */, - 3576161D877A29DBCCF62985F944DEC1 /* FIRInstanceIDCheckinPreferences.h in Headers */, - AADB8C58A69115664C4C7BEDF871FC50 /* FIRInstanceIDCheckinPreferences_Private.h in Headers */, - F1F5B18405728B6F652D8AB14DC2E62D /* FIRInstanceIDCheckinService.h in Headers */, - 9B4F9A84CFF2271B5FB5BD91F103785E /* FIRInstanceIDCheckinStore.h in Headers */, - 65D337E9296BB7974E6879AF3214AA59 /* FIRInstanceIDCombinedHandler.h in Headers */, - F9D8DBAD2A0BEF190AE5EE0B146D5B25 /* FIRInstanceIDConstants.h in Headers */, - 4EB31596BE08D4E177E8A9C5A915C762 /* FIRInstanceIDDefines.h in Headers */, - 141877A9B1CB45686E3541576D8F7CA5 /* FIRInstanceIDKeychain.h in Headers */, - E3EB24754880456604DC4DDCAE6C21F5 /* FIRInstanceIDKeyPair.h in Headers */, - 7BD518D4235A80236C350D1513930E07 /* FIRInstanceIDKeyPairStore.h in Headers */, - 46DF8BD7A36296391B47FD51285CC040 /* FIRInstanceIDKeyPairUtilities.h in Headers */, - 50A93089D97266A3632F42D163A35343 /* FIRInstanceIDLogger.h in Headers */, - 766357ED940E4A25AFEA8E6AB43AC8A8 /* FIRInstanceIDStore.h in Headers */, - 8A2DAA89D34719FC6664B1ACB8F8A1D9 /* FIRInstanceIDStringEncoding.h in Headers */, - 968C61B7EDA89BDF83FF64B610CFC389 /* FIRInstanceIDTokenDeleteOperation.h in Headers */, - C61CE421C71770B568EB93F2D630AF16 /* FIRInstanceIDTokenFetchOperation.h in Headers */, - C0331C0E58048DD4A0B0350BF190ED2F /* FIRInstanceIDTokenInfo.h in Headers */, - 34D84769E0E09EB8615722534681CF66 /* FIRInstanceIDTokenManager.h in Headers */, - 9B707DF35232609F9A2D4E66811EB75F /* FIRInstanceIDTokenOperation+Private.h in Headers */, - 7B62605A9892B92525D93A8076E020FC /* FIRInstanceIDTokenOperation.h in Headers */, - 2E4AE0DED5353DC9D0765BE164530413 /* FIRInstanceIDTokenStore.h in Headers */, - 58E21139EFA666942CD97BFC59996390 /* FIRInstanceIDURLQueryItem.h in Headers */, - F3FF5937390DBDF508719CAC47F6A83B /* FIRInstanceIDUtilities.h in Headers */, - 43A9AB4761EA4CB7B817AFE005D00046 /* FIRInstanceIDVersionUtilities.h in Headers */, - 0FB8FA5765FD06D7BBBC2E60D428F904 /* NSError+FIRInstanceID.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 23D70D9651451F43E7E8CC1A87B4B7E9 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -2575,120 +2817,128 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3ABF387824AED6DC1582B0E8979CE8FE /* Headers */ = { + 242FA7F85CCE3D4496A28C094673045C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FBE916B8924D39078A6B4140E09709FD /* FirebaseMessaging-umbrella.h in Headers */, - 712841237816C5BE768E53F4C4F63307 /* FirebaseMessaging.h in Headers */, - 34C44D0C1C2D0EE5B37B0D23FB44764F /* FirebaseMessaging.h in Headers */, - 249EE1CD0515666CE84B7967F71DCBB1 /* FIRMessaging.h in Headers */, - 270692DD5907DF82C6C6BD5FBA4ADBBF /* FIRMessaging_Private.h in Headers */, - 04A34AB3CA120AAA4C14FA3FE035B6BA /* FIRMessagingAnalytics.h in Headers */, - 0FEDE800044FB3E3698172D5DE05DA90 /* FIRMessagingClient.h in Headers */, - F4A3F7CF3DAF3435007A36A3B9C08FE3 /* FIRMessagingCodedInputStream.h in Headers */, - B35159159F16F3F3CCD0CE6627050AD5 /* FIRMessagingConnection.h in Headers */, - D1D50C3CE44677F4805532CC556659EA /* FIRMessagingConstants.h in Headers */, - 59238737CEF46E884E54A24BBAE9B83F /* FIRMessagingContextManagerService.h in Headers */, - 41E2EC6E6EBD6CF76FC3F99E6C814C74 /* FIRMessagingDataMessageManager.h in Headers */, - CEF49EEDA94BD24FB56CB024CFB70AE8 /* FIRMessagingDefines.h in Headers */, - A1ED26470FD055A1E17567BFBF2C2860 /* FIRMessagingDelayedMessageQueue.h in Headers */, - CEF71D5ED717421FBE57A7AD627CA462 /* FIRMessagingExtensionHelper.h in Headers */, - 79ABE1208068FC0B8340BC70CAAF76C7 /* FIRMessagingInternalUtilities.h in Headers */, - DD0400A46172B931C636A6D73CB9DB81 /* FIRMessagingLogger.h in Headers */, - 4FE4B228D3CAD8CCDFA8550EE33FC8A0 /* FIRMessagingPacketQueue.h in Headers */, - 105AE2F95DD5C882F2B5D51E75048185 /* FIRMessagingPendingTopicsList.h in Headers */, - AEA4C724D558C62061EC841C68FD12BE /* FIRMessagingPersistentSyncMessage.h in Headers */, - A986677D266428370579D3DC308FD4EC /* FIRMessagingPubSub.h in Headers */, - 8507F1C1BB73E486D2F6AE7E26F05511 /* FIRMessagingPubSubRegistrar.h in Headers */, - 25C62AC3D741FF4331523F9A88559164 /* FIRMessagingReceiver.h in Headers */, - 53D340A7D4C6BD6687AE0F86FE166E25 /* FIRMessagingRemoteNotificationsProxy.h in Headers */, - FD78C8DB5709DEC83D8940A102F62D3C /* FIRMessagingRmq2PersistentStore.h in Headers */, - 709A4DA2342FA4C8CE3C9D954F4D826F /* FIRMessagingRmqManager.h in Headers */, - 074F49600EF515E11781F91E3D41F88C /* FIRMessagingSecureSocket.h in Headers */, - 28E303015CED13C125019216B3304C98 /* FIRMessagingSyncMessageManager.h in Headers */, - AAF17F19E5967A8E4803EE06248A4B9F /* FIRMessagingTopicOperation.h in Headers */, - FD60ED3EE1EF9C7019A88CF7145A223A /* FIRMessagingTopicsCommon.h in Headers */, - 1E84082C8FBAA6B402DA368B3ADA4C84 /* FIRMessagingUtilities.h in Headers */, - 9635B7206EF35C36988306CF9A4CD44C /* FIRMessagingVersionUtilities.h in Headers */, - 289D24CDF0A890FDB0AFA78B10CEDDC3 /* FIRMMessageCode.h in Headers */, - 96D9B488250FE11106B7992C303B8A32 /* GtalkCore.pbobjc.h in Headers */, - D9C3D61A811572D085E9BFED8FAA7CF6 /* GtalkExtensions.pbobjc.h in Headers */, - ADEDFD849BCB393FB7E96EBA3005A447 /* NSDictionary+FIRMessaging.h in Headers */, - 626E4E83AC60A226664B1A08328A310D /* NSError+FIRMessaging.h in Headers */, + 11577E422FA3920C6033DDD8225855BD /* cct.nanopb.h in Headers */, + 3F5AE66CB51B2120A5979E81293151A9 /* GDTCCTNanopbHelpers.h in Headers */, + 54614BBAD83E922A1596B2146BD69A16 /* GDTCCTPrioritizer.h in Headers */, + 99F33E689C2505A3792A1556465112FC /* GDTCCTUploader.h in Headers */, + 295A47CEF29695F32EE6AD20A1488015 /* GoogleDataTransportCCTSupport-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3FD80EC3DF74A42C1105E8ED489F6978 /* Headers */ = { + 310A6F66D8C69458D51DCFE8B1BB520C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 0372F9992C3B15D3AFFF33B6083DAE90 /* FIRAnalyticsConfiguration.h in Headers */, - 89B427822858C75ECB81EB2EE23C6F03 /* FIRApp.h in Headers */, - 25E1004D60F8DC15E469967E716B7530 /* FIRAppAssociationRegistration.h in Headers */, - C160FC06D38FF1DD544163B64D7AF6DD /* FIRAppInternal.h in Headers */, - E694971A084B6D2816925E21B0EC1C8A /* FIRBundleUtil.h in Headers */, - 83436F9904B7542401D998C42BB7F752 /* FIRComponent.h in Headers */, - B7F22F5DB7049D8D1ED63AD88A379609 /* FIRComponentContainer.h in Headers */, - 1C2582EAC56F901B42C8B554D731EF53 /* FIRComponentContainerInternal.h in Headers */, - 7D8567DC3741CB1547AE7D4D492FEF7C /* FIRComponentType.h in Headers */, - 785367A6AB254B301184DF4997FB949C /* FIRConfiguration.h in Headers */, - CBFEB7DD5B069B64345C35928246255F /* FIRConfigurationInternal.h in Headers */, - 7E968D0073603A558CC00CBF9DA36CE5 /* FIRCoreDiagnosticsConnector.h in Headers */, - 656DD954D84B69334E4F76F552915E19 /* FIRDependency.h in Headers */, - BE1A14CD2CB687B8D0A568F765EB3857 /* FIRDiagnosticsData.h in Headers */, - A1F1A9B94814942BDEF6751968320DA8 /* FirebaseCore-umbrella.h in Headers */, - F2FC5C877AB1E915278F7E401E7C699C /* FirebaseCore.h in Headers */, - 3BC718EE7B4386177FD0A096611045E1 /* FIRErrorCode.h in Headers */, - 823A885E66AB172BB561176EE7C7F26A /* FIRErrors.h in Headers */, - 1C0611ED5262D548B55F4357983ADAC9 /* FIRLibrary.h in Headers */, - C018704F53C235A2E0E6F026DAEDCAD4 /* FIRLogger.h in Headers */, - 4F740889F9D73B89736FE203D5D9AD98 /* FIRLoggerLevel.h in Headers */, - C1D17A1A1587F3671623B3B82A079453 /* FIROptions.h in Headers */, - 2F1CE468F77817DB3CAA207735EA3CBE /* FIROptionsInternal.h in Headers */, - 668BE125E0F12D0716F963055FC41674 /* FIRVersion.h in Headers */, + D5063F030F4F25FFEC72B28EA0BC2F52 /* Pods-AvH Plan-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6493F91B142EBDABD1BE581FECDA3547 /* Headers */ = { + 54E605F2D61DAB9B28C924BED07846B0 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 3A2260DBF0A40F20B1CE45008E5027CD /* SwiftSoup-umbrella.h in Headers */, + 33F934B34229ADA6E17FED14455B504E /* GDTAssert.h in Headers */, + 17C42570C82BE79E7817BE77F17B2906 /* GDTClock.h in Headers */, + A8AA7F9E45D3CAF231B2CD928AACB784 /* GDTConsoleLogger.h in Headers */, + C7B3C763439CD3CCA276D53769740B00 /* GDTDataFuture.h in Headers */, + A55E4CB529D946A68E643AE57A9FBB5B /* GDTEvent.h in Headers */, + D1269B9077617FAFCAD3DCD2A5181B9B /* GDTEvent_Private.h in Headers */, + A858A59BAE76736228DC13B9DB6076EA /* GDTEventDataObject.h in Headers */, + 66BC29093857C69FE5D0A7DA2684CE60 /* GDTEventTransformer.h in Headers */, + 9B63E37F432887280E30BAB6C7FE2ED5 /* GDTLifecycle.h in Headers */, + C3C631E6CDFB177500AA5D8588F7B55C /* GDTPlatform.h in Headers */, + 8AFC51DBC4958BD5D49E328291D80096 /* GDTPrioritizer.h in Headers */, + FC4D19805FBBFA8CC87EE9B16659BBAB /* GDTReachability.h in Headers */, + CF072D0327E60CBEBEA0BC7D120D748A /* GDTReachability_Private.h in Headers */, + 6A97A1DA5B8818EBD3C3A7D3A8D92071 /* GDTRegistrar.h in Headers */, + B5B00749A41AF4F530E015C54F9696E1 /* GDTRegistrar_Private.h in Headers */, + 391A2E47F40FFA3FB52993822E51B50D /* GDTStorage.h in Headers */, + E91CA972B4427E4A779DFA614E7A4557 /* GDTStorage_Private.h in Headers */, + C6B9E243D23569982A3F71E99C5AFE67 /* GDTStoredEvent.h in Headers */, + 546E0FD4DF4E7C0A0625A2E46D28F85A /* GDTTargets.h in Headers */, + 72AFC010C0891D2C44918280A5CDCCC0 /* GDTTransformer.h in Headers */, + DC826A3787183FEF9A2C8EF7B0FD6077 /* GDTTransformer_Private.h in Headers */, + 75B84224EC30CD0BF69B2CE2828F267C /* GDTTransport.h in Headers */, + E32CB4CB81DB64DF7597B8A412E5BAEC /* GDTTransport_Private.h in Headers */, + 3ACE8B4BB76A5DCD4F66F68745704FA7 /* GDTUploadCoordinator.h in Headers */, + 065D15C7607B64E86BA0C19D0C4703B8 /* GDTUploader.h in Headers */, + CBD499B7DA721A8597BD2F8ED039B773 /* GDTUploadPackage.h in Headers */, + B65E94195D0BB1385BF200E99FABC404 /* GDTUploadPackage_Private.h in Headers */, + 3C8B305E0966F68551D713117231CD63 /* GoogleDataTransport-umbrella.h in Headers */, + D5E868468EB43F2BB949D4B703D21744 /* GoogleDataTransport.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 64AA6B1FFB10D33B208023FEA3C0B7E1 /* Headers */ = { + 67456CF70457DF506211D8179568865B /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 56D31AF980A6CD790321DD0D929F4FC4 /* nanopb-umbrella.h in Headers */, - 13AC42CEE936D21EFECF5B27645C7948 /* pb.h in Headers */, - 614E389BB9A43CBA7F376590F060CA72 /* pb_common.h in Headers */, - 1A3A05E9C4A521413C50274ECAA2C84F /* pb_decode.h in Headers */, - C4FD2C09B40D50DFE33367B6FEC61C74 /* pb_encode.h in Headers */, + 4D90C5A839BCF7792DCED0BA854A2FF3 /* FIRCoreDiagnosticsDateFileStorage.h in Headers */, + 7260796552A3BDEB5EF313434CBE5B15 /* firebasecore.nanopb.h in Headers */, + 49ACEC73C078DA51391800A3DC2B2EBF /* FirebaseCoreDiagnostics-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6872992C59C09336D5455D2C513A60BF /* Headers */ = { + 68F46BFE224B9CB9F5109F6BF4C82B88 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - A57F64ED77671D8E770689E1B3319FAC /* cct.nanopb.h in Headers */, - C360CE0BAEE2C9C0E443746F2B0EB19C /* GDTCCTNanopbHelpers.h in Headers */, - C9C39D3BFB95A4F018B56C3A51713672 /* GDTCCTPrioritizer.h in Headers */, - DFB77DA6E1CC6A82BDA49B3295D464CB /* GDTCCTUploader.h in Headers */, - E0521638FB17D048B66B39622D83A4F3 /* GoogleDataTransportCCTSupport-umbrella.h in Headers */, + DA8D8FA4C804A45EFB501AC3A4020C32 /* FIRAnalyticsConfiguration.h in Headers */, + 3A7CFDC7A7B3B46D3A1105387F2D6516 /* FIRApp.h in Headers */, + CBB3CA4E1EB962EB9CE194F39FF78B5B /* FIRAppAssociationRegistration.h in Headers */, + BDC13C88F23856446D106416039ED246 /* FIRAppInternal.h in Headers */, + CDE88C125669BF2348B2F7C704737737 /* FIRBundleUtil.h in Headers */, + 73F2FFD9F76422B13B92513DD32AECBE /* FIRComponent.h in Headers */, + F140ABCB3714562E3064DFAF8D2B3966 /* FIRComponentContainer.h in Headers */, + 1A2B5EB52421D49355927444E91E0D50 /* FIRComponentContainerInternal.h in Headers */, + B7770025CD481465EEB9B2F964D25112 /* FIRComponentType.h in Headers */, + A46B34BC1B2E2B47D0354AFBEBEEF133 /* FIRConfiguration.h in Headers */, + F89514B3E11D030CA6C10D302305DD8B /* FIRConfigurationInternal.h in Headers */, + FE112A1C812D13AF587514149FECCEB1 /* FIRCoreDiagnosticsConnector.h in Headers */, + F6B73A8E5E05DAA7C73D95FB2A11FD33 /* FIRDependency.h in Headers */, + C3E647B9E99C4CB475B2100823A35911 /* FIRDiagnosticsData.h in Headers */, + 32B840173F83AB999E6B501588F651D0 /* FirebaseCore-umbrella.h in Headers */, + 4431167804898DEF72E5BE440934DD37 /* FirebaseCore.h in Headers */, + 87E81967A3ABA9584233BCA00AE2D8ED /* FIRErrorCode.h in Headers */, + 377E2BF974C001AF509432FB5093B34A /* FIRErrors.h in Headers */, + 3D9E87CA8C778FE74AAE01D253AB09F5 /* FIRLibrary.h in Headers */, + 83BDFFBA1A68A17A5D0B8948614129DC /* FIRLogger.h in Headers */, + 1EA2C43608CC6E7F7D62425EE69D0571 /* FIRLoggerLevel.h in Headers */, + FDCE2E54226D3165EE5192A4271A816A /* FIROptions.h in Headers */, + 55362A085C91DB7AC7C8DA444BB1B447 /* FIROptionsInternal.h in Headers */, + E1E789ADE4500BA31902113567D25566 /* FIRVersion.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 73D93E563A1D3BD752C5B06C2188D53C /* Headers */ = { + 8A29E56AD27D7E5F80E0E3B1FB6CA05C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6C6142DF8C8DF54C00781AACAFA0714E /* FIRCoreDiagnosticsDateFileStorage.h in Headers */, - 079222688308245358AC2B8F8626ABAE /* firebasecore.nanopb.h in Headers */, - B309C64F89A75CAAED6F328FF7809574 /* FirebaseCoreDiagnostics-umbrella.h in Headers */, + 53CD00DCEBD5E499D00020A0F89625D6 /* GoogleUtilities-umbrella.h in Headers */, + 7EF95150C6753554440596E3EE6B9873 /* GULAppDelegateSwizzler.h in Headers */, + AE4E487D180CCB5DEABCFD15843B1275 /* GULAppDelegateSwizzler_Private.h in Headers */, + 8B4B8936AD777D2392F621FB055478F3 /* GULAppEnvironmentUtil.h in Headers */, + 33BC1D1A83CA7F5DC1CFC8972655F9ED /* GULApplication.h in Headers */, + 62B2509DE4EA3D2C915A33AF39833A8B /* GULLogger.h in Headers */, + 5418398D279952BE1C3A179774F93413 /* GULLoggerCodes.h in Headers */, + CD03EEDBA02E54C30FF11CC2ED7783FD /* GULLoggerLevel.h in Headers */, + 99A9F5A6091FE99B509C148DF4E66D57 /* GULMutableDictionary.h in Headers */, + 1D90B66722DE3095C5BD0E7AB6E3C14A /* GULNetwork.h in Headers */, + E54BEA5D008223753B234BF4955D7345 /* GULNetworkConstants.h in Headers */, + 7719DC52BAD2990E7DAA41A2AA505070 /* GULNetworkLoggerProtocol.h in Headers */, + 519BF12092A8284E6BEC0AAC8E3E54B5 /* GULNetworkMessageCode.h in Headers */, + BBAF92DE77CA1B73BF3EE542105D4051 /* GULNetworkURLSession.h in Headers */, + D082BB4299F2000EF41D2934B41AD522 /* GULNSData+zlib.h in Headers */, + 9A401F032A013D220A935B579A7A55A8 /* GULOriginalIMPConvenienceMacros.h in Headers */, + 2C1DE568D9668063D19AA148C0D4DA9A /* GULReachabilityChecker+Internal.h in Headers */, + 4894180F0513DA120C0AF950784BF897 /* GULReachabilityChecker.h in Headers */, + E9114F5D181D8D557BA1A2C643B24578 /* GULReachabilityMessageCode.h in Headers */, + B0C5C106C710F68C88EB05835E5DD141 /* GULSwizzler.h in Headers */, + 66CEABA24D5C9A7B0AF9988BEA7DDFF7 /* GULUserDefaults.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2700,29 +2950,46 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B47A184B59257D3A3F6D5B90C19A4429 /* Headers */ = { + BEF37F5EA9FECE408508FE7B0E4AF09D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1BEBA45666F375F3E19F4F1EDA8B2986 /* GoogleUtilities-umbrella.h in Headers */, - B86CBD42747EF01FC794138DBCE0E71F /* GULAppDelegateSwizzler.h in Headers */, - 98655DB216BE091DD6A573CB6F883FF8 /* GULAppDelegateSwizzler_Private.h in Headers */, - 90C1EBEC2F7EFECB833993C9D78C50B1 /* GULAppEnvironmentUtil.h in Headers */, - 961590227EAC0C3490FAD2E2077AAF78 /* GULApplication.h in Headers */, - C1CFBBA5017B54BEDC594CD077B75534 /* GULLogger.h in Headers */, - ACEA8856DC5DE9837495D293A940A725 /* GULLoggerCodes.h in Headers */, - 555FCABA882163B69BD325D8F7B65278 /* GULLoggerLevel.h in Headers */, - 8E3BF99A32119AD67AB804C2112EE46A /* GULMutableDictionary.h in Headers */, - 9C8454DC581BC42919F9984EC611F86D /* GULNetwork.h in Headers */, - 1F3B9B1575FA1BFD18B7B70FD052B13F /* GULNetworkConstants.h in Headers */, - 30F2E88E3D849402607F3E03BB416BA9 /* GULNetworkLoggerProtocol.h in Headers */, - C76C75040A4D6D4AE1A848DF4A7C5CC3 /* GULNetworkMessageCode.h in Headers */, - 00FB4F2E7DE6854283DA8AC1DB626BF8 /* GULNetworkURLSession.h in Headers */, - 57C93D25598860A289720E1D2D91EF3D /* GULNSData+zlib.h in Headers */, - 0C55E62A8E033C9C9B9406869E719BB1 /* GULReachabilityChecker+Internal.h in Headers */, - 56F71F7AD18E486EFF005DC66458F119 /* GULReachabilityChecker.h in Headers */, - 0755C94EFACDCE92C74464F0016D35D1 /* GULReachabilityMessageCode.h in Headers */, - DF06B3915350D208A304BDB10EFEE2EC /* GULUserDefaults.h in Headers */, + 0E4B523684B1DABCB91496185ADFCA6A /* FirebaseInstanceID-umbrella.h in Headers */, + D1F78AA13D25015E348A250DF2423D6B /* FirebaseInstanceID.h in Headers */, + 6C3D4EC8C620A311136EE6FFC2F12653 /* FIRIMessageCode.h in Headers */, + 7F1E15709BF54F93675F8B735FB7A185 /* FIRInstanceID+Private.h in Headers */, + A108ECEA2AD874DD00E7196DDD937A53 /* FIRInstanceID.h in Headers */, + B57388E9331A51898CA493D1CB71D213 /* FIRInstanceID_Private.h in Headers */, + FE18E596EE8990409C83D07448B44BDF /* FIRInstanceIDAPNSInfo.h in Headers */, + F7B635B7E8DFAAA1C9806EBD7B665B52 /* FIRInstanceIDAuthKeyChain.h in Headers */, + B82920E2E3E7990E408E836E0BD32144 /* FIRInstanceIDAuthService.h in Headers */, + 6D58D747CD8EF9AAE67FBA03C99F5ED1 /* FIRInstanceIDBackupExcludedPlist.h in Headers */, + 850F87AEFC9EA08429D6EB8F7249D36B /* FIRInstanceIDCheckinPreferences+Internal.h in Headers */, + 51C91345C1D7E0999C4F9CB3A4C0E8A9 /* FIRInstanceIDCheckinPreferences.h in Headers */, + FB9643511F19624F282D3188F6522126 /* FIRInstanceIDCheckinPreferences_Private.h in Headers */, + 771002AC2A25AB80F58EF0FEBEA7287B /* FIRInstanceIDCheckinService.h in Headers */, + D08D2005FD1009706CE0C118360F3258 /* FIRInstanceIDCheckinStore.h in Headers */, + C336334551B44867B4C9BFF2887B3786 /* FIRInstanceIDCombinedHandler.h in Headers */, + 19790ECD80CC57DD578154AF78D5C175 /* FIRInstanceIDConstants.h in Headers */, + 6B8ECA14D70C3D001F911DBBDBD19624 /* FIRInstanceIDDefines.h in Headers */, + F7953C5F58BB4503E5CE91F1F8B21DDA /* FIRInstanceIDKeychain.h in Headers */, + 1CE17DAE916DA6A7F2DB375F22D72B0D /* FIRInstanceIDKeyPair.h in Headers */, + D1E0A29317B81DBF5B19F483D42DF039 /* FIRInstanceIDKeyPairStore.h in Headers */, + D39438EE83236A192574D2D94D3730E2 /* FIRInstanceIDKeyPairUtilities.h in Headers */, + BD00B61976329DAE74B51D6814B1DED8 /* FIRInstanceIDLogger.h in Headers */, + 6DAFEBBB8847925AEBDD35732597E299 /* FIRInstanceIDStore.h in Headers */, + 9575CEC54FFE70A811E49B92E0AE66D3 /* FIRInstanceIDStringEncoding.h in Headers */, + 7A290F5A9BC565D882DE79CE5B2D0560 /* FIRInstanceIDTokenDeleteOperation.h in Headers */, + B275D91D8000B3637AB04A79E6E85D53 /* FIRInstanceIDTokenFetchOperation.h in Headers */, + 2BC1E518E395CC7610B9BC59A22A4609 /* FIRInstanceIDTokenInfo.h in Headers */, + EC34086CA442B6B5CF54A5B021D3ADA1 /* FIRInstanceIDTokenManager.h in Headers */, + 806AD4FBC432F382D16DBBDD6DD27523 /* FIRInstanceIDTokenOperation+Private.h in Headers */, + 62D7138861D678080F458ABF5D70E7C3 /* FIRInstanceIDTokenOperation.h in Headers */, + 1D93B9A844811175B3CA017D877CB7E2 /* FIRInstanceIDTokenStore.h in Headers */, + 5AE3C263DF13DF76A8B5CF4B8D583015 /* FIRInstanceIDURLQueryItem.h in Headers */, + 164DD86F79AACB02E223CBAA2F983ABF /* FIRInstanceIDUtilities.h in Headers */, + 48AE671F51BC11E8C19A8125617B9154 /* FIRInstanceIDVersionUtilities.h in Headers */, + 0867D4652036433C69EA442EFD2C58A2 /* NSError+FIRInstanceID.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2734,136 +3001,227 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - CE55942AA1A8030C8756EDA2374ECDF3 /* Headers */ = { + D30BDF77F9605F4FCC4368B786AEDB03 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - BED1C50287540526B69B47B392C4FDC5 /* Any.pbobjc.h in Headers */, - 22D7B4A6CFA5C59DD311DBB508BE2009 /* Api.pbobjc.h in Headers */, - 4673294978FE5608B723073C0922DA24 /* Duration.pbobjc.h in Headers */, - 3A83A39710ABA6E02504A55F0F75A053 /* Empty.pbobjc.h in Headers */, - ABA7966AB4B50062EBF143386B334483 /* FieldMask.pbobjc.h in Headers */, - FE7BA1702229860056F6D27CB1829663 /* GPBArray.h in Headers */, - F25317AD7FF998E9915DECA0FE3C1E55 /* GPBArray_PackagePrivate.h in Headers */, - 78A5C7BA71400FAF2E0F41E6F7B29A36 /* GPBBootstrap.h in Headers */, - EC5A311235B96CB9D5EFEB07EB422752 /* GPBCodedInputStream.h in Headers */, - A0818DC2B085791D77E854B129656DD2 /* GPBCodedInputStream_PackagePrivate.h in Headers */, - 22E56DA21E796CBA77405AA714771134 /* GPBCodedOutputStream.h in Headers */, - 2DCB745F3E46E456296F8598273AB724 /* GPBCodedOutputStream_PackagePrivate.h in Headers */, - DAF08C82B7F6ABC74C41D8D01753C348 /* GPBDescriptor.h in Headers */, - 52613C5C3D0B0FD95056E7EE744EC47F /* GPBDescriptor_PackagePrivate.h in Headers */, - E090BF9CB584BCB7E0A8F7A6DC3D902F /* GPBDictionary.h in Headers */, - A768081F934C40E785BC26B04D0135AF /* GPBDictionary_PackagePrivate.h in Headers */, - 5F71C28AFCED4FD4248D32755B735F72 /* GPBExtensionInternals.h in Headers */, - 64EBEDCA86D3171679C3D8CC246486C0 /* GPBExtensionRegistry.h in Headers */, - 31CE02E9F54BCAC57CA3E17586FF39C6 /* GPBMessage.h in Headers */, - 4E6FDA7A10F29797409D63B5C9DF0595 /* GPBMessage_PackagePrivate.h in Headers */, - 94066312EBE8CF023D68D9053C3882C9 /* GPBProtocolBuffers.h in Headers */, - 50143F3AA1A224C824A598FF886E152E /* GPBProtocolBuffers_RuntimeSupport.h in Headers */, - 52FD333A92E6E4319E5D0E8BD102B335 /* GPBRootObject.h in Headers */, - BF0BB1E5F4B23079DD1F174D7C4F1C42 /* GPBRootObject_PackagePrivate.h in Headers */, - 734B5F61C4C68C3FE34557328E8F036D /* GPBRuntimeTypes.h in Headers */, - 8045EA2FD6222D52440AC3A30E4756BE /* GPBUnknownField.h in Headers */, - 3DBC6EDA12787B9D1330AA1403523F0D /* GPBUnknownField_PackagePrivate.h in Headers */, - 882DF5EFD2A4F3D1A33245F6F1AE19A1 /* GPBUnknownFieldSet.h in Headers */, - 93F5A92BA49918FDA6B543DF9443D7BC /* GPBUnknownFieldSet_PackagePrivate.h in Headers */, - 8491B573BB11D3D7461A6021AE7343BC /* GPBUtilities.h in Headers */, - 7BF054579814E4CA440FAC263FDAC66D /* GPBUtilities_PackagePrivate.h in Headers */, - 9DA5A0BE2C170F42AAB304B172673548 /* GPBWellKnownTypes.h in Headers */, - E31457C4061B40E60F8A51E980AFFC53 /* GPBWireFormat.h in Headers */, - E8FEBD59AFDF60C152216913704D7FAA /* Protobuf-umbrella.h in Headers */, - E8ADD2B6FD349009A3F6475856802AC7 /* SourceContext.pbobjc.h in Headers */, - 48D04BE62F2A5670D558F6A404BD2EDC /* Struct.pbobjc.h in Headers */, - 0C852DB478B4B3017A7DA1C56ACDD5A0 /* Timestamp.pbobjc.h in Headers */, - 76F3910E1A9B7514793E5496969015AE /* Type.pbobjc.h in Headers */, - 3289AC8269A8646121F8F3EFDB97A435 /* Wrappers.pbobjc.h in Headers */, + 1B4A81EE3D0F30E02BC0437913F91936 /* Any.pbobjc.h in Headers */, + D86C67A87AF13CDB2C1376FD3888AD5B /* Api.pbobjc.h in Headers */, + 7BE45F8E395C2BCC10979573CC093E85 /* Duration.pbobjc.h in Headers */, + F93B8B89E6DE09BAAD3B648AE6F708FA /* Empty.pbobjc.h in Headers */, + AEDBAE4989BEE26D12F77BF1562F5AEB /* FieldMask.pbobjc.h in Headers */, + 0BDCD1D8C78146DB36C988DE99BA799A /* GPBArray.h in Headers */, + A397085DB1B253FAC8A0F825258A1E97 /* GPBArray_PackagePrivate.h in Headers */, + 558AB059549BF52E44E6DFC5957825D3 /* GPBBootstrap.h in Headers */, + 4C7ED6F8995FDE394AFA64EDF9A1F102 /* GPBCodedInputStream.h in Headers */, + AD708A1E5F4617A7930A9E77439DBD2F /* GPBCodedInputStream_PackagePrivate.h in Headers */, + C25A481EAAC95D15293EDF5759CB92A7 /* GPBCodedOutputStream.h in Headers */, + D48CCB9ACD395A6ABB8519C1F78B7F5A /* GPBCodedOutputStream_PackagePrivate.h in Headers */, + B3B73ADA6C0D2A67E19627F598939E77 /* GPBDescriptor.h in Headers */, + A5478D6770448B288A52D242969E5D59 /* GPBDescriptor_PackagePrivate.h in Headers */, + 1B78008A8C9F28D205BA63A7590F619C /* GPBDictionary.h in Headers */, + 9A3BCF17460D38A075BFA02FDB75317D /* GPBDictionary_PackagePrivate.h in Headers */, + DA5C13039045FB1F9A07F83F99AAA56A /* GPBExtensionInternals.h in Headers */, + 6E9FC079C2FB9FEB85816542542E8EB3 /* GPBExtensionRegistry.h in Headers */, + 0A1B33539559E26FB2CB3B820389FD24 /* GPBMessage.h in Headers */, + D14D5BA1C81BDEAD5F8D1F985937BC92 /* GPBMessage_PackagePrivate.h in Headers */, + 2523D112738D66DEB46A801BF993D256 /* GPBProtocolBuffers.h in Headers */, + E7A7CC23587E27D4037AEFD9CD60CED2 /* GPBProtocolBuffers_RuntimeSupport.h in Headers */, + 63333023E14C080E1E4BC31122CDD84E /* GPBRootObject.h in Headers */, + 134E1784E3CA5016654C06D09AFBAD8B /* GPBRootObject_PackagePrivate.h in Headers */, + BBD0B49554E6C836D1982B9B7AE8ED40 /* GPBRuntimeTypes.h in Headers */, + 6BA695CD6071B264BC9D9400F45E51E7 /* GPBUnknownField.h in Headers */, + 58FF0439DF28C9932C663E04391C619D /* GPBUnknownField_PackagePrivate.h in Headers */, + 2D4C9A8EBEC8D5CAFED2D894326AAA87 /* GPBUnknownFieldSet.h in Headers */, + 089F3E11F88797A8DD696AE79379354A /* GPBUnknownFieldSet_PackagePrivate.h in Headers */, + CAB905C892ECAA75DA525C5CE020F612 /* GPBUtilities.h in Headers */, + E85DB8B5EB54AF9092B457EF1075B588 /* GPBUtilities_PackagePrivate.h in Headers */, + CEFD0FD3A8F0F156889821E3789F5FED /* GPBWellKnownTypes.h in Headers */, + 6C47B0430BD94189883CBD54FE92366E /* GPBWireFormat.h in Headers */, + 429FB45004E3AB7A949DD882EE714129 /* Protobuf-umbrella.h in Headers */, + E3C62FD99DFBDA5D7FBAB40E0E2A62A1 /* SourceContext.pbobjc.h in Headers */, + C5FE4DF749BBD67A1677181B98B8E11D /* Struct.pbobjc.h in Headers */, + CA06EE0B73DDC52F3F0ACE0571CB153D /* Timestamp.pbobjc.h in Headers */, + 9ACE28AD582D63ECDCE3FBD9A58A4826 /* Type.pbobjc.h in Headers */, + D7A8EACC839B955782EB58B5A9C46990 /* Wrappers.pbobjc.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - D2EDC29F4E5BD7C7FC1B307F3146F1AC /* Headers */ = { + DB10B60E29B16946D59620A7461A36BF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 83FA91DA57FDB75AD5C872062713A071 /* fts3_tokenizer.h in Headers */, - D639EFF01E4B990E4088969036BF535D /* SQLite.h in Headers */, - 84CDAF32B0E52740DD3AD0004A3ADE3C /* SQLite.swift-umbrella.h in Headers */, - AA7B6E11ACEEED880862179B68E79ACB /* SQLiteObjc.h in Headers */, + CBD9298E56D3B95B1599EEEE56178148 /* SwiftSoup-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - FF8D302E4D64CB27613C3486F35C3A80 /* Headers */ = { + DCF0D497E489F18CE7FB7868A1060D9E /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B6027FFC30B921AE66F501463E5CCCDF /* GDTAssert.h in Headers */, - B9BB8F03675709573019F985F707BD32 /* GDTClock.h in Headers */, - 03F08A49E9A0169164CF52ACD8D6EB42 /* GDTConsoleLogger.h in Headers */, - 277ED307CC2818549E02BE4FD05185D7 /* GDTDataFuture.h in Headers */, - 1A68CB1087E4A7724164ED48694FBF47 /* GDTEvent.h in Headers */, - 47935085C9E8E7B29E3FC81B10BD4CF2 /* GDTEvent_Private.h in Headers */, - CEC1E7F3BF75EB976E7A309B8CAD5FD9 /* GDTEventDataObject.h in Headers */, - 9278E33200674FB0B6B358D9A730DD37 /* GDTEventTransformer.h in Headers */, - 921B744C0EFA2A9DD592466B7EE0B2AA /* GDTLifecycle.h in Headers */, - 9E90AA66C3E1E33473257FB6C630B3BC /* GDTPlatform.h in Headers */, - E4A8142EF52298D1C1A3DC70FCE6BCA8 /* GDTPrioritizer.h in Headers */, - 5CD2AD4798404DC4B95701BD82D8F981 /* GDTReachability.h in Headers */, - 40BF9ACC315E1711B188E49258192255 /* GDTReachability_Private.h in Headers */, - CDC06AC9E724658E40696D58C8A655D2 /* GDTRegistrar.h in Headers */, - 24FB9A4C734FA1AD0E39DFBC86C3E1AD /* GDTRegistrar_Private.h in Headers */, - 7F9A6847CB8464EE4013CA19DCE52661 /* GDTStorage.h in Headers */, - E29B26128203B01E40A0BA5DA92920B8 /* GDTStorage_Private.h in Headers */, - 0DBDE127B5098940F907AC8CED173102 /* GDTStoredEvent.h in Headers */, - EA1DF0906C0609CCA587F4FDB3C4DC2F /* GDTTargets.h in Headers */, - DB53F2D8485451150BC94A071D1334F5 /* GDTTransformer.h in Headers */, - 4994EE57F4DD28F9A8D75C598760A947 /* GDTTransformer_Private.h in Headers */, - 136338BB44AEAC4A4BB70FF97D19AD83 /* GDTTransport.h in Headers */, - E1B458A32113AC0E58B5FF57EFD07A97 /* GDTTransport_Private.h in Headers */, - 2298DEC17F84FECFA85E7394D1AE1C13 /* GDTUploadCoordinator.h in Headers */, - CB380E4872BC4586CE871B5F580D9FA9 /* GDTUploader.h in Headers */, - 15FBB9397347C361EA0CC35E15649C32 /* GDTUploadPackage.h in Headers */, - F36135897E58A66F461E2806247D9FC9 /* GDTUploadPackage_Private.h in Headers */, - 0266256D88ED99A1924DDCCCDC9E07A3 /* GoogleDataTransport-umbrella.h in Headers */, - FF1360BC9106E42FC65D45537D56872E /* GoogleDataTransport.h in Headers */, + 533B54C766C42F1061741C07CD028483 /* nanopb-umbrella.h in Headers */, + 4DD4B37B3CE98EB608BF411D6D2887D2 /* pb.h in Headers */, + 9858827A04F0B20F1A493E101BAFE194 /* pb_common.h in Headers */, + 4E5503CEBB9E2C0FCF2509AC385D2A3F /* pb_decode.h in Headers */, + A3C789DD5483887E8ED7EB938E0CCF3A /* pb_encode.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E3EFCA8C75975A3E58E878FFA5007856 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + E86F809FCEE2E7DCDBCCA12C420DFAD2 /* fts3_tokenizer.h in Headers */, + 98558D6581D25ACE72D5F53BE01672D9 /* SQLite.h in Headers */, + 28A8595467DD76986C5731FD976C8A57 /* SQLite.swift-umbrella.h in Headers */, + BDBDC17416FDDF650C96442C00805FD3 /* SQLiteObjc.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EB8E489C96D384B8F5D7D9101AA72E3A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C8CDE4078C324A0434444CBD44E9FC29 /* FirebaseMessaging-umbrella.h in Headers */, + EB40913DD452E2784C44F48645E9DAA8 /* FirebaseMessaging.h in Headers */, + 72620F5F38942A9269A718E61D936168 /* FirebaseMessaging.h in Headers */, + 3F56D07DAC451AFFF4DAD75709947F3B /* FIRMessaging.h in Headers */, + B356C29D0BA9A8FB624CC7EA902CA7F1 /* FIRMessaging_Private.h in Headers */, + BCF618EF58FC1DBAA78CD0AD1F761D1E /* FIRMessagingAnalytics.h in Headers */, + F467A2B1123D7F47C0D8A0415D5EAF0A /* FIRMessagingClient.h in Headers */, + 2D46482CD6B68B5E269301A65368C3A8 /* FIRMessagingCodedInputStream.h in Headers */, + 376F55E31C7A144B1EA9DEEB4F553815 /* FIRMessagingConnection.h in Headers */, + DD5E6C2AFA6A5A2A5D380619F98241B8 /* FIRMessagingConstants.h in Headers */, + F44B9CAA3417E98A4E00AFC0765FF3B4 /* FIRMessagingContextManagerService.h in Headers */, + 9151AC097BB9214EF95DE5A2149584A7 /* FIRMessagingDataMessageManager.h in Headers */, + FCE9938B62F07AA4DBF361F028840125 /* FIRMessagingDefines.h in Headers */, + 42D19D207FD7C92469B670DC1683DA23 /* FIRMessagingDelayedMessageQueue.h in Headers */, + B6A4F76886AFF33492E8E9D5DDD99636 /* FIRMessagingExtensionHelper.h in Headers */, + 5EC00F671813C9484E6C1D6F1E39B299 /* FIRMessagingInternalUtilities.h in Headers */, + AF478E1ED8B7A4DE4B7C8C61101B94E2 /* FIRMessagingLogger.h in Headers */, + 7D15DAB346303597D6F56748AB2EA07D /* FIRMessagingPacketQueue.h in Headers */, + E58538BE3488BADCAAE8B50B93BD976C /* FIRMessagingPendingTopicsList.h in Headers */, + D34F44A6C74208A6C53A8D9C5BCDCCAA /* FIRMessagingPersistentSyncMessage.h in Headers */, + A3B22B0CD09230C34BE5A6D3A48F45DA /* FIRMessagingPubSub.h in Headers */, + B337BC1DDCD2D0A1365D8976178804B7 /* FIRMessagingPubSubRegistrar.h in Headers */, + E9870E29EA07956825EB3BABB259C2BF /* FIRMessagingReceiver.h in Headers */, + 4FD0B1CE061EA7553571256EC2549FDA /* FIRMessagingRemoteNotificationsProxy.h in Headers */, + E830570D40292CE2F300059C4783CB8B /* FIRMessagingRmq2PersistentStore.h in Headers */, + 63870F285414D46B47C14E66257FF3B8 /* FIRMessagingRmqManager.h in Headers */, + 7ECADA09FA3052065306AA1BBF8620D3 /* FIRMessagingSecureSocket.h in Headers */, + CB5BAC1C61C88EBA0AE7367C48A447D8 /* FIRMessagingSyncMessageManager.h in Headers */, + 364E5CFC4A2BE02C495936E3D7CD64E2 /* FIRMessagingTopicOperation.h in Headers */, + 58DF4C0EECB4EBFDAB8823DD944B17E0 /* FIRMessagingTopicsCommon.h in Headers */, + E56BECCCA6FE19F976D8A4D0AF8B0998 /* FIRMessagingUtilities.h in Headers */, + ACCE2446D3A27889C1F62FA1F88893B0 /* FIRMessagingVersionUtilities.h in Headers */, + 9A14C90AFAA8F939756F30D384702121 /* FIRMMessageCode.h in Headers */, + F92884516203B0D37701B95786B5B0C7 /* GtalkCore.pbobjc.h in Headers */, + 9034E96C8B5F748B8C3931EFD2DDFA1F /* GtalkExtensions.pbobjc.h in Headers */, + 46B7B33109261B632624957BF06AE841 /* NSDictionary+FIRMessaging.h in Headers */, + 930D8044722C588353B3E6B7D62A7B01 /* NSError+FIRMessaging.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 1531EB622656B32C687526554D06B552 /* Pods-AvH Plan */ = { + 0CF6B7C3FED31C508438B142645D5B80 /* Pods-AvH Plan */ = { isa = PBXNativeTarget; - buildConfigurationList = 70C2B93B3D06613A41F6FA8103D2BBB0 /* Build configuration list for PBXNativeTarget "Pods-AvH Plan" */; + buildConfigurationList = A82AC2BE0335B6344AD87AB8399C68D2 /* Build configuration list for PBXNativeTarget "Pods-AvH Plan" */; buildPhases = ( - 1572F0419FC9D767E95C838F6BFCBD16 /* Headers */, - 8C51FA3764A09E1D39F6B3B14DDCE017 /* Sources */, - F76F92074B38FFB54DE74DD80706DB55 /* Frameworks */, - E732A2BA3D16E8F292B328BB5CD14D8D /* Resources */, + 310A6F66D8C69458D51DCFE8B1BB520C /* Headers */, + 453B5B2A1BFE476DC52364DC410A2955 /* Sources */, + 56E395A509DF7845339FBCFEF32140CE /* Frameworks */, + AFC4D7212FB8E7CAA4CDBEA29EBA7E6F /* Resources */, ); buildRules = ( ); dependencies = ( - 0B2280BF4BD8EE7DB2505B3035334696 /* PBXTargetDependency */, - 2043235691D2FED637B7AF882D19FD61 /* PBXTargetDependency */, - ABCD34994F693D611AF46CF78A5140B3 /* PBXTargetDependency */, - EBB3726F986C672DA590DD24F48D2CF3 /* PBXTargetDependency */, - 8F81CA4B96AE9802F850EAE0DA00BA15 /* PBXTargetDependency */, - 873D0DC5219F02BCCDCEBAC772C9A7B8 /* PBXTargetDependency */, - 61952AFC296392D89A8C21089B48A47F /* PBXTargetDependency */, - 13D44078683A4649B3574CA3EC9F6D50 /* PBXTargetDependency */, - 2F15F30BA16A47992F39AC67CF85E9AC /* PBXTargetDependency */, - 84580F4061801134312B2DCCFBCA805F /* PBXTargetDependency */, - 6FEA107182ED5AC8B8D6CB834E235B95 /* PBXTargetDependency */, - 4D9F74D64E478545BFE6B79A795A6D67 /* PBXTargetDependency */, - 9992AEE30DE3BFFAA15A980183C8716F /* PBXTargetDependency */, - DC007585CB5051657003936CC6991E9E /* PBXTargetDependency */, - 01A91FCF1612FACADD105D3B03D0BFD7 /* PBXTargetDependency */, - 454E26AAB0790BF158801032B20319E4 /* PBXTargetDependency */, + 2BB9C0850C979C7F553D56706C444F6F /* PBXTargetDependency */, + 5DD8309C12A4A2AE5DB2205DF8190FD7 /* PBXTargetDependency */, + D0C2B9B871A8F0233F21C5B8D370FDA1 /* PBXTargetDependency */, + 7666BD286B0B00F7BD7B48FBA51E87FA /* PBXTargetDependency */, + 2F5C2E4AEC1AA835016E18B1D67305EA /* PBXTargetDependency */, + C64CD562D8B41B9F991379081ABED5E6 /* PBXTargetDependency */, + 4F305455F1B13FD2500806756E4A69B3 /* PBXTargetDependency */, + 15869A635A15FDF89E6732037DAC3679 /* PBXTargetDependency */, + B09104F6267404875808E0188F5CB397 /* PBXTargetDependency */, + 5D535D6B89E094E42875847E8973ECDF /* PBXTargetDependency */, + AAE3C99C741C8936679E182B6BBE162D /* PBXTargetDependency */, + D9044C0E55FF412D526E289E23FC7EBF /* PBXTargetDependency */, + 14B5A1B73477F8D5B41A585A7939E0FD /* PBXTargetDependency */, + D18EE645A477E1C13CBD290619D65B19 /* PBXTargetDependency */, + 618C252812592A29A0E2FB2DA200E5E2 /* PBXTargetDependency */, + 6AE4EFBF97A48ABC89B45CA398E2226C /* PBXTargetDependency */, + 71AE99C3B25972F599C6561236E2BBBB /* PBXTargetDependency */, + A9A0E12B6D17F35BA5443200C2DCC585 /* PBXTargetDependency */, + 7848C4FF355182EAE9367EF5E1603E8B /* PBXTargetDependency */, + C5EF8EED731B2D2E472AFC2829378BCE /* PBXTargetDependency */, ); name = "Pods-AvH Plan"; productName = "Pods-AvH Plan"; productReference = 642F827148CC06052F87D4C95B170501 /* Pods_AvH_Plan.framework */; productType = "com.apple.product-type.framework"; }; + 0EA641F6599AA46CF6A09E5C23A4F07D /* nanopb */ = { + isa = PBXNativeTarget; + buildConfigurationList = D8C6BBE13AF4EDDAFFE1BA09551597E3 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildPhases = ( + DCF0D497E489F18CE7FB7868A1060D9E /* Headers */, + 81F90571D802789BD87A720C4A49F092 /* Sources */, + 0B5C190A39C0C36DD4A3DCD2D3A06793 /* Frameworks */, + 2D403445937FCB4F3EAA139151F2FC0C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = nanopb; + productName = nanopb; + productReference = 669222C68F6B30290415A0F6AFFEF51A /* nanopb.framework */; + productType = "com.apple.product-type.framework"; + }; + 0F7BA82FD2CEBB5AC4F9676699B2CC38 /* GoogleDataTransportCCTSupport */ = { + isa = PBXNativeTarget; + buildConfigurationList = FF8D839D8B9CD8E3273E12927C2B1EE6 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */; + buildPhases = ( + 242FA7F85CCE3D4496A28C094673045C /* Headers */, + 74CF2EB38CB646A039019971AB8464E9 /* Sources */, + 0BBE17F0F4A3D176E05C988CE0D4D975 /* Frameworks */, + E93D9D1C493DF543A24D2F28D0739C8C /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 1455E9D47768C29361330736112DBB79 /* PBXTargetDependency */, + 67673F39100CE1830EA0BE0DCE3F9372 /* PBXTargetDependency */, + ); + name = GoogleDataTransportCCTSupport; + productName = GoogleDataTransportCCTSupport; + productReference = 7A060963EB71F9DD35073C3588899467 /* GoogleDataTransportCCTSupport.framework */; + productType = "com.apple.product-type.framework"; + }; + 2D89F776216C0CC4E10BB9C84581E50A /* FirebaseCore */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3B0BA880531DE5B4D80D85D584D3BB0A /* Build configuration list for PBXNativeTarget "FirebaseCore" */; + buildPhases = ( + 68F46BFE224B9CB9F5109F6BF4C82B88 /* Headers */, + 49D46B7784B6C506E5ED85A0F1138F83 /* Sources */, + F7AB269DA45CB6E7952670709C9D8322 /* Frameworks */, + 5BE39A0439B25D9332036C5CC27FCFCE /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + E14DF6B8F565AFD69670F41BE79D1D55 /* PBXTargetDependency */, + BDCAB460C070F0C73B7313A97E626EC8 /* PBXTargetDependency */, + 8E8B7A6883FCAE8C2CA101960BABB4B3 /* PBXTargetDependency */, + ); + name = FirebaseCore; + productName = FirebaseCore; + productReference = 8BBC10F566557FD8DEAB1802C50DB62C /* FirebaseCore.framework */; + productType = "com.apple.product-type.framework"; + }; 3383968E74B5371B20BB519B170DC7FD /* Alamofire */ = { isa = PBXNativeTarget; buildConfigurationList = E87124444A44B7DB55208E7FEC21D331 /* Build configuration list for PBXNativeTarget "Alamofire" */; @@ -2882,65 +3240,47 @@ productReference = CC87986517AD9A637658360444FAEF4D /* Alamofire.framework */; productType = "com.apple.product-type.framework"; }; - 40EFD2FE98482D42ED132A8C5A6AE39A /* FirebaseInstanceID */ = { + 4424751AFC9EBE1D2509F6A7A99E2EA9 /* FirebaseCoreDiagnostics */ = { isa = PBXNativeTarget; - buildConfigurationList = 5486DF039B0597FA1952CCF9F87A32C4 /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */; + buildConfigurationList = 4EDBE836AD030B7CEBCD8FE10F97B6AA /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; buildPhases = ( - 164C6A2A2C6C40AF6FBFFC633AC3F240 /* Headers */, - 0D748C31FB497AD758158595547C23BC /* Sources */, - 95B691BB57102AFEEAF90A891C540445 /* Frameworks */, - C90ABCCB8855E811EE54D438FBA76BAB /* Resources */, + 67456CF70457DF506211D8179568865B /* Headers */, + 234BFB988F688E207FB9618A5F9B4203 /* Sources */, + 428CF4CE66BF82AF8DF64174D45EFB7D /* Frameworks */, + 2FA4F10A2989A85285DFADC76C3D78DD /* Resources */, ); buildRules = ( ); dependencies = ( - 82A50A5B4E89B8FBE9351818BDCC3B85 /* PBXTargetDependency */, - 107AB63AC0B6C67932E14EE069FC5C4E /* PBXTargetDependency */, + 8C073A06968358EC23B6BED765BCE258 /* PBXTargetDependency */, + 75E71D5839257263A173EF15B724F6D0 /* PBXTargetDependency */, + A2D7062CE1986428A035C09B1F29BDA7 /* PBXTargetDependency */, + ); + name = FirebaseCoreDiagnostics; + productName = FirebaseCoreDiagnostics; + productReference = D4976510CB4D7816CDB4042126A53C9B /* FirebaseCoreDiagnostics.framework */; + productType = "com.apple.product-type.framework"; + }; + 46AA7D096286234A5AA053332DCBC876 /* FirebaseInstanceID */ = { + isa = PBXNativeTarget; + buildConfigurationList = F8E3736D5A8577A0B5DD8F8C340DCD88 /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */; + buildPhases = ( + BEF37F5EA9FECE408508FE7B0E4AF09D /* Headers */, + 2572FE0A436103606407881477CF622F /* Sources */, + 8D4E4F44982425FC5A2C93AF76763ACB /* Frameworks */, + 95D39BB59B514892FB195C5C1A259B83 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 3BC64DDEBCBB12C6175B7CB16701CA7F /* PBXTargetDependency */, + 2E16B0C9F82E251D41C0CABA3281ED0D /* PBXTargetDependency */, ); name = FirebaseInstanceID; productName = FirebaseInstanceID; productReference = 615652E4BB6C75A3ECFEE6D7F714CCE0 /* FirebaseInstanceID.framework */; productType = "com.apple.product-type.framework"; }; - 428FD5645155BBD3C406DC325993183C /* FirebaseCore */ = { - isa = PBXNativeTarget; - buildConfigurationList = E3A6F01731A876665672412EB0A7F4E6 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; - buildPhases = ( - 3FD80EC3DF74A42C1105E8ED489F6978 /* Headers */, - 68029842B0ADD5DE3B8248C3016A9B98 /* Sources */, - 07916C1F9504117A21F10CDBF071DEA6 /* Frameworks */, - 2AAB91A5B669E82BFF267445DBAC1C7A /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - D3C55A49C25F62C4B4C95DE2E3DE727D /* PBXTargetDependency */, - 4F4D0EEA71A658AE2892C541BE66ACEE /* PBXTargetDependency */, - B9FB1DE62FE33E4602E2697827EE7DB9 /* PBXTargetDependency */, - ); - name = FirebaseCore; - productName = FirebaseCore; - productReference = 8BBC10F566557FD8DEAB1802C50DB62C /* FirebaseCore.framework */; - productType = "com.apple.product-type.framework"; - }; - 4CE06F410780800E20FAA214C9287D37 /* SQLite.swift */ = { - isa = PBXNativeTarget; - buildConfigurationList = 38DEF6480E4E037A7AE6D88ECF92CE0D /* Build configuration list for PBXNativeTarget "SQLite.swift" */; - buildPhases = ( - D2EDC29F4E5BD7C7FC1B307F3146F1AC /* Headers */, - AD0BCAAC52C7F23E6BB785EC04A3DA1A /* Sources */, - 938342F6891460B66A67887ADF8DE2D7 /* Frameworks */, - 72B7379E30BBAE63D0D71B5EF38C208B /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SQLite.swift; - productName = SQLite.swift; - productReference = 2B21F63202C507BB92A3ABF0B09CE3D2 /* SQLite.framework */; - productType = "com.apple.product-type.framework"; - }; 4F58E6A326CFE0774A009139A52A7BFF /* Pods-AvH PlanUITests */ = { isa = PBXNativeTarget; buildConfigurationList = D83EEEDCFA4D6FF7B9C294AA5CC10EAC /* Build configuration list for PBXNativeTarget "Pods-AvH PlanUITests" */; @@ -2960,42 +3300,99 @@ productReference = 3ECA4CDA40BC9FCDE783DD4EA3812E92 /* Pods_AvH_PlanUITests.framework */; productType = "com.apple.product-type.framework"; }; - 8D21A861739C3E0D05407C95E0682978 /* GoogleDataTransportCCTSupport */ = { + 5856E5045616E11AA7DD55D5E74D7206 /* GoogleDataTransport */ = { isa = PBXNativeTarget; - buildConfigurationList = C67DB593200EE2C26FB6B08149DCBCC0 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */; + buildConfigurationList = 1B4B1AA970CB47FDAD29636A4A9E9443 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; buildPhases = ( - 6872992C59C09336D5455D2C513A60BF /* Headers */, - 6A20DDF8F1EEFAF5D31C797804B9A589 /* Sources */, - B16FDD68AA546AC17F3E6865FE67A708 /* Frameworks */, - C51E1C63B25DB78E5B1A680AFAE164EC /* Resources */, + 54E605F2D61DAB9B28C924BED07846B0 /* Headers */, + 5EB53E2B6EFB00A09B6BEFEE78BC6FD1 /* Sources */, + 50377148D5119E724C6B98C81EDC1CA9 /* Frameworks */, + CEFDB02A655C0EF6B9468E6D94E24220 /* Resources */, ); buildRules = ( ); dependencies = ( - 78E05E2EE2AE3047D41D108FFF0946B9 /* PBXTargetDependency */, - EAA0240782F464B8E152399AE29DA97F /* PBXTargetDependency */, ); - name = GoogleDataTransportCCTSupport; - productName = GoogleDataTransportCCTSupport; - productReference = 7A060963EB71F9DD35073C3588899467 /* GoogleDataTransportCCTSupport.framework */; + name = GoogleDataTransport; + productName = GoogleDataTransport; + productReference = 250344BBE10683CEAC99C3AFEE1D10F9 /* GoogleDataTransport.framework */; productType = "com.apple.product-type.framework"; }; - B5BD29EFC331C173D7041FB95BF07B94 /* nanopb */ = { + 59FFFE3336249C2569B911E5A05C3E34 /* FirebaseMessaging */ = { isa = PBXNativeTarget; - buildConfigurationList = 6117137490604A59B001BA842946C085 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = 1C32497CBA41B6FE43D69ABB043B97CC /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */; buildPhases = ( - 64AA6B1FFB10D33B208023FEA3C0B7E1 /* Headers */, - BDF1C3A0A263AD9AF2E3039295D8EE80 /* Sources */, - BCCE1123F483CECBB759698BC83CF74E /* Frameworks */, - 4D967F2B2EC904B84001C469294FB679 /* Resources */, + EB8E489C96D384B8F5D7D9101AA72E3A /* Headers */, + 852DC71B49B9D40CACE44F164BC83A75 /* Sources */, + B7D45CECE45FB5A98B6F109C707BA453 /* Frameworks */, + 0F188B90E16604F7D4D605EA6B84A340 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 44D9C66B18D536136F7A7EA32CE58365 /* PBXTargetDependency */, + 35D741116FF4235965BE63817B4C803C /* PBXTargetDependency */, + 7FCD3AD7116703C93E4AE406EEA9F76F /* PBXTargetDependency */, + 203F60CB43AA53C0E0F52CA35D451680 /* PBXTargetDependency */, + 9B1169CD7BFC92A6C33505060CAA6EC7 /* PBXTargetDependency */, + ); + name = FirebaseMessaging; + productName = FirebaseMessaging; + productReference = 22DD18258022AC7BC53DBBBD92B3D3BE /* FirebaseMessaging.framework */; + productType = "com.apple.product-type.framework"; + }; + 77A4B5FAFBA3EEC64EB51A3F0482178F /* SwiftSoup */ = { + isa = PBXNativeTarget; + buildConfigurationList = 25DC6C9E0D39B536417FC0BFCBA29269 /* Build configuration list for PBXNativeTarget "SwiftSoup" */; + buildPhases = ( + DB10B60E29B16946D59620A7461A36BF /* Headers */, + D5A3B82E5A6211CEC7BC6761A16743F0 /* Sources */, + 63AED8B1EBD32B2D47D790665FC876C0 /* Frameworks */, + ECE875E3AC1365C1D434BA435D6BF28D /* Resources */, ); buildRules = ( ); dependencies = ( ); - name = nanopb; - productName = nanopb; - productReference = 669222C68F6B30290415A0F6AFFEF51A /* nanopb.framework */; + name = SwiftSoup; + productName = SwiftSoup; + productReference = 449726956E53FE4AF53D2DF45CDE97DE /* SwiftSoup.framework */; + productType = "com.apple.product-type.framework"; + }; + 7D97379D3703B5EC23DAEBAE378AAA49 /* SQLite.swift */ = { + isa = PBXNativeTarget; + buildConfigurationList = A46C0CA55530EA53759E95809B879459 /* Build configuration list for PBXNativeTarget "SQLite.swift" */; + buildPhases = ( + E3EFCA8C75975A3E58E878FFA5007856 /* Headers */, + F75D82BE56105676CEC15DD8E4726F73 /* Sources */, + 9523573A4BC6BB0193048BBA797CD3E0 /* Frameworks */, + E0C128B2656ABBB3A8A98947270CCE81 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = SQLite.swift; + productName = SQLite.swift; + productReference = 2B21F63202C507BB92A3ABF0B09CE3D2 /* SQLite.framework */; + productType = "com.apple.product-type.framework"; + }; + A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */ = { + isa = PBXNativeTarget; + buildConfigurationList = 04835AF55ADBA0FE1B5506AB50AC6167 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; + buildPhases = ( + 8A29E56AD27D7E5F80E0E3B1FB6CA05C /* Headers */, + 9E820EF37750192650C70B879AFECD85 /* Sources */, + 278AD884B3130C07549E8E8A8605F8EE /* Frameworks */, + EF3563EB4D4E062C916D09A6B6D631BF /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = GoogleUtilities; + productName = GoogleUtilities; + productReference = 37653B987319E335F466B2BB34914EEC /* GoogleUtilities.framework */; productType = "com.apple.product-type.framework"; }; B8C6AD5E702222047282C46D5A957F5F /* Pods-AvH PlanTests */ = { @@ -3035,91 +3432,14 @@ productReference = 61F8E3F1F05600DDF308D6D88963A13B /* MagazineLayout.framework */; productType = "com.apple.product-type.framework"; }; - CFB4D7502EA3D627FEEA4037B84DF708 /* GoogleDataTransport */ = { + E33E7D5DA887A832441082919E5AA0F4 /* Protobuf */ = { isa = PBXNativeTarget; - buildConfigurationList = DA504D0BC62529BD70B4E2D10C993167 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */; + buildConfigurationList = D777051E37BF7D185456365CCCBC548A /* Build configuration list for PBXNativeTarget "Protobuf" */; buildPhases = ( - FF8D302E4D64CB27613C3486F35C3A80 /* Headers */, - A421EDCA0475B35A1788ED9AC5B7846C /* Sources */, - 34B58B5DDBAD359FF956807409F48FB7 /* Frameworks */, - 0D907BC3AA385CB0F62B3D28F784BCDB /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = GoogleDataTransport; - productName = GoogleDataTransport; - productReference = 250344BBE10683CEAC99C3AFEE1D10F9 /* GoogleDataTransport.framework */; - productType = "com.apple.product-type.framework"; - }; - D0E8E057198E5E24DF46BC5966C8E46B /* GoogleUtilities */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6154519F9E4B78023C1603DBABFF1D6D /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; - buildPhases = ( - B47A184B59257D3A3F6D5B90C19A4429 /* Headers */, - 87BE1CE17B110DB77B47135466E13079 /* Sources */, - C94009C66399A182267A9FCF46A71AC6 /* Frameworks */, - A6974165736CCE38918F3C42D626C1E3 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = GoogleUtilities; - productName = GoogleUtilities; - productReference = 37653B987319E335F466B2BB34914EEC /* GoogleUtilities.framework */; - productType = "com.apple.product-type.framework"; - }; - DDBB2787645FF0772AAEF77C91958C63 /* FirebaseMessaging */ = { - isa = PBXNativeTarget; - buildConfigurationList = F9D336FF1298457667997B5A9CEDEB14 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */; - buildPhases = ( - 3ABF387824AED6DC1582B0E8979CE8FE /* Headers */, - 2838C2AC15A3B6112C9634454E3772C5 /* Sources */, - 6B1B96204CCC54CE855F13B675CAFEA1 /* Frameworks */, - F16EA73D44356F435CE14F11263CC0D1 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 34F43162BC12C029869A3687404FDB8A /* PBXTargetDependency */, - 74D93E2F58F576A9785DBC1F0A437CB8 /* PBXTargetDependency */, - 73151A1074C34105037253E34F2B98E1 /* PBXTargetDependency */, - E5EEAB533ECCAD0B7E3BC499BD790CB6 /* PBXTargetDependency */, - 4F6EF22C527F0330FB05BD45E583BED4 /* PBXTargetDependency */, - ); - name = FirebaseMessaging; - productName = FirebaseMessaging; - productReference = 22DD18258022AC7BC53DBBBD92B3D3BE /* FirebaseMessaging.framework */; - productType = "com.apple.product-type.framework"; - }; - E0B3286D453882CB2ED1C149E292E6F5 /* SwiftSoup */ = { - isa = PBXNativeTarget; - buildConfigurationList = AF8ABC419A31FFEBA99B8BB2099374B4 /* Build configuration list for PBXNativeTarget "SwiftSoup" */; - buildPhases = ( - 6493F91B142EBDABD1BE581FECDA3547 /* Headers */, - E462FBA87207C81E3C491F365D898F07 /* Sources */, - 8AADD0882F47B2B6F7ACC1C443475E5F /* Frameworks */, - E605CCFCA243A5DA7629E004A2B49D8A /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = SwiftSoup; - productName = SwiftSoup; - productReference = 449726956E53FE4AF53D2DF45CDE97DE /* SwiftSoup.framework */; - productType = "com.apple.product-type.framework"; - }; - E1728C732F78E096899723A0FABCC0E3 /* Protobuf */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9A76E5E798F815B05F1C1F198D5EABB1 /* Build configuration list for PBXNativeTarget "Protobuf" */; - buildPhases = ( - CE55942AA1A8030C8756EDA2374ECDF3 /* Headers */, - DBCDC4212ECEB2F9D7CD0195B14D4433 /* Sources */, - 8F73AEA61C57DBF49A4E35F96EE4A148 /* Frameworks */, - 8D0995F7D7ACBA73FE4B1AD5FDA1F45A /* Resources */, + D30BDF77F9605F4FCC4368B786AEDB03 /* Headers */, + F8E05D054FA69C1033413CE32ABDB4C6 /* Sources */, + 7000C5A36417E8B7D946C7AC76548370 /* Frameworks */, + 2F190FAFF77CCE0650A52D3F2F29E5A9 /* Resources */, ); buildRules = ( ); @@ -3130,27 +3450,6 @@ productReference = 1D6520B355BDDDB866524AF35114A0AC /* Protobuf.framework */; productType = "com.apple.product-type.framework"; }; - EF4560F1635BAC33F70EC6AF45178ED4 /* FirebaseCoreDiagnostics */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7CB4C41202CAD52CBF240D33AA5931C9 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */; - buildPhases = ( - 73D93E563A1D3BD752C5B06C2188D53C /* Headers */, - 328620FD98E801EB76FD545109942971 /* Sources */, - DF8FB372BD37944E37BA40E89010940B /* Frameworks */, - 1E8FB27C7BAE3943EF92DCBD9030A681 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - B16A654AA9E555E0CF36F3EB48C7963E /* PBXTargetDependency */, - 70093B490917E9FF2CC972C451D63DA8 /* PBXTargetDependency */, - 8698A1656C4A1B04712C8DF05E9CAAC0 /* PBXTargetDependency */, - ); - name = FirebaseCoreDiagnostics; - productName = FirebaseCoreDiagnostics; - productReference = D4976510CB4D7816CDB4042126A53C9B /* FirebaseCoreDiagnostics.framework */; - productType = "com.apple.product-type.framework"; - }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -3173,37 +3472,34 @@ projectRoot = ""; targets = ( 3383968E74B5371B20BB519B170DC7FD /* Alamofire */, - D5CB6E59451FD18965C8F33EB68CA764 /* Firebase */, - 5362D9190F9FA24D9A9CAEA6270561CC /* FirebaseAnalyticsInterop */, - 428FD5645155BBD3C406DC325993183C /* FirebaseCore */, - EF4560F1635BAC33F70EC6AF45178ED4 /* FirebaseCoreDiagnostics */, - DF0C8ED280749A6C840E3B17A9930D1F /* FirebaseCoreDiagnosticsInterop */, - 40EFD2FE98482D42ED132A8C5A6AE39A /* FirebaseInstanceID */, - DDBB2787645FF0772AAEF77C91958C63 /* FirebaseMessaging */, - CFB4D7502EA3D627FEEA4037B84DF708 /* GoogleDataTransport */, - 8D21A861739C3E0D05407C95E0682978 /* GoogleDataTransportCCTSupport */, - D0E8E057198E5E24DF46BC5966C8E46B /* GoogleUtilities */, + ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */, + D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */, + 2072FEB22BA74067C2FD1EA5004E7D5D /* Firebase */, + 9065CC5E0DF8E06B140486867E0332D7 /* FirebaseAnalytics */, + DB6383C0CABFADF2AFF73FEA4B805935 /* FirebaseAnalyticsInterop */, + 2D89F776216C0CC4E10BB9C84581E50A /* FirebaseCore */, + 4424751AFC9EBE1D2509F6A7A99E2EA9 /* FirebaseCoreDiagnostics */, + 318D4B503C47BE8ED8E91C572D903937 /* FirebaseCoreDiagnosticsInterop */, + 46AA7D096286234A5AA053332DCBC876 /* FirebaseInstanceID */, + 59FFFE3336249C2569B911E5A05C3E34 /* FirebaseMessaging */, + AE3829FFCE73BC1E7A52AAE7603E5C50 /* GoogleAppMeasurement */, + 5856E5045616E11AA7DD55D5E74D7206 /* GoogleDataTransport */, + 0F7BA82FD2CEBB5AC4F9676699B2CC38 /* GoogleDataTransportCCTSupport */, + A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */, CA5C346811416F5E58C50FE256305DBB /* MagazineLayout */, - B5BD29EFC331C173D7041FB95BF07B94 /* nanopb */, - 1531EB622656B32C687526554D06B552 /* Pods-AvH Plan */, + 0EA641F6599AA46CF6A09E5C23A4F07D /* nanopb */, + 0CF6B7C3FED31C508438B142645D5B80 /* Pods-AvH Plan */, B8C6AD5E702222047282C46D5A957F5F /* Pods-AvH PlanTests */, 4F58E6A326CFE0774A009139A52A7BFF /* Pods-AvH PlanUITests */, - E1728C732F78E096899723A0FABCC0E3 /* Protobuf */, - 4CE06F410780800E20FAA214C9287D37 /* SQLite.swift */, - E0B3286D453882CB2ED1C149E292E6F5 /* SwiftSoup */, + E33E7D5DA887A832441082919E5AA0F4 /* Protobuf */, + 7D97379D3703B5EC23DAEBAE378AAA49 /* SQLite.swift */, + 77A4B5FAFBA3EEC64EB51A3F0482178F /* SwiftSoup */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 0D907BC3AA385CB0F62B3D28F784BCDB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1E8FB27C7BAE3943EF92DCBD9030A681 /* Resources */ = { + 0F188B90E16604F7D4D605EA6B84A340 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3217,35 +3513,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 2AAB91A5B669E82BFF267445DBAC1C7A /* Resources */ = { + 2D403445937FCB4F3EAA139151F2FC0C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4D967F2B2EC904B84001C469294FB679 /* Resources */ = { + 2F190FAFF77CCE0650A52D3F2F29E5A9 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 72B7379E30BBAE63D0D71B5EF38C208B /* Resources */ = { + 2FA4F10A2989A85285DFADC76C3D78DD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 8D0995F7D7ACBA73FE4B1AD5FDA1F45A /* Resources */ = { + 5BE39A0439B25D9332036C5CC27FCFCE /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - A6974165736CCE38918F3C42D626C1E3 /* Resources */ = { + 95D39BB59B514892FB195C5C1A259B83 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3259,6 +3555,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AFC4D7212FB8E7CAA4CDBEA29EBA7E6F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; B5DDA3DC0E78FF9C0C013F3C104E2D48 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -3266,20 +3569,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C51E1C63B25DB78E5B1A680AFAE164EC /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C90ABCCB8855E811EE54D438FBA76BAB /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; C945781B0F70C95F0E4B40F421520368 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -3287,21 +3576,35 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E605CCFCA243A5DA7629E004A2B49D8A /* Resources */ = { + CEFDB02A655C0EF6B9468E6D94E24220 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - E732A2BA3D16E8F292B328BB5CD14D8D /* Resources */ = { + E0C128B2656ABBB3A8A98947270CCE81 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - F16EA73D44356F435CE14F11263CC0D1 /* Resources */ = { + E93D9D1C493DF543A24D2F28D0739C8C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + ECE875E3AC1365C1D434BA435D6BF28D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EF3563EB4D4E062C916D09A6B6D631BF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -3319,88 +3622,51 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0D748C31FB497AD758158595547C23BC /* Sources */ = { + 234BFB988F688E207FB9618A5F9B4203 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 450CBB57CC3819E339A695B5E44E0FBD /* FirebaseInstanceID-dummy.m in Sources */, - 346FADD15FDF34254D8C785D604DAE39 /* FIRInstanceID+Private.m in Sources */, - 31D75458B20302D18CF4B7695EB32DD6 /* FIRInstanceID.m in Sources */, - C8623A55328DC8702B30C8891EFE0AAC /* FIRInstanceIDAPNSInfo.m in Sources */, - 32F7339B4E12F47621BC51B75FB7D9AD /* FIRInstanceIDAuthKeyChain.m in Sources */, - 01144A4A0028D5BC3DFEF3151289F9FC /* FIRInstanceIDAuthService.m in Sources */, - A6A1CFDBB132DEA38CF53C717CE50ADE /* FIRInstanceIDBackupExcludedPlist.m in Sources */, - CE6EFA9FC5DD5F0B8FD7EEC6FD02D72A /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */, - CC1B5F188E0642B9D5CA406F802EAF91 /* FIRInstanceIDCheckinPreferences.m in Sources */, - C93B7193868FA9EB267D9EF749EC48E9 /* FIRInstanceIDCheckinService.m in Sources */, - B49087AE7DFAA0C4C9AC454A49BEE0E8 /* FIRInstanceIDCheckinStore.m in Sources */, - 14732AA9D9C145AE7EF24317FB954B6F /* FIRInstanceIDCombinedHandler.m in Sources */, - D9C012D7949C7160FB28840B680D5823 /* FIRInstanceIDConstants.m in Sources */, - F6B47F021A03193CCCF690A27F43D5E5 /* FIRInstanceIDKeychain.m in Sources */, - 09E59028A35F2B1E7A46D922137F3B71 /* FIRInstanceIDKeyPair.m in Sources */, - C2C27A1F0D0622FCFE7CEF85495F7ECA /* FIRInstanceIDKeyPairStore.m in Sources */, - D99CAE13E94D8B665CE6E2D98220C595 /* FIRInstanceIDKeyPairUtilities.m in Sources */, - 54841B519C0938F1BB1516EF8C3CA4E2 /* FIRInstanceIDLogger.m in Sources */, - 1F751F621788FB1AB5E34BCBA3530AED /* FIRInstanceIDStore.m in Sources */, - D8AFD9BAFFAA212D3B2C2AC7F4F2E161 /* FIRInstanceIDStringEncoding.m in Sources */, - E173553B2D05DA9186B2716ED382E87A /* FIRInstanceIDTokenDeleteOperation.m in Sources */, - 945172EA541F9675E8DE1C323F96CBEF /* FIRInstanceIDTokenFetchOperation.m in Sources */, - D091896FE77A33063A53206C916C512E /* FIRInstanceIDTokenInfo.m in Sources */, - D64FA18AB88954916D971BFDC446150D /* FIRInstanceIDTokenManager.m in Sources */, - 2B3BD385CCE2AF81B7E564D037125BE9 /* FIRInstanceIDTokenOperation.m in Sources */, - 53359E50A3BD077A35D3BDDBAD0DAE9E /* FIRInstanceIDTokenStore.m in Sources */, - 1618276B4C6A3086F14A3B169CBAD90C /* FIRInstanceIDURLQueryItem.m in Sources */, - 1CAB6025772892BCFDEE9F63C028715C /* FIRInstanceIDUtilities.m in Sources */, - 523EC7475A602E321F06B0373B15DADE /* FIRInstanceIDVersionUtilities.m in Sources */, - A0FD16D55AF25DC12A8DB57AC6C1DC64 /* NSError+FIRInstanceID.m in Sources */, + 4F2DBC48026BE11806E89671CA5574D5 /* FIRCoreDiagnostics.m in Sources */, + 0D09F09875CD6284ACE39F553996DCF8 /* FIRCoreDiagnosticsDateFileStorage.m in Sources */, + B88D28D32C8211E6975B8CFA52537BAE /* firebasecore.nanopb.c in Sources */, + 613CA1F601202859675EA50CFA4971C0 /* FirebaseCoreDiagnostics-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2838C2AC15A3B6112C9634454E3772C5 /* Sources */ = { + 2572FE0A436103606407881477CF622F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2203CF5EFAAB0BF49773F863F0FD882C /* FirebaseMessaging-dummy.m in Sources */, - CB69E34AC33B7B06C8C251511E315384 /* FIRMessaging.m in Sources */, - C81B7E402B1A0880A6C6F22E45BEF2A4 /* FIRMessagingAnalytics.m in Sources */, - F620CF3A248B61555625E228358B097C /* FIRMessagingClient.m in Sources */, - 8E928B9267F4A71ABAFA20DA2D6B76BD /* FIRMessagingCodedInputStream.m in Sources */, - A1C57613A2544062D53B1D38B7B1227A /* FIRMessagingConnection.m in Sources */, - A9153F115C04EFFC453B08FD4B02DB46 /* FIRMessagingConstants.m in Sources */, - EDAF52507359960B90F22767BD839B4A /* FIRMessagingContextManagerService.m in Sources */, - FFF77F2C1D64936E003258528BE93A24 /* FIRMessagingDataMessageManager.m in Sources */, - 57CAB02DBBEBEA1C144CB5DF8CC2146C /* FIRMessagingDelayedMessageQueue.m in Sources */, - 5B6B19A95FFA5184C5235C53334FD365 /* FIRMessagingExtensionHelper.m in Sources */, - 270EF3A79E3BFAD89453AE7CDDB3B311 /* FIRMessagingLogger.m in Sources */, - 947314E1232C1EEA2F749E6E0809340F /* FIRMessagingPacketQueue.m in Sources */, - AA6B037DCE739B5C9FD1D9C100D2C887 /* FIRMessagingPendingTopicsList.m in Sources */, - 32E80349053EE440B73DD60AED72359C /* FIRMessagingPersistentSyncMessage.m in Sources */, - 522F7BCCF7042EDD3D1FA02B6204ECCC /* FIRMessagingPubSub.m in Sources */, - 891EA6F79B33EFCFE62AF870BD7E0570 /* FIRMessagingPubSubRegistrar.m in Sources */, - 2A6FBAAD93EF1E24B5A0038E888EC036 /* FIRMessagingReceiver.m in Sources */, - 692B9DDBEEA4101E2AEDE3B9ADEB2829 /* FIRMessagingRemoteNotificationsProxy.m in Sources */, - 8A7BFD2CFAFE765EA31AF7F216B75CEF /* FIRMessagingRmq2PersistentStore.m in Sources */, - 151D4F1E3538410BE44D0D9B4DAA4B03 /* FIRMessagingRmqManager.m in Sources */, - 4EE25CD77CAE4FA1765266D10E4DBC19 /* FIRMessagingSecureSocket.m in Sources */, - 8E43D3F40A82450165AF445811D9681B /* FIRMessagingSyncMessageManager.m in Sources */, - 383023CE32FAA103766C5644E8505BEC /* FIRMessagingTopicOperation.m in Sources */, - CA635DB3EE79114A17C24C042B0FD274 /* FIRMessagingUtilities.m in Sources */, - 920CCAA0D46F9DA938A7FB92BD236F66 /* FIRMessagingVersionUtilities.m in Sources */, - 4C2123F035381BBCD58EC9326E0A2448 /* GtalkCore.pbobjc.m in Sources */, - 5DD8DE74736A8C8AB302A732B381735B /* GtalkExtensions.pbobjc.m in Sources */, - 2A4AA25601FEA85444833F59E2D696DA /* NSDictionary+FIRMessaging.m in Sources */, - EA3D173EFFD32A22DEBD10F0D8E7EC89 /* NSError+FIRMessaging.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 328620FD98E801EB76FD545109942971 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - CB381311A58991B5B660972924304482 /* FIRCoreDiagnostics.m in Sources */, - 1C65D8098267C62734C1A5D3D4F03FDA /* FIRCoreDiagnosticsDateFileStorage.m in Sources */, - 28FABDA4760A453DA783A821181D23B6 /* firebasecore.nanopb.c in Sources */, - C232CEBE6AA4401274C4D7EAA29776EF /* FirebaseCoreDiagnostics-dummy.m in Sources */, + 1CE8657C7FB2FDE0ED51FDD5105BE75E /* FirebaseInstanceID-dummy.m in Sources */, + 1EF094FEC32FA9FB9B73578F65835798 /* FIRInstanceID+Private.m in Sources */, + D9AEB84D9D183A984D10861FE6970B30 /* FIRInstanceID.m in Sources */, + 6194AC73FDF04501DCB3A94116B53AC9 /* FIRInstanceIDAPNSInfo.m in Sources */, + F48E4B559E67C4A44E6D52808488ACC7 /* FIRInstanceIDAuthKeyChain.m in Sources */, + CCE7BA096E4F056835594A9EECED17B2 /* FIRInstanceIDAuthService.m in Sources */, + 5258C40E9A2495AF359D82A4BCFA8F5E /* FIRInstanceIDBackupExcludedPlist.m in Sources */, + 98ACE59ED133128E2648E50C6865CDB0 /* FIRInstanceIDCheckinPreferences+Internal.m in Sources */, + E99765327588B22DA00852F52DCA718F /* FIRInstanceIDCheckinPreferences.m in Sources */, + 564ACC7BBF57F95408ACFE82E8D8E337 /* FIRInstanceIDCheckinService.m in Sources */, + 762EB233F8EB08340FA4A2652380DD9F /* FIRInstanceIDCheckinStore.m in Sources */, + 045C897F0EE509CC353BEED8ED23825B /* FIRInstanceIDCombinedHandler.m in Sources */, + E85B35897962FE8A509157350C593B16 /* FIRInstanceIDConstants.m in Sources */, + 1A625A734512CDEA4A20822D17DE916A /* FIRInstanceIDKeychain.m in Sources */, + 8FD69706CB79470A76AD260BC918BDC7 /* FIRInstanceIDKeyPair.m in Sources */, + 6F7985C05CF9164DB135D6B79C904272 /* FIRInstanceIDKeyPairStore.m in Sources */, + EC7A16FA9AFDA2B910D08094538A583D /* FIRInstanceIDKeyPairUtilities.m in Sources */, + 634B1B8E55B50DB8079FDC527D0F61DF /* FIRInstanceIDLogger.m in Sources */, + EE61E74ADD9EFBBEEBAC27BA68BF8A04 /* FIRInstanceIDStore.m in Sources */, + 561CE12CB5F2824E58A79F14F697D943 /* FIRInstanceIDStringEncoding.m in Sources */, + 99D14E2A9B1585C937097AF8D408D003 /* FIRInstanceIDTokenDeleteOperation.m in Sources */, + 1DD0F74391EA54C39A39044EC152824E /* FIRInstanceIDTokenFetchOperation.m in Sources */, + 32AB2904D4E62B443119F81C8D15BEAB /* FIRInstanceIDTokenInfo.m in Sources */, + 580BB05EBAE1064764A16728D9BE4E87 /* FIRInstanceIDTokenManager.m in Sources */, + F7C9FA318791026BB84B20EA62485003 /* FIRInstanceIDTokenOperation.m in Sources */, + F9F65E12F8399252DB087FCA3812E491 /* FIRInstanceIDTokenStore.m in Sources */, + 0AC0307935322D0E6BC9F2328DD75A16 /* FIRInstanceIDURLQueryItem.m in Sources */, + FE1C02888F9D19301D703E0764977363 /* FIRInstanceIDUtilities.m in Sources */, + BF7CAE1DD874A2EBF13AE51D0A573EB0 /* FIRInstanceIDVersionUtilities.m in Sources */, + 4E0F71706D431B8934B2C8E4215CF248 /* NSError+FIRInstanceID.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3436,64 +3702,136 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 68029842B0ADD5DE3B8248C3016A9B98 /* Sources */ = { + 453B5B2A1BFE476DC52364DC410A2955 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FB80EAC50DAC0FE18D8891662BF9BDCB /* FIRAnalyticsConfiguration.m in Sources */, - 795F35C81CD7F81DB253D64F6F701653 /* FIRApp.m in Sources */, - C1984BE97FB7D84F86223E710B6FBA75 /* FIRAppAssociationRegistration.m in Sources */, - 959CDD34431957F8EB903E2C5D6CE6FF /* FIRBundleUtil.m in Sources */, - 7F2217D1A1F6E1D4ECFDB574D3A02486 /* FIRComponent.m in Sources */, - 0C717FCAF6FE2CC1599F4D982DD407D0 /* FIRComponentContainer.m in Sources */, - 1F239F6B0CB213D1B4F8458C819F7126 /* FIRComponentType.m in Sources */, - 0B87F7CD9F9508487F9AB77F91B25571 /* FIRConfiguration.m in Sources */, - 114F1C8FA24CA49F121B843021E1E7D9 /* FIRCoreDiagnosticsConnector.m in Sources */, - F7B33CB6ADDAF8E424CD7D4E3F7E1D0B /* FIRDependency.m in Sources */, - 8034166AA9F7A7393BBA7FEFEF4AA9FD /* FIRDiagnosticsData.m in Sources */, - 024B2A5AC5CEFE191D621EFE7ED49F9A /* FirebaseCore-dummy.m in Sources */, - F3414213920A203F1652C32967453D53 /* FIRErrors.m in Sources */, - 0A1D0B73165802F144506C5CC70D93C5 /* FIRLogger.m in Sources */, - E602C91CC987893A8330FD032394C659 /* FIROptions.m in Sources */, - 205DE5E512E1E0C8E7224DA03438229C /* FIRVersion.m in Sources */, + CB408562E196C969632A707603B609EF /* Pods-AvH Plan-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6A20DDF8F1EEFAF5D31C797804B9A589 /* Sources */ = { + 49D46B7784B6C506E5ED85A0F1138F83 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 901467C5E97A36C4D0B0A33E7166E857 /* cct.nanopb.c in Sources */, - F1F11BC3BF7942FA0F9B5ED2AD9CD494 /* GDTCCTNanopbHelpers.m in Sources */, - 0A48981BA3D68317280EB8F9A7636B5A /* GDTCCTPrioritizer.m in Sources */, - 3B56BC2591A957994C71A0A65D5D26F7 /* GDTCCTUploader.m in Sources */, - B63402BACB7F6CF5EE11A5307CDAB8FC /* GoogleDataTransportCCTSupport-dummy.m in Sources */, + DFDE474BBB5B1F4C6FD0A7D11DBC7632 /* FIRAnalyticsConfiguration.m in Sources */, + A908C37B723C09AFBE06CB356787F3DD /* FIRApp.m in Sources */, + 187BCE629270E15FAFBAF0D5E321CC65 /* FIRAppAssociationRegistration.m in Sources */, + 5DA9B5560AE2FC29A3C0EAB9F1E1D756 /* FIRBundleUtil.m in Sources */, + B1E47A92F500B8B07E391AE46594D487 /* FIRComponent.m in Sources */, + AFB633F630E8662AE76DE67BCEE41AC9 /* FIRComponentContainer.m in Sources */, + 24177C47583B9FA9ED684532D65183C5 /* FIRComponentType.m in Sources */, + F82A57D215085513F26878CFE2E224E9 /* FIRConfiguration.m in Sources */, + D9AB1DF47512303DAD3382A8DCFFEB91 /* FIRCoreDiagnosticsConnector.m in Sources */, + A24405E262806880BC53D202015B1B80 /* FIRDependency.m in Sources */, + CBA796A40F60A7EE8000B5FE91153D4B /* FIRDiagnosticsData.m in Sources */, + 257640EC68DF890EF80F1E819282C010 /* FirebaseCore-dummy.m in Sources */, + 47A2F3D0B30598D6861028B300D2DA04 /* FIRErrors.m in Sources */, + 3607B31E4A9B0F8E2497DDF2C96DD562 /* FIRLogger.m in Sources */, + 4265AEE72DB675730C045509D690D636 /* FIROptions.m in Sources */, + 38AAC69796CB108865ED3C3650BC2796 /* FIRVersion.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 87BE1CE17B110DB77B47135466E13079 /* Sources */ = { + 5EB53E2B6EFB00A09B6BEFEE78BC6FD1 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - BD90311CC2D200975DB520F0A2A56AE7 /* GoogleUtilities-dummy.m in Sources */, - A936FB35EADFC5618FF2CCB3EB8BE01D /* GULAppDelegateSwizzler.m in Sources */, - 991607F08C2B01689C8725CA3BFA1F4F /* GULAppEnvironmentUtil.m in Sources */, - 17966A197004B84C28C1CD8ED15BF976 /* GULLogger.m in Sources */, - 983B2189FBA6EF13F228292C4762D1EF /* GULMutableDictionary.m in Sources */, - F36A215845806DE96516B1D9CC5B3E41 /* GULNetwork.m in Sources */, - C5E495B7FA05CF5B8528D04BFC311C64 /* GULNetworkConstants.m in Sources */, - F4178159BB02960D02918147EDCCCE46 /* GULNetworkURLSession.m in Sources */, - 198FC990657E03CC39388384D67550A9 /* GULNSData+zlib.m in Sources */, - 67156D16DD31CEB532C956017331D570 /* GULReachabilityChecker.m in Sources */, - D8302A5029AF720DA3B5B16DCCB0A6CE /* GULUserDefaults.m in Sources */, + 921627FB006EFA18C342E9F143C2776F /* GDTAssert.m in Sources */, + 71D70E0D6A601FF0B42EAFF4E329A321 /* GDTClock.m in Sources */, + DB6CF7DA49EA06AD8945CF76A4FBC025 /* GDTConsoleLogger.m in Sources */, + 3D10BA0AFC579A1BF6D8DC650A6C3BB8 /* GDTDataFuture.m in Sources */, + 0CF7491F4CAF97C07A5691237AE1D665 /* GDTEvent.m in Sources */, + AF8C04CF1AEB890776501CD11EB63939 /* GDTLifecycle.m in Sources */, + 252E39C0B6FB99C3D192091F06E1609C /* GDTPlatform.m in Sources */, + 68FB3A6DA39F2EE37DF1C3C2E26BEDB0 /* GDTReachability.m in Sources */, + 2C9895BFDD74435ED866C32DB0FF6655 /* GDTRegistrar.m in Sources */, + 872EABB6BE5247661AE1554509C4832E /* GDTStorage.m in Sources */, + 7AF76F63A83AA97A1456D3098B4C539C /* GDTStoredEvent.m in Sources */, + A4512F17E4EA2C4231FAC9A2EEFD59A8 /* GDTTransformer.m in Sources */, + B5A634B0B808BCE29C799C4689437F30 /* GDTTransport.m in Sources */, + 367F468D6D6BC5FD3BFFC58B4DBFB3FB /* GDTUploadCoordinator.m in Sources */, + 48DFDE8B55F9DDC5F67E31FB6E77CDF5 /* GDTUploadPackage.m in Sources */, + F5418E0E2BC60301C6D63344A2979F3D /* GoogleDataTransport-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 8C51FA3764A09E1D39F6B3B14DDCE017 /* Sources */ = { + 74CF2EB38CB646A039019971AB8464E9 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - EC88E6FC0D98ACF7F8E3565D11C1B373 /* Pods-AvH Plan-dummy.m in Sources */, + 5BEFC3CA9AE4ECA0241768DEDBABC935 /* cct.nanopb.c in Sources */, + 5B6E8E1213FCF052169AD14D048F219E /* GDTCCTNanopbHelpers.m in Sources */, + FDBE7D63E02A7E2813DC161B55201EFA /* GDTCCTPrioritizer.m in Sources */, + F29C01B033C8B93204E6E45A0B143CBE /* GDTCCTUploader.m in Sources */, + BC9D45B5C4DF08187FED0AD1C13D71B8 /* GoogleDataTransportCCTSupport-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 81F90571D802789BD87A720C4A49F092 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 57C11FF44F25782631730115CC89B862 /* nanopb-dummy.m in Sources */, + A7704C8A96581A99F11BF0439E08EB35 /* pb_common.c in Sources */, + 614F8846BA9D94E8BF045D5425B7CB29 /* pb_decode.c in Sources */, + EEBE09AF4889DAA4697169C1E3E2E7DA /* pb_encode.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 852DC71B49B9D40CACE44F164BC83A75 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DCC60C966DC18F14354D7BC1BBF936A7 /* FirebaseMessaging-dummy.m in Sources */, + CC837344EB8FA28573B234D41926BD1B /* FIRMessaging.m in Sources */, + 573CD30BB251F9710EDFB6F495195220 /* FIRMessagingAnalytics.m in Sources */, + D8CF07E63A4792E910414B1162D349C9 /* FIRMessagingClient.m in Sources */, + CFA870743C70F411545EC23BA803C840 /* FIRMessagingCodedInputStream.m in Sources */, + 25B384ED614064B8127CEC0DFA7B5235 /* FIRMessagingConnection.m in Sources */, + A094159F74B2B7F45042383D2539358F /* FIRMessagingConstants.m in Sources */, + 6AE9224F33AB909AE9FE6C1A332A3AC9 /* FIRMessagingContextManagerService.m in Sources */, + 1F643CDE917235F0186828598BC82D12 /* FIRMessagingDataMessageManager.m in Sources */, + 04AA2F04C0704DCD850F37C64B9DC660 /* FIRMessagingDelayedMessageQueue.m in Sources */, + 5439DD8A58391882D4818EEF1F7AC1DB /* FIRMessagingExtensionHelper.m in Sources */, + BD18AE44A7D8FEFC541C9931A21118FB /* FIRMessagingLogger.m in Sources */, + 62D5BE81FB668706A3A9D77B61F30143 /* FIRMessagingPacketQueue.m in Sources */, + E80FFB0A2B3D4D1FC064C26A6A1B3B58 /* FIRMessagingPendingTopicsList.m in Sources */, + EC375A131E82A93CB4EB7BCCAB811CB3 /* FIRMessagingPersistentSyncMessage.m in Sources */, + F73E7E062D42B6B56754299B31084132 /* FIRMessagingPubSub.m in Sources */, + A4E2B3F70A1D41B12E23948ED7E01CC5 /* FIRMessagingPubSubRegistrar.m in Sources */, + 2CC4D68A894249281D2C72465422EBE2 /* FIRMessagingReceiver.m in Sources */, + C4DB71CDA956D779754254CFE840AD60 /* FIRMessagingRemoteNotificationsProxy.m in Sources */, + 14E18203DE80989C979F64C07EA5C227 /* FIRMessagingRmq2PersistentStore.m in Sources */, + 187AC8486CCEFFA0FB2804B9FB7D738B /* FIRMessagingRmqManager.m in Sources */, + C8776A93ED5709B3A4867083CBF72C57 /* FIRMessagingSecureSocket.m in Sources */, + F795F5468911353442418F5E0F0866FB /* FIRMessagingSyncMessageManager.m in Sources */, + 64D0B60BB8210E2084AB7E2442E8CAA3 /* FIRMessagingTopicOperation.m in Sources */, + 72BEE996EFF2069ABA0A49A5A3E313BD /* FIRMessagingUtilities.m in Sources */, + 27CAC6DB44E889F98DD449A951795D4D /* FIRMessagingVersionUtilities.m in Sources */, + 720E52C06939AE3A7D8331A49A2DF9FB /* GtalkCore.pbobjc.m in Sources */, + B2A99C8D2BDD2BE3005B0A8015B5A8C4 /* GtalkExtensions.pbobjc.m in Sources */, + 7E6CE66FE4B9E01D14ED268327F5F86F /* NSDictionary+FIRMessaging.m in Sources */, + D650A1F7F81284EAAE6C477697DFC4C7 /* NSError+FIRMessaging.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9E820EF37750192650C70B879AFECD85 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CC3DEE4C208076AAA936C25705644E83 /* GoogleUtilities-dummy.m in Sources */, + 76E0EEE310D8BD37C2DB3984DFA813ED /* GULAppDelegateSwizzler.m in Sources */, + 84C89CD86EC93694514CD538840B894F /* GULAppEnvironmentUtil.m in Sources */, + C0011D8F458BC7E71A6965BF28461C48 /* GULLogger.m in Sources */, + 1F114C8D00D115B9A40A26DED170E413 /* GULMutableDictionary.m in Sources */, + A06410D49CCF231C71EAEB03E2549E9B /* GULNetwork.m in Sources */, + 6191F53062B11F4754C4A590AF42B155 /* GULNetworkConstants.m in Sources */, + 2755F16E94F92F9E6DBCF899EC1DDAFF /* GULNetworkURLSession.m in Sources */, + 031F77B147FF46F53B052D944E157308 /* GULNSData+zlib.m in Sources */, + CB3C038ECA4E39CE54F0DAC9EA6EA94C /* GULReachabilityChecker.m in Sources */, + 00FE5009150EA7FD4D6DC4E7321FACDF /* GULSwizzler.m in Sources */, + AE88D9F938BEAB9820DE5596158199C0 /* GULUserDefaults.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3522,70 +3860,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A421EDCA0475B35A1788ED9AC5B7846C /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 036468F98E9F8FE8DD17E6E03F70BD8B /* GDTAssert.m in Sources */, - 7A97582399ADE92CFA9935B71E6EF9E2 /* GDTClock.m in Sources */, - 6A2EB8A8326AED6505F09705D7D2EE50 /* GDTConsoleLogger.m in Sources */, - 07A70731A5A4C0D00D87B4343BC3B3B0 /* GDTDataFuture.m in Sources */, - 644E2156CF328487187940FD65B91E87 /* GDTEvent.m in Sources */, - 3769D98EFF87E468520CBF99A4DECF99 /* GDTLifecycle.m in Sources */, - A1B5094CF1219B07CE8F66B05256C7CE /* GDTPlatform.m in Sources */, - FBCDDC21A47B5A92F32AFE423BBF6061 /* GDTReachability.m in Sources */, - 9A979076E15B147A7048DF2086DA8E31 /* GDTRegistrar.m in Sources */, - 061BD969DA838A9C9309A2943EBC5C1F /* GDTStorage.m in Sources */, - F48452565F9EF47DD96B3FB5D2EF2F57 /* GDTStoredEvent.m in Sources */, - 4EE4633A86F872DA6E5F1CB5E1FFA35A /* GDTTransformer.m in Sources */, - F4B66430B6F3FB20F001845F038DB62C /* GDTTransport.m in Sources */, - 7AAFDCFB1E9119558F3BDFDDF7BE3F13 /* GDTUploadCoordinator.m in Sources */, - F01F884F7739F0922B7427F325F73749 /* GDTUploadPackage.m in Sources */, - 0434E6B864902F00D12852CE9503E163 /* GoogleDataTransport-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AD0BCAAC52C7F23E6BB785EC04A3DA1A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 255B182DAF6418CF73137357E4E23832 /* AggregateFunctions.swift in Sources */, - 3C1F7098F68564357A0B7A36822BF394 /* Blob.swift in Sources */, - 55BC85C4298B195CF9AAD785BFC36A64 /* Coding.swift in Sources */, - 30140E33D70FAC4DD8396A07D7BCF682 /* Collation.swift in Sources */, - B3F59BCB7114B8A0552AFCB61A060D63 /* Connection.swift in Sources */, - 7AD8EF55293B4403798774220E32B52B /* CoreFunctions.swift in Sources */, - ABD0F4604A71F42DDAB09C38B52C41AC /* CustomFunctions.swift in Sources */, - 9236DE5D53578FB6D81D2CFBB692E1D7 /* DateAndTimeFunctions.swift in Sources */, - 98008A28DBABE5DCDEA5446166451C46 /* Errors.swift in Sources */, - D5413550A3D5DFDDFB82F1407904B636 /* Expression.swift in Sources */, - 772BD9FB3D480ACDE080A6A693C67369 /* Foundation.swift in Sources */, - 9282276ABC3C086D0106D24D5ED7553F /* FTS4.swift in Sources */, - 45EB36DFC66BD7F225CE69ACBF3FE002 /* FTS5.swift in Sources */, - 7CA44F8B5B17A8BD79DA97F921D6CC2F /* Helpers.swift in Sources */, - 06F6D48E7BB7C930A4B85F78B9C3C3D5 /* Operators.swift in Sources */, - A2C590F602654C632554833FCDB2761C /* Query.swift in Sources */, - F9D475845B7C8A2C74F4102F2199EBD7 /* RTree.swift in Sources */, - BEEEE769B241BF95B4BEDCDDAB30755A /* Schema.swift in Sources */, - A3858305CBAECBCFE2B003E4C6BE6A98 /* Setter.swift in Sources */, - 1444556A2BC6B8EA4C4C78933A3B7730 /* SQLite.swift-dummy.m in Sources */, - 2061C15BA46403572573FF3EF08F899F /* SQLiteObjc.m in Sources */, - B755B10286D90D10EBB4011D184A247D /* Statement.swift in Sources */, - 653D28F501102F610C8939EE684D2F98 /* Value.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BDF1C3A0A263AD9AF2E3039295D8EE80 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F55E47090BDF86AE3F6088EC1C5BD288 /* nanopb-dummy.m in Sources */, - E1CD404268D850521048B3679F130CD9 /* pb_common.c in Sources */, - 795C8D787B62FB5E582F4D130857601B /* pb_decode.c in Sources */, - F7DC91E0AD1429EC28DD08AAE3D0C1A3 /* pb_encode.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C0D9E1CF20004CE670295A8938F0FB76 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -3594,321 +3868,429 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DBCDC4212ECEB2F9D7CD0195B14D4433 /* Sources */ = { + D5A3B82E5A6211CEC7BC6761A16743F0 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 72A041E448400056055264E56959AC8F /* Any.pbobjc.m in Sources */, - E092042607226A21E3B97BB2BDB350AA /* Api.pbobjc.m in Sources */, - 7415B089D3CAE85BBEC54A7D15392641 /* Duration.pbobjc.m in Sources */, - 9F8E10D931740FACDBECD3981FB0EFA4 /* Empty.pbobjc.m in Sources */, - E80F9B0C95AF96DB70CF1F2F74BC3464 /* FieldMask.pbobjc.m in Sources */, - 73C64D8AFBE36C37B111018CBB3EB5EC /* GPBArray.m in Sources */, - 267AF9A6001422754A0AE83D9E783C5E /* GPBCodedInputStream.m in Sources */, - 1E9397831D54A3230602BEC9153AAD3A /* GPBCodedOutputStream.m in Sources */, - AB78D913AFFC88E97D47A849B35A0705 /* GPBDescriptor.m in Sources */, - DB7FD95DF6A55323D39EEC1BCC8B8417 /* GPBDictionary.m in Sources */, - 576550320FAEEB4C0FF2DD9136E530A3 /* GPBExtensionInternals.m in Sources */, - A3C228FA8629CD5FD54C0399038BB0AA /* GPBExtensionRegistry.m in Sources */, - 253268D945DB501337675BB1336098A6 /* GPBMessage.m in Sources */, - 08EAFAD6F2A8CC56F4600FBAB3EF55EF /* GPBRootObject.m in Sources */, - F7DCBBA59C0211EF1F222ED0485BD3F3 /* GPBUnknownField.m in Sources */, - 232F267DDABD9D6994D79F3E3FC8F100 /* GPBUnknownFieldSet.m in Sources */, - F49066E54EF2E1A9022EF018C30D7F57 /* GPBUtilities.m in Sources */, - E59F3FF622896D9D34CAD35FBA7E12C0 /* GPBWellKnownTypes.m in Sources */, - A2C3382C06D8F550DCD0C6F5CBF523AB /* GPBWireFormat.m in Sources */, - AB942419C4D2B29ACA0CDF2E2673AA5E /* Protobuf-dummy.m in Sources */, - 9487DBF3ADCA8B202326E928DBD313D0 /* SourceContext.pbobjc.m in Sources */, - BBE992B18AF2A38884FB3502AD5BF581 /* Struct.pbobjc.m in Sources */, - 5C494ECB64FB8CBA9601097D36BB3F7D /* Timestamp.pbobjc.m in Sources */, - BCB329118D48DC646E7D4F14783DE0F2 /* Type.pbobjc.m in Sources */, - E9773A1C2E8CFF4E6F83F176B70031E4 /* Wrappers.pbobjc.m in Sources */, + 21C9A7D84437C694D95369ED3F3C8A71 /* ArrayExt.swift in Sources */, + 433610F0B4CE1E1F8B42332A43BEE550 /* Attribute.swift in Sources */, + BE5FBDEE8C5E0E170F0ED4BF0FFEC6BD /* Attributes.swift in Sources */, + 22EA2135CDBDB8A6E3870180463910DA /* BooleanAttribute.swift in Sources */, + 36DB207B752B59D83FA09526BDAC0427 /* CharacterExt.swift in Sources */, + B65C31AA32D289B82D0847B8E9BEC273 /* CharacterReader.swift in Sources */, + 08AFA418CCABB27DAFE1AB6FEBD48B84 /* Cleaner.swift in Sources */, + 0B8EEFEBDBF3A23B0F216ADECC0FB6D1 /* Collector.swift in Sources */, + 6C64559FFC1D6CFFE1131834C98D2971 /* CombiningEvaluator.swift in Sources */, + 00E6549E51471FA2497A2C789E4C0102 /* Comment.swift in Sources */, + AEEF75B26C16007EC0906E46191F890D /* Connection.swift in Sources */, + F3DF2C6FCE1812EF36E184B95F2E7B05 /* DataNode.swift in Sources */, + C29D5C65F4CC675266C7C662D3B34C1A /* DataUtil.swift in Sources */, + 956D9432579332DE144C5C9182650C35 /* Document.swift in Sources */, + 76F03301D4B851F52500D34EB69B0D71 /* DocumentType.swift in Sources */, + D9B8F2B4280C2EAAE89CF6EF1472DCFD /* Element.swift in Sources */, + AC5662FCD718F1CD312AC703C4F914FB /* Elements.swift in Sources */, + A780F30F1705BB679971B762B1B2C02E /* Entities.swift in Sources */, + 48A2B065CC5790ECF99D3A297218B6C1 /* Evaluator.swift in Sources */, + BE25CD4A93A1B95690D8B77DA6287FDD /* Exception.swift in Sources */, + 53D6EE765C9D00AAEB36F4A70868FDAE /* FormElement.swift in Sources */, + 4F66BF439E8279DC8D6015EB3A64B842 /* HtmlTreeBuilder.swift in Sources */, + 83BEC510831C972CD733FB951D278050 /* HtmlTreeBuilderState.swift in Sources */, + CC299B13EC00EA4A0434FBBC652D9DF3 /* HttpStatusException.swift in Sources */, + FF336FC56D936BBA11222EDC7148AFD7 /* Node.swift in Sources */, + EFE30450245653A41D9FCDC9C5D4885F /* NodeTraversor.swift in Sources */, + 5582C2FFC3E75F25DF9B029515C8A23E /* NodeVisitor.swift in Sources */, + 544D7D275DFC53FB7293BF970B006C3B /* OrderedDictionary.swift in Sources */, + 5E2080CFD162626D9C2220E15643BE6C /* OrderedSet.swift in Sources */, + 16B1730861095147537E7EED64E5C655 /* ParseError.swift in Sources */, + 34313804879B2216BE9DE70CDDB5BAA9 /* ParseErrorList.swift in Sources */, + 079078DF0E4C5F30139D9B6C292C1EC0 /* Parser.swift in Sources */, + 994F95A706D1A3DD4CDE253B6C40C95C /* ParseSettings.swift in Sources */, + 8BB0F5FDD2E1B66D63BA620BA7360494 /* Pattern.swift in Sources */, + 6D9D59A2DA9A479793B8001004FBB075 /* QueryParser.swift in Sources */, + B4E99C3B7DA7775EB17362502F0542C5 /* Selector.swift in Sources */, + E5D5FCC2D4737A878F66F55065B3869D /* SerializationException.swift in Sources */, + DB43D3B1BE8DF31739F71B71E8FC5ECB /* SimpleDictionary.swift in Sources */, + F9A5F20034658CD02D59AB20A1A15310 /* StreamReader.swift in Sources */, + 6A1F5A017A4985E33B9959BEC70FB076 /* String.swift in Sources */, + ED6BF51F96200C6C5D387E035433E2D5 /* StringBuilder.swift in Sources */, + 13DEDC8BE4F3649A9465EC999DAD19F3 /* StringUtil.swift in Sources */, + 589D1D222751F49F36CEC95060D254E1 /* StructuralEvaluator.swift in Sources */, + 159924CBFC9E5BE747F50427EFC9FD49 /* SwiftSoup-dummy.m in Sources */, + F962F551F7855167C4C8DF1A91E52A73 /* SwiftSoup.swift in Sources */, + A5E4D5D0DBE1C2780961C3423AA82973 /* Tag.swift in Sources */, + 1990CF7F5112182401D12990B8D7FA8E /* TextNode.swift in Sources */, + 01FA50330B7DC6B7559D9AE4D34B4EC3 /* Token.swift in Sources */, + 833E01A5B69A11803BA6F22AC2E361CD /* Tokeniser.swift in Sources */, + 85A702547B9B7842FBA76554281BFA2B /* TokeniserState.swift in Sources */, + 4322710A32D6362FA0CAB2D841F37ED1 /* TokenQueue.swift in Sources */, + 934931E5BE20E9E3B1DCB4DA3D3E3AE3 /* TreeBuilder.swift in Sources */, + A22975C193B5BFC6E1F99E0887B5D38F /* UnicodeScalar.swift in Sources */, + 0B648C2090789CD3AB14244AB9FCE5B0 /* Validate.swift in Sources */, + 4FFFB84E7A8D20F2A73FA68FA6D63704 /* Whitelist.swift in Sources */, + B14E1F5C486638813D64D6CA2D5B41ED /* XmlDeclaration.swift in Sources */, + C776986CE8C282278D938B6C8D2012DE /* XmlTreeBuilder.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E462FBA87207C81E3C491F365D898F07 /* Sources */ = { + F75D82BE56105676CEC15DD8E4726F73 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 31851188257B6F976034356F8271BCB6 /* ArrayExt.swift in Sources */, - 53BB2B38E684D8DB303E93F9A8D9BBD1 /* Attribute.swift in Sources */, - F3320035BE51903DADDAAEC98FBFE00A /* Attributes.swift in Sources */, - EF6BB923B3B51BEB719DC12F42D51C64 /* BooleanAttribute.swift in Sources */, - 2C9389318E76936BB30227F5644994D7 /* CharacterExt.swift in Sources */, - EA93BB4DEE8D28B239FB35C4AA804CBB /* CharacterReader.swift in Sources */, - 386AF765E8BA8A6B3E3D15AF25F085AD /* Cleaner.swift in Sources */, - 58FE48CC7D6C374659501C535C47CFA1 /* Collector.swift in Sources */, - 2A90023DD0C062BBA299542F2461FADC /* CombiningEvaluator.swift in Sources */, - DCBE7A608285FA0409ED16C5D421D436 /* Comment.swift in Sources */, - 5DCA3DACC85A7ED85006D87090E908A8 /* Connection.swift in Sources */, - 350A8D0AA6EC66020954DE656C3C584F /* DataNode.swift in Sources */, - 66591F7F7F3BCD6CA4991088C97A14B9 /* DataUtil.swift in Sources */, - 55D2B2BF278EA25DE0CBE15BB292ED9E /* Document.swift in Sources */, - 64CBDB0ECF1282C17C97B72B5B04381D /* DocumentType.swift in Sources */, - D74E9296AF2A3FB21CD3E91115CA42B3 /* Element.swift in Sources */, - 297C5ADFE1F0E423729E40A14B85472E /* Elements.swift in Sources */, - 93FE01CE5FFF6BE2FAF3FC342A7318C8 /* Entities.swift in Sources */, - 510A6F6398DA88813666DD441B7A8C1A /* Evaluator.swift in Sources */, - 248DEC735CCD73FC2670A221D0C7F904 /* Exception.swift in Sources */, - DD217E423D053FAB9F1AE7AC809A9E28 /* FormElement.swift in Sources */, - 419B24BD9E1032710D393A6F62AD29A4 /* HtmlTreeBuilder.swift in Sources */, - 4CE3E54D624FFACAC79A44AD93FF76E8 /* HtmlTreeBuilderState.swift in Sources */, - 27354559938726BF5132F8A37B1A5778 /* HttpStatusException.swift in Sources */, - D8E3498A82FD4D2F1BCE053784DFE7DA /* Node.swift in Sources */, - 2A8DF16896D6B3E3981BD4C8B6659F21 /* NodeTraversor.swift in Sources */, - 667EB79E3890BFB1A72AB4E0BB140D88 /* NodeVisitor.swift in Sources */, - F1F8EF3851069C1885604541F09BF72B /* OrderedDictionary.swift in Sources */, - 9BE46E2441EA0165D7662FFB26535FC8 /* OrderedSet.swift in Sources */, - 101F553402A28011316B054DC5BDA636 /* ParseError.swift in Sources */, - E7CF58C6BB6605D356E360E921A14E33 /* ParseErrorList.swift in Sources */, - 0DD1160D4B9E63ACD1B55CAE6BDB9506 /* Parser.swift in Sources */, - E43E58C7AAABD5F338851B4506BFBAB2 /* ParseSettings.swift in Sources */, - 882F346E2C206E7749D1408BF1AA8B39 /* Pattern.swift in Sources */, - 284E7A7C20F10425153D2335D029716C /* QueryParser.swift in Sources */, - B6A24FB9650C60668B87FF35A096CBCA /* Selector.swift in Sources */, - 947F8433802ABAA16616465005B0BBE4 /* SerializationException.swift in Sources */, - 03907C50B35EC29F2C15FB56EE0C119A /* SimpleDictionary.swift in Sources */, - 5E98ACC79C6CCA3ECB14FCE226F12A6F /* StreamReader.swift in Sources */, - 69158EA01A374AD32A1627C57DB9499C /* String.swift in Sources */, - EF9F4E2BC05CEEF29E2DC2E348252CBF /* StringBuilder.swift in Sources */, - BE91A9944AE272A3F9D23E329F4628BB /* StringUtil.swift in Sources */, - 45AFCF229D90C179015C8F888A1A5C1A /* StructuralEvaluator.swift in Sources */, - B5340A2777A8F133BAB209ECCB7EE382 /* SwiftSoup-dummy.m in Sources */, - D5566AFC548CA73620AE1AF5D1AAE650 /* SwiftSoup.swift in Sources */, - 0C52636FDE6AA20A74F4BA45CA451B4D /* Tag.swift in Sources */, - E967B790FDF9E0462582F57E27DFB917 /* TextNode.swift in Sources */, - 0F8012615418354274448B2D59707F54 /* Token.swift in Sources */, - A19EBFC493A6FE0EE22E44308FE9364A /* Tokeniser.swift in Sources */, - A1AE13BF47301A1F1966D2886891D7D0 /* TokeniserState.swift in Sources */, - 1203A8942648C4C097CF76E4F5C86370 /* TokenQueue.swift in Sources */, - A6AFC383CEC5CE10CB1ACBB13CE2613C /* TreeBuilder.swift in Sources */, - 6D004B252DDF8FDA3A73F2E16C749208 /* UnicodeScalar.swift in Sources */, - 2E177D990641A096252E1DE08B8DB66C /* Validate.swift in Sources */, - 87D1D59EC6ACBC46DA22F59708C50128 /* Whitelist.swift in Sources */, - 56B6325FD539224B3B90DCBE4453BF61 /* XmlDeclaration.swift in Sources */, - 53185B1ABE49D8BFA7B1453E532C4701 /* XmlTreeBuilder.swift in Sources */, + D125C3C064A592E3C501CB565270D31E /* AggregateFunctions.swift in Sources */, + 531661ADDE42A5D0D74D03F1FCB68D35 /* Blob.swift in Sources */, + C61B21540AB8827BED48E2E55C83002E /* Coding.swift in Sources */, + DD2E67B106918F2ECEB6F79D97723282 /* Collation.swift in Sources */, + 7CD122C91209451EEFA879BDFEF8592E /* Connection.swift in Sources */, + 46E78245DCD24FFF3E9F7C79D81776E0 /* CoreFunctions.swift in Sources */, + 4C79BFACA668E353C72BDCE5E6573EAE /* CustomFunctions.swift in Sources */, + 2DFFCEADAE172C0177C2A0F50B004BBE /* DateAndTimeFunctions.swift in Sources */, + 2E5D9BE899117353AB44A317796492C6 /* Errors.swift in Sources */, + 858119EE0654050342748D690C2AF84E /* Expression.swift in Sources */, + 6E2301676E71F65EC33B2BE1F2649361 /* Foundation.swift in Sources */, + F47CCE716DA8A94C6FD147C6764441CC /* FTS4.swift in Sources */, + 36D76FB3A111963ED647247DCE2A6398 /* FTS5.swift in Sources */, + DE45E3F03864AF8A729B3D7FFDB94083 /* Helpers.swift in Sources */, + B8ED2F620B94607AD89BEF7C53B9F5D0 /* Operators.swift in Sources */, + A1B5D421EF06CD82220AD787A49A59B8 /* Query.swift in Sources */, + 904699AE0874B8DC2A4153BEB82B186D /* RTree.swift in Sources */, + ED24BE9911C8810DA7BC9323B1DB87A3 /* Schema.swift in Sources */, + 429AA7C340B0CE98EED5DD2D159D9653 /* Setter.swift in Sources */, + 1791FE66027A820189E88BE4960F80E1 /* SQLite.swift-dummy.m in Sources */, + E5A5AF7A8CE97EAC766A340C52F401A2 /* SQLiteObjc.m in Sources */, + 829B52E2C46EE2CC15C9C6E18B8FBD1B /* Statement.swift in Sources */, + BC50B1C860D6913E848BF84BC636C8DE /* Value.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F8E05D054FA69C1033413CE32ABDB4C6 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1C49AE1CAF07C9914405706E969D1A09 /* Any.pbobjc.m in Sources */, + F5E27589C6288464280CF9FEC59E6AA8 /* Api.pbobjc.m in Sources */, + 5C5C24A2C72C4903399B240A14DA8E09 /* Duration.pbobjc.m in Sources */, + 63D9992ED00C301786C503BC6F93B9F3 /* Empty.pbobjc.m in Sources */, + 79F4FDCAB910D59EAB471CCCC3C2DEC5 /* FieldMask.pbobjc.m in Sources */, + DB7C7E4E7E2E6F6AC4CF04641D6D6524 /* GPBArray.m in Sources */, + F44317819DCE2705B4BC50A23880AD99 /* GPBCodedInputStream.m in Sources */, + 95FD19026515EDC499DE7C4A4E9EA752 /* GPBCodedOutputStream.m in Sources */, + 290EF8DF6140C1E5649931C0951A1396 /* GPBDescriptor.m in Sources */, + DC50E9913F84836E5D6EE8D84A2B40DD /* GPBDictionary.m in Sources */, + 8B1C019410901C98412A50B679A33938 /* GPBExtensionInternals.m in Sources */, + 45AA220FEA1CEF033AE72F791F02A5A2 /* GPBExtensionRegistry.m in Sources */, + E52A25600237A49680A6FEB161930B26 /* GPBMessage.m in Sources */, + 87DDEF9AA7D9364148C1AC376DEDF5B4 /* GPBRootObject.m in Sources */, + 1CBC5029B7FF81DFE0C98C1344166AA1 /* GPBUnknownField.m in Sources */, + 16A4B28EBAB7F8A7FBA293E38B9A1454 /* GPBUnknownFieldSet.m in Sources */, + D17F158F294B6C5114F699347CCDDAF7 /* GPBUtilities.m in Sources */, + AE1A6025093A0589361DF2C8FB54A6C9 /* GPBWellKnownTypes.m in Sources */, + 4EABAD9480FAFFA355A3CE8FF98BB88D /* GPBWireFormat.m in Sources */, + A31171A4ED17845E73B0678566330BB6 /* Protobuf-dummy.m in Sources */, + 0C94075598FDB641D86445556CDD0B6B /* SourceContext.pbobjc.m in Sources */, + 7F3307F49639A1D2B3C749CCBFC575AA /* Struct.pbobjc.m in Sources */, + A17ABC247B4AFC544E96118AA94E9D43 /* Timestamp.pbobjc.m in Sources */, + 4865EADCB45B942D45C986F0D29C6E90 /* Type.pbobjc.m in Sources */, + 17AF3E01BE4F1110FD656E95B476C11F /* Wrappers.pbobjc.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 01A91FCF1612FACADD105D3B03D0BFD7 /* PBXTargetDependency */ = { + 05F370CDDE33A09326E89299915B6C14 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SwiftSoup; - target = E0B3286D453882CB2ED1C149E292E6F5 /* SwiftSoup */; - targetProxy = 1185B473C00CB201DB171B364585485C /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 2D89F776216C0CC4E10BB9C84581E50A /* FirebaseCore */; + targetProxy = B73B93FBD86FCF4FBE27AA7BE2A1A7DE /* PBXContainerItemProxy */; }; - 0B2280BF4BD8EE7DB2505B3035334696 /* PBXTargetDependency */ = { + 1455E9D47768C29361330736112DBB79 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Alamofire; - target = 3383968E74B5371B20BB519B170DC7FD /* Alamofire */; - targetProxy = 6811EAF459C9E1AFE35066E4DD9AF269 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5856E5045616E11AA7DD55D5E74D7206 /* GoogleDataTransport */; + targetProxy = F1A0144209C142E76566D8203D5A8AE1 /* PBXContainerItemProxy */; }; - 107AB63AC0B6C67932E14EE069FC5C4E /* PBXTargetDependency */ = { + 14B5A1B73477F8D5B41A585A7939E0FD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = D0E8E057198E5E24DF46BC5966C8E46B /* GoogleUtilities */; - targetProxy = E82A588BCC553B20474D93098250D2D5 /* PBXContainerItemProxy */; + name = GoogleDataTransport; + target = 5856E5045616E11AA7DD55D5E74D7206 /* GoogleDataTransport */; + targetProxy = C91936E645B6F797305B3F55AB95A4D5 /* PBXContainerItemProxy */; }; - 13D44078683A4649B3574CA3EC9F6D50 /* PBXTargetDependency */ = { + 15869A635A15FDF89E6732037DAC3679 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseMessaging; - target = DDBB2787645FF0772AAEF77C91958C63 /* FirebaseMessaging */; - targetProxy = 0AE1B1981D9C5A640F3BD67748ECBD72 /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnostics; + target = 4424751AFC9EBE1D2509F6A7A99E2EA9 /* FirebaseCoreDiagnostics */; + targetProxy = 4668E86C980028A3638C2A9D622992ED /* PBXContainerItemProxy */; }; 1C60BF514C02D008326F475A2AB43EC9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Pods-AvH Plan"; - target = 1531EB622656B32C687526554D06B552 /* Pods-AvH Plan */; + target = 0CF6B7C3FED31C508438B142645D5B80 /* Pods-AvH Plan */; targetProxy = DB5C79D3AB0D0C0F521F5706607E56E5 /* PBXContainerItemProxy */; }; - 2043235691D2FED637B7AF882D19FD61 /* PBXTargetDependency */ = { + 203F60CB43AA53C0E0F52CA35D451680 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Firebase; - target = D5CB6E59451FD18965C8F33EB68CA764 /* Firebase */; - targetProxy = 3919B6225533D121EA928671F26FFA3C /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */; + targetProxy = EB0414F78F270B8A7BDBA879786C2665 /* PBXContainerItemProxy */; }; - 2F15F30BA16A47992F39AC67CF85E9AC /* PBXTargetDependency */ = { + 244C3B5F984516DA84C1FD5FCE0B9366 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleDataTransport; - target = CFB4D7502EA3D627FEEA4037B84DF708 /* GoogleDataTransport */; - targetProxy = 4E05C8706F6764B17951277687E42CCA /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */; + targetProxy = 7C20E6674BE58D24409B061D1EC97DD9 /* PBXContainerItemProxy */; }; - 34F43162BC12C029869A3687404FDB8A /* PBXTargetDependency */ = { + 2BB9C0850C979C7F553D56706C444F6F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = 3383968E74B5371B20BB519B170DC7FD /* Alamofire */; + targetProxy = C9AF017F3396702E71A9095BA828E874 /* PBXContainerItemProxy */; + }; + 2E16B0C9F82E251D41C0CABA3281ED0D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */; + targetProxy = 6A0B5DE250717A4372EB5DD44789C45D /* PBXContainerItemProxy */; + }; + 2F5C2E4AEC1AA835016E18B1D67305EA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = 9065CC5E0DF8E06B140486867E0332D7 /* FirebaseAnalytics */; + targetProxy = F9C828626BBF7D1B4A41E9DCB8B2A658 /* PBXContainerItemProxy */; + }; + 35D741116FF4235965BE63817B4C803C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 2D89F776216C0CC4E10BB9C84581E50A /* FirebaseCore */; + targetProxy = A0EAE160DC5740B9FC54ECE21393C54F /* PBXContainerItemProxy */; + }; + 3BC64DDEBCBB12C6175B7CB16701CA7F /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 2D89F776216C0CC4E10BB9C84581E50A /* FirebaseCore */; + targetProxy = 74EA149E01EE5996EB74A67AA2B36263 /* PBXContainerItemProxy */; + }; + 44D9C66B18D536136F7A7EA32CE58365 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseAnalyticsInterop; - target = 5362D9190F9FA24D9A9CAEA6270561CC /* FirebaseAnalyticsInterop */; - targetProxy = B6FD98BA8EAAC97325F1851410FD337C /* PBXContainerItemProxy */; + target = DB6383C0CABFADF2AFF73FEA4B805935 /* FirebaseAnalyticsInterop */; + targetProxy = 258FD9EBB15B86AE27CB6CF4E8D6173F /* PBXContainerItemProxy */; }; - 454E26AAB0790BF158801032B20319E4 /* PBXTargetDependency */ = { + 45442D39D63A19F06E2039912B194D60 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */; + targetProxy = 4D261445E67E4213F20F78AD8C5995B3 /* PBXContainerItemProxy */; + }; + 4F14DC874ACAFB8149AC5E3E04F9C6AD /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 2D89F776216C0CC4E10BB9C84581E50A /* FirebaseCore */; + targetProxy = B97F06A2D1F583B4812DDC0DF5212D8C /* PBXContainerItemProxy */; + }; + 4F305455F1B13FD2500806756E4A69B3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCore; + target = 2D89F776216C0CC4E10BB9C84581E50A /* FirebaseCore */; + targetProxy = A8B86033333825692D81CC422EA1FAE2 /* PBXContainerItemProxy */; + }; + 5D535D6B89E094E42875847E8973ECDF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstanceID; + target = 46AA7D096286234A5AA053332DCBC876 /* FirebaseInstanceID */; + targetProxy = CD006242BC7E37A6BC6FB0F2CA339509 /* PBXContainerItemProxy */; + }; + 5DD8309C12A4A2AE5DB2205DF8190FD7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Crashlytics; + target = ABA9A411BB5A359862E5F1AA6238278E /* Crashlytics */; + targetProxy = CA20FD077D65E8C1F81F3C995A14F363 /* PBXContainerItemProxy */; + }; + 618C252812592A29A0E2FB2DA200E5E2 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */; + targetProxy = 68898203690BF02AF87DFF620E644DDE /* PBXContainerItemProxy */; + }; + 67673F39100CE1830EA0BE0DCE3F9372 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; - target = B5BD29EFC331C173D7041FB95BF07B94 /* nanopb */; - targetProxy = 0ECD5075C228D96B5E251CBD746A6047 /* PBXContainerItemProxy */; + target = 0EA641F6599AA46CF6A09E5C23A4F07D /* nanopb */; + targetProxy = F7C3E42E3EA56B238CDC73B14D948978 /* PBXContainerItemProxy */; }; - 4D9F74D64E478545BFE6B79A795A6D67 /* PBXTargetDependency */ = { + 6AE4EFBF97A48ABC89B45CA398E2226C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MagazineLayout; target = CA5C346811416F5E58C50FE256305DBB /* MagazineLayout */; - targetProxy = 3FC4C872665CE246B1D7CAED835DFC93 /* PBXContainerItemProxy */; + targetProxy = 8ED7F38BB46BFE5C53A82698DF6E7D5D /* PBXContainerItemProxy */; }; - 4F4D0EEA71A658AE2892C541BE66ACEE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnosticsInterop; - target = DF0C8ED280749A6C840E3B17A9930D1F /* FirebaseCoreDiagnosticsInterop */; - targetProxy = C6C27896B53507BBABBB9E421BBB829F /* PBXContainerItemProxy */; - }; - 4F6EF22C527F0330FB05BD45E583BED4 /* PBXTargetDependency */ = { + 71AE99C3B25972F599C6561236E2BBBB /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Protobuf; - target = E1728C732F78E096899723A0FABCC0E3 /* Protobuf */; - targetProxy = 99D7676D7C46BE17942D1DBFF61F16F0 /* PBXContainerItemProxy */; + target = E33E7D5DA887A832441082919E5AA0F4 /* Protobuf */; + targetProxy = F407484D7809637BA0E046ECFB1821A8 /* PBXContainerItemProxy */; }; - 61952AFC296392D89A8C21089B48A47F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseInstanceID; - target = 40EFD2FE98482D42ED132A8C5A6AE39A /* FirebaseInstanceID */; - targetProxy = F2443144AA7D855F8E3EDB61D86D5189 /* PBXContainerItemProxy */; - }; - 6FEA107182ED5AC8B8D6CB834E235B95 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = D0E8E057198E5E24DF46BC5966C8E46B /* GoogleUtilities */; - targetProxy = 4D3D7E6CE48292869D0763F1109D52B8 /* PBXContainerItemProxy */; - }; - 70093B490917E9FF2CC972C451D63DA8 /* PBXTargetDependency */ = { + 75E71D5839257263A173EF15B724F6D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleDataTransportCCTSupport; - target = 8D21A861739C3E0D05407C95E0682978 /* GoogleDataTransportCCTSupport */; - targetProxy = 1DED0366FD6B6A15A905EF40E464C5FF /* PBXContainerItemProxy */; + target = 0F7BA82FD2CEBB5AC4F9676699B2CC38 /* GoogleDataTransportCCTSupport */; + targetProxy = 8B6DF0BAA057FBDB3BBADD5EA4DC7D15 /* PBXContainerItemProxy */; }; - 73151A1074C34105037253E34F2B98E1 /* PBXTargetDependency */ = { + 7666BD286B0B00F7BD7B48FBA51E87FA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Firebase; + target = 2072FEB22BA74067C2FD1EA5004E7D5D /* Firebase */; + targetProxy = D3E22AB16B414E8606FB1E195D9BB608 /* PBXContainerItemProxy */; + }; + 7848C4FF355182EAE9367EF5E1603E8B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftSoup; + target = 77A4B5FAFBA3EEC64EB51A3F0482178F /* SwiftSoup */; + targetProxy = 42617FFA0C1F68DDE3984215A987F09E /* PBXContainerItemProxy */; + }; + 7FCD3AD7116703C93E4AE406EEA9F76F /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstanceID; - target = 40EFD2FE98482D42ED132A8C5A6AE39A /* FirebaseInstanceID */; - targetProxy = 82C6151E1D0CD6ACF7881A488AE9DC5F /* PBXContainerItemProxy */; + target = 46AA7D096286234A5AA053332DCBC876 /* FirebaseInstanceID */; + targetProxy = ECA032AB26E28700AEB2F57C15C72179 /* PBXContainerItemProxy */; }; - 74D93E2F58F576A9785DBC1F0A437CB8 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 428FD5645155BBD3C406DC325993183C /* FirebaseCore */; - targetProxy = 0D940AACBB2D28F2A3FD56EB17D84BD5 /* PBXContainerItemProxy */; - }; - 78E05E2EE2AE3047D41D108FFF0946B9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransport; - target = CFB4D7502EA3D627FEEA4037B84DF708 /* GoogleDataTransport */; - targetProxy = E016395E440992CC8F0CBA422E65FB68 /* PBXContainerItemProxy */; - }; - 82A50A5B4E89B8FBE9351818BDCC3B85 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 428FD5645155BBD3C406DC325993183C /* FirebaseCore */; - targetProxy = E5ED6ED6B7B7604FFD23802C4DDD7E0E /* PBXContainerItemProxy */; - }; - 84580F4061801134312B2DCCFBCA805F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleDataTransportCCTSupport; - target = 8D21A861739C3E0D05407C95E0682978 /* GoogleDataTransportCCTSupport */; - targetProxy = ACAA70CE392D3CF77E89B7CA9FA33E92 /* PBXContainerItemProxy */; - }; - 8698A1656C4A1B04712C8DF05E9CAAC0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = D0E8E057198E5E24DF46BC5966C8E46B /* GoogleUtilities */; - targetProxy = C5354D66149F2B30D5D80C34DBD5BC1F /* PBXContainerItemProxy */; - }; - 873D0DC5219F02BCCDCEBAC772C9A7B8 /* PBXTargetDependency */ = { + 8C073A06968358EC23B6BED765BCE258 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnosticsInterop; - target = DF0C8ED280749A6C840E3B17A9930D1F /* FirebaseCoreDiagnosticsInterop */; - targetProxy = 1C3994818621206F5B69F6B0F3285697 /* PBXContainerItemProxy */; + target = 318D4B503C47BE8ED8E91C572D903937 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = 16F3FD3A2CE40D5EF49D2DCCCD0DA857 /* PBXContainerItemProxy */; }; - 8F81CA4B96AE9802F850EAE0DA00BA15 /* PBXTargetDependency */ = { + 8E8B7A6883FCAE8C2CA101960BABB4B3 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = EF4560F1635BAC33F70EC6AF45178ED4 /* FirebaseCoreDiagnostics */; - targetProxy = 8EB8B2E075EEECFB1924973204CB8F24 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */; + targetProxy = DEB6295F1E752EB98F5F9A3A17894E57 /* PBXContainerItemProxy */; }; - 9992AEE30DE3BFFAA15A980183C8716F /* PBXTargetDependency */ = { + 9B1169CD7BFC92A6C33505060CAA6EC7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Protobuf; - target = E1728C732F78E096899723A0FABCC0E3 /* Protobuf */; - targetProxy = 261DBDDEE53C3896C7907DA62B1F1096 /* PBXContainerItemProxy */; + target = E33E7D5DA887A832441082919E5AA0F4 /* Protobuf */; + targetProxy = 8AE514545EE221B7F90CBA965EB2F243 /* PBXContainerItemProxy */; }; - 9E51D2B172E90B6D2223297948CD6CC1 /* PBXTargetDependency */ = { + 9CE9590B07A15049DFC81A1C4F346139 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseMessaging; - target = DDBB2787645FF0772AAEF77C91958C63 /* FirebaseMessaging */; - targetProxy = 61D41E8036C93245D64470DC2901A022 /* PBXContainerItemProxy */; + target = 59FFFE3336249C2569B911E5A05C3E34 /* FirebaseMessaging */; + targetProxy = 0245D0F32D8F8E19AB1CEC89E045A386 /* PBXContainerItemProxy */; + }; + 9D5273E78B2DA91EAD90917A57DFF2F4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalytics; + target = 9065CC5E0DF8E06B140486867E0332D7 /* FirebaseAnalytics */; + targetProxy = 06E728AA6BF1AE217F3307E1C776E219 /* PBXContainerItemProxy */; + }; + A2D7062CE1986428A035C09B1F29BDA7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleUtilities; + target = A3AEEEDC379967B82F184079A0AB9E82 /* GoogleUtilities */; + targetProxy = 9E3259F07637DD43A167EC72292CDB15 /* PBXContainerItemProxy */; + }; + A698F1723A7349475EC7D980CBA34521 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = AE3829FFCE73BC1E7A52AAE7603E5C50 /* GoogleAppMeasurement */; + targetProxy = 140E2616DCA606B837681E7716D4DA8E /* PBXContainerItemProxy */; + }; + A9A0E12B6D17F35BA5443200C2DCC585 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SQLite.swift; + target = 7D97379D3703B5EC23DAEBAE378AAA49 /* SQLite.swift */; + targetProxy = 273DEAA3C100B92257C3C925F65BEE2D /* PBXContainerItemProxy */; + }; + AAE3C99C741C8936679E182B6BBE162D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseMessaging; + target = 59FFFE3336249C2569B911E5A05C3E34 /* FirebaseMessaging */; + targetProxy = 33A29D39D4651785F68D7F680C107E81 /* PBXContainerItemProxy */; }; AAE8EAF9E258E20B3E6365F805A7C60B /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Pods-AvH Plan"; - target = 1531EB622656B32C687526554D06B552 /* Pods-AvH Plan */; + target = 0CF6B7C3FED31C508438B142645D5B80 /* Pods-AvH Plan */; targetProxy = 6C6EE97F11C73A94EEFB5067BE9702F7 /* PBXContainerItemProxy */; }; - ABCD34994F693D611AF46CF78A5140B3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseAnalyticsInterop; - target = 5362D9190F9FA24D9A9CAEA6270561CC /* FirebaseAnalyticsInterop */; - targetProxy = C33F28F4930A03DB5E90EB15613DF315 /* PBXContainerItemProxy */; - }; - B16A654AA9E555E0CF36F3EB48C7963E /* PBXTargetDependency */ = { + B09104F6267404875808E0188F5CB397 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseCoreDiagnosticsInterop; - target = DF0C8ED280749A6C840E3B17A9930D1F /* FirebaseCoreDiagnosticsInterop */; - targetProxy = 9868DFA0567C4726F91D90B16D58C03F /* PBXContainerItemProxy */; + target = 318D4B503C47BE8ED8E91C572D903937 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = 4DDCC408A87DD384053C3F9916C6A6F4 /* PBXContainerItemProxy */; }; - B9FB1DE62FE33E4602E2697827EE7DB9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = D0E8E057198E5E24DF46BC5966C8E46B /* GoogleUtilities */; - targetProxy = F0CC97BA23CFD3DC209E097AA66526DA /* PBXContainerItemProxy */; - }; - D3C55A49C25F62C4B4C95DE2E3DE727D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCoreDiagnostics; - target = EF4560F1635BAC33F70EC6AF45178ED4 /* FirebaseCoreDiagnostics */; - targetProxy = 923DDDE8F3A4E2B635F6102B54810398 /* PBXContainerItemProxy */; - }; - DC007585CB5051657003936CC6991E9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SQLite.swift; - target = 4CE06F410780800E20FAA214C9287D37 /* SQLite.swift */; - targetProxy = ADDDBA1C420CCD135D926B9C4F634011 /* PBXContainerItemProxy */; - }; - E3E7FBCB8EACB261F8BB18B7CC9131FA /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FirebaseCore; - target = 428FD5645155BBD3C406DC325993183C /* FirebaseCore */; - targetProxy = 87CE41C3445896593BB689F0F60C5155 /* PBXContainerItemProxy */; - }; - E5EEAB533ECCAD0B7E3BC499BD790CB6 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleUtilities; - target = D0E8E057198E5E24DF46BC5966C8E46B /* GoogleUtilities */; - targetProxy = 210EE1FCB03EF2EE59A1967B40F7C12B /* PBXContainerItemProxy */; - }; - EAA0240782F464B8E152399AE29DA97F /* PBXTargetDependency */ = { + BC645D35ADEA325A62F04072CE002E23 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; - target = B5BD29EFC331C173D7041FB95BF07B94 /* nanopb */; - targetProxy = 38E7DBE8E8771138FAAC46990036C976 /* PBXContainerItemProxy */; + target = 0EA641F6599AA46CF6A09E5C23A4F07D /* nanopb */; + targetProxy = 05D03632106BC80AA83CDDAADA7EE487 /* PBXContainerItemProxy */; }; - EBB3726F986C672DA590DD24F48D2CF3 /* PBXTargetDependency */ = { + BDCAB460C070F0C73B7313A97E626EC8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 428FD5645155BBD3C406DC325993183C /* FirebaseCore */; - targetProxy = 1778CA8EF1FC0D1D3832D1C1F49C89D8 /* PBXContainerItemProxy */; + name = FirebaseCoreDiagnosticsInterop; + target = 318D4B503C47BE8ED8E91C572D903937 /* FirebaseCoreDiagnosticsInterop */; + targetProxy = 6B0DBD39EAE90811F16A789122D59AD4 /* PBXContainerItemProxy */; + }; + C5EF8EED731B2D2E472AFC2829378BCE /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = 0EA641F6599AA46CF6A09E5C23A4F07D /* nanopb */; + targetProxy = C4F9EA5E73A6820C700086B96B1AB331 /* PBXContainerItemProxy */; + }; + C64CD562D8B41B9F991379081ABED5E6 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseAnalyticsInterop; + target = DB6383C0CABFADF2AFF73FEA4B805935 /* FirebaseAnalyticsInterop */; + targetProxy = 24C4417C1974665B1F953D115D1FBE82 /* PBXContainerItemProxy */; + }; + C9CEFEFAAAEDB8CD947737FA56C849D4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = D465047540D12FD9D95291AE82A76DB9 /* PBXContainerItemProxy */; + }; + D0C2B9B871A8F0233F21C5B8D370FDA1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Fabric; + target = D35E9EC86D36A4C8BC1704199FDB3552 /* Fabric */; + targetProxy = F9591C2524AFA7AA0410F7777F8A76D6 /* PBXContainerItemProxy */; + }; + D18EE645A477E1C13CBD290619D65B19 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleDataTransportCCTSupport; + target = 0F7BA82FD2CEBB5AC4F9676699B2CC38 /* GoogleDataTransportCCTSupport */; + targetProxy = 00989A86B2F3004883FBE2BB0F860769 /* PBXContainerItemProxy */; + }; + D9044C0E55FF412D526E289E23FC7EBF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = GoogleAppMeasurement; + target = AE3829FFCE73BC1E7A52AAE7603E5C50 /* GoogleAppMeasurement */; + targetProxy = 468668A510563CA179526D7EF2E1FE07 /* PBXContainerItemProxy */; + }; + DC8656B3AD17FFF2519B170B9328E71B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseInstanceID; + target = 46AA7D096286234A5AA053332DCBC876 /* FirebaseInstanceID */; + targetProxy = BD7D26641D81CD8A30B1ABF4A78265FB /* PBXContainerItemProxy */; + }; + E14DF6B8F565AFD69670F41BE79D1D55 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FirebaseCoreDiagnostics; + target = 4424751AFC9EBE1D2509F6A7A99E2EA9 /* FirebaseCoreDiagnostics */; + targetProxy = 518040C6E727B15EF503363FF9801084 /* PBXContainerItemProxy */; + }; + F5C30D4C09BB5B3F200A15DF2706679C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = nanopb; + target = 0EA641F6599AA46CF6A09E5C23A4F07D /* nanopb */; + targetProxy = D46A744E56C38F5DFF6A516604BA7BFD /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 03659576C325993E193944A815768571 /* Debug */ = { + 0A5F49D691CD95D56866269F2F7B90F0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9F71E823919213D84223FBFC48315882 /* FirebaseAnalyticsInterop.xcconfig */; + baseConfigurationReference = 9B618983CA768571857486F0B0B545F2 /* FirebaseAnalytics.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -3922,26 +4304,9 @@ }; name = Debug; }; - 05293365949BEED7CA83F2D5948DB7A8 /* Release */ = { + 10C798CFF1052AEC4D9EBFC624CFABD8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9F71E823919213D84223FBFC48315882 /* FirebaseAnalyticsInterop.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 0BF5A7CFC4E2B25A7B0CB3795A3A4EC0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 60266A1BABE5998F1456D04C2A68C651 /* SwiftSoup.xcconfig */; + baseConfigurationReference = CD1E16DDA44A79C2892CCDC9924638B1 /* FirebaseCore.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -3952,43 +4317,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SwiftSoup/SwiftSoup-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftSoup/SwiftSoup-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SwiftSoup/SwiftSoup.modulemap"; - PRODUCT_MODULE_NAME = SwiftSoup; - PRODUCT_NAME = SwiftSoup; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 2934B0E22BCF636FDA413406A0004DAF /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F5D938B477E073B8BA8C129F8922AB4E /* GoogleDataTransport.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -3997,9 +4326,9 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -4010,6 +4339,42 @@ }; name = Debug; }; + 19B1D0C8ACECA9858589B07759999785 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CD1E16DDA44A79C2892CCDC9924638B1 /* FirebaseCore.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 2B85893F3EC99EB6622F6D7A080FA3EE /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 5D0916396C74706FDD75CD7AE35EBF2E /* Pods-AvH PlanUITests.debug.xcconfig */; @@ -4048,44 +4413,9 @@ }; name = Debug; }; - 2C5147AA80B78147F7F15D0CA927BED0 /* Debug */ = { + 2D7B1B5AC8FE73AD5FF3A52EB855870A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 60266A1BABE5998F1456D04C2A68C651 /* SwiftSoup.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SwiftSoup/SwiftSoup-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SwiftSoup/SwiftSoup-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SwiftSoup/SwiftSoup.modulemap"; - PRODUCT_MODULE_NAME = SwiftSoup; - PRODUCT_NAME = SwiftSoup; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 2D3B30D26FCCA0288DE98A948F98A779 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CF0445F8B460B29742ED3F9D612537B4 /* FirebaseCoreDiagnosticsInterop.xcconfig */; + baseConfigurationReference = EB156CC75B448C0A05C7757A2F7E3117 /* GoogleAppMeasurement.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -4101,7 +4431,7 @@ }; 2E1331BBE5320AB4FB23268AF6C53E8B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8089517FFE4AF0EA4E02DE8177649513 /* MagazineLayout.xcconfig */; + baseConfigurationReference = 4FC79A3B96A67AF55E2943A20CAF2DA5 /* MagazineLayout.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; @@ -4135,6 +4465,42 @@ }; name = Debug; }; + 2EE64F02E1C8D0FCF2B4B0030CCF2B08 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CDD8947FA2F1800B3F8C2089A1C6794C /* SwiftSoup.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SwiftSoup/SwiftSoup-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SwiftSoup/SwiftSoup-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SwiftSoup/SwiftSoup.modulemap"; + PRODUCT_MODULE_NAME = SwiftSoup; + PRODUCT_NAME = SwiftSoup; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 31981DC6B069C7F47A6E4E12B7E08513 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = C98E0A40FFAA294F06BB6E9D60AC2AC0 /* Pods-AvH PlanTests.debug.xcconfig */; @@ -4173,9 +4539,9 @@ }; name = Debug; }; - 4355BBAAE793EF79F544A1F0B01102A6 /* Debug */ = { + 37094A29ABBF17F187AA682EC2E16DE8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 97D7519ABD89CF94E809F98E2223286A /* GoogleDataTransportCCTSupport.xcconfig */; + baseConfigurationReference = 02BDA15621FBBC8402F7D34E86C462DC /* FirebaseInstanceID.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4186,7 +4552,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -4195,44 +4561,9 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; - PRODUCT_NAME = GoogleDataTransportCCTSupport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 4A8343AB34B0A7CCD95CEE8A5C44D276 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9011F8C47DB10E45877DC658BE9EEBB4 /* Protobuf.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Protobuf/Protobuf-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Protobuf/Protobuf-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Protobuf/Protobuf.modulemap"; - PRODUCT_MODULE_NAME = Protobuf; - PRODUCT_NAME = Protobuf; + MODULEMAP_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstanceID; + PRODUCT_NAME = FirebaseInstanceID; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -4244,9 +4575,9 @@ }; name = Release; }; - 4DFEB2AF458B5F49BB7D64EB0EB70CCF /* Release */ = { + 3FAA9421A7908732BD208BA72FEABCF4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FE5AD8C434EB98D3A875AF0ACCF9108C /* GoogleUtilities.xcconfig */; + baseConfigurationReference = E6312330D599588B7191297690B3FA56 /* GoogleUtilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4274,16 +4605,17 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 4ECC0412A4249CC70C2C51D4FD6CC221 /* Debug */ = { + 435B4863736FC55A46CB565835F0F14C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E63614668C61A9D00B01D5442A8E010 /* FirebaseCore.xcconfig */; + baseConfigurationReference = BC4311D98116FE51975F64E10043D9E6 /* Pods-AvH Plan.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4293,31 +4625,65 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-AvH Plan/Pods-AvH Plan-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.2; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; + MODULEMAP_FILE = "Target Support Files/Pods-AvH Plan/Pods-AvH Plan.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; + 4CE3581CF012D674AE5D0F9458F758D5 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FD0969B89E730EC9ED121807EA9EE815 /* FirebaseCoreDiagnosticsInterop.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 51047237A08C5091DB8750DF2288F0CA /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A2828454E297BF7931D31CBB3FBF1BF4 /* Firebase.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 533220A7363132F85843031FA4F2AAAB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B8E5C43FCF4CF6BA4762BE2D0778E04 /* Alamofire.xcconfig */; + baseConfigurationReference = 398D196AD87169678D60F443F229B28B /* Alamofire.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4350,115 +4716,9 @@ }; name = Debug; }; - 56F8DD057D0C44148B16496AC67F81B5 /* Debug */ = { + 56A8A9E153696C0395AACFF47247B9BA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E77CCB37989D15D4A4852AFD3008F9C /* FirebaseCoreDiagnostics.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 57338632AC0C097FAD70F76AA6DA38D0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5AD8852A5F13691D2A95B510A407BDCA /* SQLite.swift.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SQLite.swift/SQLite.swift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SQLite.swift/SQLite.swift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SQLite.swift/SQLite.swift.modulemap"; - PRODUCT_MODULE_NAME = SQLite; - PRODUCT_NAME = SQLite; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 5BC6D500BE18067E36EDBB60D87B5EC7 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E08B18469B190EE7338282262088A4E5 /* nanopb.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 604F853C12D5AAE5389DAF30DB106482 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FE5AD8C434EB98D3A875AF0ACCF9108C /* GoogleUtilities.xcconfig */; + baseConfigurationReference = E6312330D599588B7191297690B3FA56 /* GoogleUtilities.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4486,14 +4746,15 @@ SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 60C5717387F1EE29F08673076CE1B411 /* Release */ = { + 5E223C26C214C66C81F80D6607B10B1B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CDD44F722387A8FEC7B20588B487107B /* FirebaseMessaging.xcconfig */; + baseConfigurationReference = E4809A843C7396AF21F19DBC6509710E /* nanopb.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4504,7 +4765,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -4512,10 +4774,9 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; - PRODUCT_MODULE_NAME = FirebaseMessaging; - PRODUCT_NAME = FirebaseMessaging; + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -4527,44 +4788,9 @@ }; name = Release; }; - 62C0D615F80A4394DA3610091664BDBC /* Debug */ = { + 5E6F4F4D722BBD3C6A97100DBCCE4969 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CDD44F722387A8FEC7B20588B487107B /* FirebaseMessaging.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; - PRODUCT_MODULE_NAME = FirebaseMessaging; - PRODUCT_NAME = FirebaseMessaging; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 6D7204C9824D1D356951CCFBBA6EDD99 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 15756E629826FAC8D31C8D04E392E07F /* Firebase.xcconfig */; + baseConfigurationReference = 9B618983CA768571857486F0B0B545F2 /* FirebaseAnalytics.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -4579,44 +4805,9 @@ }; name = Release; }; - 75529F5CFD68E1B4B0D2F70774110957 /* Debug */ = { + 71EBBAF16913272D520F2C4270FC96D4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5AD8852A5F13691D2A95B510A407BDCA /* SQLite.swift.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/SQLite.swift/SQLite.swift-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SQLite.swift/SQLite.swift-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/SQLite.swift/SQLite.swift.modulemap"; - PRODUCT_MODULE_NAME = SQLite; - PRODUCT_NAME = SQLite; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 7BC7EB8DA7105E8A55CA327CDE0917E2 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = CF0445F8B460B29742ED3F9D612537B4 /* FirebaseCoreDiagnosticsInterop.xcconfig */; + baseConfigurationReference = EA95386600F1E9F3041FABCB4EAE694B /* FirebaseAnalyticsInterop.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -4627,7 +4818,77 @@ ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 79903503660F938066A7FEE563211983 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 66598EF868DFC74DAC971311F99DE107 /* Protobuf.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Protobuf/Protobuf-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Protobuf/Protobuf-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Protobuf/Protobuf.modulemap"; + PRODUCT_MODULE_NAME = Protobuf; + PRODUCT_NAME = Protobuf; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 799A72A25068D134939BDFD9560D2EC7 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E9D9BE2B421071B7F5CF21ABEB495508 /* FirebaseCoreDiagnostics.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; + PRODUCT_NAME = FirebaseCoreDiagnostics; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; @@ -4691,6 +4952,94 @@ }; name = Release; }; + 8548AC522B2EFC8F87C010366841E234 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E9CE088E0582CA8C37D13F894307F20B /* Fabric.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 857AE69B7288BF16FC5E636999BC785B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 66598EF868DFC74DAC971311F99DE107 /* Protobuf.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Protobuf/Protobuf-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Protobuf/Protobuf-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Protobuf/Protobuf.modulemap"; + PRODUCT_MODULE_NAME = Protobuf; + PRODUCT_NAME = Protobuf; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 8D03E8FCB49DDADC27036F76A304D1C1 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5B72D98C865EFB268EFD94921457D8B7 /* SQLite.swift.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SQLite.swift/SQLite.swift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SQLite.swift/SQLite.swift-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SQLite.swift/SQLite.swift.modulemap"; + PRODUCT_MODULE_NAME = SQLite; + PRODUCT_NAME = SQLite; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8DE836AD0CCAB164918935BE1B727AF9 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 8F24FA5439D5FCDE33E2F8C420EF802D /* Pods-AvH PlanUITests.release.xcconfig */; @@ -4730,9 +5079,25 @@ }; name = Release; }; + 975598DA355DDAACEA8BCA12863BE4FB /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FD0969B89E730EC9ED121807EA9EE815 /* FirebaseCoreDiagnosticsInterop.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 9838C58BD1AA67DBD29475983CB12D4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B8E5C43FCF4CF6BA4762BE2D0778E04 /* Alamofire.xcconfig */; + baseConfigurationReference = 398D196AD87169678D60F443F229B28B /* Alamofire.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4805,9 +5170,150 @@ }; name = Release; }; - A24AB498B63A7CF4EFCE9D87995E5542 /* Release */ = { + A49B0F703E643C34390FE62F05B4C20C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 97D7519ABD89CF94E809F98E2223286A /* GoogleDataTransportCCTSupport.xcconfig */; + baseConfigurationReference = A2828454E297BF7931D31CBB3FBF1BF4 /* Firebase.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A9EE7FE401B77338E2D7037802EA82B4 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EB156CC75B448C0A05C7757A2F7E3117 /* GoogleAppMeasurement.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + BAFDC57293096F9820E64E31CD988221 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E9D9BE2B421071B7F5CF21ABEB495508 /* FirebaseCoreDiagnostics.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; + PRODUCT_NAME = FirebaseCoreDiagnostics; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + CC657689ABBEEEA0ED0EF25941E244BC /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FDB9B0A261A89342006DDD2F77F06AAE /* GoogleDataTransport.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + CD4021F752CDF0AFAC976729C65A0B56 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4FC79A3B96A67AF55E2943A20CAF2DA5 /* MagazineLayout.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/MagazineLayout/MagazineLayout-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MagazineLayout/MagazineLayout-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/MagazineLayout/MagazineLayout.modulemap"; + PRODUCT_MODULE_NAME = MagazineLayout; + PRODUCT_NAME = MagazineLayout; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + CDC04153329E555737EE62E227F6EE8B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6060428A6DDB458F0937F5593ABAE813 /* GoogleDataTransportCCTSupport.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4841,45 +5347,9 @@ }; name = Release; }; - AD05FF7F69D0DE4190F68072AB184C39 /* Release */ = { + CDFCF98E7F9FB4406E116ED6500B19DD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9E77CCB37989D15D4A4852AFD3008F9C /* FirebaseCoreDiagnostics.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreDiagnostics; - PRODUCT_NAME = FirebaseCoreDiagnostics; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - C9F18740214D1FBD4360D07EA27A636C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 15756E629826FAC8D31C8D04E392E07F /* Firebase.xcconfig */; + baseConfigurationReference = 424A0AC9732E8CB0A51BF11EB8A7622E /* Crashlytics.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_IDENTITY = "iPhone Developer"; @@ -4890,43 +5360,24 @@ ); SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; }; - name = Debug; + name = Release; }; - CD4021F752CDF0AFAC976729C65A0B56 /* Release */ = { + CE6F1011AE3E3CA432D5EB7085D197E9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8089517FFE4AF0EA4E02DE8177649513 /* MagazineLayout.xcconfig */; + baseConfigurationReference = E9CE088E0582CA8C37D13F894307F20B /* Fabric.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MagazineLayout/MagazineLayout-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MagazineLayout/MagazineLayout-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", - "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/MagazineLayout/MagazineLayout.modulemap"; - PRODUCT_MODULE_NAME = MagazineLayout; - PRODUCT_NAME = MagazineLayout; SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; }; name = Release; }; @@ -4994,9 +5445,60 @@ }; name = Debug; }; - D2BE1C24131C20F1A9896A6471067032 /* Debug */ = { + D43B3DDF5D3BF6757ED79FD2D914D7C7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 318CC9D95E1B7523CC42FEF50A6E8EF2 /* FirebaseInstanceID.xcconfig */; + baseConfigurationReference = 424A0AC9732E8CB0A51BF11EB8A7622E /* Crashlytics.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D5D8603A2D260C3C2EC3063A7AFEC7F8 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = CECA3223C74C7FDD54B8A8C3F4ABC17A /* FirebaseMessaging.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; + PRODUCT_MODULE_NAME = FirebaseMessaging; + PRODUCT_NAME = FirebaseMessaging; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + D9B597BBB0D80DE3EADE088C366860BF /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 02BDA15621FBBC8402F7D34E86C462DC /* FirebaseInstanceID.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5029,9 +5531,9 @@ }; name = Debug; }; - D44B2BF42D75A447A9877C8FB9CF65D5 /* Release */ = { + DBE8116A287ED17A6856893899F7D86F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E63614668C61A9D00B01D5442A8E010 /* FirebaseCore.xcconfig */; + baseConfigurationReference = CECA3223C74C7FDD54B8A8C3F4ABC17A /* FirebaseMessaging.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5042,7 +5544,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -5051,9 +5553,9 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; + MODULEMAP_FILE = "Target Support Files/FirebaseMessaging/FirebaseMessaging.modulemap"; + PRODUCT_MODULE_NAME = FirebaseMessaging; + PRODUCT_NAME = FirebaseMessaging; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5065,9 +5567,9 @@ }; name = Release; }; - D916EF53330ADDD5518D599E5243DF9E /* Release */ = { + DC474AD811F492212D5AD6D994F11047 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F5D938B477E073B8BA8C129F8922AB4E /* GoogleDataTransport.xcconfig */; + baseConfigurationReference = 6060428A6DDB458F0937F5593ABAE813 /* GoogleDataTransportCCTSupport.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5078,7 +5580,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -5087,83 +5589,9 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; - PRODUCT_MODULE_NAME = GoogleDataTransport; - PRODUCT_NAME = GoogleDataTransport; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - DA1A5F8C0F6E2532FB249D9A83AB6959 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BC4311D98116FE51975F64E10043D9E6 /* Pods-AvH Plan.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-AvH Plan/Pods-AvH Plan-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 12.2; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-AvH Plan/Pods-AvH Plan.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - DD0BFC481764FFA273E3B7EF795C529C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 9011F8C47DB10E45877DC658BE9EEBB4 /* Protobuf.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Protobuf/Protobuf-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Protobuf/Protobuf-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Protobuf/Protobuf.modulemap"; - PRODUCT_MODULE_NAME = Protobuf; - PRODUCT_NAME = Protobuf; + MODULEMAP_FILE = "Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.modulemap"; + PRODUCT_MODULE_NAME = GoogleDataTransportCCTSupport; + PRODUCT_NAME = GoogleDataTransportCCTSupport; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5174,9 +5602,9 @@ }; name = Debug; }; - E05B326A996015C038407C39214133D4 /* Release */ = { + EE38AE4449357D74CE99115BBEE0C4B7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E08B18469B190EE7338282262088A4E5 /* nanopb.xcconfig */; + baseConfigurationReference = CDD8947FA2F1800B3F8C2089A1C6794C /* SwiftSoup.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5187,8 +5615,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SwiftSoup/SwiftSoup-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SwiftSoup/SwiftSoup-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -5196,21 +5624,72 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + MODULEMAP_FILE = "Target Support Files/SwiftSoup/SwiftSoup.modulemap"; + PRODUCT_MODULE_NAME = SwiftSoup; + PRODUCT_NAME = SwiftSoup; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; + name = Debug; + }; + EF26FB7702B5E983D00974834766155F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5B72D98C865EFB268EFD94921457D8B7 /* SQLite.swift.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/SQLite.swift/SQLite.swift-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SQLite.swift/SQLite.swift-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/SQLite.swift/SQLite.swift.modulemap"; + PRODUCT_MODULE_NAME = SQLite; + PRODUCT_NAME = SQLite; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + F379552E3F71D6ABAF5E9CEFA2E467F0 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EA95386600F1E9F3041FABCB4EAE694B /* FirebaseAnalyticsInterop.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; name = Release; }; - FB17FFDA99B3F9CAB8D2E25683535530 /* Release */ = { + F43637D4794731B0F53165C7A6A2FFC6 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 5823F184430B87162A942CAD83746EEA /* Pods-AvH Plan.release.xcconfig */; buildSettings = { @@ -5249,9 +5728,9 @@ }; name = Release; }; - FE000F9727A5C0DFA9E1C87C525B3669 /* Release */ = { + F8E4304FC87DDADEF50404E0388FEA51 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 318CC9D95E1B7523CC42FEF50A6E8EF2 /* FirebaseInstanceID.xcconfig */; + baseConfigurationReference = FDB9B0A261A89342006DDD2F77F06AAE /* GoogleDataTransport.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5262,7 +5741,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = ( @@ -5271,9 +5750,9 @@ "@loader_path/Frameworks", ); MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/FirebaseInstanceID/FirebaseInstanceID.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstanceID; - PRODUCT_NAME = FirebaseInstanceID; + MODULEMAP_FILE = "Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap"; + PRODUCT_MODULE_NAME = GoogleDataTransport; + PRODUCT_NAME = GoogleDataTransport; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5285,23 +5764,103 @@ }; name = Release; }; + FF7B3C8EDE3062D6648CE9B1EEC35043 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E4809A843C7396AF21F19DBC6509710E /* nanopb.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/nanopb/nanopb-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/nanopb/nanopb-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0C2153F7F1187E36E91F8CD0F7A24203 /* Build configuration list for PBXAggregateTarget "FirebaseAnalyticsInterop" */ = { + 04835AF55ADBA0FE1B5506AB50AC6167 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { isa = XCConfigurationList; buildConfigurations = ( - 03659576C325993E193944A815768571 /* Debug */, - 05293365949BEED7CA83F2D5948DB7A8 /* Release */, + 3FAA9421A7908732BD208BA72FEABCF4 /* Debug */, + 56A8A9E153696C0395AACFF47247B9BA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 38DEF6480E4E037A7AE6D88ECF92CE0D /* Build configuration list for PBXNativeTarget "SQLite.swift" */ = { + 13B185864087F75D556AC109B2D70BF7 /* Build configuration list for PBXAggregateTarget "Fabric" */ = { isa = XCConfigurationList; buildConfigurations = ( - 75529F5CFD68E1B4B0D2F70774110957 /* Debug */, - 57338632AC0C097FAD70F76AA6DA38D0 /* Release */, + 8548AC522B2EFC8F87C010366841E234 /* Debug */, + CE6F1011AE3E3CA432D5EB7085D197E9 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1B4B1AA970CB47FDAD29636A4A9E9443 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + CC657689ABBEEEA0ED0EF25941E244BC /* Debug */, + F8E4304FC87DDADEF50404E0388FEA51 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1C32497CBA41B6FE43D69ABB043B97CC /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D5D8603A2D260C3C2EC3063A7AFEC7F8 /* Debug */, + DBE8116A287ED17A6856893899F7D86F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 25DC6C9E0D39B536417FC0BFCBA29269 /* Build configuration list for PBXNativeTarget "SwiftSoup" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EE38AE4449357D74CE99115BBEE0C4B7 /* Debug */, + 2EE64F02E1C8D0FCF2B4B0030CCF2B08 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3B0BA880531DE5B4D80D85D584D3BB0A /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 10C798CFF1052AEC4D9EBFC624CFABD8 /* Debug */, + 19B1D0C8ACECA9858589B07759999785 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3BFBF87B050349004FEEE805DA790938 /* Build configuration list for PBXAggregateTarget "Firebase" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 51047237A08C5091DB8750DF2288F0CA /* Debug */, + A49B0F703E643C34390FE62F05B4C20C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5315,56 +5874,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 5486DF039B0597FA1952CCF9F87A32C4 /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */ = { + 4EDBE836AD030B7CEBCD8FE10F97B6AA /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { isa = XCConfigurationList; buildConfigurations = ( - D2BE1C24131C20F1A9896A6471067032 /* Debug */, - FE000F9727A5C0DFA9E1C87C525B3669 /* Release */, + BAFDC57293096F9820E64E31CD988221 /* Debug */, + 799A72A25068D134939BDFD9560D2EC7 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6117137490604A59B001BA842946C085 /* Build configuration list for PBXNativeTarget "nanopb" */ = { + 6477E8BCB741BC0421103143E6E15D29 /* Build configuration list for PBXAggregateTarget "FirebaseAnalyticsInterop" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5BC6D500BE18067E36EDBB60D87B5EC7 /* Debug */, - E05B326A996015C038407C39214133D4 /* Release */, + 71EBBAF16913272D520F2C4270FC96D4 /* Debug */, + F379552E3F71D6ABAF5E9CEFA2E467F0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6154519F9E4B78023C1603DBABFF1D6D /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + 8A8020754BA87A99D3E27D3331E2F8CE /* Build configuration list for PBXAggregateTarget "FirebaseAnalytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - 604F853C12D5AAE5389DAF30DB106482 /* Debug */, - 4DFEB2AF458B5F49BB7D64EB0EB70CCF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 70C2B93B3D06613A41F6FA8103D2BBB0 /* Build configuration list for PBXNativeTarget "Pods-AvH Plan" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - DA1A5F8C0F6E2532FB249D9A83AB6959 /* Debug */, - FB17FFDA99B3F9CAB8D2E25683535530 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7CB4C41202CAD52CBF240D33AA5931C9 /* Build configuration list for PBXNativeTarget "FirebaseCoreDiagnostics" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 56F8DD057D0C44148B16496AC67F81B5 /* Debug */, - AD05FF7F69D0DE4190F68072AB184C39 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 8DFF03868A5242C3BA74AE5F358C870F /* Build configuration list for PBXAggregateTarget "FirebaseCoreDiagnosticsInterop" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2D3B30D26FCCA0288DE98A948F98A779 /* Debug */, - 7BC7EB8DA7105E8A55CA327CDE0917E2 /* Release */, + 0A5F49D691CD95D56866269F2F7B90F0 /* Debug */, + 5E6F4F4D722BBD3C6A97100DBCCE4969 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5378,11 +5910,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9A76E5E798F815B05F1C1F198D5EABB1 /* Build configuration list for PBXNativeTarget "Protobuf" */ = { + A084C0089544D8EEE7DA4C6D8EEEF9ED /* Build configuration list for PBXAggregateTarget "Crashlytics" */ = { isa = XCConfigurationList; buildConfigurations = ( - DD0BFC481764FFA273E3B7EF795C529C /* Debug */, - 4A8343AB34B0A7CCD95CEE8A5C44D276 /* Release */, + D43B3DDF5D3BF6757ED79FD2D914D7C7 /* Debug */, + CDFCF98E7F9FB4406E116ED6500B19DD /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5396,29 +5928,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A338CB16AC8B8DAE3325C5A815C6727F /* Build configuration list for PBXAggregateTarget "Firebase" */ = { + A46C0CA55530EA53759E95809B879459 /* Build configuration list for PBXNativeTarget "SQLite.swift" */ = { isa = XCConfigurationList; buildConfigurations = ( - C9F18740214D1FBD4360D07EA27A636C /* Debug */, - 6D7204C9824D1D356951CCFBBA6EDD99 /* Release */, + EF26FB7702B5E983D00974834766155F /* Debug */, + 8D03E8FCB49DDADC27036F76A304D1C1 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - AF8ABC419A31FFEBA99B8BB2099374B4 /* Build configuration list for PBXNativeTarget "SwiftSoup" */ = { + A82AC2BE0335B6344AD87AB8399C68D2 /* Build configuration list for PBXNativeTarget "Pods-AvH Plan" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2C5147AA80B78147F7F15D0CA927BED0 /* Debug */, - 0BF5A7CFC4E2B25A7B0CB3795A3A4EC0 /* Release */, + 435B4863736FC55A46CB565835F0F14C /* Debug */, + F43637D4794731B0F53165C7A6A2FFC6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C67DB593200EE2C26FB6B08149DCBCC0 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */ = { + D777051E37BF7D185456365CCCBC548A /* Build configuration list for PBXNativeTarget "Protobuf" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4355BBAAE793EF79F544A1F0B01102A6 /* Debug */, - A24AB498B63A7CF4EFCE9D87995E5542 /* Release */, + 79903503660F938066A7FEE563211983 /* Debug */, + 857AE69B7288BF16FC5E636999BC785B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5432,20 +5964,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DA504D0BC62529BD70B4E2D10C993167 /* Build configuration list for PBXNativeTarget "GoogleDataTransport" */ = { + D8C6BBE13AF4EDDAFFE1BA09551597E3 /* Build configuration list for PBXNativeTarget "nanopb" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2934B0E22BCF636FDA413406A0004DAF /* Debug */, - D916EF53330ADDD5518D599E5243DF9E /* Release */, + FF7B3C8EDE3062D6648CE9B1EEC35043 /* Debug */, + 5E223C26C214C66C81F80D6607B10B1B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E3A6F01731A876665672412EB0A7F4E6 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { + E27B5BC63C9A04668CB45BF6B906C014 /* Build configuration list for PBXAggregateTarget "FirebaseCoreDiagnosticsInterop" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4ECC0412A4249CC70C2C51D4FD6CC221 /* Debug */, - D44B2BF42D75A447A9877C8FB9CF65D5 /* Release */, + 975598DA355DDAACEA8BCA12863BE4FB /* Debug */, + 4CE3581CF012D674AE5D0F9458F758D5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5459,11 +5991,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - F9D336FF1298457667997B5A9CEDEB14 /* Build configuration list for PBXNativeTarget "FirebaseMessaging" */ = { + F2B6E097C55815B36845FC74D38CE18D /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( - 62C0D615F80A4394DA3610091664BDBC /* Debug */, - 60C5717387F1EE29F08673076CE1B411 /* Release */, + 2D7B1B5AC8FE73AD5FF3A52EB855870A /* Debug */, + A9EE7FE401B77338E2D7037802EA82B4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F8E3736D5A8577A0B5DD8F8C340DCD88 /* Build configuration list for PBXNativeTarget "FirebaseInstanceID" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D9B597BBB0D80DE3EADE088C366860BF /* Debug */, + 37094A29ABBF17F187AA682EC2E16DE8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + FF8D839D8B9CD8E3273E12927C2B1EE6 /* Build configuration list for PBXNativeTarget "GoogleDataTransportCCTSupport" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DC474AD811F492212D5AD6D994F11047 /* Debug */, + CDC04153329E555737EE62E227F6EE8B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Crashlytics.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Crashlytics.xcscheme new file mode 100644 index 0000000..38fded9 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Crashlytics.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Fabric.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Fabric.xcscheme new file mode 100644 index 0000000..650b8a1 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Fabric.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Firebase.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Firebase.xcscheme index 88d749d..2fa7f70 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Firebase.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Firebase.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseAnalytics.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseAnalytics.xcscheme new file mode 100644 index 0000000..c3e2dbc --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseAnalytics.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseAnalyticsInterop.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseAnalyticsInterop.xcscheme index e34c319..a5cd58c 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseAnalyticsInterop.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseAnalyticsInterop.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCore.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCore.xcscheme index 40d2295..f7dff41 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCore.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCore.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme index 59cd5bf..61bd850 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCoreDiagnosticsInterop.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCoreDiagnosticsInterop.xcscheme index eece94e..1bd19a1 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCoreDiagnosticsInterop.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseCoreDiagnosticsInterop.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseInstanceID.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseInstanceID.xcscheme index e64ef34..45cb9d0 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseInstanceID.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseInstanceID.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseMessaging.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseMessaging.xcscheme index afd7d4f..e6bb2e8 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseMessaging.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/FirebaseMessaging.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleAppMeasurement.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleAppMeasurement.xcscheme new file mode 100644 index 0000000..f24691e --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleAppMeasurement.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme index 0801a5a..88450dd 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleDataTransportCCTSupport.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleDataTransportCCTSupport.xcscheme index a060bca..7b58053 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleDataTransportCCTSupport.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleDataTransportCCTSupport.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleUtilities.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleUtilities.xcscheme index d5c111c..cdc1f55 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleUtilities.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/GoogleUtilities.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Pods-AvH Plan.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Pods-AvH Plan.xcscheme index bdc6ff6..0abc0da 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Pods-AvH Plan.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Pods-AvH Plan.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> @@ -45,7 +45,7 @@ diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Protobuf.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Protobuf.xcscheme index abb1d43..09ffbd4 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Protobuf.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/Protobuf.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/SQLite.swift.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/SQLite.swift.xcscheme index d982f3a..fd0f598 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/SQLite.swift.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/SQLite.swift.xcscheme @@ -14,7 +14,7 @@ buildForAnalyzing = "YES"> @@ -45,7 +45,7 @@ diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/SwiftSoup.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/SwiftSoup.xcscheme index 3b93c60..da61318 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/SwiftSoup.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/SwiftSoup.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/nanopb.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/nanopb.xcscheme index 8ac4e97..5976360 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/nanopb.xcscheme +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/nanopb.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/xcschememanagement.plist index d06c458..c2e5027 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/kduez.xcuserdatad/xcschemes/xcschememanagement.plist @@ -9,11 +9,26 @@ isShown + Crashlytics.xcscheme + + isShown + + + Fabric.xcscheme + + isShown + + Firebase.xcscheme isShown + FirebaseAnalytics.xcscheme + + isShown + + FirebaseAnalyticsInterop.xcscheme isShown @@ -44,6 +59,11 @@ isShown + GoogleAppMeasurement.xcscheme + + isShown + + GoogleDataTransport.xcscheme isShown diff --git a/Pods/Target Support Files/Crashlytics/Crashlytics.xcconfig b/Pods/Target Support Files/Crashlytics/Crashlytics.xcconfig new file mode 100644 index 0000000..ff20aba --- /dev/null +++ b/Pods/Target Support Files/Crashlytics/Crashlytics.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Crashlytics +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -l"c++" -l"z" -framework "Security" -framework "SystemConfiguration" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Crashlytics +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/Fabric/Fabric.xcconfig b/Pods/Target Support Files/Fabric/Fabric.xcconfig new file mode 100644 index 0000000..8cc41b6 --- /dev/null +++ b/Pods/Target Support Files/Fabric/Fabric.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Fabric +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Fabric/iOS" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Fabric +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/Firebase/Firebase.xcconfig b/Pods/Target Support Files/Firebase/Firebase.xcconfig index 6c5ee8b..c3c77ea 100644 --- a/Pods/Target Support Files/Firebase/Firebase.xcconfig +++ b/Pods/Target Support Files/Firebase/Firebase.xcconfig @@ -1,5 +1,5 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Firebase -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Firebase" "${PODS_ROOT}/Headers/Public" OTHER_LDFLAGS = $(inherited) -weak_framework "UserNotifications" diff --git a/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.xcconfig b/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.xcconfig new file mode 100644 index 0000000..4116378 --- /dev/null +++ b/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.xcconfig @@ -0,0 +1,11 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/FirebaseAnalytics +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/FirebaseAnalytics +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.xcconfig b/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.xcconfig new file mode 100644 index 0000000..e9a8c04 --- /dev/null +++ b/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleAppMeasurement +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "StoreKit" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleAppMeasurement +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h b/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h index 584d1f5..508e631 100644 --- a/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h +++ b/Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h @@ -11,6 +11,7 @@ #endif #import "GULLoggerLevel.h" +#import "GULLoggerCodes.h" #import "GULNSData+zlib.h" FOUNDATION_EXPORT double GoogleUtilitiesVersionNumber; diff --git a/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan-acknowledgements.markdown b/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan-acknowledgements.markdown index 99bedb1..600d02d 100644 --- a/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan-acknowledgements.markdown @@ -24,10 +24,22 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Crashlytics + +Fabric: Copyright 2018 Google, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Fabric Software and Services Agreement located at https://fabric.io/terms. Crashlytics Kit: Copyright 2018 Crashlytics, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Crashlytics Terms of Service located at http://try.crashlytics.com/terms/terms-of-service.pdf and the Crashlytics Privacy Policy located at http://try.crashlytics.com/terms/privacy-policy.pdf. OSS: http://get.fabric.io/terms/opensource.txt + +## Fabric + +Fabric: Copyright 2018 Google, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Fabric Software and Services Agreement located at https://fabric.io/terms. OSS: http://get.fabric.io/terms/opensource.txt + ## Firebase Copyright 2019 Google +## FirebaseAnalytics + +Copyright 2019 Google + ## FirebaseAnalyticsInterop @@ -1264,6 +1276,10 @@ Copyright 2019 Google limitations under the License. +## GoogleAppMeasurement + +Copyright 2019 Google + ## GoogleDataTransport diff --git a/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan-acknowledgements.plist b/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan-acknowledgements.plist index c219232..2f6479c 100644 --- a/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan-acknowledgements.plist @@ -41,6 +41,26 @@ THE SOFTWARE. Type PSGroupSpecifier + + FooterText + Fabric: Copyright 2018 Google, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Fabric Software and Services Agreement located at https://fabric.io/terms. Crashlytics Kit: Copyright 2018 Crashlytics, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Crashlytics Terms of Service located at http://try.crashlytics.com/terms/terms-of-service.pdf and the Crashlytics Privacy Policy located at http://try.crashlytics.com/terms/privacy-policy.pdf. OSS: http://get.fabric.io/terms/opensource.txt + License + Commercial + Title + Crashlytics + Type + PSGroupSpecifier + + + FooterText + Fabric: Copyright 2018 Google, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Fabric Software and Services Agreement located at https://fabric.io/terms. OSS: http://get.fabric.io/terms/opensource.txt + License + Commercial + Title + Fabric + Type + PSGroupSpecifier + FooterText Copyright 2019 Google @@ -51,6 +71,16 @@ THE SOFTWARE. Type PSGroupSpecifier + + FooterText + Copyright 2019 Google + License + Copyright + Title + FirebaseAnalytics + Type + PSGroupSpecifier + FooterText @@ -1323,6 +1353,16 @@ THE SOFTWARE. Type PSGroupSpecifier + + FooterText + Copyright 2019 Google + License + Copyright + Title + GoogleAppMeasurement + Type + PSGroupSpecifier + FooterText diff --git a/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan.debug.xcconfig b/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan.debug.xcconfig index 1ebdbf2..e068ed4 100644 --- a/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan.debug.xcconfig +++ b/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan.debug.xcconfig @@ -1,9 +1,9 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout/MagazineLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift/SQLite.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup/SwiftSoup.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalyticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_LDFLAGS = $(inherited) -ObjC -l"sqlite3" -l"z" -framework "Alamofire" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseInstanceID" -framework "FirebaseMessaging" -framework "Foundation" -framework "GoogleDataTransport" -framework "GoogleDataTransportCCTSupport" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"z" -framework "Alamofire" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseInstanceID" -framework "FirebaseMessaging" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleDataTransport" -framework "GoogleDataTransportCCTSupport" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "StoreKit" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan.release.xcconfig b/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan.release.xcconfig index 1ebdbf2..e068ed4 100644 --- a/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan.release.xcconfig +++ b/Pods/Target Support Files/Pods-AvH Plan/Pods-AvH Plan.release.xcconfig @@ -1,9 +1,9 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout/MagazineLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift/SQLite.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup/SwiftSoup.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalyticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_LDFLAGS = $(inherited) -ObjC -l"sqlite3" -l"z" -framework "Alamofire" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseInstanceID" -framework "FirebaseMessaging" -framework "Foundation" -framework "GoogleDataTransport" -framework "GoogleDataTransportCCTSupport" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"sqlite3" -l"z" -framework "Alamofire" -framework "Crashlytics" -framework "FIRAnalyticsConnector" -framework "Fabric" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseInstanceID" -framework "FirebaseMessaging" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleDataTransport" -framework "GoogleDataTransportCCTSupport" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "StoreKit" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-AvH PlanTests/Pods-AvH PlanTests.debug.xcconfig b/Pods/Target Support Files/Pods-AvH PlanTests/Pods-AvH PlanTests.debug.xcconfig index 521fb53..40ba0d0 100644 --- a/Pods/Target Support Files/Pods-AvH PlanTests/Pods-AvH PlanTests.debug.xcconfig +++ b/Pods/Target Support Files/Pods-AvH PlanTests/Pods-AvH PlanTests.debug.xcconfig @@ -1,8 +1,8 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout/MagazineLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift/SQLite.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup/SwiftSoup.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalyticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_LDFLAGS = $(inherited) -l"sqlite3" -l"z" -framework "Alamofire" -framework "Foundation" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "Alamofire" -framework "Foundation" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "StoreKit" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-AvH PlanTests/Pods-AvH PlanTests.release.xcconfig b/Pods/Target Support Files/Pods-AvH PlanTests/Pods-AvH PlanTests.release.xcconfig index 521fb53..40ba0d0 100644 --- a/Pods/Target Support Files/Pods-AvH PlanTests/Pods-AvH PlanTests.release.xcconfig +++ b/Pods/Target Support Files/Pods-AvH PlanTests/Pods-AvH PlanTests.release.xcconfig @@ -1,8 +1,8 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout/MagazineLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift/SQLite.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup/SwiftSoup.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalyticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_LDFLAGS = $(inherited) -l"sqlite3" -l"z" -framework "Alamofire" -framework "Foundation" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "Alamofire" -framework "Foundation" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "StoreKit" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-AvH PlanUITests/Pods-AvH PlanUITests.debug.xcconfig b/Pods/Target Support Files/Pods-AvH PlanUITests/Pods-AvH PlanUITests.debug.xcconfig index 521fb53..40ba0d0 100644 --- a/Pods/Target Support Files/Pods-AvH PlanUITests/Pods-AvH PlanUITests.debug.xcconfig +++ b/Pods/Target Support Files/Pods-AvH PlanUITests/Pods-AvH PlanUITests.debug.xcconfig @@ -1,8 +1,8 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout/MagazineLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift/SQLite.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup/SwiftSoup.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalyticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_LDFLAGS = $(inherited) -l"sqlite3" -l"z" -framework "Alamofire" -framework "Foundation" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "Alamofire" -framework "Foundation" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "StoreKit" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Pods/Target Support Files/Pods-AvH PlanUITests/Pods-AvH PlanUITests.release.xcconfig b/Pods/Target Support Files/Pods-AvH PlanUITests/Pods-AvH PlanUITests.release.xcconfig index 521fb53..40ba0d0 100644 --- a/Pods/Target Support Files/Pods-AvH PlanUITests/Pods-AvH PlanUITests.release.xcconfig +++ b/Pods/Target Support Files/Pods-AvH PlanUITests/Pods-AvH PlanUITests.release.xcconfig @@ -1,8 +1,8 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/Crashlytics/iOS" "${PODS_ROOT}/Fabric/iOS" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstanceID/FirebaseInstanceID.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseMessaging/FirebaseMessaging.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransport/GoogleDataTransport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MagazineLayout/MagazineLayout.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Protobuf/Protobuf.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SQLite.swift/SQLite.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftSoup/SwiftSoup.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/Firebase" "${PODS_ROOT}/Headers/Public/FirebaseAnalyticsInterop" "${PODS_ROOT}/Headers/Public/FirebaseCoreDiagnosticsInterop" $(inherited) ${PODS_ROOT}/Firebase/CoreOnly/Sources LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_LDFLAGS = $(inherited) -l"sqlite3" -l"z" -framework "Alamofire" -framework "Foundation" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" +OTHER_LDFLAGS = $(inherited) -l"c++" -l"sqlite3" -l"z" -framework "Alamofire" -framework "Foundation" -framework "GoogleUtilities" -framework "MagazineLayout" -framework "Protobuf" -framework "SQLite" -framework "Security" -framework "StoreKit" -framework "SwiftSoup" -framework "SystemConfiguration" -framework "UIKit" -framework "nanopb" -weak_framework "UserNotifications" PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/.