diff --git a/Easydict.xcodeproj/project.pbxproj b/Easydict.xcodeproj/project.pbxproj index ff9cb6c90..d2ca81281 100644 --- a/Easydict.xcodeproj/project.pbxproj +++ b/Easydict.xcodeproj/project.pbxproj @@ -98,6 +98,7 @@ 039F5504294B6E29004AB940 /* EZPreferencesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 039F54FD294B6E29004AB940 /* EZPreferencesWindowController.m */; }; 039F5506294B6E29004AB940 /* EZSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 039F5501294B6E29004AB940 /* EZSettingViewController.m */; }; 039F5508294B6E29004AB940 /* EZAboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 039F5503294B6E29004AB940 /* EZAboutViewController.m */; }; + 03A8308D2B405F8E00112834 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 03A8308C2B405F8E00112834 /* Sparkle */; }; 03B022E629231FA6001C7E63 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 03B0221D29231FA6001C7E63 /* Assets.xcassets */; }; 03B022E729231FA6001C7E63 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 03B0221F29231FA6001C7E63 /* Main.storyboard */; }; 03B022E829231FA6001C7E63 /* entry.m in Sources */ = {isa = PBXBuildFile; fileRef = 03B0222129231FA6001C7E63 /* entry.m */; }; @@ -241,6 +242,7 @@ 62E5BABE2B32956700F5F728 /* AliService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62E5BABD2B32956700F5F728 /* AliService.swift */; }; 62E8E6E62B32F7EC005BFAD3 /* AliResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62E8E6E52B32F7EC005BFAD3 /* AliResponse.swift */; }; 62ED29A22B15F1F500901F51 /* EZWrapView.m in Sources */ = {isa = PBXBuildFile; fileRef = 62ED29A12B15F1F500901F51 /* EZWrapView.m */; }; + 9672D7D22B4008B40023B8FB /* MASShortcutBinder+EZMASShortcutBinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 9672D7D12B4008B40023B8FB /* MASShortcutBinder+EZMASShortcutBinder.m */; }; A0B65CA0F31AC8ECFB8347CC /* Pods_EasydictTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 378E73A7EA8FC8FB9C975A63 /* Pods_EasydictTests.framework */; }; B87AC7E36367075BA5D13234 /* Pods_Easydict.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6372B33DFF803C7096A82250 /* Pods_Easydict.framework */; }; C4DD01E92B12B3C80025EE8E /* TencentService.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4DD01E82B12B3C80025EE8E /* TencentService.swift */; }; @@ -715,6 +717,8 @@ 62ED29A12B15F1F500901F51 /* EZWrapView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EZWrapView.m; sourceTree = ""; }; 6372B33DFF803C7096A82250 /* Pods_Easydict.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Easydict.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 91E3E579C6DB88658B4BB102 /* Pods-Easydict.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Easydict.release.xcconfig"; path = "Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig"; sourceTree = ""; }; + 9672D7D02B4008B40023B8FB /* MASShortcutBinder+EZMASShortcutBinder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MASShortcutBinder+EZMASShortcutBinder.h"; sourceTree = ""; }; + 9672D7D12B4008B40023B8FB /* MASShortcutBinder+EZMASShortcutBinder.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "MASShortcutBinder+EZMASShortcutBinder.m"; sourceTree = ""; }; A230E9A2358C7FBC7FB26189 /* Pods-EasydictTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EasydictTests.debug.xcconfig"; path = "Target Support Files/Pods-EasydictTests/Pods-EasydictTests.debug.xcconfig"; sourceTree = ""; }; C4DD01E82B12B3C80025EE8E /* TencentService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TencentService.swift; sourceTree = ""; }; C4DD01EA2B12BA250025EE8E /* TencentResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TencentResponse.swift; sourceTree = ""; }; @@ -760,6 +764,7 @@ 03FD68BB2B1DC59600FD388E /* CryptoSwift in Frameworks */, 03CF28002B3DA7D500E19B57 /* RealmSwift in Frameworks */, 03022F222B36D1A400B63209 /* SnapKit in Frameworks */, + 03A8308D2B405F8E00112834 /* Sparkle in Frameworks */, B87AC7E36367075BA5D13234 /* Pods_Easydict.framework in Frameworks */, 03022F1C2B35DEBA00B63209 /* Hue in Frameworks */, 03CF27FE2B3DA7D500E19B57 /* Realm in Frameworks */, @@ -1234,6 +1239,8 @@ children = ( 03F25CB129327BC200E66A12 /* EZShortcut.h */, 03F25CB229327BC200E66A12 /* EZShortcut.m */, + 9672D7D02B4008B40023B8FB /* MASShortcutBinder+EZMASShortcutBinder.h */, + 9672D7D12B4008B40023B8FB /* MASShortcutBinder+EZMASShortcutBinder.m */, ); path = Shortcut; sourceTree = ""; @@ -2213,6 +2220,7 @@ 03022F212B36D1A400B63209 /* SnapKit */, 03CF27FD2B3DA7D500E19B57 /* Realm */, 03CF27FF2B3DA7D500E19B57 /* RealmSwift */, + 03A8308C2B405F8E00112834 /* Sparkle */, ); productName = Bob; productReference = C99EEB182385796700FEE666 /* Easydict-debug.app */; @@ -2265,6 +2273,7 @@ 03022F1D2B36CF3100B63209 /* XCRemoteSwiftPackageReference "SwiftShell" */, 03022F202B36D1A300B63209 /* XCRemoteSwiftPackageReference "SnapKit" */, 03CF27FC2B3DA7D500E19B57 /* XCRemoteSwiftPackageReference "realm-swift" */, + 03A8308B2B405F8E00112834 /* XCRemoteSwiftPackageReference "Sparkle" */, ); productRefGroup = C99EEB192385796700FEE666 /* Products */; projectDirPath = ""; @@ -2505,6 +2514,7 @@ 03B0230129231FA6001C7E63 /* EZQueryView.m in Sources */, 03542A3D2937AF4F00C34C33 /* EZQueryResult.m in Sources */, 03262C1F29EF8EE500EFECA0 /* EZPrivacyViewController.m in Sources */, + 9672D7D22B4008B40023B8FB /* MASShortcutBinder+EZMASShortcutBinder.m in Sources */, 03BDA7BF2A26DA280079D04F /* NSScanner+EscapedScanning.m in Sources */, 03542A4C2937B5F100C34C33 /* EZYoudaoTranslate.m in Sources */, 037852B329583F5200D0E2CF /* EZServiceCell.m in Sources */, @@ -3143,6 +3153,14 @@ minimumVersion = 5.6.0; }; }; + 03A8308B2B405F8E00112834 /* XCRemoteSwiftPackageReference "Sparkle" */ = { + isa = XCRemoteSwiftPackageReference; + repositoryURL = "https://github.com/sparkle-project/Sparkle"; + requirement = { + kind = upToNextMajorVersion; + minimumVersion = 2.5.2; + }; + }; 03CF27FC2B3DA7D500E19B57 /* XCRemoteSwiftPackageReference "realm-swift" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/realm/realm-swift.git"; @@ -3185,6 +3203,11 @@ package = 03022F202B36D1A300B63209 /* XCRemoteSwiftPackageReference "SnapKit" */; productName = SnapKit; }; + 03A8308C2B405F8E00112834 /* Sparkle */ = { + isa = XCSwiftPackageProductDependency; + package = 03A8308B2B405F8E00112834 /* XCRemoteSwiftPackageReference "Sparkle" */; + productName = Sparkle; + }; 03CF27FD2B3DA7D500E19B57 /* Realm */ = { isa = XCSwiftPackageProductDependency; package = 03CF27FC2B3DA7D500E19B57 /* XCRemoteSwiftPackageReference "realm-swift" */; diff --git a/Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6b65b55b5..5432d1c63 100644 --- a/Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -54,6 +54,15 @@ "version" : "5.6.0" } }, + { + "identity" : "sparkle", + "kind" : "remoteSourceControl", + "location" : "https://github.com/sparkle-project/Sparkle", + "state" : { + "revision" : "47d3d90aee3c52b6f61d04ceae426e607df62347", + "version" : "2.5.2" + } + }, { "identity" : "swiftshell", "kind" : "remoteSourceControl", diff --git a/Easydict/Feature/Shortcut/EZShortcut.m b/Easydict/Feature/Shortcut/EZShortcut.m index 69becdc1c..55d891f4c 100644 --- a/Easydict/Feature/Shortcut/EZShortcut.m +++ b/Easydict/Feature/Shortcut/EZShortcut.m @@ -8,6 +8,7 @@ #import "EZShortcut.h" #import "EZWindowManager.h" +#import "MASShortcutBinder+EZMASShortcutBinder.h" @implementation EZShortcut @@ -48,23 +49,23 @@ + (void)setup { [[MASShortcutBinder sharedBinder] setBindingOptions:@{NSValueTransformerNameBindingOption: NSSecureUnarchiveFromDataTransformerName}]; */ - [[MASShortcutBinder sharedBinder] bindShortcutWithDefaultsKey:EZSelectionShortcutKey toAction:^{ + [[MASShortcutBinder sharedBinder] ez_bindShortcutWithDefaultsKey:EZSelectionShortcutKey toAction:^{ [windowManager selectTextTranslate]; }]; - [[MASShortcutBinder sharedBinder] bindShortcutWithDefaultsKey:EZSnipShortcutKey toAction:^{ + [[MASShortcutBinder sharedBinder] ez_bindShortcutWithDefaultsKey:EZSnipShortcutKey toAction:^{ [windowManager snipTranslate]; }]; - [[MASShortcutBinder sharedBinder] bindShortcutWithDefaultsKey:EZInputShortcutKey toAction:^{ + [[MASShortcutBinder sharedBinder] ez_bindShortcutWithDefaultsKey:EZInputShortcutKey toAction:^{ [windowManager inputTranslate]; }]; - [[MASShortcutBinder sharedBinder] bindShortcutWithDefaultsKey:EZShowMiniShortcutKey toAction:^{ + [[MASShortcutBinder sharedBinder] ez_bindShortcutWithDefaultsKey:EZShowMiniShortcutKey toAction:^{ [windowManager showMiniFloatingWindow]; }]; - [[MASShortcutBinder sharedBinder] bindShortcutWithDefaultsKey:EZScreenshotOCRShortcutKey toAction:^{ + [[MASShortcutBinder sharedBinder] ez_bindShortcutWithDefaultsKey:EZScreenshotOCRShortcutKey toAction:^{ [windowManager screenshotOCR]; }]; diff --git a/Easydict/Feature/Shortcut/MASShortcutBinder+EZMASShortcutBinder.h b/Easydict/Feature/Shortcut/MASShortcutBinder+EZMASShortcutBinder.h new file mode 100644 index 000000000..1f2779e69 --- /dev/null +++ b/Easydict/Feature/Shortcut/MASShortcutBinder+EZMASShortcutBinder.h @@ -0,0 +1,18 @@ +// +// MASShortcutBinder+EZMASShortcutBinder.h +// Easydict +// +// Created by Sharker on 2023/12/30. +// Copyright © 2023 izual. All rights reserved. +// + +@import MASShortcut; + +NS_ASSUME_NONNULL_BEGIN + +@interface MASShortcutBinder (EZMASShortcutBinder) +// hidden pop button when user playing shortcut +- (void)ez_bindShortcutWithDefaultsKey: (NSString*) defaultsKeyName toAction: (dispatch_block_t) action; +@end + +NS_ASSUME_NONNULL_END diff --git a/Easydict/Feature/Shortcut/MASShortcutBinder+EZMASShortcutBinder.m b/Easydict/Feature/Shortcut/MASShortcutBinder+EZMASShortcutBinder.m new file mode 100644 index 000000000..6910d0dca --- /dev/null +++ b/Easydict/Feature/Shortcut/MASShortcutBinder+EZMASShortcutBinder.m @@ -0,0 +1,18 @@ +// +// MASShortcutBinder+EZMASShortcutBinder.m +// Easydict +// +// Created by Sharker on 2023/12/30. +// Copyright © 2023 izual. All rights reserved. +// + +#import "MASShortcutBinder+EZMASShortcutBinder.h" +#import "EZWindowManager.h" + +@implementation MASShortcutBinder (EZMASShortcutBinder) +- (void)ez_bindShortcutWithDefaultsKey:(NSString *)defaultsKeyName toAction:(dispatch_block_t)action { + EZWindowManager *windowManager = [EZWindowManager shared]; + [windowManager.popButtonWindow close]; + [self bindShortcutWithDefaultsKey:defaultsKeyName toAction:action]; +} +@end diff --git a/Easydict/Feature/ViewController/Window/WindowManager/EZWindowManager.m b/Easydict/Feature/ViewController/Window/WindowManager/EZWindowManager.m index d0e847786..24204c5e4 100644 --- a/Easydict/Feature/ViewController/Window/WindowManager/EZWindowManager.m +++ b/Easydict/Feature/ViewController/Window/WindowManager/EZWindowManager.m @@ -144,13 +144,7 @@ - (void)setupEventMonitor { }]; [self.eventMonitor setDoubleCommandBlock:^{ - NSLog(@"double command"); - - // TODO: Let users customize double-click shortcuts later on -#if DEBUG - mm_strongify(self); - [self showMiniFloatingWindow]; -#endif + NSLog(@"double command block"); }]; } diff --git a/Gemfile b/Gemfile new file mode 100644 index 000000000..ac9bdcc52 --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'cocoapods', '1.14.2' diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..a018860a2 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,107 @@ +GEM + remote: https://rubygems.org/ + specs: + CFPropertyList (3.0.6) + rexml + activesupport (7.1.2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + minitest (>= 5.1) + mutex_m + tzinfo (~> 2.0) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) + algoliasearch (1.27.5) + httpclient (~> 2.8, >= 2.8.3) + json (>= 1.5.1) + atomos (0.1.3) + base64 (0.2.0) + bigdecimal (3.1.5) + claide (1.1.0) + cocoapods (1.14.2) + addressable (~> 2.8) + claide (>= 1.0.2, < 2.0) + cocoapods-core (= 1.14.2) + cocoapods-deintegrate (>= 1.0.3, < 2.0) + cocoapods-downloader (>= 2.0) + cocoapods-plugins (>= 1.0.0, < 2.0) + cocoapods-search (>= 1.0.0, < 2.0) + cocoapods-trunk (>= 1.6.0, < 2.0) + cocoapods-try (>= 1.1.0, < 2.0) + colored2 (~> 3.1) + escape (~> 0.0.4) + fourflusher (>= 2.3.0, < 3.0) + gh_inspector (~> 1.0) + molinillo (~> 0.8.0) + nap (~> 1.0) + ruby-macho (>= 2.3.0, < 3.0) + xcodeproj (>= 1.23.0, < 2.0) + cocoapods-core (1.14.2) + activesupport (>= 5.0, < 8) + addressable (~> 2.8) + algoliasearch (~> 1.0) + concurrent-ruby (~> 1.1) + fuzzy_match (~> 2.0.4) + nap (~> 1.0) + netrc (~> 0.11) + public_suffix (~> 4.0) + typhoeus (~> 1.0) + cocoapods-deintegrate (1.0.5) + cocoapods-downloader (2.1) + cocoapods-plugins (1.0.0) + nap + cocoapods-search (1.0.1) + cocoapods-trunk (1.6.0) + nap (>= 0.8, < 2.0) + netrc (~> 0.11) + cocoapods-try (1.2.0) + colored2 (3.1.2) + concurrent-ruby (1.2.2) + connection_pool (2.4.1) + drb (2.2.0) + ruby2_keywords + escape (0.0.4) + ethon (0.16.0) + ffi (>= 1.15.0) + ffi (1.16.3) + fourflusher (2.3.1) + fuzzy_match (2.0.4) + gh_inspector (1.1.3) + httpclient (2.8.3) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + json (2.7.1) + minitest (5.20.0) + molinillo (0.8.0) + mutex_m (0.2.0) + nanaimo (0.3.0) + nap (1.1.0) + netrc (0.11.0) + public_suffix (4.0.7) + rexml (3.2.6) + ruby-macho (2.5.1) + ruby2_keywords (0.0.5) + typhoeus (1.4.1) + ethon (>= 0.9.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + xcodeproj (1.23.0) + CFPropertyList (>= 2.3.3, < 4.0) + atomos (~> 0.1.3) + claide (>= 1.0.2, < 2.0) + colored2 (~> 3.1) + nanaimo (~> 0.3.0) + rexml (~> 3.2.4) + +PLATFORMS + arm64-darwin-22 + +DEPENDENCIES + cocoapods (= 1.14.2)! + +BUNDLED WITH + 2.2.3 diff --git a/Podfile b/Podfile index f91b37ba0..0fc23dd15 100644 --- a/Podfile +++ b/Podfile @@ -10,11 +10,10 @@ target 'Easydict' do pod 'MJExtension', '~> 3.2.1' pod 'Masonry', '~> 1.1.0' pod 'ReactiveObjC', '~> 3.1.1' - pod 'MASShortcut', '~> 2.4.0' + pod 'MASShortcut', :git => 'git@github.com:AkaShark/MASShortcut.git', :branch => 'double_click_modifier' pod 'MASPreferences', '~> 1.4.1' pod 'CocoaLumberjack/Swift', '~> 3.6.0' pod 'SSZipArchive', '~> 2.2.2' - pod 'Sparkle', '~> 2.5.1' pod 'KVOController', '~> 1.2.0' pod 'JLRoutes', '~> 2.1' @@ -34,7 +33,7 @@ target 'EasydictTests' do pod 'MJExtension', '~> 3.2.1' pod 'Masonry', '~> 1.1.0' pod 'ReactiveObjC', '~> 3.1.1' - pod 'MASShortcut', '~> 2.4.0' + pod 'MASShortcut', :git => 'git@github.com:AkaShark/MASShortcut.git', :branch => 'double_click_modifier' pod 'MASPreferences', '~> 1.4.1' pod 'CocoaLumberjack/Swift', '~> 3.6.0' pod 'SSZipArchive', '~> 2.2.2' diff --git a/Podfile.lock b/Podfile.lock index c5d605edf..c902df3f9 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -104,7 +104,6 @@ PODS: - nanopb/encode (2.30909.1) - PromisesObjC (2.3.1) - ReactiveObjC (3.1.1) - - Sparkle (2.5.1) - SSZipArchive (2.2.3) - SwiftFormat/CLI (0.52.11) @@ -117,10 +116,9 @@ DEPENDENCIES: - KVOController (~> 1.2.0) - Masonry (~> 1.1.0) - MASPreferences (~> 1.4.1) - - MASShortcut (~> 2.4.0) + - "MASShortcut (from `git@github.com:AkaShark/MASShortcut.git`, branch `double_click_modifier`)" - MJExtension (~> 3.2.1) - ReactiveObjC (~> 3.1.1) - - Sparkle (~> 2.5.1) - SSZipArchive (~> 2.2.2) - SwiftFormat/CLI (~> 0.52.11) @@ -139,15 +137,23 @@ SPEC REPOS: - KVOController - Masonry - MASPreferences - - MASShortcut - MJExtension - nanopb - PromisesObjC - ReactiveObjC - - Sparkle - SSZipArchive - SwiftFormat +EXTERNAL SOURCES: + MASShortcut: + :branch: double_click_modifier + :git: "git@github.com:AkaShark/MASShortcut.git" + +CHECKOUT OPTIONS: + MASShortcut: + :commit: 694922e088bc91eb70eff42ddaf7602c5b87f1f1 + :git: "git@github.com:AkaShark/MASShortcut.git" + SPEC CHECKSUMS: AFNetworking: cb604b1c2bded0871f5f61f5d53653739e841d6b AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a @@ -167,10 +173,9 @@ SPEC CHECKSUMS: nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5 PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040 - Sparkle: ce9957501a2655dd4c8264312c6134ff478a777c SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9 SwiftFormat: 2ca3d0b75754193f0f3ba532291f25ae08dd1e42 -PODFILE CHECKSUM: a35287f08d36ebe90dd9f3362e15bf7aaeeaf0f5 +PODFILE CHECKSUM: f40ab9f504bd3624478acda6ba9982bd089edb96 COCOAPODS: 1.14.2 diff --git a/Pods/Local Podspecs/MASShortcut.podspec.json b/Pods/Local Podspecs/MASShortcut.podspec.json new file mode 100644 index 000000000..f0f1aa602 --- /dev/null +++ b/Pods/Local Podspecs/MASShortcut.podspec.json @@ -0,0 +1,32 @@ +{ + "name": "MASShortcut", + "version": "2.4.0", + "summary": "Modern framework for managing global keyboard shortcuts compatible with Mac App Store", + "homepage": "https://github.com/shpakovski/MASShortcut", + "license": "BSD 2-clause", + "authors": { + "Vadim Shpakovski": "vadim@shpakovski.com", + "Tomáš Znamenáček": "tomas.znamenacek@gmail.com" + }, + "platforms": { + "osx": "10.10" + }, + "source": { + "git": "https://github.com/shpakovski/MASShortcut.git", + "tag": "2.4.0" + }, + "source_files": "Framework/**/*.{h,m}", + "exclude_files": "Framework/**/*Tests.m", + "osx": { + "frameworks": [ + "Carbon", + "AppKit" + ], + "resource_bundles": { + "MASShortcut": [ + "Resources/*.lproj" + ] + } + }, + "requires_arc": true +} diff --git a/Pods/MASShortcut/Framework/Model/MASShortcut.h b/Pods/MASShortcut/Framework/Model/MASShortcut.h index 1b7d76bed..e750d56dd 100644 --- a/Pods/MASShortcut/Framework/Model/MASShortcut.h +++ b/Pods/MASShortcut/Framework/Model/MASShortcut.h @@ -71,6 +71,9 @@ - (instancetype)initWithKeyCode:(NSInteger)code modifierFlags:(NSEventModifierFlags)flags; + (instancetype)shortcutWithKeyCode:(NSInteger)code modifierFlags:(NSEventModifierFlags)flags; +- (nonnull instancetype)initDoubleModifierKeyWithCode:(NSInteger)code modifierFlags:(NSEventModifierFlags)flags; ++ (nonnull instancetype)shortcutDoubleModifierKeyWithCode:(NSInteger)code modifierFlags:(NSEventModifierFlags)flags; + /** Creates a new shortcut from an `NSEvent` object. diff --git a/Pods/MASShortcut/Framework/Model/MASShortcut.m b/Pods/MASShortcut/Framework/Model/MASShortcut.m index 1a029a90b..536eda2a7 100644 --- a/Pods/MASShortcut/Framework/Model/MASShortcut.m +++ b/Pods/MASShortcut/Framework/Model/MASShortcut.m @@ -3,7 +3,7 @@ static NSString *const MASShortcutKeyCode = @"KeyCode"; static NSString *const MASShortcutModifierFlags = @"ModifierFlags"; - +static NSUInteger MAShortcutDoubleModifierCode = 100000; @implementation MASShortcut #pragma mark Initialization @@ -23,6 +23,19 @@ + (instancetype)shortcutWithKeyCode:(NSInteger)code modifierFlags:(NSEventModifi return [[self alloc] initWithKeyCode:code modifierFlags:flags]; } +- (nonnull instancetype)initDoubleModifierKeyWithCode:(NSInteger)code modifierFlags:(NSEventModifierFlags)flags { + if (self = [super init]) { + // hard code special key + _keyCode = 100000; + _modifierFlags = MASPickCocoaModifiers(flags); + } + return self; +} + ++ (nonnull instancetype)shortcutDoubleModifierKeyWithCode:(NSInteger)code modifierFlags:(NSEventModifierFlags)flags { + return [[self alloc] initDoubleModifierKeyWithCode:code modifierFlags:flags]; +} + + (instancetype)shortcutWithEvent:(NSEvent *)event { return [[self alloc] initWithKeyCode:event.keyCode modifierFlags:event.modifierFlags]; @@ -32,6 +45,9 @@ + (instancetype)shortcutWithEvent:(NSEvent *)event - (UInt32)carbonKeyCode { + if (self.keyCode == MAShortcutDoubleModifierCode) { + return (UInt32)MAShortcutDoubleModifierCode; + } return (self.keyCode == NSNotFound ? 0 : (UInt32)self.keyCode); } @@ -80,6 +96,9 @@ - (NSString *)keyCodeStringForKeyEquivalent - (NSString *)keyCodeString { + if (self.keyCode == MAShortcutDoubleModifierCode) { + return self.modifierFlagsString; + } // Some key codes don't have an equivalent switch (self.keyCode) { case NSNotFound: return @""; @@ -202,8 +221,7 @@ - (BOOL) isEqual: (MASShortcut*) object && (object.modifierFlags == self.modifierFlags); } -- (NSUInteger) hash -{ +- (NSUInteger) hash { return self.keyCode + self.modifierFlags; } diff --git a/Pods/MASShortcut/Framework/Monitoring/MASShortcutMonitor.m b/Pods/MASShortcut/Framework/Monitoring/MASShortcutMonitor.m index fce802265..7aa7d8506 100644 --- a/Pods/MASShortcut/Framework/Monitoring/MASShortcutMonitor.m +++ b/Pods/MASShortcut/Framework/Monitoring/MASShortcutMonitor.m @@ -7,7 +7,7 @@ @interface MASShortcutMonitor () @end static OSStatus MASCarbonEventCallback(EventHandlerCallRef, EventRef, void*); - +static NSUInteger MAShortcutDoubleModifierCode = 100000; @implementation MASShortcutMonitor #pragma mark Initialization @@ -22,6 +22,8 @@ - (instancetype) init if (status != noErr) { return nil; } + + [self addModifierDoubleClickListener]; return self; } @@ -74,10 +76,91 @@ - (BOOL) isShortcutRegistered: (MASShortcut*) shortcut return !![_hotKeys objectForKey:shortcut]; } +- (void)addModifierDoubleClickListener { + __block NSUInteger preFlag = -1; + __weak typeof(self) weakSelf = self; + // event Monitor + [NSEvent addLocalMonitorForEventsMatchingMask:NSEventMaskFlagsChanged handler:^NSEvent * _Nullable(NSEvent * event) { + __strong typeof(weakSelf) strongSelf = weakSelf; + NSUInteger flags = [event modifierFlags] & NSEventModifierFlagDeviceIndependentFlagsMask; + if (flags == NSEventModifierFlagCommand || + flags == NSEventModifierFlagOption || + flags == NSEventModifierFlagShift || + flags == NSEventModifierFlagControl) { + if (preFlag != -1 && flags == preFlag) { + NSUInteger modifierFlag = MASPickCocoaModifiers(flags); +// NSString *eventKey = [strongSelf modifierFlagsString:modifierFlag]; + [strongSelf doubleClickHandleEventWithModifier:modifierFlag]; + preFlag = -1; + } else { + preFlag = flags; + dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ + preFlag = -1; + }); + } + } + return event; + }]; + + [NSEvent addGlobalMonitorForEventsMatchingMask:NSEventMaskFlagsChanged handler:^(NSEvent *event) { + __strong typeof(weakSelf) strongSelf = weakSelf; + NSUInteger flags = [event modifierFlags] & NSEventModifierFlagDeviceIndependentFlagsMask; + if (flags == NSEventModifierFlagCommand || + flags == NSEventModifierFlagOption || + flags == NSEventModifierFlagShift || + flags == NSEventModifierFlagControl) { + if (preFlag != -1 && flags == preFlag) { + NSUInteger modifierFlag = MASPickCocoaModifiers(flags); +// NSString *eventKey = [strongSelf modifierFlagsString:modifierFlag]; + [strongSelf doubleClickHandleEventWithModifier:modifierFlag]; + preFlag = -1; + + } else { + preFlag = flags; + dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.3 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{ + preFlag = -1; + }); + } + } + }]; + +} + #pragma mark Event Handling +- (void)doubleClickHandleEventWithModifier:(NSUInteger)modifierFlag { + __block BOOL flag = NO; + [_hotKeys enumerateKeysAndObjectsUsingBlock:^(MASShortcut *shortcut, MASHotKey *hotKey, BOOL *stop) { + if (shortcut.modifierFlags == modifierFlag && shortcut.keyCode == MAShortcutDoubleModifierCode) { + flag = YES; + *stop = YES; + } else if (shortcut.modifierFlags == modifierFlag && shortcut.keyCode == MAShortcutDoubleModifierCode) { + flag = YES; + *stop = YES; + } else if (shortcut.modifierFlags == modifierFlag && shortcut.keyCode == MAShortcutDoubleModifierCode) { + flag = YES; + *stop = YES; + } else if (shortcut.modifierFlags == modifierFlag && shortcut.keyCode == MAShortcutDoubleModifierCode) { + flag = YES; + *stop = YES; + } + if (flag && [hotKey action]) { + dispatch_async(dispatch_get_main_queue(), [hotKey action]); + } + }]; +} -- (void) handleEvent: (EventRef) event -{ +- (NSString *)modifierFlagsString:(NSUInteger)modifierFlags { + unichar chars[4]; + NSUInteger count = 0; + // These are in the same order as the menu manager shows them + if (modifierFlags & NSEventModifierFlagControl) chars[count++] = kControlUnicode; + if (modifierFlags & NSEventModifierFlagOption) chars[count++] = kOptionUnicode; + if (modifierFlags & NSEventModifierFlagShift) chars[count++] = kShiftUnicode; + if (modifierFlags & NSEventModifierFlagCommand) chars[count++] = kCommandUnicode; + return (count ? [NSString stringWithCharacters:chars length:count] : @""); +} + +- (void) handleEvent: (EventRef) event { if (GetEventClass(event) != kEventClassKeyboard) { return; } diff --git a/Pods/MASShortcut/Framework/UI/MASShortcutView.m b/Pods/MASShortcut/Framework/UI/MASShortcutView.m index 3a44df42e..b91bc6df6 100644 --- a/Pods/MASShortcut/Framework/UI/MASShortcutView.m +++ b/Pods/MASShortcut/Framework/UI/MASShortcutView.m @@ -430,7 +430,7 @@ - (void)activateEventMonitoring:(BOOL)shouldActivate static BOOL isActive = NO; if (isActive == shouldActivate) return; isActive = shouldActivate; - + __block MASShortcut *preModifierFlags; static id eventMonitor = nil; if (shouldActivate) { __unsafe_unretained MASShortcutView *weakSelf = self; @@ -462,6 +462,16 @@ - (void)activateEventMonitoring:(BOOL)shouldActivate else if ((shortcut.modifierFlags == NSCommandKeyMask) && (shortcut.keyCode == kVK_ANSI_W || shortcut.keyCode == kVK_ANSI_Q)) { weakSelf.recording = NO; } + else if ((shortcut.modifierFlags == NSEventModifierFlagCommand || + shortcut.modifierFlags == NSEventModifierFlagOption || + shortcut.modifierFlags == NSEventModifierFlagControl || + shortcut.modifierFlags == NSEventModifierFlagShift) && + preModifierFlags.keyCode == shortcut.keyCode) { + weakSelf.shortcutPlaceholder = shortcut.modifierFlagsString; + MASShortcut *doubleModifierKey = [MASShortcut shortcutDoubleModifierKeyWithCode:shortcut.keyCode modifierFlags:shortcut.modifierFlags]; + weakSelf.shortcutValue = doubleModifierKey; + weakSelf.recording = NO; + } else { // Verify possible shortcut @@ -499,6 +509,9 @@ - (void)activateEventMonitoring:(BOOL)shouldActivate else { // User is playing with modifier keys weakSelf.shortcutPlaceholder = shortcut.modifierFlagsString; + if (shortcut.modifierFlags != 0) { + preModifierFlags = shortcut; + } } event = nil; } diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index c5d605edf..c902df3f9 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -104,7 +104,6 @@ PODS: - nanopb/encode (2.30909.1) - PromisesObjC (2.3.1) - ReactiveObjC (3.1.1) - - Sparkle (2.5.1) - SSZipArchive (2.2.3) - SwiftFormat/CLI (0.52.11) @@ -117,10 +116,9 @@ DEPENDENCIES: - KVOController (~> 1.2.0) - Masonry (~> 1.1.0) - MASPreferences (~> 1.4.1) - - MASShortcut (~> 2.4.0) + - "MASShortcut (from `git@github.com:AkaShark/MASShortcut.git`, branch `double_click_modifier`)" - MJExtension (~> 3.2.1) - ReactiveObjC (~> 3.1.1) - - Sparkle (~> 2.5.1) - SSZipArchive (~> 2.2.2) - SwiftFormat/CLI (~> 0.52.11) @@ -139,15 +137,23 @@ SPEC REPOS: - KVOController - Masonry - MASPreferences - - MASShortcut - MJExtension - nanopb - PromisesObjC - ReactiveObjC - - Sparkle - SSZipArchive - SwiftFormat +EXTERNAL SOURCES: + MASShortcut: + :branch: double_click_modifier + :git: "git@github.com:AkaShark/MASShortcut.git" + +CHECKOUT OPTIONS: + MASShortcut: + :commit: 694922e088bc91eb70eff42ddaf7602c5b87f1f1 + :git: "git@github.com:AkaShark/MASShortcut.git" + SPEC CHECKSUMS: AFNetworking: cb604b1c2bded0871f5f61f5d53653739e841d6b AppCenter: 85c92db0759d2792a65eb61d6842d2e86611a49a @@ -167,10 +173,9 @@ SPEC CHECKSUMS: nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5 PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 ReactiveObjC: 011caa393aa0383245f2dcf9bf02e86b80b36040 - Sparkle: ce9957501a2655dd4c8264312c6134ff478a777c SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9 SwiftFormat: 2ca3d0b75754193f0f3ba532291f25ae08dd1e42 -PODFILE CHECKSUM: a35287f08d36ebe90dd9f3362e15bf7aaeeaf0f5 +PODFILE CHECKSUM: f40ab9f504bd3624478acda6ba9982bd089edb96 COCOAPODS: 1.14.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index d42f46b53..553bbd6d5 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -28,13 +28,13 @@ }; B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */ = { isa = PBXAggregateTarget; - buildConfigurationList = 7A95A43F0AF95493CA77391D4D8C1FBC /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; + buildConfigurationList = 099CDB4E73BFC7792D5A43021A52564B /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */; buildPhases = ( - 9AAC30B184A9031FCED5484923D3AD91 /* [CP] Copy XCFrameworks */, + 35F3BFE483DD5CC01E38185C6C2E2092 /* [CP] Copy XCFrameworks */, ); dependencies = ( - 866018C2922349D976E2A124225BAD77 /* PBXTargetDependency */, - F4736D37E369BA6D69FDB1883DABBE9E /* PBXTargetDependency */, + 48EA099553AAB09F1066372BD42CA2BD /* PBXTargetDependency */, + 89CEF2FC414C888ACA08C819BD6308A2 /* PBXTargetDependency */, ); name = GoogleAppMeasurement; }; @@ -45,1713 +45,1679 @@ 8C5B5926777AB8C2838BC915F74F1BC1 /* [CP] Copy XCFrameworks */, ); dependencies = ( - ECFDCEF8F93C562CA49F166E92B44523 /* PBXTargetDependency */, - 22009A41713836CEDA21CBC7ED4EBA05 /* PBXTargetDependency */, - 6BD97CE664536B0531A83F74E7710D78 /* PBXTargetDependency */, - 9C7321F75711435715C54E172DCAB5A3 /* PBXTargetDependency */, - A12FF3D47E43927B48291647EED6F436 /* PBXTargetDependency */, + 58D6C6BF4E2CD553779280B944132291 /* PBXTargetDependency */, + 2042F6143661576E498C13613139E414 /* PBXTargetDependency */, + EE7E2126B7370567DD9D7C526628449F /* PBXTargetDependency */, + 7BEF7867AA0C21C8C4A1406215BC8858 /* PBXTargetDependency */, + 0419827F2C8E3A2CE6322E84E2D34995 /* PBXTargetDependency */, ); name = FirebaseAnalytics; }; - ED77B4B88587C894E85C361023D67C53 /* Sparkle */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 2C8D06A2289713323892B3638F08AC0B /* Build configuration list for PBXAggregateTarget "Sparkle" */; - buildPhases = ( - ); - dependencies = ( - ); - name = Sparkle; - }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 010FED8B8EF12070170DCAF366003E7B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; - 0141E916DBB77A535B3C8DDA3A1152EB /* MASDictionaryTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DBC28B410E6D882752DBD0FD7268A67 /* MASDictionaryTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0288BE9F2193466D8D03AD6C782D2159 /* JLRRouteDefinition.h in Headers */ = {isa = PBXBuildFile; fileRef = 8332D4067950F9C3F2FCB72122BBD101 /* JLRRouteDefinition.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 02AD91C5250ED7D91B06BEAC91A5E507 /* mz_os.h in Headers */ = {isa = PBXBuildFile; fileRef = 87D95C217008751659A5E22A916DF7C8 /* mz_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 02FA3CE6E4354729F82AB52059990D58 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 675425C34D81039EB4E0B2D94E7BC446 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0386399A2F9E2A44401AE722E4332003 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 3702B9107B55ED3E30F29768615DF836 /* MASLayoutConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 03C3E87C0142126F696756F980C5997D /* DDFileLogger+Buffering.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ADBDEA38C71D02602FCB48F1C5B961A /* DDFileLogger+Buffering.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0431DB05B4B617C62678E8F976440239 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 0514DD3B26BEFD1C17E3173DFE0B30AF /* NSControl+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D1135818C1EB691A323D7D1F94327202 /* NSControl+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0542328DDE14EE114ECBAD75F7F6663F /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = D4D9F0D4E60EFBF91EC058208FB4F4FE /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0587C12497CE2FD9B88B8A433CD95824 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = E47F4E7A23DEFD11EB98985979D3BDA6 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 059332136CAAB8014F2099D6AC105162 /* mz_strm_split.h in Headers */ = {isa = PBXBuildFile; fileRef = 428A30F6953C9758D81238BCA2C1F272 /* mz_strm_split.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05A83C90873359548F0BFDCA99648C69 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 07F30AF02159CA4C3AEFDE62EBB710F3 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 05C2890E40EEBB079D0785AC83BE82CA /* NSObject+RACLifting.h in Headers */ = {isa = PBXBuildFile; fileRef = EE001557DAF31FD0CC5D592A434E8C07 /* NSObject+RACLifting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 006280D20B8D1F1DC73731CEC7A90BDF /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C28DDB58112F5C1C32E49BE00FCD59 /* FIRInstallationsIIDStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0141E916DBB77A535B3C8DDA3A1152EB /* MASDictionaryTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D7A2753594E54D0716C7B7DAD3F505 /* MASDictionaryTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0169B92687D6CFA17E7F6264AD0FCCE4 /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = BC30FC304980208DF30C8DF31EE57560 /* FIRInstallationsStoredItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0217E31F2EB9EE5031852EBDBD9988B3 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = DADB74A1437844ABF82A85B7122B6CD6 /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 0288BE9F2193466D8D03AD6C782D2159 /* JLRRouteDefinition.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A1206C04E00866D7C2AB1B343F56418 /* JLRRouteDefinition.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 02AD91C5250ED7D91B06BEAC91A5E507 /* mz_os.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E18409A0B12F3DF3EC26FEE5080D7D3 /* mz_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 02FA3CE6E4354729F82AB52059990D58 /* AFURLRequestSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 56D858FD65DB383488304F6D1A77A3B5 /* AFURLRequestSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0386399A2F9E2A44401AE722E4332003 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 69CBD970F06471C092ABD7D453091EAE /* MASLayoutConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 03C3E87C0142126F696756F980C5997D /* DDFileLogger+Buffering.h in Headers */ = {isa = PBXBuildFile; fileRef = C69EE265CBCFD59A913A0180C43990A5 /* DDFileLogger+Buffering.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0514DD3B26BEFD1C17E3173DFE0B30AF /* NSControl+RACCommandSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E965DD817E569001FDD4C537F0948D2 /* NSControl+RACCommandSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 054DBBE04F37DB6DD38C9DA2234FDA79 /* HeartbeatLoggingTestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CC9FA979AC8644E046B10B3C37DACCB /* HeartbeatLoggingTestUtils.swift */; }; + 0551443017279ADE06834AD539F81563 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = F3D20F4D424D7369B34AE9932A244296 /* FBLPromise+Then.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 059332136CAAB8014F2099D6AC105162 /* mz_strm_split.h in Headers */ = {isa = PBXBuildFile; fileRef = 0984E63D21D4489B63EBDA295156F64C /* mz_strm_split.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05C2890E40EEBB079D0785AC83BE82CA /* NSObject+RACLifting.h in Headers */ = {isa = PBXBuildFile; fileRef = E908E5E1BA09F6EE876D9AA35F6E5B42 /* NSObject+RACLifting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 06AA616198CC0D554F11B5624FD59E03 /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 92E944E252CE75C8280B58A08044808E /* FBLPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; 06E689EAE82BAFB010CD741C40221167 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2CC38EAB95AC4B0E4103F60A7133C2A /* Carbon.framework */; }; - 071549FA70DFD91BA41883B77DD8A6F0 /* MASPreferences-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8262A7B8BBE6FE691525EA316333163C /* MASPreferences-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07749D3EB0084B5809E8C18D705ACF21 /* MASPreferencesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = F529CB57A55B6397CE7B2ECD19EE3C2B /* MASPreferencesWindowController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0789BD6BE484AD4F73DD0AEAF0E80584 /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E8609DA89C09834193B698A45055970 /* NSURLSession+GULPromises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 07A348719B789867F67783951EE3985D /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 15ADD9E9C6ECE72BA108A16EF729DCB5 /* ko.lproj */; }; - 07E22C0626B43F18D2A05AEDDB55C040 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 88714289F8DBC4AFF89C59E97D5686B0 /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 07FC6DCD4D07EF0B3509946BFABA3059 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E235FB86F929521B6F003A4F02448E4 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 083AB6A254BE09E57EAADE2D5FDF22FC /* NSObject+RACSelectorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC8C2E6651F4C13D269FC21522C89BB8 /* NSObject+RACSelectorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 086EE2D0770A1BB4EF0C9C19FD778224 /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = FE038AFBD3D69796701659E8AD23C166 /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 08C12A6AF41D98739C78D0511D32EA11 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = ECB13541CEA71ADCD31E7804C45F7549 /* GULApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09A3A629E8DF45AEA0166BD30804D45A /* RACStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 382B4672C51C82D9000367A093E57F29 /* RACStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 09A9DEA7E3AAC943E5833496B024A58E /* JLRoutes-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A14D53457BAF60E40DCC96DFB085C596 /* JLRoutes-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09BB49C68986BB73BBC138D20EBCAADB /* NSText+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = C98FC3AB154FE05458C94DA9BE25701A /* NSText+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 09BCDC4C9F70510ACFB082B108BC1A07 /* NSObject+RACPropertySubscribing.m in Sources */ = {isa = PBXBuildFile; fileRef = 91C1918AD43101240A46A509DA60C988 /* NSObject+RACPropertySubscribing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 09CCBA4ABEE08F93EF36D85B5015D3B0 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F05B6E5E8E55313C5F01EE16ABFECEC /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0A5BB43C9613B4A00D6CDA434171C161 /* ReactiveObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8061624702D4BF278437FFBD097B70 /* ReactiveObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A7C40131C6F1FBC61A532C77B6CC771 /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AD3854ADEF6948A5A636DA2784AF270 /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0B0FB646E7BCCA90A67CFBA885360B35 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 85CBB43E97CCF22C8245C717A856BE25 /* Masonry-dummy.m */; }; - 0B37493732E3125036CA21C2EBF8B4D7 /* RACStringSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = F120A88696F0C5DD7FC93EC25FF767AE /* RACStringSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0B49E69109C29E8604C9B5E68504CB05 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D70C59D7A1B2B9CD323277E0AB0E2B05 /* FirebaseInstallations-dummy.m */; }; - 0B5019666EF74D963C418D0E11CCAA49 /* NSSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A027C9905E70BDB1F975EA72C2BECEFC /* NSSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0B9E20E8BA6351A1D8BA47041736EE59 /* mz_strm_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 8DB42D57FE417E3901E64C253A37E00E /* mz_strm_buf.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0BB508DB89EC77E72AE38194BD58153E /* RACKVOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 47A370F3CF81CDD33EEBA4811D3684EB /* RACKVOProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0BF18B665E2ADAFC886CBBAE9F11E32E /* MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = C08B67CD618CE207EA95841264F6265F /* MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0C9E5A02EC07D8C009DD30E2EAF69EE6 /* HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9567610AD1B46AB835BAE4D248FE4B77 /* HeartbeatsPayload.swift */; }; - 0DCB939F27AF4550E3BA1B3C184AAF88 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = EA207EB10F7BEB60AD0321A7D614C0BA /* GULNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EF3774AC45C05C24674C6F390E4B571 /* mz_strm_os.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C6530194599F9C00ED7D1CCAB132BBA /* mz_strm_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 0F20999DB2E6867904A912A5F83573F5 /* NSUserDefaults+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 432CDBDC78DC209CE4BF6526DD9791A3 /* NSUserDefaults+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0F39E96C39E0B0CB71B268F5FD1AA4CB /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = F8A92C1A0A3B20E3EA28AB39636B4DB1 /* GULSecureCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0F481D0A96EE9DCE7A6193E47F6DAF8D /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = F6CE1F94282B977C8D9AFFA2B10D325F /* FBLPromise+Always.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 0F60B5A390A684C7D939B1A98185A223 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 078280E39F8D48CA347F1812F4325525 /* FIRAnalyticsConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 071549FA70DFD91BA41883B77DD8A6F0 /* MASPreferences-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0EA990F4917D15D0030CBE39445BD2CA /* MASPreferences-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 07749D3EB0084B5809E8C18D705ACF21 /* MASPreferencesWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = C008452AF9D93E1DE4D90A675C84960B /* MASPreferencesWindowController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 07E22C0626B43F18D2A05AEDDB55C040 /* MASConstraint+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CA6D26B8B7F761C4B7793122C3B05BBE /* MASConstraint+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 083AB6A254BE09E57EAADE2D5FDF22FC /* NSObject+RACSelectorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9155C567817963EE94EEEF14450070BB /* NSObject+RACSelectorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 084A1C182E9550E4CD053D68A116ACA9 /* FirebaseInstallations-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 44A0BCDA50CD3052843955AB363C40BD /* FirebaseInstallations-dummy.m */; }; + 08A42F03265909E583EBB5EA96DA6635 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80B1715FE7B8E88D94E4D9D6D4C09039 /* FirebaseCore-dummy.m */; }; + 097C175D0A66B65C0C7C4BE43FB8AEA9 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E9F5EE1FEF6727F71BA2F405A8BC61C /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09856CCE45555403F6A04BB8EA2A46D8 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = DDB310B3C693627BDB1B5F14AC5F134B /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 09A3A629E8DF45AEA0166BD30804D45A /* RACStream.m in Sources */ = {isa = PBXBuildFile; fileRef = F4550008B2E9F0A079C6C008A4F547A4 /* RACStream.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 09A9DEA7E3AAC943E5833496B024A58E /* JLRoutes-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B373C677B55B47927092876DC72E0225 /* JLRoutes-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09BB49C68986BB73BBC138D20EBCAADB /* NSText+RACSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = DF22AE49E0DBBD904A0DC5286C659501 /* NSText+RACSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 09BCDC4C9F70510ACFB082B108BC1A07 /* NSObject+RACPropertySubscribing.m in Sources */ = {isa = PBXBuildFile; fileRef = 087F697DE0429A5144C7E9A645341CA5 /* NSObject+RACPropertySubscribing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0A5BB43C9613B4A00D6CDA434171C161 /* ReactiveObjC.h in Headers */ = {isa = PBXBuildFile; fileRef = B94187626D9819FA681709E72CE381C5 /* ReactiveObjC.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B0FB646E7BCCA90A67CFBA885360B35 /* Masonry-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B1BF21B8EA9CD56C626575DADE2DA5F /* Masonry-dummy.m */; }; + 0B37493732E3125036CA21C2EBF8B4D7 /* RACStringSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 68CF36A195FC418E21ECE82723B657F6 /* RACStringSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0B5019666EF74D963C418D0E11CCAA49 /* NSSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = DD81A43DBD4289EAE3654D479775079F /* NSSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0B69DEEA662FBA7EF5BA845982C3E11D /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = CF203BDDC3E8D1CFDB33DEF3E1C49FB8 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B9E20E8BA6351A1D8BA47041736EE59 /* mz_strm_buf.c in Sources */ = {isa = PBXBuildFile; fileRef = 9242BE3469554418BD07B5CABCD9F444 /* mz_strm_buf.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0BB508DB89EC77E72AE38194BD58153E /* RACKVOProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = AD580040ED6F7D8F590914A60DFAC23C /* RACKVOProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0BF18B665E2ADAFC886CBBAE9F11E32E /* MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 09526C1AF80E28BC60C026B22CC99C77 /* MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0D7AF303204D175FF3F35D35094F3772 /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = D9EB14591A3866D7256EF8A04D869149 /* GULNetworkURLSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 0E37CC196623D73D8B36121DA645D6E8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; + 0EAB091F4227E872623543F590FF19AA /* IsAppEncrypted.h in Headers */ = {isa = PBXBuildFile; fileRef = 519E9A71EC943E8F3601C40407F5BD4D /* IsAppEncrypted.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EF3774AC45C05C24674C6F390E4B571 /* mz_strm_os.h in Headers */ = {isa = PBXBuildFile; fileRef = 106DE6ED1B6881E3761EE7CA4EA4519F /* mz_strm_os.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0F20999DB2E6867904A912A5F83573F5 /* NSUserDefaults+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = AD1663CBAC775F7FCC42734F66C2E4F8 /* NSUserDefaults+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 1013EC126D12375A685BC607F93626F3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 102528BAF30B937EE8CD06E109F5A1A3 /* JLRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = F5BBD2EB2D4B4407C3E45A883D9E3B02 /* JLRoutes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 108BC6B1AA15319A2FDADAB9122C4AA3 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */; }; - 10E74043EED4469BAF7AC389CBEB3393 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = FF6806FC054052F0C537610DEE67D28C /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 117E6FBDF33EB74E967000B9848B6821 /* NSObject+FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 56BCB4658828541122E0011E901BF680 /* NSObject+FBKVOController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 11D6B62A4B1BF3471A84A9F8C69CFF2F /* NSEnumerator+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = D266AB2087DAC41494C1A83FE2DE43D3 /* NSEnumerator+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11EB2B9E36F200A1AB09130BEC4B264D /* DDLoggerNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 758BD4DBDBB97BCFAF33A0D6C8FAC2DA /* DDLoggerNames.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1339E6C9911F6C3F413CF37B1DB1207A /* MJFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = B4197DD19E49234E24B1720AEA3EF4B3 /* MJFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1347CB06E821EB204920E1A014487269 /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = C1C683BC460672E84D619553DC2AD42F /* FIRInstallationsAPIService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 13B6DCF366BC1D9ADEA240F12B7F6C99 /* NSArray+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = C09EF0B7E8F1C182E8F70877A4B34A55 /* NSArray+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1433200D31E98ABA204D865F1279F4C5 /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 43A2D88D195790929513BFD8C3D7BCB8 /* GULURLSessionDataResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 144C471186A0CC15A7EF0E25C9AE4D97 /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 697FDEF8A2EBE615EF291EFC2B309806 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 14D54F5B48619E8523FBD57CDE224325 /* RACMulticastConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D590F6CED67F5EAB8B43A4206C9075A /* RACMulticastConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 155D189BF61FDB2312D889F0F44DA613 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F9AA08B58FF8462DF005F30AB125D69 /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 161F8584C26C2D29C50FD9DD650C6BB5 /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 275158449F80AC670F254FD5B81EF3ED /* GULNetwork.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 16429745F190530B8B9F0384805AEF0F /* RACBehaviorSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 815562FDCA4521B5934A74A2CAE3E007 /* RACBehaviorSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 167EE6824B8B34885CDABFEC9912FE6D /* RACEXTRuntimeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = B151E2383E5B032C52AF205B86D599EF /* RACEXTRuntimeExtensions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 16DA1E0753881A8D6C6B6914182B109D /* NSObject+RACSelectorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 8ADEA681B7DD4BA78B11ADF3BD110371 /* NSObject+RACSelectorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 171E0D7B4276864E03B745324F99A4E0 /* JLRRouteDefinition.m in Sources */ = {isa = PBXBuildFile; fileRef = F2F153F4CF8753B638C56A7596FC9B98 /* JLRRouteDefinition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 17458A386A9B9040D28CF367006490E0 /* DDContextFilterLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B4DBE49F9221CAE99D6DEDCB7B1C167 /* DDContextFilterLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 184DD69E04094297A9FEE0BA04218F3D /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F335E0764FC34597616ABBD11D4151D /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 189975C0472C77627A5EDA083B18DFC7 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = DC58C24B9224766C4025B825F5F0E985 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 19BD047B73F68A5373D8C6DEEE36C0EA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; - 1A3A48510F5EADB9FB14E0DF45B3AD2F /* MASShortcut.h in Headers */ = {isa = PBXBuildFile; fileRef = 702534DDEBA16BDD58955E2CC98DD1AE /* MASShortcut.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1ABD3DA2DE56DBF1B91D47EE8511B71D /* JLRRouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 85AC7FC5D0141B5EA2AC53D5B502C3DC /* JLRRouteRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1ABEC7D5F9E81F20BF11C90C2B447144 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = DB198564B6CD5B9D3DCC9CEB35D674FE /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1BC5207ED5AA2B6956BB9CD10C71C1AA /* mz_strm_pkcrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B557AE6221C0036A8EF477E4AEEE970 /* mz_strm_pkcrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1BCA1F0342BB6AB6AADF3A8319E8537C /* NSObject+RACDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 57EFDF01CCC4914A6128FDDDA1C10D1C /* NSObject+RACDescription.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1BCB76FDC8BD5F4E908700C27731B591 /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = E5F667C7A82BFB7C725B29099A4AC186 /* FBLPromise+Validate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1C2DA2FFED3F4B8B580AF311F7EC7B7C /* Shortcut.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D0A39F13CFDA3BC6316D693A993B637 /* Shortcut.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C59E23513E8D9E53FB5C11507133D5D /* MASKeyMasks.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AD8C29C96039C5BFEA470D634618821 /* MASKeyMasks.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1C789E086190CB49AD3473DD4B26450B /* mz.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F03D2331EE58BB66172007398E223CB /* mz.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 1D61EC66FF509EE11FD3844B3DD966E9 /* RACTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = F50D6F2EB9D7EE15D8A0DE6C6710506A /* RACTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1D87A247C0C84AAF87FCB358A8C688E7 /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 560651D979145680C05354423C911090 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1DC5EC6ABC6261ABEBB0DE86860DF9CD /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = CA1F5099C6A1F5D152D13378E822FA64 /* FBLPromise+Reduce.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 1E3D006F9735A3432DE863DF1D3EBE3C /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 38ABC152CE3C0620EC55E691FB25164C /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1EAA0EC36B79C08EA3D9BA26F5158956 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 1F4432060B2C404E90F912576F2A65D9 /* RACValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = C654C41DCE7E7A0626A1A5ED9E7EA45A /* RACValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F609B958FF08B165ED0228D2CD8C95B /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 8201CBBCCC20A0AAD78D74D92B840574 /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F9D460616DC9526B323BC29E7F14CC8 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 710565F997165EDF9C25E73FEEE92B8E /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 102528BAF30B937EE8CD06E109F5A1A3 /* JLRoutes.m in Sources */ = {isa = PBXBuildFile; fileRef = 002883EB49E2B0388ED20D01C218A27E /* JLRoutes.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 117E6FBDF33EB74E967000B9848B6821 /* NSObject+FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8772F73860C81DBD39F55A1E6CE5CB24 /* NSObject+FBKVOController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 11A621744F474DB1CA46DF4C60D08B68 /* _ObjC_HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 640FCC63E0F238EE5E21A5C1F5CF0122 /* _ObjC_HeartbeatController.swift */; }; + 11B11189190CA95CF28C9BC2B7EF7E76 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A4D8FDE968EC57B81396071BCFAB4940 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11D6B62A4B1BF3471A84A9F8C69CFF2F /* NSEnumerator+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D849C66265D4A7F904BADF120983FBD /* NSEnumerator+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 11EB2B9E36F200A1AB09130BEC4B264D /* DDLoggerNames.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F27D2995F3E5D1F5CE361CBE306B1EA /* DDLoggerNames.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1323F3C82A1BC19AC72F2AF59CF756EE /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 961014B5CF9A67B83F6C645333991A00 /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1339E6C9911F6C3F413CF37B1DB1207A /* MJFoundation.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C2E51876E7232B9935837B9E9A9A33A /* MJFoundation.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1366DB905B6C2C42571EA5A663F77D1F /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = F2005B7FF9ED779E6CF1BDB90EF005CB /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1380CD160A7A07A48A8951841CB0FB20 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 244A9C818307C14385C5CC23B2968E5F /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 13B6DCF366BC1D9ADEA240F12B7F6C99 /* NSArray+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EADD165ACCA06AA22EB9C87716BE223 /* NSArray+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1434C2D069F8E72E7EFBC0EE7FA9C6BC /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = D5A991BF50FD95623DB1016E1D96D0E5 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14D54F5B48619E8523FBD57CDE224325 /* RACMulticastConnection.h in Headers */ = {isa = PBXBuildFile; fileRef = BFA7A6F05EE539CDC13386F5D0C32807 /* RACMulticastConnection.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1526488205D80AF51EF36ECCADA6C6AD /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = D79EACD841196BD0B8B3B2EE28F6A38E /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 16429745F190530B8B9F0384805AEF0F /* RACBehaviorSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 22434DFD67E41C1449C5A7EBA76D4BA2 /* RACBehaviorSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 167EE6824B8B34885CDABFEC9912FE6D /* RACEXTRuntimeExtensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 735761457555D224B14ACB528469B585 /* RACEXTRuntimeExtensions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 16DA1E0753881A8D6C6B6914182B109D /* NSObject+RACSelectorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 052DF8536F5B26F3BDF2A5F15101BC82 /* NSObject+RACSelectorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 17105831BF7DB5F6FBE1318EB9EC123A /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 26C89EFF8B7049B79836D220A06E3494 /* nanopb-dummy.m */; }; + 171E0D7B4276864E03B745324F99A4E0 /* JLRRouteDefinition.m in Sources */ = {isa = PBXBuildFile; fileRef = 445807EE2C82A707E260F202E92D7341 /* JLRRouteDefinition.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 17458A386A9B9040D28CF367006490E0 /* DDContextFilterLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5993438C9496F205360FAAC50F06F065 /* DDContextFilterLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 184DD69E04094297A9FEE0BA04218F3D /* AFURLSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E4E20789E4FC160712B299A6AD4EF93 /* AFURLSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1A3A48510F5EADB9FB14E0DF45B3AD2F /* MASShortcut.h in Headers */ = {isa = PBXBuildFile; fileRef = 01501CC6649E6344F16D815AA5AB728B /* MASShortcut.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1ABD3DA2DE56DBF1B91D47EE8511B71D /* JLRRouteRequest.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B9327DDB2C03D59AE26D94700345713 /* JLRRouteRequest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1BC5207ED5AA2B6956BB9CD10C71C1AA /* mz_strm_pkcrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 45DEFC3D71E567F3D67958A26CF82C88 /* mz_strm_pkcrypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1BCA1F0342BB6AB6AADF3A8319E8537C /* NSObject+RACDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 37DD952A51F1FD43F0CCD2F6088A34E3 /* NSObject+RACDescription.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1C2DA2FFED3F4B8B580AF311F7EC7B7C /* Shortcut.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D95547E9FB242767D084AA519ABC95B /* Shortcut.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C59E23513E8D9E53FB5C11507133D5D /* MASKeyMasks.h in Headers */ = {isa = PBXBuildFile; fileRef = 4726F60BC9AF164A623B8DBFA8FDBB59 /* MASKeyMasks.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1C789E086190CB49AD3473DD4B26450B /* mz.h in Headers */ = {isa = PBXBuildFile; fileRef = 1364D0616BAAE19E588A24DCAB8E0F1B /* mz.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1D61EC66FF509EE11FD3844B3DD966E9 /* RACTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = 60619315653C61D1BBF6996D9A72C44C /* RACTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1D7CB26B855F4F820EA5ABDA7608B376 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + 1D7E3CF0BE53131B8DCF6650DE9DA4DB /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 86C004D69AE53DB6599C77088525CF7E /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1DBC7EE7CB11F9350B1A57A1B8B9DE03 /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = FE0BCA6264ED6666DABCEAA0EEC264AD /* FIRInstallationsBackoffController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1E091351693AAF5A5396AB801BC2B1F4 /* FIRHeartbeatLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C44A9ECD6C2078A2DA9058541B130FB /* FIRHeartbeatLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 1E3D006F9735A3432DE863DF1D3EBE3C /* AFCompatibilityMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DDA9D3339055580137229738AC65F4D /* AFCompatibilityMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F4432060B2C404E90F912576F2A65D9 /* RACValueTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 43B4FFA5A7EC57DF65C7C077EE4BD365 /* RACValueTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F609B958FF08B165ED0228D2CD8C95B /* RACUnit.h in Headers */ = {isa = PBXBuildFile; fileRef = 81325ED61C0054A21921517C6C5B4214 /* RACUnit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1F9D460616DC9526B323BC29E7F14CC8 /* RACTupleSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = AF92531F1B124A79EC08DD804A2968E7 /* RACTupleSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1FA3A6F0773C5D86C7DFEF86BCF54070 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */; }; - 1FBBB6026829431F0C0A1F37D3C91205 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0207FE3FADE60C4041E109440F285444 /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1FC92644E8AD8917857F1A2E8F4D09D5 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 01E3FF18023005338D08526786208C95 /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 200E7C29E35EDDB6AFC2F22B1CA06D93 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 47CAD935B8744B5378BB0250E7DBBB46 /* MASConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 20AB9F4381BB0EDC1192D067954C4C01 /* RACReplaySubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 4DC5C8EAA5B34B819A5D8D34421FF270 /* RACReplaySubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 20BBC159A514E4FB84568689CFE68C40 /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 084FFBD8161DA139955F5C495E977BC7 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 200E7C29E35EDDB6AFC2F22B1CA06D93 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 48D567356B8D8D029866E6653EF91D94 /* MASConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 20AB9F4381BB0EDC1192D067954C4C01 /* RACReplaySubject.m in Sources */ = {isa = PBXBuildFile; fileRef = C02E2146D5A5F916637634ACFFA01E4E /* RACReplaySubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 20C984509E46EF5ED081AD28E32A9ED3 /* Pods-EasydictTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9557017CFFCCA6BDFC4839A96EFD0115 /* Pods-EasydictTests-dummy.m */; }; - 20EA9F154FBFA9F3E96D4DA8A654E4F6 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 842780374856B0795D6632E3B2655C95 /* FIRInstallationsStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 212235F044881DE7E457984F342F2C1C /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 1F6A9688883D909D7CE7AFF701ECA016 /* pl.lproj */; }; - 2156F19816CFDDC3D576270E8FD9707E /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 90DE878488A979232F39E04808E619AE /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2234E4D42CEC4B2C10CC5D4AF2787F6D /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = B306B6D5C04FEBF70BD09CB97013FAE6 /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 22E8811D3EB29F546237BAAD7201D90F /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 633D595E51B67C5E747FB8EE435D3140 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 23DB848C71B3729BEA9156A4EAE6BB99 /* RACDynamicSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 954E4C03C690623BD3DDDEE973850AB4 /* RACDynamicSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 241AA443CD8914CAFB3D02607CAA1A02 /* RACBehaviorSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D4BC739C5257F3ED80C13A3E8A86F00 /* RACBehaviorSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 243D5679D072C7AE7FC011852575392E /* NSObject+MJCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C38238A0DB03F6C09B6EEE4F5757820 /* NSObject+MJCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 24B2F36AABCA815294B79288994BB954 /* JLRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = C5A5CF15ED5E51F9575BF4AE58B134D7 /* JLRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2518EDD9A6F0AE26D47181E7ED9183F2 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 4AC583CC850361E6D47F2BA0D37C7124 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 26754C506C5038F24FC6E53FC0490C2A /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = C6E82FCECACAEAF5BDF7811479E9679F /* RACTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 27927F8A16313BF1F508FB5FA7E21183 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 41E79669F9CB170DE5EFD2ADCAE6FAC4 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2792FA7044941175FE0521CC5600658D /* GULNetworkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C8D2889D5709318AD50EA45EA9BDAA8 /* GULNetworkInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 27E92806A67BFA5B98E4A668C458C06F /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = ECE0CE1F5C39AAB0ADFF4E39CEE2AAE1 /* FBLPromise+Race.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2206BC37FC996004CA6C5E22F8D1238D /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B102947F33A8D4525CAE2AB3D165124 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 223F11E817EE45BA1D7AC505377E9C18 /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = A3666B38C3A7512F1AC419F8A49AADC9 /* FBLPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 238B2FE822D5A62220F91D10840752A4 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E179432467283E1B93438F3B93AEA39D /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 23B33610BA55EFB8F0B0681F98DFD108 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 00C1BA3428DB5CF9E7244BAAD6FE485E /* FIRInstallationsSingleOperationPromiseCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 23DB848C71B3729BEA9156A4EAE6BB99 /* RACDynamicSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = CC8A421EDEC54D5266DEB3AD3339B833 /* RACDynamicSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 241AA443CD8914CAFB3D02607CAA1A02 /* RACBehaviorSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 86343E4CE1C784564BDC0689099B4535 /* RACBehaviorSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 243D5679D072C7AE7FC011852575392E /* NSObject+MJCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DDACBE41A9633502E31E2FCD7E27093 /* NSObject+MJCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 249AAB6784FB55305807C24C9F3289D4 /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6571E5AC5B1E5A811597C3F8A81FE9F3 /* GULHeartbeatDateStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 24B2F36AABCA815294B79288994BB954 /* JLRoutes.h in Headers */ = {isa = PBXBuildFile; fileRef = 8752835BC8AE06C18BB6F618908C031D /* JLRoutes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 251D91C9C934A3FC330C3E701FFCCBC3 /* FIRConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F75BB292BDFEC5B193DDA991C65B748 /* FIRConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2607D63877862E12310ED13E9947D242 /* FIRInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = EFD2001347F76AF7E8350B9796318278 /* FIRInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 26754C506C5038F24FC6E53FC0490C2A /* RACTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = C0A90D0684E1EC28F4DA7684CFA1CA31 /* RACTuple.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2689ACB68BFD89A4319C55DCF4279D62 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = BAE71842ED70464D61B85681C336CEB7 /* pt.lproj */; }; + 278950B836C935D669DFCEA81D2F754F /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7FD24335170E624EF6F29CD50840C4B1 /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; 27ED8CB48F36ED56E14F00110449A184 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; - 27FA476DD7EA07E724F086D79724DE4F /* Pods-Easydict-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D610BCDDE18DC2909FCA3135208FAB9 /* Pods-Easydict-dummy.m */; }; - 287A7A7F92D4586945DFE45BC81DC609 /* KVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F209DBDA2149A0611C7D48D359B794D /* KVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2889203BB35EBE6B01E6540E08999938 /* RACCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 012F9362EB4F259A12AAFD87E86F27FA /* RACCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 28F6C290B055D8D3C8FFBB94D8ADDC3A /* MASKeyCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 01D64B777E775755C45AC98987826C3E /* MASKeyCodes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2903825E4B8C2D7CE6CB88AE0374ED88 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DCC971F019152723985B4910F76B53E /* FIRInstallationsErrorUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2916A7C0B224EA2FE0992DD8FE6E24CB /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BE3D730583DF23D745F5CB7FB45A54C3 /* NSLayoutConstraint+MASDebugAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 294F1C3D0C34FF15F97993D067DE3ECC /* MASLocalization.m in Sources */ = {isa = PBXBuildFile; fileRef = 903CCE2F999159E7FC472C61B1455363 /* MASLocalization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 29F83A3316B93DB5CA2C02DFB2E3CD88 /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = C32F4AED06731D2F5CD4C03E554098BB /* ru.lproj */; }; - 2BA5EE588F31DE62B27A2B2EA07E0B1F /* RACCompoundDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = A83640DD8FBAF1CEABEB312F19E40149 /* RACCompoundDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2BB636C193D7074F0D85AE4802FAE04B /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 665016A3420C45B4FE02498ECFEA7DE0 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2BBCD37212013DAD4CE01E215440C39A /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A46E20D814C4E08E55E1E504DA6730B /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BE7DC932756FAF205163806526AFBEA /* RACBlockTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = CF04CE3AB789118673A0FD489501C521 /* RACBlockTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2C65D301E09FF2BD41AF536C8C112F69 /* RACKVOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2EA4EBEBE8717015AFE5A31DCBCAA334 /* RACKVOProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2C961AEF650D863A47374754D25C755D /* mz_os.c in Sources */ = {isa = PBXBuildFile; fileRef = 1900018C9BABFFC7E4419FE3295784C7 /* mz_os.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2CE54DAE0FFCBDA8862E457991A7935A /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = EB856A6BF20729B51592E149EFCBCD00 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 2CED8655895D228B964F57DB1D8C34F8 /* HeartbeatLoggingTestUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = D13521A18FFDAF36F0F473BD14CAB7C0 /* HeartbeatLoggingTestUtils.swift */; }; - 2CFD4BE29D8D282CE49973B515DBB124 /* Pods-Easydict-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B845C2ACCFEF00A5B6C2314BC9ACE0DD /* Pods-Easydict-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D20EBFFA26A89AEA79CB616C5610B6D /* CocoaLumberjack-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D40D4D1BD694EDAD8BAA79A407423D7A /* CocoaLumberjack-dummy.m */; }; - 2D4795E535C6A217D59965856FD46ADA /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 4731E367FB6938D056585FE37824535B /* FBLPromise+Async.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2E7B5CBDE8BCD0AB700463E21774CA09 /* DDFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF074090100DAD339372C9E197817A0 /* DDFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2EDD49432CBD28F16DF76E75CC70B5BD /* FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E1D7E4D4CD82BB1E9C902D6DCD01E9D /* FBKVOController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2F991149B70E82A39A5DC711A3C9C15C /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = 277E19D4915B81B52249AB695E4B8098 /* RACUnit.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FA448A81891E28A7A0A1DF4ABCC9BDF /* DDFileLogger+Buffering.m in Sources */ = {isa = PBXBuildFile; fileRef = 67862177F33EAD06D0DCE05AEB174A44 /* DDFileLogger+Buffering.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 2FF332350AF2EB8C13983D021E5137AB /* MASShortcut-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C060501DDE4B699010EFF3D61B1D3DD6 /* MASShortcut-dummy.m */; }; - 306986657C6E91084481E801295EB005 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C1C6B6506CF88A49098C5BCCC4D433E /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 30D23C352773401AE1389972956969C4 /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD5311C749B336FABF406B041145AAD /* SSZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 318342C929C4A8AB22627B7AC8449B42 /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 79C44CE459B0E1346D3BF9EBA7222D3D /* FIRCurrentDateProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 287A7A7F92D4586945DFE45BC81DC609 /* KVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = E08477CA1EEFB03F593230BD6E2B3999 /* KVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2889203BB35EBE6B01E6540E08999938 /* RACCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = 25C672AFD996174E7AF3E8E04A462025 /* RACCommand.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28C706A658E9ADF28932FEFF151CDF18 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = 059B8B857A2CB80E2E06BC342A751AD8 /* FIROptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 28F6C290B055D8D3C8FFBB94D8ADDC3A /* MASKeyCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = A13635E8FE55513F0309BF0094D76443 /* MASKeyCodes.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2916A7C0B224EA2FE0992DD8FE6E24CB /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DC4ACFEACFDCD640F2C7A09BB9F0340 /* NSLayoutConstraint+MASDebugAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 292E80CD2B2CCD4CA1A3D3673D80D5FB /* GULNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = F6F11C2D493C1410E5C69DE6FA25650F /* GULNetwork.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 294F1C3D0C34FF15F97993D067DE3ECC /* MASLocalization.m in Sources */ = {isa = PBXBuildFile; fileRef = 163AC9D2727734275308C9B8E721BE6B /* MASLocalization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2A98BA37967E6286D880D6FA2AD32B5A /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 25D99CCAA759ABBF5EFF93FFB6AF2562 /* nl.lproj */; }; + 2AF33E4419BDD78DBD838F1D60319495 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE685D20B01588F9CF82B3384FCDBE1 /* FIRComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2BA5EE588F31DE62B27A2B2EA07E0B1F /* RACCompoundDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = C00D47A763767CC92FC215DD39180DC0 /* RACCompoundDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2BBCD37212013DAD4CE01E215440C39A /* RACUnarySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C383A9650DD3AA883689779630BA9AC /* RACUnarySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BE7DC932756FAF205163806526AFBEA /* RACBlockTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F3C02DDF330E413470D68CD4D9E2A82 /* RACBlockTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2C65D301E09FF2BD41AF536C8C112F69 /* RACKVOProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A3CFD5AB22F5C8833EBEA34C3A940A /* RACKVOProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2C961AEF650D863A47374754D25C755D /* mz_os.c in Sources */ = {isa = PBXBuildFile; fileRef = 005D389AC2133091BE887D2C7820E529 /* mz_os.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2CDCB6A3DD6665F48B57C9D4128E3DD8 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD04F2391DA563F9A620EBB4473C414 /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D20EBFFA26A89AEA79CB616C5610B6D /* CocoaLumberjack-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 917D661C79D1E9B4299F29B374075EA8 /* CocoaLumberjack-dummy.m */; }; + 2D6606D68A3D0ED253953F282135E61A /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = D8EBE643B7FD3149E7FD0B1132FD0C7E /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2D718A3DAEED61222FC3EEFF8D50EB69 /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = BAEC60C8D948CAD67CAD2D019F2643D3 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E7B5CBDE8BCD0AB700463E21774CA09 /* DDFileLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 31033521B2F6D8A147E9D4F250FE83B9 /* DDFileLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2EDD49432CBD28F16DF76E75CC70B5BD /* FBKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 017CC416DF4B09B507A4693CE0D9D036 /* FBKVOController.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2F991149B70E82A39A5DC711A3C9C15C /* RACUnit.m in Sources */ = {isa = PBXBuildFile; fileRef = E693989EEE5AB641E940B631DADDAD82 /* RACUnit.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2FA448A81891E28A7A0A1DF4ABCC9BDF /* DDFileLogger+Buffering.m in Sources */ = {isa = PBXBuildFile; fileRef = 881088F8F5305FDBC27B5C55B3CB6BC6 /* DDFileLogger+Buffering.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 2FF332350AF2EB8C13983D021E5137AB /* MASShortcut-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 21761A66E081DFB77ABEC2626C4A896C /* MASShortcut-dummy.m */; }; + 3044C383FCF5593D03A9202D43DA92D7 /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EB103EC36BF8145CE4E78CA910157DCE /* GoogleUtilities-dummy.m */; }; + 306986657C6E91084481E801295EB005 /* RACSerialDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 91AEA71276AC092CBD1A1A935D87F519 /* RACSerialDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 30B16E993920DE65A3719CD2266353D5 /* FIRInstallationsStatus.h in Headers */ = {isa = PBXBuildFile; fileRef = C74C1F216FA9866010995C56083F86EE /* FIRInstallationsStatus.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 30D23C352773401AE1389972956969C4 /* SSZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F507726ED19663D069666A1F499C515 /* SSZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3250EE4C465E41D9A15330561196912A /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = DFBC0CE46783AD595B6C107B0554E10F /* GULNetworkConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 328005DE69E91B4FD87B69BEA01DC8D1 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; 32E250C367D40DFE6A365F8AE7A55AF1 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD1B09D61061D25891A8EE8B6F4A8D29 /* CoreServices.framework */; }; - 332E3754A8F370333ADF20E3B5AC62AE /* RACEXTRuntimeExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = F12D070207CD36F48D1B2024B30D7354 /* RACEXTRuntimeExtensions.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 333888D1F6052AE89725994E87DEAF61 /* NSString+RACKeyPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 817C15479E428F985C065284F3020E1A /* NSString+RACKeyPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3341A4FD296669238CA7682890CB574E /* NSUserDefaults+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 79C2D7EE2CB8E771F147AEC2FB61B2BE /* NSUserDefaults+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 334BC5CE21B72A5A7D5BD0AA6C77B89C /* RACDynamicSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 799BF2AFE6BB8B6B149280270A8D4B12 /* RACDynamicSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3355B8D221BF86265D6F9558952DE40F /* NSObject+RACKVOWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 48C6D09298323D7FA1048B6A0F860C65 /* NSObject+RACKVOWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 336B781E5AF19CF4F84DA9462E41429D /* RACStream+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A9D6C7E79C4BD1FC056E8DAB4DAC1091 /* RACStream+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 33DC154CACD614244DE45A53CE08EF0D /* MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = EA9D2E7EC91691C1ECD93374F0E20DF3 /* MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 340497E83F9DF147F7354194E48F9A2C /* RACEmptySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 763DE6B4EB08178B07CC11D933C942C3 /* RACEmptySequence.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 347F3E6A9A9F0806BC89BE784599C294 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A19E63C2D74EE692430552EFC0FA42C /* FBLPromise+Delay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 350423AE3CB377B274531C3FF631FD12 /* DDFileLogger+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 629D17FE35087BEA2BFDD0321BB5D5E0 /* DDFileLogger+Internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 35B8EEF818BC5B8190F182868D50305F /* NSData+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A203556EA7BF2AEED2B377211D8C98E /* NSData+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 35C7EA5B31465C4197892CE66A24D9AB /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B6C449EB89004DBD7A50DBF2B9145EEA /* NSArray+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 375992668DB7E07D93C6DE42811C3201 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = 970179A39F2E652E194DF310A25DCB51 /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37F6A3BECF37C125152A3BBA232AD7DC /* NSObject+MJKeyValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A0B72DD6BEAC82BBDED0DF35D94CE1 /* NSObject+MJKeyValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3867CC4ABC7A37211B3CAC46C6967377 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = AFA15FFC36D1BEFA94DEE3853812DE01 /* AFURLRequestSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 38C6AFD5844D9504C94AC5B704AF043D /* NSString+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A8FD3F53DFF80D2D2BED72FC2487DAB9 /* NSString+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3915A579539CDFCC3A29C64E351D8345 /* nl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 72AF7933E831E4644EAFCA8B05D61E2E /* nl.lproj */; }; - 39E6C7F1D3C32B69C7BFC7E7795D6B3F /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 92B31DEACF7ACB54635AA1F8DC0AB194 /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A1F5D39AD202F3AA9EDFB10477999BA /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = D0E7BA84FD0C4920F52D36732948A9AE /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3A763A53191897A405DA2D3409DFB72A /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E97540173510268C0C11125F7F43851 /* Storage.swift */; }; - 3B416856EA2CD1BE345BE4DB01F5ED94 /* JLRParsingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CFBA18443291B9C6E8DB07987535161 /* JLRParsingUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 3FC32ADBE6B79E8637E573CCA6D2B597 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 80F89DFEBA2B3FC15B8824F3974D887D /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3FF07E6B05079878C66F10917CC040C5 /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 09351960E37B3303BF11E930F6217AD4 /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 40022140671799C4C6FBA913DABF6B2E /* DDLegacyMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = F2CBE1A33F02A8F4F632FC9F8ADD49CF /* DDLegacyMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428F28195C11E0207B4555399B679FE1 /* RACReturnSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 37F13D061C8037BCCC6C2C27099D2A67 /* RACReturnSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 431FB07EAC4D2F7030C851DE20C3A1C4 /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 80E35EF9FDF37455AF4720E99319674E /* SSZipArchive-dummy.m */; }; - 4339A5B07FA81E703B5F57B914EE5A61 /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 7300DE90D5AACAA7388D97C414DC5149 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 43CF837FAE14BD5BF13E0AC9CD9BF40D /* FIRInstallationsErrorUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AFCA7AA3E6FAF5E819AA157BA7124605 /* FIRInstallationsErrorUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 44283063B529551289C111E42AEA7487 /* JLRRouteHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F877C9E7C796F9F7E5FCA13F56CBA4E /* JLRRouteHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4454EEE74707A4645C03835CBED33F97 /* NSControl+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8537CBA4D20714FEAC208E7B2CF4F0BA /* NSControl+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 44A145033020E857348F2CF287D18EBB /* RACScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 8AB1DA88719666C7AF6C0E0555C0BF31 /* RACScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 45343C6BD68389D5D64F67ADA774B647 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D9BEEC7F1141908D162C879AC1433B2 /* FIRInstallationsIIDTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 45B0F1C3F3965E69C8F71044B1397D54 /* RACQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 662916CD7A76562098B98708CCA720C7 /* RACQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 460144EF3793D4C5273B18B57702FA44 /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 602C5C5FC51C55B4147E6D12C6C694DA /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 46D6446DA8450AF0B1C24CA52C55D9BA /* NSIndexSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 4DD209B975AD5530B733A9F9CB66DB16 /* NSIndexSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 332E3754A8F370333ADF20E3B5AC62AE /* RACEXTRuntimeExtensions.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DAE65BC03EE56FFA211B01307D5994 /* RACEXTRuntimeExtensions.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 333888D1F6052AE89725994E87DEAF61 /* NSString+RACKeyPathUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EB62D32EBCF31A2FCCFF2C0F797D805A /* NSString+RACKeyPathUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3341A4FD296669238CA7682890CB574E /* NSUserDefaults+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8194D4C67296AD379F58482EEA0E68B0 /* NSUserDefaults+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 334BC5CE21B72A5A7D5BD0AA6C77B89C /* RACDynamicSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6B0A63C5474F4845A66851E9C9D577 /* RACDynamicSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3355B8D221BF86265D6F9558952DE40F /* NSObject+RACKVOWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = D6E53B517504A9513B189E5B45078C57 /* NSObject+RACKVOWrapper.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 336B781E5AF19CF4F84DA9462E41429D /* RACStream+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 95D3F39F2C30AA372457CD4E212F2104 /* RACStream+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 33D36C9417D5766F6810F9E806004E8A /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = E2E35883638F48342C7DDC92F9632419 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 33DC154CACD614244DE45A53CE08EF0D /* MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = F3F9C6BC202239A904FF7EC036957C6E /* MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 340497E83F9DF147F7354194E48F9A2C /* RACEmptySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BEDEC743B86291392B97F6C3A0B43DE /* RACEmptySequence.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 350423AE3CB377B274531C3FF631FD12 /* DDFileLogger+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB9AC22949488DD91CA1C8E98070BAD /* DDFileLogger+Internal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 3517346CF0008DB33E5557EDC91CA7AE /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 408080DA78E2BC3807B553D74AEF7B1F /* FIRInstallationsLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 35B8EEF818BC5B8190F182868D50305F /* NSData+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = CDAAEF69F1B2D94F070CC20A4E20F007 /* NSData+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 35C06E67CAAC41AF662AAFFF725C87C6 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = BDC2997FDD9918CEF58643202AE8B394 /* FIRBundleUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 35C7EA5B31465C4197892CE66A24D9AB /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE1AFB857E06E670A9A361A520CF5E2 /* NSArray+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 360269331DD0C92899310266B0106231 /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 36A3448253EDC399FCCD585200CE3D43 /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36BD0C3012FF379F83BDE71F7482F733 /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = 83A8A5E372AEE958424449DDC3974579 /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 37F6A3BECF37C125152A3BBA232AD7DC /* NSObject+MJKeyValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 52034CA88795567DFEED9DC49DCA805B /* NSObject+MJKeyValue.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 381AD2A5691BDBAF4EFEC87BB9BEE8FF /* GULMutableDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 839BE45DCB79608F61445D2D3E9F5B1E /* GULMutableDictionary.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3867CC4ABC7A37211B3CAC46C6967377 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 8AA4CE19EC802A1C4EFC47DABE90FD94 /* AFURLRequestSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 386D4D3E17FA62D3D706D51AF5092D5F /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 0B18D3040449A879E5F5C89F68AEBE0D /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 387CF58D24C29D2760D2CD4EA852477E /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 01565D05E4D32D75AA3568AC266B4D09 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38C6AFD5844D9504C94AC5B704AF043D /* NSString+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F5941A8D0441F1252F6AF8A46D99144 /* NSString+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 396C7D16EE66C0D769666A7A7B3B280D /* pb.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E7607E84E0A563EEF7B3255E621F4F2 /* pb.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3994CE1C1D1B0DFB667F94048839D41F /* FBLPromise+Reduce.m in Sources */ = {isa = PBXBuildFile; fileRef = C666FB57EA03AB6947D388C164F15040 /* FBLPromise+Reduce.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3A056E281C1BF6714E8FEE398F2339A7 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 48259C821852F51F964D0176FC3DD7FB /* es.lproj */; }; + 3A1F5D39AD202F3AA9EDFB10477999BA /* RACPassthroughSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = 028D28A238DC5CA2BA03FF9C61DCF376 /* RACPassthroughSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B416856EA2CD1BE345BE4DB01F5ED94 /* JLRParsingUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = BBC288B4D23F10E5F5C9D39417219270 /* JLRParsingUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 3F9C69DC54BF5BB6380DE0C642F0622B /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D5AAA6FBEF7FCF6A5E432A00C19B4A95 /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 40022140671799C4C6FBA913DABF6B2E /* DDLegacyMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 872635008B26AA5C5492F7A09BBC9DA4 /* DDLegacyMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 403EB5A8B5DFCF6A3964C3B569F5BEAA /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = EBB9A0A5EABA7080C1D903C5AA46419B /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4098A889F1EE3ACCD927B3CD73F36058 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D5CDDE42D8756AA5E1769BDB01D4A4B2 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 412858DBC295E38907F9F31A9E656DE3 /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A99C24E6C3B8FC511FDFD96F5647BC36 /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 41AC5DA03C2B398BB1646C72780BDFA4 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */; }; + 428F28195C11E0207B4555399B679FE1 /* RACReturnSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 450BE635160D6BBB73F0B4FD36DB4A1C /* RACReturnSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 431FB07EAC4D2F7030C851DE20C3A1C4 /* SSZipArchive-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 533730467465565B0CBA2E6248466E68 /* SSZipArchive-dummy.m */; }; + 43B985E0B5F31159F48D1FCE4BCD2969 /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 81CBC9355BC7907407F1E6B243609A8A /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 43D2C3366133B164643C265E9712BE73 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CB4E7F25E40A75D1DB89051CE1208AB /* FIRComponentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 44283063B529551289C111E42AEA7487 /* JLRRouteHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = EDA5AD07038E1BDC4442EF517189CCBF /* JLRRouteHandler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4454EEE74707A4645C03835CBED33F97 /* NSControl+RACCommandSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 68A72D5F5B8A3AE7FB9150499434A1A9 /* NSControl+RACCommandSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 449421AB21F79103629F362A4B6AA699 /* FIRCurrentDateProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D11DA9F46C2D1532C5CC8AACAC77E8C /* FIRCurrentDateProvider.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 44A145033020E857348F2CF287D18EBB /* RACScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6DA710D5BA1A9A45AE6DAC038F3CC67C /* RACScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 45B0F1C3F3965E69C8F71044B1397D54 /* RACQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = C4354F02903B79EBC2475A6879F6CAA9 /* RACQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4644D4DF5B95E68CF91624BE6C0AF052 /* FirebaseInstallations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3009DEA460A1B191052A00314A9A6BBC /* FirebaseInstallations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 468E23522181A89F0A840B51AEED2FDF /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = 44FB1F10FC067D16BB62A3C4F8191382 /* FBLPromise+Do.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 46C3EF7A9E7555F9D608A5D3FC91F5C3 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = FF0109195D208071B5813FBD1EA1CF4A /* FIRComponentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 46D6446DA8450AF0B1C24CA52C55D9BA /* NSIndexSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 2151898D4757A52A1EBFC46BBCCBF9AB /* NSIndexSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; 4716131F729BB859DCD543139D113C84 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; - 47E95FA96773D3D032F040F9D8082243 /* mz_strm_wzaes.c in Sources */ = {isa = PBXBuildFile; fileRef = 3EEB861DC78A0491514953E4F808A1E2 /* mz_strm_wzaes.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 48A66702255B568AACB57D13353ABFF4 /* NSControl+RACTextSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A2AB3BA84501D0B9BE6B3F2F8415566 /* NSControl+RACTextSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4953F4740D1DEF0E6B8008CBFCAA5CC6 /* FirebaseCoreInternal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C3B4754FFFD7E99942A16DDC2F73E23 /* FirebaseCoreInternal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 49715D36952B12A19E0F7DFD258674AA /* mz_strm.c in Sources */ = {isa = PBXBuildFile; fileRef = 8498E5ABD6DACF0F0D6184F107CE7F87 /* mz_strm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 49950BD77895F5F6F6CD80DE9C30E805 /* NSFileHandle+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B373978EC85346DE754039D359DF189 /* NSFileHandle+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 474419042485A587653B873316F028E6 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + 47C76EDB5202E67F4B53E7EB4FEDB222 /* FIRInstallationsStore.m in Sources */ = {isa = PBXBuildFile; fileRef = D68EB25EF9303F239EDCCF25C9826801 /* FIRInstallationsStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 47E95FA96773D3D032F040F9D8082243 /* mz_strm_wzaes.c in Sources */ = {isa = PBXBuildFile; fileRef = E1BAA29BA309E01EF8073C24E6DFFB9D /* mz_strm_wzaes.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 48A66702255B568AACB57D13353ABFF4 /* NSControl+RACTextSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 84098F9792F4A324C64B06F63B1C20F7 /* NSControl+RACTextSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49715D36952B12A19E0F7DFD258674AA /* mz_strm.c in Sources */ = {isa = PBXBuildFile; fileRef = 15046069B4E5F320A67769B63CC7795E /* mz_strm.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49950BD77895F5F6F6CD80DE9C30E805 /* NSFileHandle+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE349198CC70C87FDCABB4AEF6BD3E5 /* NSFileHandle+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 49B8FBDE96C9DCE54EEA80A427E400C7 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */; }; - 49F1B4350A7592A60D8775649C9D3128 /* NSObject+MJKeyValue.m in Sources */ = {isa = PBXBuildFile; fileRef = BC5DC2E1D21621BF948EAACFDDA1FD57 /* NSObject+MJKeyValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49F1B4350A7592A60D8775649C9D3128 /* NSObject+MJKeyValue.m in Sources */ = {isa = PBXBuildFile; fileRef = A00FAC0E4C014A8B770F58A44BDA7EDA /* NSObject+MJKeyValue.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 49F54453E64C12D8DB48C8FCC77ABD89 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DE08B6EF074516061523E11714BB6A5 /* FIRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 4A085767EC07957D09C7A6A16F17F399 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 4A62422B6748C90B540D628CC75BB411 /* JLRRouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C81F337D12892E2D21AD386C11ECC43 /* JLRRouteRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4B3358E6832754AEAC4316657F43AB9E /* FBLPromise+Do.m in Sources */ = {isa = PBXBuildFile; fileRef = E863ABD7D7FD89DCE1BC6B302A9134CC /* FBLPromise+Do.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4BA257E775CCF680B435F94C9586A3C1 /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D96D588570395B09A30ABBB4501CAC1 /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4BEC6B973C1B0375CA1B143019BFC230 /* FIROptions.m in Sources */ = {isa = PBXBuildFile; fileRef = FEDC5BF64D97C4FD74178266EF6D2AA0 /* FIROptions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4C4C76D60BD561ECF267C9E1C9799046 /* RACSubscriptingAssignmentTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = A5218C8E8F188F3BD68AAAF13EEBB1AD /* RACSubscriptingAssignmentTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4CD15A7B893829FBD76453E3916364C1 /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = CE190B5C58B99B1D9670F7E44FA773F6 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D1A7F6A852677BCE5A9995AA0E1BAE0 /* RACEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = C594937FC2962C39FCABFDE1D2BD20CF /* RACEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4D253B0E0F21EE9EF8EEA0F8BD63E6D1 /* FIRInstallationsItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 96CBD4FDD103BB55E139E180A0B5A2CC /* FIRInstallationsItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 4D379D1EAD642AF4A5895BCA61D4C581 /* DDLog+Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EC6469C99997FB86DFDDFB44D59A373 /* DDLog+Combine.swift */; }; - 4D6C431F21D310FC56360368F7E65586 /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5630A6818763CDDCBA097C4DB07A1E0D /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4E79AE7205066B877683EAE42848FCE8 /* FirebaseCoreInternal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 687BD844C921A57B199FB9345833BD8B /* FirebaseCoreInternal-dummy.m */; }; - 4F26CB82782248B671F06D1A742D816F /* FBLPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B2163CB3997D14FB0BA71D528539F4D /* FBLPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F30642E4F2109DE340494AAB2FAB993 /* MASShortcutMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = EAE297DCE6A0C66165F35F80E1D183D1 /* MASShortcutMonitor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F4B2E680C0F15245B9F1FAEA47CC55B /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F541C03C193E1F9D191A15AAE5604752 /* AFURLSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 4F565B7D5C2751816379B9D5C7BB4388 /* FirebaseCore-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DD1FFF85B3F38B0E3B7DF645D37B771A /* FirebaseCore-dummy.m */; }; - 4F5E782016B36C23D3C8E1A72C4E89F1 /* RACStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 9CF768B69230F859A48EFB6A456B07D8 /* RACStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4F7DB4073B5C0AF463FE66038905910A /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 8294875FC5A9201A0619E4A081668842 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 50AB0E1A988012F4FD975666F0316A4F /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BDE04531299D1BB7CE5A17BC28BF929 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 50F2EC880CE83074B385855D143C76B4 /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 70FA11005193B3DDC439142D07607F26 /* it.lproj */; }; - 5111C01D7F30C56F8B068FCDB2EF0F17 /* mz_zip_rw.c in Sources */ = {isa = PBXBuildFile; fileRef = A8FC37205DE2229489E297D96F85E41A /* mz_zip_rw.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 512EF163DFB5960605C314D95C3A26C9 /* RACSubscriber+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D1FDF2EA14DF73EEB918629E35A4D3B8 /* RACSubscriber+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 513F6A2BB479B6F854D23DE357BB9C2A /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = E3BCC61F38E8E426E6EAA67A05B62C38 /* GULHeartbeatDateStorageUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5175CE9F4B3A893304218D99403D93ED /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = DC414FD46D0F823FB7A12474862FDE2D /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 51855AF76FFA872B225C03E0017B7A1F /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BFDCE7686FAC3D4554B710BAADBF3C57 /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 51993D641741D58D777B76E993B651BA /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = B780E0A68621576718D820F08584BD02 /* cs.lproj */; }; - 52030D53950AA0A754838F8381DF1D24 /* FBLPromisePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D337E28205C3DB5DD1D609A3F31B42C /* FBLPromisePrivate.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 5269125E3DB0BD186DB3AE857B3C9E62 /* MASHotKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 60405D30C34CB5F7601F6122F4FACE92 /* MASHotKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 534EDA976CDBE519C377D315BA3FD183 /* SSZipCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DE77412DDCCDE41DD8BA5A58E04841F /* SSZipCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 539B49D90AD05A7116B36547E948190E /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = 8848FC407D058DFF452A23C1DAE40F0F /* SSZipArchive.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5426622DBB8ABCC3B2A5D30D5E94FF5A /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = EE0D2B857953774CD2D005F8EA3E03A1 /* FBLPromise+Recover.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 545BE3599D55062C08E927E0F50F6DAC /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = D7A78477506C04205936E362C53A60DD /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 54E0065B88A69879DE8F65A73B9E0204 /* RACSignalSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F7C2E0445E2594D0F36B557E7F3BDAC /* RACSignalSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 559B7E07FA1B3835D7C39FE52EFA7B4C /* NSIndexSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 66A5AA3B6DD289B68B86A138EDAB67F3 /* NSIndexSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 55CB62D1F7EE6429A7834E3AAE77A0BB /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E36C9508D91ACF5553876EA1063252A /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 561168BDE155FA7E57A48961E0DF8D51 /* KVOController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1037F5E5E79D393A5DCCBF9821E853CE /* KVOController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 56DBD44404488F15CE0AD26708AECCA3 /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = E51987050B0AD979AF5440B8F644E61C /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 570C9736CAA005114C373F0A80D43C4D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 58052DFA57FA2569F3D7720EA7A744F1 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 58121D619BB8B8A912754365B76F1BCA /* MASConstraintMaker.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5807E0632368B365308B44C5AE6973BD /* MJExtensionConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 510E86632D39DC6251944E1A3AB7254E /* MJExtensionConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 582575125BD55FDF6B022C83E6D57414 /* RACSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E330B3B4235ADB63C9F3459D634224C /* RACSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5857D7331F535E55BE0260651348CEC3 /* RACEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = AD0DE75FC612455545A0E04C33E8AE42 /* RACEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5864A26625028DA54B66904E1F3CB559 /* RACQueueScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FBBA911C996589DBC93DE3CCDFC6976 /* RACQueueScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 586B1D7E92AEC3C2462B5BA36B2D413B /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DA80CC63D15B5B65B326FB83282B9B9 /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 589A405ED7C0749CD183211F015F0C26 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = A97BEC96D92A6F8320B0C1B4A10FB67E /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5943324F179C6C962816A4712A889E0C /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 85BDD5590E248A79825566148496D341 /* AFHTTPSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5991FB507FDD0F6C4D2EA204337EF426 /* RACTargetQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F5557DE315FAF32C08E1625C1EF3665 /* RACTargetQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 59C5DEA34359323178DC4924BFEDF256 /* MASShortcutView+Bindings.h in Headers */ = {isa = PBXBuildFile; fileRef = FAC8DF07C9E62CDC341DC021993D08B7 /* MASShortcutView+Bindings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5A22A330C53999AA43D354D5F231B038 /* MASPreferencesWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = DE09D58D8F6416B0621F85CCBC40977C /* MASPreferencesWindow.xib */; }; - 5A63F9704F32CB07506406B4982999F4 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 46169382000143E692F6353F8B97DCE4 /* FIRInstallationsItem+RegisterInstallationAPI.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5A8E2F824945E88A1A22CC766A2D8C85 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EE19076692527A9F0D44437B752AE7E /* PromisesObjC-dummy.m */; }; - 5B516E9999397C8117A3E79A16D000D6 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 5B527713CA77A1B78FADDAEE9B945934 /* FIRInstallationsBackoffController.m in Sources */ = {isa = PBXBuildFile; fileRef = 07BF67A0A21788F11E9820ACD60D8D4B /* FIRInstallationsBackoffController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5C094C1CA5DFEB066B954EEA4E79B19B /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 5C3F7FA1D14C0D299270BF4CBA6CB76C /* FBLPromise+Then.h in Headers */ = {isa = PBXBuildFile; fileRef = 7052AC5D6D5654663A540260A790CAA5 /* FBLPromise+Then.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5C4E3BEC68F14D2154A75E65160409AC /* MASPreferencesViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B58420553C2C05721595A07121C1DF5D /* MASPreferencesViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5CB0D9FA9418E1F8C6D5BB116C78DB6F /* NSControl+RACTextSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A04EC495FC3F245C92DED23861AA9885 /* NSControl+RACTextSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5D05F6424F79DA9D40EDE9A54766378B /* mz_strm_pkcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = F1FA7021849434D5223B692FD549309A /* mz_strm_pkcrypt.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5D1535B195A20A83DAB1A5830D71E0A2 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C65659FEC215D80300D12797FA1C4BD /* GULMutableDictionary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 5D975092790052FDDED833BF4E191935 /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5DA99B9E23F8C76ADE6F91BA0971A2A8 /* zh-Hant.lproj */; }; - 5ED446040E44AEAC3F9AD5BBBDEF4992 /* GULUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = EE4CB1059E51277D733804DB367C4522 /* GULUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5EF9CEBC53E00075A9DA6DA100DB48C6 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = FFE71E26364B6DE008287D29241C3ACD /* AFSecurityPolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4A62422B6748C90B540D628CC75BB411 /* JLRRouteRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8172D23FCD91C62F7B713692A4CE72D1 /* JLRRouteRequest.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4AD25F79F7E5ADEE40E5F616ACAE84FA /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = A68EAA2878E332B039CAAD7F7255A80E /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B596DFC772B546756DFEFB751AA6314 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D7962EC42821BE30E468ED0453EDD33 /* FBLPromise+Any.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4C4C76D60BD561ECF267C9E1C9799046 /* RACSubscriptingAssignmentTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 86530287A93621E6773C451A74934BF9 /* RACSubscriptingAssignmentTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4CD15A7B893829FBD76453E3916364C1 /* MASLayoutConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = EB8B1CDB419C45324B636AEDF3221068 /* MASLayoutConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D1A7F6A852677BCE5A9995AA0E1BAE0 /* RACEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C29CFEB25571F0628A8AB1C4A4EE93 /* RACEvent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4D379D1EAD642AF4A5895BCA61D4C581 /* DDLog+Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B9D507C39E8DE41D308EC769BC2E4BE /* DDLog+Combine.swift */; }; + 4DD4B37F65BC8F5E26C279315615FFFA /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B8725127AF59D53CCEC51AC21F2F46D6 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4F30642E4F2109DE340494AAB2FAB993 /* MASShortcutMonitor.h in Headers */ = {isa = PBXBuildFile; fileRef = EBC585E1342F053541D1EEE97D4904AB /* MASShortcutMonitor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4F4B2E680C0F15245B9F1FAEA47CC55B /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7912DF280E778A5D884A9C8F4D84938B /* AFURLSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 4F5E782016B36C23D3C8E1A72C4E89F1 /* RACStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BBADF6EC8C688CC8282EAE726DAAA12 /* RACStream.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4FFA4416DAE1242308617CC9FBAB3796 /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21F21306C3F796E479F1D440A24E25C3 /* RingBuffer.swift */; }; + 505F9569C83807CAC320C3CE06FD2DAE /* pb_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 56713CD05ACD25F9481C71BD463E7B64 /* pb_decode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5111C01D7F30C56F8B068FCDB2EF0F17 /* mz_zip_rw.c in Sources */ = {isa = PBXBuildFile; fileRef = CCD57278CDB75C24C1C4E7F0185E6812 /* mz_zip_rw.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 512EF163DFB5960605C314D95C3A26C9 /* RACSubscriber+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BA282B8815ED162CDAF15C83D00260E /* RACSubscriber+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5175CE9F4B3A893304218D99403D93ED /* AFNetworking.h in Headers */ = {isa = PBXBuildFile; fileRef = 20A1DCB875381B62B7CB7D363C0ED5EE /* AFNetworking.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5269125E3DB0BD186DB3AE857B3C9E62 /* MASHotKey.h in Headers */ = {isa = PBXBuildFile; fileRef = DA06D83C6BAC0113592D6FA72ACA8BF1 /* MASHotKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52B75B47CC5B6D1DA4A0AE8F19A57723 /* GULLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6FC4333F70B9AD0EAC86CF3F61DFF2AF /* GULLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 52FDDFA7CAC97B18E5F1DB4F75ED9C01 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A22564EF195B243091BC311260094273 /* GULLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5328A8F911120E75F2EADCC0274EF9CE /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; + 533E3D7960BD10DB79183A7AFFC95C26 /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5E0DF3647F3EA5843022487C9F625A97 /* ja.lproj */; }; + 534EDA976CDBE519C377D315BA3FD183 /* SSZipCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 305EE36A17132902FAAD74D8A7991323 /* SSZipCommon.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 539B49D90AD05A7116B36547E948190E /* SSZipArchive.m in Sources */ = {isa = PBXBuildFile; fileRef = FD6267F6C939F2ABAD9E087157ACD122 /* SSZipArchive.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 54E0065B88A69879DE8F65A73B9E0204 /* RACSignalSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 5E25B32D6AFF611824713D8E21854C1D /* RACSignalSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 559B7E07FA1B3835D7C39FE52EFA7B4C /* NSIndexSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C021854D8B684C8EAB64BB16AA47890 /* NSIndexSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 55FE00085029AB965AD0562B5DEDCB33 /* FBLPromise+Race.m in Sources */ = {isa = PBXBuildFile; fileRef = C1D42EF2C2038E2BFF843F5830A4A6E4 /* FBLPromise+Race.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 561168BDE155FA7E57A48961E0DF8D51 /* KVOController-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 49FA6B6F4570283A69700A844BA3A2F2 /* KVOController-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56A2866DB0DFB55151CEE191D5D54ECA /* FBLPromise+Recover.h in Headers */ = {isa = PBXBuildFile; fileRef = 3ED23AC5E45E3D8D5EDDAF3771454315 /* FBLPromise+Recover.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56D336038B96070B74E73D08E42667CE /* GULNetworkInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 581758225D9F7B7C3F767384A81CEE3E /* GULNetworkInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 56DBD44404488F15CE0AD26708AECCA3 /* MASViewAttribute.h in Headers */ = {isa = PBXBuildFile; fileRef = 7043DA282BCEDD43F647663FEE8A41FA /* MASViewAttribute.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 56E481D6819F2C1E4263695416BB3F40 /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 57D31BD562AA4B15D5D32B1FFE76D727 /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 577EC443C83EDCF51608C3FCD935785C /* HeartbeatStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F7FA1A7A908C797B6C8F6468D7BDE90 /* HeartbeatStorage.swift */; }; + 58052DFA57FA2569F3D7720EA7A744F1 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 54CDE1FE34DEE4DD7199FCACB403DAC1 /* MASConstraintMaker.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5807E0632368B365308B44C5AE6973BD /* MJExtensionConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D5F8E65F54D8086547EEE0E881993A6 /* MJExtensionConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 582575125BD55FDF6B022C83E6D57414 /* RACSubject.h in Headers */ = {isa = PBXBuildFile; fileRef = DAA52C37AC4385E2AC847B2DD1A4C339 /* RACSubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5857D7331F535E55BE0260651348CEC3 /* RACEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = A0BF45EA7D7CFC58645851B36F8B32E5 /* RACEvent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5864A26625028DA54B66904E1F3CB559 /* RACQueueScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 3769DF465F3FBE71D2BAADC2059F272A /* RACQueueScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 586B1D7E92AEC3C2462B5BA36B2D413B /* RACSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = FFEEBA2C116BDE16954D7A096B4F56DC /* RACSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5943324F179C6C962816A4712A889E0C /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E6565E77517EE3F19786C1B4C7925C2A /* AFHTTPSessionManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5991FB507FDD0F6C4D2EA204337EF426 /* RACTargetQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = BC41F37968B34B491D9E519972A62471 /* RACTargetQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 59C5DEA34359323178DC4924BFEDF256 /* MASShortcutView+Bindings.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCB2F9C2F444CB95F1A670B29AED35B /* MASShortcutView+Bindings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C41101175AC7B4E3FD748BE5C7BC240 /* FIRVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E2EB27D72A560546FBCC51B73461062 /* FIRVersion.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C4E3BEC68F14D2154A75E65160409AC /* MASPreferencesViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = FE6E1E938A09F9A78A32E7BD4E0A63D5 /* MASPreferencesViewController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5C92F284CB9E8EC9AC26C7616B0804F9 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = AF292EE9AAA893549C266E020153280E /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5CB0D9FA9418E1F8C6D5BB116C78DB6F /* NSControl+RACTextSignalSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 64383715CEBE4171480603FD98002BD4 /* NSControl+RACTextSignalSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5CE62B503996D53B8311AF08973B8D70 /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 02A9D5B087D4EBB57A2642A3FEE4B27E /* FIRInstallationsItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5D05F6424F79DA9D40EDE9A54766378B /* mz_strm_pkcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 66FAF6F71152407A2F1D5DB6B8CA0149 /* mz_strm_pkcrypt.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 5EF9CEBC53E00075A9DA6DA100DB48C6 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = E884014DA2F44AFF3BC2235DD4292127 /* AFSecurityPolicy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 600CBE1C09B4A9F46B79D83C21255A79 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = A6695B8C9EE11ABD45436D38ED0AB54F /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; 603C9389FA7851613185C94F3D5661DD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 6057AA30197F38E7470EB7A7883C7F2A /* RACEmptySignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5531094EEE4EDE4763518DD2523E5476 /* RACEmptySignal.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 6130390A28FACC2AAB743924489049C0 /* MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EF3DEB38F0123335954D77CA738A601 /* MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 616261015BA6EAFD7A64CDF635586BE9 /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EA423C8481A9EF549E84AF235D76E73 /* MASViewConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 620C987092D89C947D6D7D4B25437EC8 /* NSText+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = E9AC92ADFAC02492991483A9DBFDBB6B /* NSText+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 621A85EEC558E827589BA680DE3CAC95 /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1714B7470E22D2723A6B1983138285B2 /* RACValueTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6255E01AD848E216F970969B14F11C8B /* NSObject+RACLifting.m in Sources */ = {isa = PBXBuildFile; fileRef = 5954A2852292F1EC4826DB6EF0E11C51 /* NSObject+RACLifting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 62A0A45228800D371EC22C888600851E /* NSInvocation+RACTypeParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = CF68D8F610F80781FD93D14CB3F6128F /* NSInvocation+RACTypeParsing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 63762380D6B86A596C393CAF0BF4FCA0 /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 260C5BC34E2901ABBEA06CB8A0A8898C /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6057AA30197F38E7470EB7A7883C7F2A /* RACEmptySignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D4616C8C9552386187ECEE86FE3A6EE /* RACEmptySignal.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 60F72AFBA5824B1B56F33A93791218B3 /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C7F73AF729AFA8243755B16948D9F8 /* GULSceneDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 61149ACF0ED9D1B3F7DC90C419FDBFFF /* HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73FEB52F6817530F7682A22C4925894 /* HeartbeatsPayload.swift */; }; + 6130390A28FACC2AAB743924489049C0 /* MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 8BAF2F08A3B789BAA2A5108975C3A18C /* MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 616261015BA6EAFD7A64CDF635586BE9 /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 493FFEF9537B603761204D7997E778F7 /* MASViewConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 616EC88DCB603EF67D28FC5BD4D2783B /* WeakContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD7DA935E2948FCAE8C9EB651098770C /* WeakContainer.swift */; }; + 620C987092D89C947D6D7D4B25437EC8 /* NSText+RACSignalSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = E5BE991AF0917FE6E4A22ED89C756CD2 /* NSText+RACSignalSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 62196AC2A58DA5FD9F715D471AFB0AB5 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B9DA62E8F670120C1068B31F58258CE /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 621A85EEC558E827589BA680DE3CAC95 /* RACValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = E8DF7DFE63CE15E4DC92D067AF87BB60 /* RACValueTransformer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6255E01AD848E216F970969B14F11C8B /* NSObject+RACLifting.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FB33F4AE2D5EC6A4CDA7AC90466532F /* NSObject+RACLifting.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 629692C9CE1DF8EF310E78269460F38C /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 7DE11863D5EAD7E713F6656583F9859E /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 62A0A45228800D371EC22C888600851E /* NSInvocation+RACTypeParsing.h in Headers */ = {isa = PBXBuildFile; fileRef = A02C45B2979F0092F78BDE05DB4822D9 /* NSInvocation+RACTypeParsing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 62E378A83FC08197E7C53A6470F9A182 /* ko.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 459DA98144D65593871903A806CA2375 /* ko.lproj */; }; 6379B0FB9FE32475D1FC2CC5C9DDCDA4 /* Pods-EasydictTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 91595758B02C3B624DAEBA1FA94E413B /* Pods-EasydictTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 65886C3F4D2DE9256A673D0C8320222A /* MJExtensionConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 806658A0740D453229ABF8453A3A9223 /* MJExtensionConst.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6589FBEEE26D7F6E58F3BECF1FFBD42F /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 2E4BAE06429EE75C060592CF7B2C7A5E /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 662FA58BFBA87239B5EDAC3BF981D4A5 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A0B792C216ABE4B3D515F6B956C0F3 /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66E7ECBE68A54291D01249912472AFA2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 67171A31C86CCF921A26BF0A4D802A6A /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = F21B52959855B9E7C64BECFCD34641C7 /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 6758F4C7DCD713527DBB69B197F5E1E3 /* MASShortcutView+Bindings.m in Sources */ = {isa = PBXBuildFile; fileRef = CC002DB602B9751C7A6A99701FF6D888 /* MASShortcutView+Bindings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 67926EEACC4290F238C9C48C6C2D13B6 /* KVOController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2A292C84E0672A6AB870E90C2E1A782 /* KVOController-dummy.m */; }; - 67AEE626250489F63A0BBE4D3C98855C /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B3B6B47A80EF21FA144DB6EA9E34E0E /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 67F00DF287F5E1CCAFC1245566CDFE57 /* FIRComponentContainerInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B523DFB6B1D69BA3BC8815B34AE29FE /* FIRComponentContainerInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 67F37C3E91B6C5D51F0B70BABE5698B7 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 6CC2A829F79D047FCC851B0F0CC3D4E3 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 67F96398C771B9F675F87F094C687E68 /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 173D54D682B22EF5CEA5D6CB73A68F8F /* FBLPromise+Catch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 68C57367CBE929943971836F2F6C4297 /* RACArraySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = BEFCC9FAA335AFCF00612B46FC891DAF /* RACArraySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 68DF57F8D5E78A535CB8C7143CAF7809 /* NSData+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = FB54FABA71FFAACD20FA4729662D489D /* NSData+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 699F22C683CA2D29123075ED20D36F58 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 20AC055AF058AB18C22E2EB61A25E431 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6A7EDEB3C7193F1D6B7070A5CE21D6B3 /* RACImmediateScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = CFD1A2D8B6B997E2F64671D632D2A495 /* RACImmediateScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6AAB57091A8680E7F9C22AD25F70300B /* RACGroupedSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 60F3046204DD2662529EC6181E8C1B7B /* RACGroupedSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6D819C516A1ED58B10AD4110F944A6C0 /* NSString+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 73D7DBC34DA93D39AD1244574203E743 /* NSString+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6DD5D1A933244769CC0504FE934A68CA /* MASLocalization.h in Headers */ = {isa = PBXBuildFile; fileRef = F75B4B01BB1BD426998A76F2B5D668C9 /* MASLocalization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E4EC8B8ED1F08438208A9537C18FDB5 /* RACDynamicSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = C52D7DA0ED60A919990DE1B02D332096 /* RACDynamicSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E5BA38F45C9B904BAA86970852F0A9E /* NSString+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = AE60E983EFE3DC595C64CF2CFE3C70D1 /* NSString+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E7E57D178AB07637DCE13FD1CC1D253 /* RACAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = 2916446300311955E4AA74AAA7C83967 /* RACAnnotations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F06687AD781B41A7AFA0D88D2CB7E82 /* mz_strm_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 03125AC96C270B30979C7BD57EF02646 /* mz_strm_mem.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 6FFF5D225862928BBE3242F61D2FFD6D /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 16D555AC9F4A92C6D4427CCFF69DD08A /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7001DA3BD8F4DFFCFE00A56DCFC61999 /* FIRBundleUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EAF784F7862C1985CD15FD146FC25C2 /* FIRBundleUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 707B82F63FF56E0AA36A5E6BB820E749 /* pt.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 8D60A87754C8D61F6A08EC9BEB906AFE /* pt.lproj */; }; - 7098D7E4487E9DA9B7ACBAEB1CE9E20C /* RACTupleSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C8453BA0010436442CCEABF3A8E0AA4 /* RACTupleSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 710C42636E795A793DE3E99C42A95080 /* RACScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = A1411614EB442FBBF01108E457A800D3 /* RACScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 71314239929D8F0CB31DD755C3F4187E /* JLRParsingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = FBED67EB294DDA1774EA3BCA3A047F27 /* JLRParsingUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 717704BD9C6A7612D0709A634AF70097 /* RACSignal+Operations.h in Headers */ = {isa = PBXBuildFile; fileRef = 44373CF68A4C2CA93F30616352F16D5D /* RACSignal+Operations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7189A1BF2FC68A735BC4A983AAFF0A95 /* JLRRouteHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C3ACB4FECC9B3CBC7EF3FE4E1DF913D /* JLRRouteHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 72022B481CDC49826D8692D64C090F95 /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0F2D2A6213ED42ED611A22A2519A354A /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 65297E970EE270F5E9E62807896E4B65 /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 08D327B857C474BC523D6C04ADD7B3F6 /* GULKeychainUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 65886C3F4D2DE9256A673D0C8320222A /* MJExtensionConst.m in Sources */ = {isa = PBXBuildFile; fileRef = CAD74EE474BA97D15448CEA42E619987 /* MJExtensionConst.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 662FA58BFBA87239B5EDAC3BF981D4A5 /* MASUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = B94A05D8C7E91A03F9C8845FA7431C7C /* MASUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6758F4C7DCD713527DBB69B197F5E1E3 /* MASShortcutView+Bindings.m in Sources */ = {isa = PBXBuildFile; fileRef = 8355083C9BDD4457A6A448DCF40E308D /* MASShortcutView+Bindings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 67926EEACC4290F238C9C48C6C2D13B6 /* KVOController-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 576CACC97013C13D7616D845C9BBC4D3 /* KVOController-dummy.m */; }; + 67AEE626250489F63A0BBE4D3C98855C /* NSLayoutConstraint+MASDebugAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = F45FB00698315CB36C195E347B2206CD /* NSLayoutConstraint+MASDebugAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 67C8D8ADF8A11D5E4C3D32E6D9F1B84D /* cs.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 42449799D178760A2B67978B554D1DC7 /* cs.lproj */; }; + 68636477C99C80C6F487E54D9EF27CC4 /* FIRInstallationsIIDTokenStore.h in Headers */ = {isa = PBXBuildFile; fileRef = AE565DEE3F76104CB24CC59D877724D7 /* FIRInstallationsIIDTokenStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 68C57367CBE929943971836F2F6C4297 /* RACArraySequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CC8D098B36B55A330FF2D8397730D75 /* RACArraySequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 68DF57F8D5E78A535CB8C7143CAF7809 /* NSData+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = E561E8E4D35157D07D659A9CD190BBD5 /* NSData+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 699F22C683CA2D29123075ED20D36F58 /* AFHTTPSessionManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8734A48CE2FA086896D956D16DE1F1 /* AFHTTPSessionManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 69F4F6075796D61ACA33357DBF99A75A /* GULNetworkMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = A48A1B7532250C9B2A274E1A8C70CFB5 /* GULNetworkMessageCode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6A7EDEB3C7193F1D6B7070A5CE21D6B3 /* RACImmediateScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 733E3303A1BB86BFE2A93B562670B211 /* RACImmediateScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6AAB57091A8680E7F9C22AD25F70300B /* RACGroupedSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DD5992B4B6A0B6BADB423B41BD71CED /* RACGroupedSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6BBEA7988C760FE6E643E22799F4F2A9 /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 89714A2D44994CF2569AB018EE5C2435 /* FIRInstallations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6C6C7B0B5E420F9FDB3DACEC3CD5B747 /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0102809713F96B646E00E49619345689 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6D819C516A1ED58B10AD4110F944A6C0 /* NSString+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = BF61D3D222832CF7BCEA6EFA6D96D845 /* NSString+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6DD5D1A933244769CC0504FE934A68CA /* MASLocalization.h in Headers */ = {isa = PBXBuildFile; fileRef = CAB2327A7517314BD839FF3E1FB9EB18 /* MASLocalization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E4EC8B8ED1F08438208A9537C18FDB5 /* RACDynamicSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AB4FE1C496A9798BF82BCDD5F996FC3 /* RACDynamicSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E5BA38F45C9B904BAA86970852F0A9E /* NSString+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E4A75F42EAADDD5473904EEC52821D5 /* NSString+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6E7E57D178AB07637DCE13FD1CC1D253 /* RACAnnotations.h in Headers */ = {isa = PBXBuildFile; fileRef = D436AC321433618B1DFD85097B82FAE2 /* RACAnnotations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6F06687AD781B41A7AFA0D88D2CB7E82 /* mz_strm_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = 52E1B15A095A586842FE703C04C04C35 /* mz_strm_mem.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6F92499517FA29D231CA51417C59AFE9 /* FIRAnalyticsConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = C6C60FC94A2D93A2B76061D3CB567C2D /* FIRAnalyticsConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 6F9B71D9B2411AC6875DC195CA17198A /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5075CDE658908FD85C273D17A1F1A936 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FCA0A39D7BD53452E8FEA30DAC7A5E2 /* FBLPromise+All.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7C293E46CDDEC71FAC40C54DD53D1C /* FBLPromise+All.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6FFF5D225862928BBE3242F61D2FFD6D /* MASConstraintMaker.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D67715D00E2324F3CF0FE6F9C6DE292 /* MASConstraintMaker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 70606CA9B520DAFB0615207B4A663BBA /* HeartbeatsBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54CE86091B901B8BCEB05FBCFAB6EA09 /* HeartbeatsBundle.swift */; }; + 7098D7E4487E9DA9B7ACBAEB1CE9E20C /* RACTupleSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 52771AC2DA0F09E05F3D60FBA196593E /* RACTupleSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 70D75D705C2279C0E9BC1A8519663B1E /* FIRInstallationsLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 3684DD6CC45B510C401F556F728331A4 /* FIRInstallationsLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 710C42636E795A793DE3E99C42A95080 /* RACScheduler+Subclass.h in Headers */ = {isa = PBXBuildFile; fileRef = 7056E12EE5847C74F62ABB5A211CFE8F /* RACScheduler+Subclass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71314239929D8F0CB31DD755C3F4187E /* JLRParsingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = EFE15F7C92DAF3B75626782D124F8E39 /* JLRParsingUtilities.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 717704BD9C6A7612D0709A634AF70097 /* RACSignal+Operations.h in Headers */ = {isa = PBXBuildFile; fileRef = 504D80E44800D4CAECFDAC4E26A304B0 /* RACSignal+Operations.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7189A1BF2FC68A735BC4A983AAFF0A95 /* JLRRouteHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = CF718E015C0D2702B55B6DA209EB299B /* JLRRouteHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 71A851C5477AC589CA3B149728BACB64 /* HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD2ECB71D33679759E60CD5D6DB8168B /* HeartbeatController.swift */; }; + 71B0B7F1AE9FC3A80C30D67098CA34A0 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */; }; + 72022B481CDC49826D8692D64C090F95 /* Masonry-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C2565DA81FECD42601596E839828A047 /* Masonry-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 72CC8F371AD383A9E33920DC023E79D0 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 72D017AADCB1C59BECF76DEC2A8FBD48 /* GULLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 86315F0061C584291FBF259043FB0381 /* GULLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 732891897D61A904D068FF8CBD5D2DB7 /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 85AD4FF46CE265896ECA71D5923C3AF6 /* sv.lproj */; }; - 7362960416D1EC319EED7C3B29DF9128 /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A02F7250C79C56928DBD90D1C37C520 /* FBLPromiseError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7377BE8A12A0C450CA5F21DF56444679 /* DDASLLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = A102FCDCE6DDFE1B30AD2D473E151A10 /* DDASLLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 743EA59AD23FC8A38376E6B36D3A1EE4 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BE4B2F95B687B52E987441C769B28E /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 750014FD2A30381DA5049E57C7F28053 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = DCD471D706BC4AB2D9B38610FE0A587A /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 755FC4FC87ECED46E3E9921443B1B6EE /* WeakContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 345308E1BD97FCCAD7EF080EECEFEC49 /* WeakContainer.swift */; }; - 76CDE97AAF5D3E001525455B10A407F0 /* NSEnumerator+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 2E38B8311AB067C369C9F4C74DA83207 /* NSEnumerator+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 77116A50197ADFC6613300A7E187C4AE /* NSOrderedSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = AE9AF75579936752E2B9F72417AE5C7B /* NSOrderedSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7729C11A2558C2471A8B8D58A874EE6A /* JLRRouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 9626AE9F8FA660DBE49A6781BF75A474 /* JLRRouteResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77E89ABBF0B14D029D55072153F36336 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 68C4C93A67B11A13201E04462A130F27 /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 77F920CCE30ED45F7D1945CC428B5ECA /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ACB6BE5C4D5684E26B7854F9974B769 /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 78641A1AC7029D3F0F32249B97470016 /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B8A592F1AB84E52282FDC935B383C6A2 /* FIRInstallationsAuthTokenResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 792285DF92F2C67CF52E334069B8DE3A /* StorageFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5582A38A07A69A7F0BCB25116BECD5B4 /* StorageFactory.swift */; }; - 793A7928DEEC23B10E8E44EF180745E6 /* DDLog+LOGV.h in Headers */ = {isa = PBXBuildFile; fileRef = 3994B1B78981BAF397703D97B0EC4FE7 /* DDLog+LOGV.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79416C10D4656F084ABF44DF277B74CC /* FIRInstallationsSingleOperationPromiseCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FD4072EFB581A732EC07091445602A4 /* FIRInstallationsSingleOperationPromiseCache.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 79435F7F18365077BC0B4FD7605F8030 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = AADAFE53B685AED532FE572D802192FB /* FBLPromise+Testing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 79CAC0A0F92732E566C161D4E4EE7B14 /* NSNotificationCenter+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05BBACF1ADC2F44DBB7AE20B6C97727D /* NSNotificationCenter+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7B835D47DE258886D4DE32448092B2E0 /* MASShortcutView.h in Headers */ = {isa = PBXBuildFile; fileRef = 14BAB026E4918EF5CBF4DA88D4CDB86B /* MASShortcutView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C029376ECFAAF6EE34B547B6A8F98FD /* MASShortcutValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = 10706F1C6A71EA2C3BC09E9A2714ECE0 /* MASShortcutValidator.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7C474BFBF9480E1AF0877C9E77E617EB /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = F391E4EC039B3906EF13881151D99003 /* DDContextFilterLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7C4A62574F134FF6C56AC0A3D3D6D901 /* GULKeychainStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 81279A5A9A276E0BDFE022515147ADAF /* GULKeychainStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7CB9816F33BD9B26822CB0E442547ACC /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CD1143CC3321136DE442A5C105F130B /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7D5BD4C0794690E8C9A22126B8D1D897 /* RingBuffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 772B62BFEEE5D0345BDC2451EC70433F /* RingBuffer.swift */; }; - 7DB2C0596405DB863CF2B2A489AE2636 /* mz_zip.h in Headers */ = {isa = PBXBuildFile; fileRef = F255351D0A8061B242BF10480EEF3448 /* mz_zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 7DD2344DE7877A6AE87A7B3F638A6C9E /* GULNetworkConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 74137358BAEFA80ABECDCE90B2EBDD7D /* GULNetworkConstants.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7E66F1A228B05451FAEC6669F0CB3A4B /* DDDispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = FE163D4A5D7FDF3BEDF57DAAFCC707AF /* DDDispatchQueueLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 7EF822A9C4C636B72A8D8A75743B7BA1 /* MASShortcutMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 20F9BEDF08779FA1CA59C530EAF6024D /* MASShortcutMonitor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7377BE8A12A0C450CA5F21DF56444679 /* DDASLLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E91F44F4F7F34F06EB0ECAAB6F491FAA /* DDASLLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 73A00F67E02649B371FE2DB3470B95E8 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = F56F2ED53FE0410CD910048BB9C4C4CD /* FIRInstallationsIDController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 75750FF8A56C467040F030FC75820B79 /* PromisesObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B5C3AB8EFA57F28DC0D8F02A3CEDDCAC /* PromisesObjC-dummy.m */; }; + 757F13C4C2EC56A29CB6CEC950310337 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 85327FA643D23BB9B8F9F806F919214A /* FIRVersion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 758A920668AF787C20C771DF470F6F9A /* GULSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 91F580D7F9333A829E191C6C3924CB52 /* GULSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 760E31F9C9255EDA40E27FDEA05DF0A8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + 76CDE97AAF5D3E001525455B10A407F0 /* NSEnumerator+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B419C98FC229FB8466FEC540554682BB /* NSEnumerator+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 77116A50197ADFC6613300A7E187C4AE /* NSOrderedSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 21364DA0A51A1E169D9F263BB93B350E /* NSOrderedSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7729C11A2558C2471A8B8D58A874EE6A /* JLRRouteResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A7A12097A0FBDCE566CCE8AF946757F /* JLRRouteResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 77E89ABBF0B14D029D55072153F36336 /* NSArray+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CF7704285FE21FBA4981E7E9C18877A /* NSArray+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 788EA65E63930B917B07E59472828AE1 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 27E0F82F5AF7B5997722D6AB6BAE769C /* FIRInstallationsStoredAuthToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 78A6121722F0F5E5CA5895B26407E86F /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = D2FDA3658E3588B5F6772356AEDCF43B /* FBLPromise+Wrap.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 792536C8E5BFDAF18B5B52CDC6834045 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = 54A77D81B3F4B6AA912713C4B89060BB /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 793A7928DEEC23B10E8E44EF180745E6 /* DDLog+LOGV.h in Headers */ = {isa = PBXBuildFile; fileRef = 7149DD93899F25BA554C4DA4033200B3 /* DDLog+LOGV.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 79CAC0A0F92732E566C161D4E4EE7B14 /* NSNotificationCenter+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BA005DA1B8B077985C0330D355F33B3 /* NSNotificationCenter+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7AC2020EBA80D6CF0CEC5F81FEDE9F0A /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 091258F56BEB1C6D91639CEA10D0E80A /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7ACF058FC7D0B2730E426CD07334B2F1 /* GULSceneDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EAC50FA6093D49BB7CF063E6E68D4E4 /* GULSceneDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7B835D47DE258886D4DE32448092B2E0 /* MASShortcutView.h in Headers */ = {isa = PBXBuildFile; fileRef = 81A381EF5A4B17A795FBE1CD21771663 /* MASShortcutView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C029376ECFAAF6EE34B547B6A8F98FD /* MASShortcutValidator.h in Headers */ = {isa = PBXBuildFile; fileRef = AAF6F2CF70C1F32485BCD7EEE3A8A9A8 /* MASShortcutValidator.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7C07315B1E658A19C8F3952DA62762D2 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = A8027526AC36C67C6E4E0F5EA5C37237 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C474BFBF9480E1AF0877C9E77E617EB /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = D96920D0509FDB70F9D8108F2D7880FE /* DDContextFilterLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7DB2C0596405DB863CF2B2A489AE2636 /* mz_zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 96370E5D1E40FE448581E56D5197D6DD /* mz_zip.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7E66F1A228B05451FAEC6669F0CB3A4B /* DDDispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 57705111D01B0D25AC71E4E21C52EA27 /* DDDispatchQueueLogFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7E732AACD4059785B704FE03CB29A8F6 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 75667E1118773C76F3750C0EFA719C92 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7EF822A9C4C636B72A8D8A75743B7BA1 /* MASShortcutMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = E40329C376E37CF5936E7D3A4A334A06 /* MASShortcutMonitor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 7F37C2304C7B4695B6E155E75C6C2F35 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 7F58BE8838D03B2D5B30E68952FF1E4D /* SSZipArchive-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F3B9664304A486033DC2DC45E4FAE785 /* SSZipArchive-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7F58BE8838D03B2D5B30E68952FF1E4D /* SSZipArchive-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E1797D57E7B87B8D3E25F27F78AA5D7 /* SSZipArchive-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7F59999179584A86DC8922AF1D751E96 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 7FF9376D0BD3159E82F3AA26178EBA07 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5962D56B95EFC52FD10B3165754F2411 /* DDASLLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 80D808E01AC20178B60DEFD0D2BD4488 /* FIRInstallationsIDController.m in Sources */ = {isa = PBXBuildFile; fileRef = B02F3DF7C24B086BAFA97A512CA926A1 /* FIRInstallationsIDController.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 81B0A880263E42B4A7682B8D656E9433 /* MJExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FFDACBB5807D2354F7B963DC06B83715 /* MJExtension-dummy.m */; }; - 822C5A15A16A7B73568F2B5AA5DF8C19 /* RACMulticastConnection+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 402FF25527DC11DD8064B7A5CE853432 /* RACMulticastConnection+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 834348F0132529F12B348C26A4B3C46A /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = 939271C307495FBB955DA6DD5A47A9ED /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 83F1B5B477C366CEB687307042F60FD3 /* RACReturnSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = A565DBA2B609B783BF07FAC1B5AC4D01 /* RACReturnSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 843557639FD0DFB0B5BB9CDA5DACB29F /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D0FD7FE6C9C23E76E522A5020790CC /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 84C2473F66484C373BF1485758CFCEDD /* FIRInstallationsAPIService.h in Headers */ = {isa = PBXBuildFile; fileRef = F0454752C5AA5F6505761B06100305C2 /* FIRInstallationsAPIService.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8590AC8670A3A6156B48C56C3C2C9A8E /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A917F20A967D4A566374BED4D6273E43 /* View+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 85D2AB6BFCA86D718B7EFBB333B17657 /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 870E635E286D84B438B3BBE74B5D4D73 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 865AF9D290E6170F37B1EFC3D530B9C9 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 554E64268FB16173A0B1C2BB61D3D032 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8672747FE7791AB1BDBE5FF06127C72E /* DDASLLogCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = AC7ACCB46FA0F946F6813F7ACCEF24B2 /* DDASLLogCapture.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 7FF9376D0BD3159E82F3AA26178EBA07 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 972135895837E0DFEEA69854C3D542B4 /* DDASLLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 80AAF66B77ECC51B6507F417923DC808 /* pb_encode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6E16C6F811F72D047628DADAA1C8D5 /* pb_encode.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8140B4C2665BC1949A6CADE733BD0F1E /* GULSceneDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = A0D5FBAEB4D526F0F85B96ED54518704 /* GULSceneDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 814BE064A29D607B3F1781E76CE4F6CF /* IsAppEncrypted.m in Sources */ = {isa = PBXBuildFile; fileRef = 26A374A0297CC1C3BCF2DB0A72FB89CC /* IsAppEncrypted.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 81B0A880263E42B4A7682B8D656E9433 /* MJExtension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 010A33081EF7C318A60066983BBDC4D1 /* MJExtension-dummy.m */; }; + 822C5A15A16A7B73568F2B5AA5DF8C19 /* RACMulticastConnection+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 57229D58E9E33946F27F305B70BEABC9 /* RACMulticastConnection+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 834348F0132529F12B348C26A4B3C46A /* RACBlockTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = B677422589FA978CB550EB4B80530DE5 /* RACBlockTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 83F1B5B477C366CEB687307042F60FD3 /* RACReturnSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CAB2B04E20E58233B46C5836A236B70 /* RACReturnSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8590AC8670A3A6156B48C56C3C2C9A8E /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = ED42A783E65752449E1789EDD5A2DA3D /* View+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 865AF9D290E6170F37B1EFC3D530B9C9 /* MASViewConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = E845F247DC52F9683F76D84900236FE6 /* MASViewConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8672747FE7791AB1BDBE5FF06127C72E /* DDASLLogCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 23F985261D6EFDF225CC3EA8114CCF54 /* DDASLLogCapture.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; 8677BB28A889433C2632F2C1829F2F3A /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 86D90657C52E5C1038ED46D1CDE3FD8E /* DDOSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E692477A5A8E075F8D9D7846CC4DC0D2 /* DDOSLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 881F1FEB1A7C73462643B5E5B3F732CD /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = DCDAFFC1C0B94B510D3CF380B6EA8F40 /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8832124D709A94D868383E10A05A1F9F /* ja.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 5397358700619E4CA7E94CCFE443BBC9 /* ja.lproj */; }; - 886B4AC9B1FE36EFF7CD38820E10BFAD /* MJPropertyType.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B6B861B3A13854A7F551B000F6F3027 /* MJPropertyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 892AD72AE8798E957105491D1824792E /* RACGroupedSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 078F91F85261D973F1918F7B9396DA9A /* RACGroupedSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8955255AD7B8EBBEFD6411AFDEB454A3 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 0DBB45C8C84154E38284FF237A132770 /* FIRInstallationsSingleOperationPromiseCache.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 86D90657C52E5C1038ED46D1CDE3FD8E /* DDOSLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = BDB3CCE294135B39FA04F4B39BD26DB3 /* DDOSLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87AEA5793D5BCB0DE53EE8AC0A5EB6D5 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 9E1C58F84E790204F3533BA4D136CEB7 /* FIRDependency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 881F1FEB1A7C73462643B5E5B3F732CD /* AFURLResponseSerialization.h in Headers */ = {isa = PBXBuildFile; fileRef = 5F80ADB5E122FB09AEE58C09261B530A /* AFURLResponseSerialization.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 882BEC83C7C39C4BFFE330932E2E8F16 /* FBLPromise+Async.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AC062B30C6BA0F6C7A2E88B127C3C5B /* FBLPromise+Async.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8861548F556D1516B49B431495C4FC91 /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3A2A7313E2D2DA7383E27F175F30CB20 /* de.lproj */; }; + 886B4AC9B1FE36EFF7CD38820E10BFAD /* MJPropertyType.h in Headers */ = {isa = PBXBuildFile; fileRef = F659103B09A62BABA3403E3974E91E18 /* MJPropertyType.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 886B79717DF638BB257A000887F34E50 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + 892AD72AE8798E957105491D1824792E /* RACGroupedSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 837D6F6E7D0DA46091516815F0951B3A /* RACGroupedSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; 89C4A852D0FE33715E54587D9974FF59 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; - 8A0307588E78B40E788D91E74AB060B3 /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = D87CB9BD130D9DE858B5476F72537063 /* RACDynamicSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8AB027F62A2F4180EBF517771A936A0B /* FIRInstallationsStoredItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 4748AB6DF24EB82DFA43BAD9A250B803 /* FIRInstallationsStoredItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8AB091199F99F1C2E9E67030DAC50F6E /* mz_strm_mem.h in Headers */ = {isa = PBXBuildFile; fileRef = 339DBFF04BF5B69045288571D7E37278 /* mz_strm_mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8AB9464A34F698261E28D7519E1CDCA3 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */; }; - 8AFFCCF815D5B2928A26CFFCA51EBA4B /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 7E162513111EE19EC0ECAE87D47F904C /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8B52D38719C57490297531FC9E292934 /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 2501B0C0E6CE388D5A181E9AFB44319D /* RACSignalProvider.d */; }; - 8B704183EDA24926F08CF253ED169997 /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = 806E002D04712787CE1BD3CF70F58B25 /* FIRInstallationsHTTPError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8A0307588E78B40E788D91E74AB060B3 /* RACDynamicSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = F763609C98B6B0C50D1819C6669FA5D4 /* RACDynamicSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8A057682F8F4FA3635A98B02E535B8D7 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 5DF96651B40FA67B9C8C975E906F3997 /* FIRLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8A54946EEE53C07D333C7796A1CDF741 /* GULMutableDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = FDBD41AB0BE7F52CA6FDD08D90F5B590 /* GULMutableDictionary.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8AB091199F99F1C2E9E67030DAC50F6E /* mz_strm_mem.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E3F36C0B303B1C92C5F534D703798BF /* mz_strm_mem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8AFFCCF815D5B2928A26CFFCA51EBA4B /* RACStringSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = C8A6079137CC6CB046DAE6E035B2F1F1 /* RACStringSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8B52D38719C57490297531FC9E292934 /* RACSignalProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 5150553E3AF53C3080D04E2F1C484C12 /* RACSignalProvider.d */; }; 8D1041565BCC3CD7C38D565F0AF0C746 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - 8D215B9F6A2D5684D6AEA6A74DB0C471 /* RACErrorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 13F885E42810A88FF17B51D18733151F /* RACErrorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8D44796A8C9452BF189DDC32C423FA30 /* mz_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = D4A290C7DD62A4E21DEB32E6FECE03A1 /* mz_zip.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8D8BBB7738F7262E2634CB26FD06BE0A /* RACScheduler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F747F14A9735FD0CD3A1D9BF1999AEA /* RACScheduler+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8E4E3DE7EA18A7E21A11AE50CFD47981 /* MASPreferences-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 29227DCF3170C35CF09683B5F2AF4028 /* MASPreferences-dummy.m */; }; - 8EB850C83CE115C31E35B12B18A7A923 /* FIRInstallationsIDController.h in Headers */ = {isa = PBXBuildFile; fileRef = 77B3B590B210945E9576377854265468 /* FIRInstallationsIDController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 8F0BA1EA7E1132FCCB2BD85A6F982586 /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = 2010079882908D2167EE3C1C1569ACE4 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F4FEF0B88CCF7080DFED57647D91E18 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A278A2720D0145417FE0558E6B82727 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8F7FE94D865D6F8EFA1EB153BDC2CF2F /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = B1D394F2CAAA6FFD919EF2D35945E546 /* DDLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 8FFAEC748E582309A35E1B2723DA9448 /* MASShortcutBinder.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F092E7C9E960B0D999712B4ADC01B77 /* MASShortcutBinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 90DF670DC21B9EFD8DFEFC5081073963 /* mz_strm_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DB78DD8D56E1E67FCB0B3054A171FAD /* mz_strm_buf.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 917C0C4610DB4424D13D8DC963FF7F93 /* FIRInstallations.m in Sources */ = {isa = PBXBuildFile; fileRef = 789D1B32E38A7F853725517C1A23D572 /* FIRInstallations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 91BBBE3D0B2DD981C830135D9F6152A6 /* IsAppEncrypted.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A0BC286F143D70C3E47E980FF58B5E3 /* IsAppEncrypted.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 91FED278B1A97F96591BAFE55B420DE9 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F493DBAA683AC805B441ACC888A0B05F /* DDAbstractDatabaseLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 932B1F2E7AAB54683E2EB46D2308412A /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B2F17D2B3C840B9C8D9961EB1F9AEAB /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 93D8E710B07B1C24714594FB530E1FA4 /* RACSignalSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = BE9CCF5193A03D9E080CFCE14512A8B9 /* RACSignalSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 94040927102D7FFDE941DEA49AD6AF4D /* NSDictionary+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9567F3F1761BB1A9AF92D3A2F244B8 /* NSDictionary+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9412894A7260A55BFDD408C03A81C3EF /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5EF82EBB7643BA7083C69110B5CE58A3 /* AFNetworkReachabilityManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 941B662CA254AE4AF75B16E4B46CBFA2 /* SwiftLogLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 838E4DD371CE2E6744F72589106BAF2F /* SwiftLogLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 942CA8EC04306F3DB8859494E56E96D5 /* FIRConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 00503E6201D69A55E4735E488873F7C5 /* FIRConfiguration.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 94CA83498BA942E7E82ED9F61508E5BC /* de.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 3158A4B666347A88BA194E5486016BFC /* de.lproj */; }; - 94FCBBC643961AFA76DD54E1DC82B6F0 /* es.lproj in Resources */ = {isa = PBXBuildFile; fileRef = E502DCB349E734215CDBCEAA88BFBC92 /* es.lproj */; }; - 9580BD8962D522E923426210CC9A5E25 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 96198E391D3C378290CEE94023BCDA79 /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 959D567188348BC0FFFD2E5EAC3AF0F3 /* pb_decode.h in Headers */ = {isa = PBXBuildFile; fileRef = 93D0A390E4166525C8125F0A7DAFBA1A /* pb_decode.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97244E3B5FF4E21DC23909491BEF2A18 /* NSObject+MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = 54966651A68A168B6042371643129CC2 /* NSObject+MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 97AE4FB93C2E5F42EE079A132EE7F1D4 /* MASShortcutView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE9C3E5E4BAF1B95EB79937D96DC8F8A /* MASShortcutView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9886A202743C3D756057B418ECA92694 /* FBLPromise+Wrap.m in Sources */ = {isa = PBXBuildFile; fileRef = 2854988BC599B89EF42966D485630F58 /* FBLPromise+Wrap.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 98D7016BD808889A12E8F9E705A9EAFA /* RACSerialDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A5AF0C72DB0257E6C231D0DE88BF33 /* RACSerialDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 98DC7152B0792A78EBCF1E01EEB44EE0 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D1CAC98679B2EC99420EAAD6CC42FD4E /* fr.lproj */; }; - 99259C7BA5AB79360C72BF5B6842DB54 /* GULAppDelegateSwizzler_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 60E694E0032D9C53BFFC909C41684F58 /* GULAppDelegateSwizzler_Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 99C3157D6C24B6313766D8AC358CEAE4 /* MASShortcut-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7E3B5FC8702522CBB493A5FEC043478 /* MASShortcut-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 99FF85D64D408B3148F45E75A56E6AAA /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = B5E1C5DE35F51CEC1FC2FF4EB9ED5961 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; - 9A597A653561E72D78F469066B2895F1 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A9E909958E0C308188C32BF31E4F7CD0 /* AFNetworking-dummy.m */; }; - 9ABB1EE03E16CEA317C94740FA1E42D0 /* RACEmptySignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 39DCB3E395F34B2908BA0633BA97C812 /* RACEmptySignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9B487D0717BBE7A16B58C58C78505F7B /* DDMultiFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 86425451C2B72F68D89CA38BD92C07BF /* DDMultiFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9B4EA39A4FECC9D9C9A0486E926DFF5A /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9CD0EF998EAC78FDC67CDC6F46FB33EA /* en.lproj */; }; - 9BA289B9A97387364A7B455D8E6452B8 /* RACEXTKeyPathCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 3E4A9BF1EF1EFF9BBF061E3EE7096E3A /* RACEXTKeyPathCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D215B9F6A2D5684D6AEA6A74DB0C471 /* RACErrorSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0545478BAB3081DF146E35B4CAC6EC54 /* RACErrorSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8D44796A8C9452BF189DDC32C423FA30 /* mz_zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 40E142718C3FD1AE92D5FD71B3A5B877 /* mz_zip.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8D69689DAB6FC315EFDADF833D508B6C /* pb_common.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E468044844A2B89547B9F8BF18B6637 /* pb_common.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8D8BBB7738F7262E2634CB26FD06BE0A /* RACScheduler+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 82889D196BB169CEA27FEEF38C695845 /* RACScheduler+Private.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 8E4E3DE7EA18A7E21A11AE50CFD47981 /* MASPreferences-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 259E973F6062B76F0193415DE04DCA7E /* MASPreferences-dummy.m */; }; + 8E73C71576EC96DD495F9939BC4CC968 /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 46D36E26733344765724221DF1F24065 /* GULSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8EA143BBA0F4762E6072B2322CB0D742 /* GULNetwork.h in Headers */ = {isa = PBXBuildFile; fileRef = 215851D9E6F1652DAA5579ADF8BD9DDB /* GULNetwork.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8F4FEF0B88CCF7080DFED57647D91E18 /* AFSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 82F151A64FAFCDD9B5CA5EBA225D0668 /* AFSecurityPolicy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 8F7FE94D865D6F8EFA1EB153BDC2CF2F /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B546A9B3DDCF0BEC0AAD364F28EEE83 /* DDLog.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 8FFAEC748E582309A35E1B2723DA9448 /* MASShortcutBinder.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C74862DB65886DE6FE1A0CB5C15DAE /* MASShortcutBinder.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90036FEB76AE7E6A717514DED83790FE /* GULSecureCoding.m in Sources */ = {isa = PBXBuildFile; fileRef = DF4E597F36EE5B782EE9FE68132AF1DF /* GULSecureCoding.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 90DF670DC21B9EFD8DFEFC5081073963 /* mz_strm_buf.h in Headers */ = {isa = PBXBuildFile; fileRef = F04AA02C46C93078246DB4515D1F9CDE /* mz_strm_buf.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 91FED278B1A97F96591BAFE55B420DE9 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 56B6877E89C18831DA6E91E9DDBCE4BD /* DDAbstractDatabaseLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 93D8E710B07B1C24714594FB530E1FA4 /* RACSignalSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = BE355CC7D1779EFADFEF158DBA30FDCE /* RACSignalSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 94040927102D7FFDE941DEA49AD6AF4D /* NSDictionary+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 806840C1DFE28F814EE07216950AFCA8 /* NSDictionary+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9412894A7260A55BFDD408C03A81C3EF /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C55248563DF442E4A7B2751C2588ADDA /* AFNetworkReachabilityManager.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 941B662CA254AE4AF75B16E4B46CBFA2 /* SwiftLogLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 42B70AE9AD40FB6FBEA5C65B15B12611 /* SwiftLogLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 95215A88C2C23C67D95399D0640E9315 /* FirebaseCore.h in Headers */ = {isa = PBXBuildFile; fileRef = E7AFF644DFE5A4348A8D844619FB66EA /* FirebaseCore.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 97244E3B5FF4E21DC23909491BEF2A18 /* NSObject+MJProperty.m in Sources */ = {isa = PBXBuildFile; fileRef = D7633D148C4039F9A1B5BB6DA9457A01 /* NSObject+MJProperty.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 97AE4FB93C2E5F42EE079A132EE7F1D4 /* MASShortcutView.m in Sources */ = {isa = PBXBuildFile; fileRef = 57A2FF5F66BC4B0A4F9397B59EAE2358 /* MASShortcutView.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 98D7016BD808889A12E8F9E705A9EAFA /* RACSerialDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 141790D626BEB5CBBC0735A36965752F /* RACSerialDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 99C3157D6C24B6313766D8AC358CEAE4 /* MASShortcut-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FC28BD5D903A53D1EC6D1359E93F78FC /* MASShortcut-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9A597A653561E72D78F469066B2895F1 /* AFNetworking-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E977FD5BD65628072BF2C6545643FCDF /* AFNetworking-dummy.m */; }; + 9AA33EC86110841F42799F635E3E7C29 /* zh-Hant.lproj in Resources */ = {isa = PBXBuildFile; fileRef = DB236E2452608BDB3CF2EA32C7F89466 /* zh-Hant.lproj */; }; + 9ABB1EE03E16CEA317C94740FA1E42D0 /* RACEmptySignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 89249905151E5CCA3DBB18E6088AD6EF /* RACEmptySignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9B487D0717BBE7A16B58C58C78505F7B /* DDMultiFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 52594136C7C1FA1C43E2F2FFF99F88EA /* DDMultiFormatter.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9BA289B9A97387364A7B455D8E6452B8 /* RACEXTKeyPathCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 445817B199D52CD3350E01B6CA3BAFA4 /* RACEXTKeyPathCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BE8902D9306B259772D36C0C2E7E4BD /* GULNetworkConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = AD6BC93E88657454DF572BD2596FF210 /* GULNetworkConstants.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9C5898F3855483405265386247DBBA69 /* FBLPromise+Always.h in Headers */ = {isa = PBXBuildFile; fileRef = 125A24E7615F85A993A46AA877AD97F0 /* FBLPromise+Always.h */; settings = {ATTRIBUTES = (Public, ); }; }; 9C833CC525D852B80C82F3F4CFC7E889 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; - 9CFBC655DBB0D495D0AE5B2F261E9D1C /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = C7BBC60EF61D90FBF76D253BCDD74503 /* FBLPromise+Retry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9D523EE6D046D07253F6D6CD2ED52C45 /* HeartbeatsBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = C90BE4ABECDFAD0700652C66DC476869 /* HeartbeatsBundle.swift */; }; - 9D710E4DBB42452FC1B61974D61D21A2 /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = EF4B307A3FD843E39D10C57A6263B590 /* FBLPromise+Timeout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9E0F4BFEB3736B96D2E36B0E31B37F5B /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE48696D567E222C0C256845E33BD8C /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9E75571BABA8A9EF2AA615B065BEF700 /* RACScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = B4152A8AEA876763E52E1B6514151A49 /* RACScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - 9EC0C540EC73C9BBEFEE86715ECFBB53 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = AC9EA811E1FC95CFBA6BAECE8C707DE0 /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9F4C4BAC48DCDC6AC96DF0A9A0E63741 /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 885302F72FFC8DDE6B550C2CEC6B3CDB /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A0301AED7E0391CEDD4C30D8DF6A1B1C /* NSString+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DDFEA7139B91DA58293C4AC9E2BA402 /* NSString+MJExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A05DB2FB1D83C0D2421A24F161B885AA /* FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B539DE75C7B6B035B001237D2E663C6 /* FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A0A2AC6868ABDA7BA54AA455D5E90F19 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = F7DC1DF009CA82DEC037BD43EC1D7237 /* DDFileLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A0C286BD41AE2F2CC527F45DFCD4A2E6 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = D5D14BF947D5112DEE7575989D39FB78 /* MASViewAttribute.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A13052C67C414C303156585D98CAAD80 /* FIRLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = A25A87B140DCF902D4E3239752002613 /* FIRLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A187E01133F75585934F7DD31EC8ADF2 /* CLIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 008CD2BB0405876BF3B5EB1B2696DA55 /* CLIColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A22F05D6BA16470C55E1012F26456DDC /* RACDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 049E2F9EDE780F821CF8B571D6B566DE /* RACDelegateProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A2D4120DF4B0C5DBC0E0EAB3B1658687 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B2E61A58D3192D0D5C3DF670CFDCC32E /* DDTTYLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A2EC812DC322E4BDDC772EA662DB0A87 /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 4021EE70850EA21AAAEF918B3DBA6ECC /* RACDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A36B349F4F080AAA4038E80CBFCD0140 /* NSObject+MJClass.h in Headers */ = {isa = PBXBuildFile; fileRef = EDB9AD912C84FF94ABE3F36B4A5CA0BA /* NSObject+MJClass.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A3DC32B52A76CF168FE0D0171CD7ED45 /* mz_strm_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 8BA6FAA843B87F1A6601D6A7A5E7857B /* mz_strm_zlib.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A3EB36BC1B7ADA57B83261D66743A1F6 /* NSObject+RACDeallocating.h in Headers */ = {isa = PBXBuildFile; fileRef = FB81E842AC0181DED44D98974FA8954F /* NSObject+RACDeallocating.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4387C455B8DFBCC22948EB90FD613C8 /* RACSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = D3BE68E978B56FB60D42E1FA0BA2F742 /* RACSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A46DAB3244DDC84E1041F9C2CDFCC5AE /* DDAssertMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 6039600034EEB080B0D57C6F11F78CD6 /* DDAssertMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4E0666FA7CB73704AFAE5A087AD02B6 /* RACIndexSetSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 95B24FBCB615636633E83982F8DEF3FB /* RACIndexSetSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A4F447FA7122B13300BD80CE080444F7 /* mz_strm.h in Headers */ = {isa = PBXBuildFile; fileRef = AF195D0BFDCA9B89610DF1A127A03BA6 /* mz_strm.h */; settings = {ATTRIBUTES = (Project, ); }; }; - A54247ABA49583F293E707D8B5028B1A /* GULNetworkURLSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B59F20AE3AC645168DD2A9379351CD /* GULNetworkURLSession.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A56F2610AF8CCE323668172007CE4462 /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = 65D09C82D64C5A2EDB7E599EB7160DFC /* FIRFirebaseUserAgent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A60BCBFD6EABE3B6D02BB8C7C26E97EC /* RACIndexSetSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 60140B3219A36C6C4B1D3EF191CF841D /* RACIndexSetSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A60C18305C35802FCC00D5E69B018D95 /* mz_strm_split.c in Sources */ = {isa = PBXBuildFile; fileRef = 92C7175DDFEE3888902FE38C529F1A02 /* mz_strm_split.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A6A6DD308EF1383CF3739A4431B6BC99 /* RACSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 685FC462A09E8B973D39E98F5FB0D6C0 /* RACSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A806C1F91999176464548E1DBB3B302B /* FBLPromiseError.h in Headers */ = {isa = PBXBuildFile; fileRef = B81DEBD594BE65BC2686D2DF3F682D19 /* FBLPromiseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A818DF199C8C4DFB7FC26302F1BE9CEC /* FIRHeartbeatLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A7B2B2645CDC8FCD150C6EBC9083957 /* FIRHeartbeatLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - A938F21CAC87C5F8AADEF955F9127E3A /* MASPreferencesWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 53BD260A894276BCA87C1DB949F61FA0 /* MASPreferencesWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A98B52095F9C489F119A94F427A11062 /* HeartbeatStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51BE34E44744AE297A333EB5BB59B390 /* HeartbeatStorage.swift */; }; - A9B6C5BB3BBDA9138B560342263FC7B8 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F50A944CD6CC4ACE7D51C19CB1375133 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AA931561A4727F3976D057564447B2D1 /* mz_strm_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = CA61BC9C3341FC1475881BCED935B4DA /* mz_strm_os_posix.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AAB0384853C90088036B7501CA8ACFE0 /* mz_crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = BB2FD6D5217B6B2FE76160EAF18BBB66 /* mz_crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; - AC437AB3F30FD2D50B2F02256A50BC22 /* NSObject+MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 06A954C57A2969512D89EEEB618DF443 /* NSObject+MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AD1D995C2CEE4E7E25CAEE364A9C7826 /* DDTTYLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 40CC7EABEF2944DCB92BFF0EAC1DF4E0 /* DDTTYLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AE4C6A459CA135ACA56556F0216D2589 /* FIRComponentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 750D4784392A940839C8C6199BB364B5 /* FIRComponentType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AE793D7A5BABA922A56226071BBCCA7E /* GULKeychainUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F68D95386C769D546500247D3D188FF /* GULKeychainUtils.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF1DB01173080909C4F51F9D6566FE46 /* GULKeychainUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E03CD3F4CEB5E26476BFB319430412D /* GULKeychainUtils.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AF68A38290AA2FA3DAFAD968E4E06B1F /* RACQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A12898DF91F3DB85C1E005984FF96AA /* RACQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AF961BC9B2EE1D8F1CE78A2EF19FFF59 /* RACEmptySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = B27D48BF0F0DDC61E642B3BC6545994A /* RACEmptySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AFA0423FC19D69E5C239C3FDB613AB26 /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = FB450E0AAB8EBA8D3BD094783F59F578 /* FBLPromise+Await.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - AFEC04D39C87AC443522A9F8446986A9 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AD129061A908E01C291997B5C2F56BB /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B01D0C7640BCE16285879367A57428D0 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = A25FE1EFB94164FDA9E3D4119F0A8543 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B056A8EC4695FCF5D3BA48FC95F02F6B /* CLIColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 627E0D220E600016FA7E99D7714EEE79 /* CLIColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B0C98A12FADD85724B284EB96967EA0A /* GULNetworkInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 835263838B5356B80988C6046BEBE257 /* GULNetworkInfo.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B1F775EF2B72976B19E925E75C8FEA40 /* DDAssert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C04CBFBA4E6040E4887EC32D4DC383A /* DDAssert.swift */; }; - B2C4971593724BBCC6DA58B5D01D1102 /* RACTargetQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = D9B5786B6DA830CEE84B272FEBF53FAC /* RACTargetQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D767077E12511712E5AAF1783BFDB1 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 33444CC38078B5392E768EE2B59EC0BA /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B33320880D9DB8519FE0AC78DA31293A /* DDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 544F5469D562B7DB99546A9A1D10B065 /* DDLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3BADF8B25C8615BC8A20C3C10481FAF /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4D92E50628B7E0C259156389E4E205 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - B3F532F24F2446BA09C191837AB9F49F /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 047B6B408EAFE9EAAD499F1DD0044004 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9DB047485ADDD9B38230D95E25D46115 /* GULURLSessionDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 097870E7428A9F712B3759B1D6052614 /* GULURLSessionDataResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9E0F4BFEB3736B96D2E36B0E31B37F5B /* MASConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = D83096C4EE15646411A884B9EA1477C6 /* MASConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E4B9B31724D2230D4A55D69E3759EFC /* Pods-Easydict-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B845C2ACCFEF00A5B6C2314BC9ACE0DD /* Pods-Easydict-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9E75571BABA8A9EF2AA615B065BEF700 /* RACScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = A7490B2CADAC1844B13F91EBBD3D3546 /* RACScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + 9EC0C540EC73C9BBEFEE86715ECFBB53 /* Masonry.h in Headers */ = {isa = PBXBuildFile; fileRef = B57D5A703EFE8A832AD500F712B1B8F9 /* Masonry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0301AED7E0391CEDD4C30D8DF6A1B1C /* NSString+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 721FB87D89FFCE1352ADD71C9C39259A /* NSString+MJExtension.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A05DB2FB1D83C0D2421A24F161B885AA /* FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 91FA0FDD6B2374A6FC8A6C0CED13E68D /* FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A0623BFD7D475714A4D9A91342435908 /* FIRInstallationsHTTPError.m in Sources */ = {isa = PBXBuildFile; fileRef = BADE000CA966C319BA895E91F5361664 /* FIRInstallationsHTTPError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A074AAA89A4F6553CDD7657E4D1A1932 /* FBLPromise+Recover.m in Sources */ = {isa = PBXBuildFile; fileRef = 1088011962B41BB05FFA5C274E83B3FD /* FBLPromise+Recover.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A0A2AC6868ABDA7BA54AA455D5E90F19 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 37075B61C8020B7A7CB021613B138852 /* DDFileLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A0C286BD41AE2F2CC527F45DFCD4A2E6 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 1216F2222AD755D83CFC72AE21FB4DD6 /* MASViewAttribute.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A167F93B4A04B07386B82F3C2F2972C1 /* GULApplication.h in Headers */ = {isa = PBXBuildFile; fileRef = 8062ECEC9215841648CF1B3B9107D401 /* GULApplication.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A187E01133F75585934F7DD31EC8ADF2 /* CLIColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC990F3DF692EE5558DBBB0E5D72A04 /* CLIColor.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A207A5AD4B0D27441A6A4F8E11E9A7AC /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C743748968F01120290F299E23FC3F5 /* FIRApp.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A22F05D6BA16470C55E1012F26456DDC /* RACDelegateProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 557BB68727D9DD4B9EFDF7D58C4B5E91 /* RACDelegateProxy.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A24B25C1DDDC90FAC2C5DC3B2FBCE95C /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = D2F961FDB27FBDBB3454E197F86590D4 /* zh-Hans.lproj */; }; + A24BFE02026020BC7C997A4F1E4476B5 /* fr.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F16A82C7EC9F57EFDB71FF043CD21865 /* fr.lproj */; }; + A2B3B17B767F3996298B9B6B240F2B96 /* FBLPromise+Retry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7109B0A2DDAB8E7A65DA12ED03C5A276 /* FBLPromise+Retry.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A2D4120DF4B0C5DBC0E0EAB3B1658687 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 3941552FAFDC69ECC509D8E44BF900AD /* DDTTYLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A2EC812DC322E4BDDC772EA662DB0A87 /* RACDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 97E328A4DD87E9FE87709D18BDAA36FA /* RACDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A32EB412D6CB2D3D10730EEAD893F000 /* FBLPromise+Delay.m in Sources */ = {isa = PBXBuildFile; fileRef = 356F8AAB06556F29966077EEF25F4728 /* FBLPromise+Delay.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A36B349F4F080AAA4038E80CBFCD0140 /* NSObject+MJClass.h in Headers */ = {isa = PBXBuildFile; fileRef = FEFB896011A1D3706413B471F8E6C5B6 /* NSObject+MJClass.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A3C6557D62B4C2802C1EA51FDFF82C2A /* FBLPromise+Catch.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C25309845E86C14CD13D81FDF7BB02F /* FBLPromise+Catch.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A3DC32B52A76CF168FE0D0171CD7ED45 /* mz_strm_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A8A24B76BC061855D8A3682C02E01F3 /* mz_strm_zlib.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A3EB36BC1B7ADA57B83261D66743A1F6 /* NSObject+RACDeallocating.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AF1D73AB1DDD191FA336326DECBE66B /* NSObject+RACDeallocating.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4387C455B8DFBCC22948EB90FD613C8 /* RACSubject.m in Sources */ = {isa = PBXBuildFile; fileRef = 228328454DA5EBC1C7F0318FDF3E42F3 /* RACSubject.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A46DAB3244DDC84E1041F9C2CDFCC5AE /* DDAssertMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = BED1D385DA3C6E272DC00D351491E3F4 /* DDAssertMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4E0666FA7CB73704AFAE5A087AD02B6 /* RACIndexSetSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 5D4F6994ABB3DB753CA22012174A8C46 /* RACIndexSetSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A4F447FA7122B13300BD80CE080444F7 /* mz_strm.h in Headers */ = {isa = PBXBuildFile; fileRef = 51BC553337FF26DCF9EF5755B7B44BB6 /* mz_strm.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A55DD56A53EBB256D72969A74D7301F2 /* FIRInstallationsIIDTokenStore.m in Sources */ = {isa = PBXBuildFile; fileRef = CD5DC866D98962F3A4B6A7AD5D175683 /* FIRInstallationsIIDTokenStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A60BCBFD6EABE3B6D02BB8C7C26E97EC /* RACIndexSetSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 31B55C21667E2DCB8789BC832C9FC904 /* RACIndexSetSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A60C18305C35802FCC00D5E69B018D95 /* mz_strm_split.c in Sources */ = {isa = PBXBuildFile; fileRef = 6A5A8E31977C284EA665924C427AB3A1 /* mz_strm_split.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A6A6DD308EF1383CF3739A4431B6BC99 /* RACSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 12A0D2D8FBD116D7A524BB5C16AAC814 /* RACSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + A79C57C6DE3B4F02A99D3D8C8FC0FB5C /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = FDC96DB9E2286CD18FCDD76F2BAC48E6 /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A8F9DD43A5866C7F426A3AB0EB38BF6A /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 97B257C79234BF7A57FE4C24FEA863D9 /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A938F21CAC87C5F8AADEF955F9127E3A /* MASPreferencesWindowController.h in Headers */ = {isa = PBXBuildFile; fileRef = 19071200D8292A552094C2D90F49345D /* MASPreferencesWindowController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9B6C5BB3BBDA9138B560342263FC7B8 /* AFNetworking-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E4A95C01CA058D440F068840F4BB8B16 /* AFNetworking-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A9FF5FD6A2BDE1A9B177AA61B919190E /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 651D1FBA2D5B1352140AB3F0A5D4A92D /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AA43BC70054FA5FE5B8FC4BF78E41531 /* FBLPromise+Await.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F66654386303904F5D472369257D0E7 /* FBLPromise+Await.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AA931561A4727F3976D057564447B2D1 /* mz_strm_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = BDFEAB38A6302DE25B3F584971E60306 /* mz_strm_os_posix.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AAB0384853C90088036B7501CA8ACFE0 /* mz_crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 1696B7746DA4DAD8A3339500AEE62CDC /* mz_crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AAEEAB4C69E22DD6B2FB8A666BFC3B6F /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = D7BD7E06F3D61E29B1F6387EEA6B3E7B /* GULAppDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AC38B73CE1A68CA06C95ADD564D5FF4A /* pb_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = FE7D523E6BF728C7F75CE33AE3060A3F /* pb_encode.c */; settings = {COMPILER_FLAGS = "-fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks -fno-objc-arc -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AC437AB3F30FD2D50B2F02256A50BC22 /* NSObject+MJProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = D8A9AD1DD4112D45B783D5777A02576D /* NSObject+MJProperty.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AD1D995C2CEE4E7E25CAEE364A9C7826 /* DDTTYLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DD34229AF875CA2BB42627409450C36 /* DDTTYLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ADFF4D9CFC418765E4112C8C2E456526 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + AF68A38290AA2FA3DAFAD968E4E06B1F /* RACQueueScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A9F6EF6CDD9ACB7D16D471BE9789F81 /* RACQueueScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AF961BC9B2EE1D8F1CE78A2EF19FFF59 /* RACEmptySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 68ED148A8847B1D50D3D30AD813650A0 /* RACEmptySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + AFBF9C8B977A32CE723C22BE4D8BEAE0 /* FirebaseCoreInternal-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D1E43A93B994303569AB90BEEF5B94FE /* FirebaseCoreInternal-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B01D0C7640BCE16285879367A57428D0 /* ViewController+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C48CF3889F7CC509A00507D6E2D9185 /* ViewController+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B056A8EC4695FCF5D3BA48FC95F02F6B /* CLIColor.h in Headers */ = {isa = PBXBuildFile; fileRef = 11C14330886E5A2D964044EB7E674BDA /* CLIColor.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B08A36083E1685A7CDA85E132525CD07 /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 7401B9C803F1A7C834BAEEA19766E5FB /* GULUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B18B8CCC5168742B25F70F31D9FD68FA /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = A2F110F7E3CD18C0E7AC8FA1D16A91A8 /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1F775EF2B72976B19E925E75C8FEA40 /* DDAssert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38A90E02DC652DFA0FE334F5A57696F1 /* DDAssert.swift */; }; + B26BF9DF5132BE5ECA93A15E7028566D /* Pods-Easydict-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D610BCDDE18DC2909FCA3135208FAB9 /* Pods-Easydict-dummy.m */; }; + B2A1C267A4FA617139A2996370FAC121 /* FIRAppInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 9577E7D400FA9BA921E529F3F1DF30E7 /* FIRAppInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2C4971593724BBCC6DA58B5D01D1102 /* RACTargetQueueScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F0C38C5326842A490DFBBF5B03DAE7F /* RACTargetQueueScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D767077E12511712E5AAF1783BFDB1 /* View+MASShorthandAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 40485717279F8CC060D824DE4BBB7FC6 /* View+MASShorthandAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B33320880D9DB8519FE0AC78DA31293A /* DDLog.h in Headers */ = {isa = PBXBuildFile; fileRef = E7B179521A405A97ACAD7B9DD87F93EC /* DDLog.h */; settings = {ATTRIBUTES = (Public, ); }; }; B43CC37C065E2EAAACF54568F9271A81 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - B445F07005215B37980C2A024EEC2A2E /* JLRRouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = A8A265FF29CE15489289BE1050DA6209 /* JLRRouteResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B5D8224B00DA2EC9A88614D4047CBBCA /* DDLogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B53E76BA286CD016D031C9C22BEE077 /* DDLogMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B613CAE3FF82BC0DDAE93524291C1480 /* FBLPromise+Wrap.h in Headers */ = {isa = PBXBuildFile; fileRef = A57E810C57E31937BFFECC46206FAF73 /* FBLPromise+Wrap.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B66E9352186FA183F800AD52E6E0F3C2 /* pb_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D3EC981CA50047587A5396D011261B0 /* pb_common.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B79696D30B3F5191904052EAF05C2151 /* NSObject+RACAppKitBindings.m in Sources */ = {isa = PBXBuildFile; fileRef = 40106C6B23760C3F9B8546ACCAAA3AD0 /* NSObject+RACAppKitBindings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B445F07005215B37980C2A024EEC2A2E /* JLRRouteResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F3E537F638980B801A7419E062F394B /* JLRRouteResponse.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B515502B61794263194F503D9EB9FE9A /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B0350CECFDC35CF0766EA8897930A1A /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5D8224B00DA2EC9A88614D4047CBBCA /* DDLogMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 79D512A8E09C598C419820576FE6DA4F /* DDLogMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B5EA4F3F3003C5BD04615914B9A258B3 /* pl.lproj in Resources */ = {isa = PBXBuildFile; fileRef = AF1271FB644143574B2BAAA2317AB147 /* pl.lproj */; }; + B63462B3CD61602D6A166873DB57819C /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 807CEC1798BCCF6B4528EA1BF3AE4323 /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B659081FDA6F637E1D8378ADFE0C29E6 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 800327BFBF4CF160579DCAD1423DACAF /* GULReachabilityChecker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B6E188F24B02DB0072170701DD10F972 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E5819E3C27BD692A8EED522C6EBDD69 /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B71B1A0555FA4C5458FE22D5F8160E10 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 885E049EFD1F52E72FF2A6EB9971D005 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B79696D30B3F5191904052EAF05C2151 /* NSObject+RACAppKitBindings.m in Sources */ = {isa = PBXBuildFile; fileRef = C28AE8674B4D5AEF0A24571E0C850F7A /* NSObject+RACAppKitBindings.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; B7FE21CBE9E55AAB77769EF33369909B /* MASPreferences-MASPreferences in Resources */ = {isa = PBXBuildFile; fileRef = 9D635ACBDB58BEC168F692A7F0132B89 /* MASPreferences-MASPreferences */; }; - B843C29FE9D5BCCD42B4DC51141173B4 /* RACChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = D57483A7D62932379BB26E245E317823 /* RACChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - B9081AED27E3F943F19570A6153FC4BE /* RACmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = C3A2E67C6405F2B619C4AC5C00077B7B /* RACmetamacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BA6C5F054C06296A9309B41979978171 /* DDLoggerNames.m in Sources */ = {isa = PBXBuildFile; fileRef = 39CB494C54822FD7F3C452A870A03558 /* DDLoggerNames.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BAEC1CE28F4FE728CC12D9EB776BAAA0 /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = B458981F43DAC1B065927DC3C459C76D /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BB1B59672765D5D2F40D00CF97C4DD64 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; - BBE1B10F56669463F6558E212C4DEE71 /* FIRApp.m in Sources */ = {isa = PBXBuildFile; fileRef = 58E6A0E080546253762BA7E1737E0355 /* FIRApp.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B8376FB055FE342C143FAF0377BE44EC /* FBLPromise+Catch.h in Headers */ = {isa = PBXBuildFile; fileRef = 836B0DDCDE38776EAE2E15031A357BB4 /* FBLPromise+Catch.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B843C29FE9D5BCCD42B4DC51141173B4 /* RACChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = D5BFDFBF0ABD54A7C92688431DBF35CB /* RACChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + B9081AED27E3F943F19570A6153FC4BE /* RACmetamacros.h in Headers */ = {isa = PBXBuildFile; fileRef = D7233701B2195F283DD9FDF2EC34F65A /* RACmetamacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B96168BA1D52D7361264E1E1B4B25E51 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = D3313CAA6148F95534BA8D84A005F701 /* FBLPromise+All.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BA6C5F054C06296A9309B41979978171 /* DDLoggerNames.m in Sources */ = {isa = PBXBuildFile; fileRef = F607AB94AC908DA20BC3046B622481EF /* DDLoggerNames.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BAF84D3676EDD761D14E9BCCE51DAC5C /* GULReachabilityChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = E1BE937A066E3A68A79FEA190F39BD15 /* GULReachabilityChecker.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BB83DA94250702759CD2A99819D20DCC /* NSURLSession+GULPromises.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BAB6DB2AF03B53732C5750679D1D7C2 /* NSURLSession+GULPromises.h */; settings = {ATTRIBUTES = (Public, ); }; }; BC37334FECA38F44C28F422B0364387A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */; }; - BCCEB652DF206B6D1C4F198CC8502021 /* GULNetworkInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B2960659D759E2D577A273EBFB9AA16 /* GULNetworkInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BC8F75AB45086D554CB028BD4BA487D3 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECCE041C55AD4C3854AD0275D3EB93C7 /* Storage.swift */; }; + BCD7464661024546F6E981253804DD94 /* FIRLibrary.h in Headers */ = {isa = PBXBuildFile; fileRef = 5DE6757E88885093A6297D52CEBE9F4D /* FIRLibrary.h */; settings = {ATTRIBUTES = (Project, ); }; }; BD227A88D50B87748A8DB3C7D5C73656 /* MASShortcut-MASShortcut in Resources */ = {isa = PBXBuildFile; fileRef = 230F8208BE63C052A548A7D41A1158B2 /* MASShortcut-MASShortcut */; }; - BDEA39690C9B32888031D9507233D855 /* NSURLConnection+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B162DECBC1E213DE303D429F0A80A34 /* NSURLConnection+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BED8E888D106997872D17351EDCAD07D /* NSString+RACKeyPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BCCF34D393DF8755877EA0DDC5C239D /* NSString+RACKeyPathUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - BEF4CC97D88ADCD73B93AA179F7E1802 /* mz_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = B895D9F9C9285B20C3912A9469B29FC0 /* mz_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; - BFB6F43CCCF2D46EB5DC2708363090ED /* FIRInstallationsStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 22FF5DB1B4F09DB5E4243157B967B147 /* FIRInstallationsStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C01D5A208773F5FC492970AC321DDE49 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = E55BEF8F9C01938ED74FE9FAD9957DEB /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C045F6A0277C6F70BFF8A833F50D7572 /* RACTestScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 043D38E408E09D039542D315367A3489 /* RACTestScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C16651D6E856FBD9B69CF5E2817BB0CF /* FIRInstallationsIIDStore.m in Sources */ = {isa = PBXBuildFile; fileRef = A0B8B622E89FEED8CAEB35013F9FCFEE /* FIRInstallationsIIDStore.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C29320E20783BC40176A01DAD5E4EDAC /* RACCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = F6E7A66874A13478A4DEE7513C847AC1 /* RACCommand.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C30DB8F46569FBD4D1C7D7DA0E4B67EC /* mz_zip_rw.h in Headers */ = {isa = PBXBuildFile; fileRef = F6C53EF74D9ED6699B523FC1E80D29BB /* mz_zip_rw.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C380FEDE48B95A70F3F4976FEEFB8D78 /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7F1E40BD0CDA8E3D2EAFC1C269B30893 /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - C3D87040A83EA6075D62B4CDB7652116 /* NSObject+MJClass.m in Sources */ = {isa = PBXBuildFile; fileRef = 41B8812B3CEEA4F0AECD64E7AE86D790 /* NSObject+MJClass.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C3EA4DC3E450DEF5ED2E5F1E092BACBC /* FBLPromise.m in Sources */ = {isa = PBXBuildFile; fileRef = C522E98E447A8A58A0837A1524570627 /* FBLPromise.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C404C936161582DD236AC6C32EB0A44E /* RACDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D44B5CBE6B5D53B521B500B83F16DC1 /* RACDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C50E4AEAA79D1607A1303F7A63AA4392 /* RACSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A4503FD8D6CE1430DA58C82052F8E9B /* RACSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C633E62BE35A79083D0CFAD950438D06 /* MJFoundation.m in Sources */ = {isa = PBXBuildFile; fileRef = B908ABEC9AC3390E0CC7C073E36721E3 /* MJFoundation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C6A6D25BCCBF4F4781E49D0C676F9818 /* ReactiveObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 35747E68633EA60A46D54A7D04B4ACE3 /* ReactiveObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C6FB12795146624A3745348B3897939B /* RACTestScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = CC5F1662C17473D3DAA25C58FF74F959 /* RACTestScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C772B21700DD2BD5C6C94840366F744C /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 42C00F9B1A1D9B1A0B71B4632BE1EA04 /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C79BE7915C9F88122EE4210D3DD8E79C /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 6612C0D6BC21F1D3AD6A1F1948C6352A /* GULKeychainStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - C8A7AD99D34AD9A5418C272E90AA793D /* GULUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = 287E32A0B2BAD1ACE7342594F91FFC04 /* GULUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CAC4CECFC6F6D4B664BE057DEF311C73 /* FIRBundleUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = E23188E6FD3A731A34304EFA2F6FDBBD /* FIRBundleUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; - CB96DD5B6FCE2C32103DFB6178837A93 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = DB6255273A61DDC6BA0657B642FE4792 /* AFURLResponseSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CBF16C576CF899BF7299CEF8F839A3A0 /* FBLPromise+Timeout.h in Headers */ = {isa = PBXBuildFile; fileRef = C3754248866FE9BB56E970404DACBC24 /* FBLPromise+Timeout.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CC17F63B1DEE6D32B54212F1254A8222 /* FIRInstallationsLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 36F214DF65AD267C41859CF54D0FFC47 /* FIRInstallationsLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CC98B80E4E01EEE45C3DE01882693891 /* RACKVOTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 980AC595BAD91780EF16EA2F06233E70 /* RACKVOTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CCD4362E8522B5BC2820666098E91B93 /* NSObject+MJCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D055CB15A807C01C676DBE88A0830F /* NSObject+MJCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CCFE7851BCF0D1D1006B3A59A6A21A9C /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 7598DA896185B6AA2A36CCD54930A614 /* GULNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CD2457269E918F6E4B9691F143E58BD0 /* FIRDependency.m in Sources */ = {isa = PBXBuildFile; fileRef = 04F3597EEE784742B92F27E6BB8EB8D3 /* FIRDependency.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CD48B797D8CD59CF9DFD83DD38EF93A0 /* MASShortcut.m in Sources */ = {isa = PBXBuildFile; fileRef = F66C5DA628AEAA35C15C1229B138FE31 /* MASShortcut.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CD88789CEEB96BE0A419250A0CBD0636 /* mz_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = FF7D24B1FDB750D082EA6C4C506C71E3 /* mz_compat.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CE01329411A643C3D8BEBF2CDF7F4AD3 /* NSObject+RACPropertySubscribing.h in Headers */ = {isa = PBXBuildFile; fileRef = B67767EEA86F8D498BF073CE7A453BA7 /* NSObject+RACPropertySubscribing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE61BE07A118F709EAAFD0B1890FBD2F /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = BA611C306E6197F720EC7960B0F78DBD /* ZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE9F398B1DAD84FEA79B6E830A05E852 /* MJExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A0BAA45263B76C83E934406299202672 /* MJExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEA22B67F1AC2CA252B0FFA43C429B90 /* RACSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = F6F84DC6BF34A38F2B6464E6C4C6647E /* RACSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CEAC1513332CCD1A74CBB6E3B9160257 /* GULHeartbeatDateStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 44DFBB653B76BAFA7F74528057DF634B /* GULHeartbeatDateStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CF443E1D8984474E205256D55C8EDC39 /* FBLPromise+Any.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E5A0F25A33AAE2E6627143FE7633A21 /* FBLPromise+Any.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - CFD6B36369A0F6AF7567A2BECACCF01F /* GoogleUtilities-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E4DAACE2E57E164555CC53706176C97D /* GoogleUtilities-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CFEA92A58B4128629FAC581DDAC74D04 /* FIRComponentContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = F80D2B19B1EE1E3899423621E1B81B70 /* FIRComponentContainer.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D2B90BAE847AE8FEC37D87D24E324863 /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 08E4114E5007B4CEDBEC278A9370C186 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D2E98075AEBEE849065B09FE18CFA68D /* _ObjC_HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1806A07E7CF6CA71BD5C56C5F8B3D20F /* _ObjC_HeartbeatsPayload.swift */; }; - D3AA5D2DC4CB6C91C4EB83EEF49C48FF /* GULAppDelegateSwizzler.h in Headers */ = {isa = PBXBuildFile; fileRef = 377BAF8ADD5C343F8800CCABCBA38032 /* GULAppDelegateSwizzler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D3BE1FD3043309DAF610AC08ACE160D2 /* MASPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CC55F44352370169F84C3BF15DA36CC /* MASPreferences.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D441B48B193F0384A29A2FDDF9FB0D56 /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 90ED0249FFB72A538C343C6F92A48907 /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D47A1B561A6E7A150F86DB585B5FB282 /* FIRVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AFDA56968FA7F52ADD558AE1F40CC88 /* FIRVersion.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D49FEE7B31C8EE134E0A15331DF86564 /* NSFileHandle+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = D70F6BCC60410F79F03B6C767FAF8702 /* NSFileHandle+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4C959ABE1AF2C19B1CCE80E18A4D8C3 /* NSSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = DA97D15CBF327ADC6C6F83F45FC29F03 /* NSSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D4D0288CF43797B7CE975A05562A04A8 /* IsAppEncrypted.h in Headers */ = {isa = PBXBuildFile; fileRef = C8EEAC52E9C20F9906EACFDBC71412DB /* IsAppEncrypted.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D5E0AD6F8F7F0C764B4BB90919EE5C1E /* FBLPromise+Race.h in Headers */ = {isa = PBXBuildFile; fileRef = 1391FBA196CF4D021D5B572050A4F88B /* FBLPromise+Race.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D657FAD184CC0EAF892643EE5DC71390 /* FIRLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = CF27EC3D1CC53098269E0FD8FED1952A /* FIRLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D6B9216743757D8CCF0DC1BAFAAEFBE6 /* MJPropertyKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 760B64647052C0A405923802E2EA0ED9 /* MJPropertyKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D6DFB6F5115E9971FCD81C378255F6A7 /* RACErrorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 192A15F20E59A90657816317DF581DA3 /* RACErrorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D73AB871B459D3389C55E4DF695FCD25 /* GULSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 53B27CA1C55A4872DCB4D05BE286AABF /* GULSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - D75921CECF780F790933BD025E2811C0 /* RACScopedDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = FDD65183CCF525620A3B5F3BF1918AEE /* RACScopedDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D78572D1CDA75EEEBEA8728F6E032FC2 /* FIRInstallationsHTTPError.h in Headers */ = {isa = PBXBuildFile; fileRef = A4AC1FD3ACE294C5C5DC3BEC9572C266 /* FIRInstallationsHTTPError.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BD6D191E610E0FAC317ED1E5601F2B6C /* GULKeychainStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 50F3F1E3232B390985BFF4A760A84300 /* GULKeychainStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BD6F67DC54C8D51899F961570D881318 /* it.lproj in Resources */ = {isa = PBXBuildFile; fileRef = FCAC1EBEADFF0C78BD2962EBD894CC03 /* it.lproj */; }; + BD714C2F54A348222F0DDB1263B4F1CB /* GULNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = DE617F10A06EB9E684837E0BF4D9BA15 /* GULNSData+zlib.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BDEA39690C9B32888031D9507233D855 /* NSURLConnection+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 01989D5A61FA443FECBDCD16334D8B7E /* NSURLConnection+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BE140C2F6E2CECFC1364D7549978F9F8 /* GULHeartbeatDateStorageUserDefaults.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB65F6078C7F032F00014FA15919D6A /* GULHeartbeatDateStorageUserDefaults.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BE7CE16741C56AA17D24CF94CEA7F345 /* GULNSData+zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 8067BB17D159E6A90A3C2FCABE0DD198 /* GULNSData+zlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BED8E888D106997872D17351EDCAD07D /* NSString+RACKeyPathUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 25A9C050A07A0793AD00F09ADE539DFF /* NSString+RACKeyPathUtilities.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BEF4CC97D88ADCD73B93AA179F7E1802 /* mz_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BC467D15870B8C6FC1C7A7C0F593CFE /* mz_compat.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BF2C249F3A370622008F4056E6A78492 /* FBLPromise+Timeout.m in Sources */ = {isa = PBXBuildFile; fileRef = ED983F64756026668D09501F1563E948 /* FBLPromise+Timeout.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BFE03937C652F809754555E5BA8FC35D /* FIRInstallationsAPIService.m in Sources */ = {isa = PBXBuildFile; fileRef = 79EA3648C01A6ECAA38DFC3F74B08E53 /* FIRInstallationsAPIService.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + BFF5829DA95BA3CDD9E662CD926F7A14 /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = C9D039783C5CC977519A26B373D7FD73 /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C045F6A0277C6F70BFF8A833F50D7572 /* RACTestScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B0FC78387EBCA6A0E8EF914BE301E53 /* RACTestScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C06385072E4D949535855C0260BA5D86 /* GULLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C48412414FCB6524F67F7ABB4252CD5 /* GULLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C174448FA4D002F78F92EBEFE854B081 /* GULReachabilityMessageCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A8260AC4BA20BBD9754C7ABA73E7612 /* GULReachabilityMessageCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C29320E20783BC40176A01DAD5E4EDAC /* RACCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = E7CB95CF93322B5967E21200F6867801 /* RACCommand.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C30DB8F46569FBD4D1C7D7DA0E4B67EC /* mz_zip_rw.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D03643D58DBD82254B410C18B195FFE /* mz_zip_rw.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3D87040A83EA6075D62B4CDB7652116 /* NSObject+MJClass.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F241619A541ABD069A7014DECEC0B14 /* NSObject+MJClass.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C3E149EB33506EF1C57438EFF186DD86 /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = 838B55C8232B43664D1EBE7D0C834DED /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C404C936161582DD236AC6C32EB0A44E /* RACDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = AAD92ED55A3CD964F003909D6E91CCAD /* RACDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C43622BD96DB36055B67D230BA92F1CA /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = F4194A2E868449470CEE51F77D1115C3 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C50E4AEAA79D1607A1303F7A63AA4392 /* RACSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 14FE172204EEC7EFF18535E54D110C47 /* RACSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C5ECFEA076178947E7B92B835F7F533A /* MASPreferencesWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = AD50EA0E4AB5CE6FB7EFD090927BC9D1 /* MASPreferencesWindow.xib */; }; + C633E62BE35A79083D0CFAD950438D06 /* MJFoundation.m in Sources */ = {isa = PBXBuildFile; fileRef = A6F2D80C11E7A6A356C5B90B5887D3E4 /* MJFoundation.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C69020D9571032BAFA9CF5B3D9486191 /* FIRInstallationsAuthTokenResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F2221C99C3DD4C7B3C999F375058D97 /* FIRInstallationsAuthTokenResult.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6A6D25BCCBF4F4781E49D0C676F9818 /* ReactiveObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DFF69351B3211E1FDCBAFD85B0E74620 /* ReactiveObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C6FB12795146624A3745348B3897939B /* RACTestScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 05617FD0AC7CBA9EFA2466624D613169 /* RACTestScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + C8ACDAB20390B752B2ECD94974638CEB /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 310DA6027F415BA5AA434592F59F0BDE /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB96DD5B6FCE2C32103DFB6178837A93 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 2FB1DF5310320D16A8BA49E938BA0294 /* AFURLResponseSerialization.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CC5CF9E9C4486881B6CD156BC228B076 /* FBLPromise+Validate.m in Sources */ = {isa = PBXBuildFile; fileRef = 487DC4BC252802B6305A6375AFA303DD /* FBLPromise+Validate.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CC98B80E4E01EEE45C3DE01882693891 /* RACKVOTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E8008C936365262215EDEAD6C778B67 /* RACKVOTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CCD4362E8522B5BC2820666098E91B93 /* NSObject+MJCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 308C0D586EE22628B1AE756572FCB6B2 /* NSObject+MJCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CD48B797D8CD59CF9DFD83DD38EF93A0 /* MASShortcut.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C855E705299594A5639716F45342FD7 /* MASShortcut.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CD88789CEEB96BE0A419250A0CBD0636 /* mz_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 7F4EBE7C85C4370C142CC2643D538076 /* mz_compat.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + CE01329411A643C3D8BEBF2CDF7F4AD3 /* NSObject+RACPropertySubscribing.h in Headers */ = {isa = PBXBuildFile; fileRef = D97581AE939EF78CE56239297A12407C /* NSObject+RACPropertySubscribing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE61BE07A118F709EAAFD0B1890FBD2F /* ZipArchive.h in Headers */ = {isa = PBXBuildFile; fileRef = 815426D6ABB66E184452A40B90DC3CA3 /* ZipArchive.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CE9F398B1DAD84FEA79B6E830A05E852 /* MJExtension-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 00937094A094D74805BF9022C69318CB /* MJExtension-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CEA22B67F1AC2CA252B0FFA43C429B90 /* RACSubscriber.h in Headers */ = {isa = PBXBuildFile; fileRef = AE899DED026AAA0A75028A11263B5B6B /* RACSubscriber.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CECD7D896C8651C351C54F4125218C03 /* GULHeartbeatDateStorageUserDefaults.h in Headers */ = {isa = PBXBuildFile; fileRef = E457F74AECE2320DCE950E1DF17109B8 /* GULHeartbeatDateStorageUserDefaults.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF292FF382748CF8AA4B4E19104BC4FA /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = BF63251E8525BD4450DC6BB40BB0E029 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1A020B06688EF3053559B3389A9AB51 /* GULNetworkInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 305BFA0ED015F8A2DD461F54E671F777 /* GULNetworkInfo.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D1F9943FFE98079B9701DA3FC736AB11 /* FBLPromise+Retry.h in Headers */ = {isa = PBXBuildFile; fileRef = 0AE82E3DA8D7C4CCD83F4D4303365BCF /* FBLPromise+Retry.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2B90BAE847AE8FEC37D87D24E324863 /* View+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = FE4CB1ECE1E32D51F1E6DE04F5E4B355 /* View+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D2C001FD370182DE117DA936DE1C8503 /* FIRInstallationsStoredAuthToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F63EF6975248B5997CE008F5A035F05 /* FIRInstallationsStoredAuthToken.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D36F44863379E3624EE533E5B3FB42FE /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = 198744065F3039E3EB1704548B732343 /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D39D021C6940C40788B0A2EA85AF1281 /* PromisesObjC-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 932D2B1E8DE91338F2E8A99F93C57751 /* PromisesObjC-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D3BE1FD3043309DAF610AC08ACE160D2 /* MASPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = A151C862C2BB06EA39BC845C0A4D63D0 /* MASPreferences.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D49AE22B1E18B88C7FB2220562597A56 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + D49FEE7B31C8EE134E0A15331DF86564 /* NSFileHandle+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 456926E1D98F37FCBAC8BA85ADD2651F /* NSFileHandle+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D4C959ABE1AF2C19B1CCE80E18A4D8C3 /* NSSet+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 22F3C47EB214E6813FE15419246D7B8A /* NSSet+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D5AF1A777B8ACE5BEF20C9BB7B593606 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; + D6B6D53181F7ADA9EA5727F1067D342D /* FIROptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 67A586BD7251FEEBC41A15D5666E24C3 /* FIROptions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6B9216743757D8CCF0DC1BAFAAEFBE6 /* MJPropertyKey.h in Headers */ = {isa = PBXBuildFile; fileRef = E51BB34BB868E9FE3CB2F29E71739EAC /* MJPropertyKey.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D6DFB6F5115E9971FCD81C378255F6A7 /* RACErrorSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = 6984642CE61208C684AEED3CEC81EC59 /* RACErrorSignal.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D75921CECF780F790933BD025E2811C0 /* RACScopedDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 636822632315AA5203488DFBCC8D3349 /* RACScopedDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7B27B87D478264632E7F12244957E45 /* FBLPromise+Any.h in Headers */ = {isa = PBXBuildFile; fileRef = 281AE480D017A661BBCB6A1B74E3EB44 /* FBLPromise+Any.h */; settings = {ATTRIBUTES = (Public, ); }; }; D7BACCDBCFD6D790639E01FF764A13F8 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */; }; - D822383056983AB8DBBB13D6581B4734 /* FIRInstallationsBackoffController.h in Headers */ = {isa = PBXBuildFile; fileRef = 793A7C9C43610EC870A0676F221E0546 /* FIRInstallationsBackoffController.h */; settings = {ATTRIBUTES = (Project, ); }; }; - D8C9030BBFC1DEC530BC8CA415D1B375 /* nanopb-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FB2BCA4CF07B536D08C018126E83DC51 /* nanopb-dummy.m */; }; - D8F8571369A17704F77E1ED3021180FE /* CocoaLumberjack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25AD4A08C31C8F70001894C053A7E263 /* CocoaLumberjack.swift */; }; - D91E7B587DB73A8C485B57A7C7D6AFB6 /* FirebaseCore-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B6228DFFD472D8AECA615124450DB5AC /* FirebaseCore-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D9DDF2E4C525EF8F639E0CDBB52B3F56 /* NSNotificationCenter+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = FBC195C7643381B4ECF9F06F68D36A92 /* NSNotificationCenter+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D9E78D4668420BFA9D041614AFFB22A4 /* GULReachabilityChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = 8C464BB87B50E1EE34759014BE1F4E50 /* GULReachabilityChecker.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DAB4D8569F95D1DF6EA46E745BE13082 /* DDMultiFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D78447B71BA8A98615CC759B1258CA0 /* DDMultiFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DABBB1262760EFBA785B17EA8E96F5FB /* RACImmediateScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 6FD236C4A9C3FE28B5AAC969E1DCBD0F /* RACImmediateScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DAEB8D9F100A8A22872C4ABB5391DFCF /* FIRFirebaseUserAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = B141C215E74D770A8724E99849592975 /* FIRFirebaseUserAgent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DC19322E1AC76B4FC16A52406F726CDD /* MASShortcutValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = E8F413775525AB446D53A28E9B98C362 /* MASShortcutValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC4CDE87E95F95C9AC37E91683698FC1 /* FIRComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 15D666A76A0211836C450E104E7CC854 /* FIRComponent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DC6BD38EAAEDFDE949D984D9E1A54E5E /* NSString+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = C5F892CA5A799718D581EFC7AEC96577 /* NSString+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DCFA26EA11F8C99F507E2F4A3C895715 /* MASShortcutBinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 20376865525378ACD5F8A0A172F6F1F0 /* MASShortcutBinder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DD382469B1A414039F0E5534D8A7F169 /* CocoaLumberjack.h in Headers */ = {isa = PBXBuildFile; fileRef = A9C24B2CA008C0BB9BAF812772501363 /* CocoaLumberjack.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD60B6F0A6F57A3203F89A83DB9DA28E /* RACKVOChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = AC07F0436D9773959DD00FF69C93F2A9 /* RACKVOChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DD8FFF67D74BD3A0B33676226E7B9074 /* RACSignal+Operations.m in Sources */ = {isa = PBXBuildFile; fileRef = F5D9AE1276B519BC52D30EB6A5DDCD7C /* RACSignal+Operations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDC8C594BD51FBBA9B1E9BF903917365 /* mz_crypt_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = 6CD8960113E8EA5396158286C7D80633 /* mz_crypt_apple.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DDF903E13EFEC9DF34DA4931E25CAD57 /* mz_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = A3AEF7359DCDBA2E91FF253A650D63D0 /* mz_crypt.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DE2D18458F26FD3078C49D1579C2ABEB /* DDDispatchQueueLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = CEEA6F353111C904701EF69770FD5F89 /* DDDispatchQueueLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DE5C95EBE816F475F7876F086A81D37B /* RACMulticastConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = B17E9A5FD4E475ADC09FF0860A074218 /* RACMulticastConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DE827AFF18DDB324518A4E1E02CC73FF /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 0980AE61E61641D1D345C5BD1D85C868 /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - DF34BBCA918FCCB145A912997E7C1700 /* mz_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 8C4158D16A134C331548292527690DDA /* mz_os_posix.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF3995875E0A180CA609AC93011CFE0A /* RACScopedDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A6BB9FA5473B6444BD5DB1E3434EEE3 /* RACScopedDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DF6667198931BF4CF8833E73A91B644B /* DDOSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = EAF9B7B0F6AFC404DAC1C15D3901D0B1 /* DDOSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DFA0CE53A18E1B10D1FF48D14E2BCE03 /* RACKVOChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B6E77A67AF2FC8679166895407220B /* RACKVOChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DFD3D7741356C89A72808D72BB3B7298 /* NSDictionary+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = EB6730691D1351195C95E33590259F2B /* NSDictionary+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - DFEA7F649892568F3DB20B6CC8C04F00 /* FBLPromise+Testing.h in Headers */ = {isa = PBXBuildFile; fileRef = D5FD1EF0F515CE441CAFB5EFF5347C15 /* FBLPromise+Testing.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E00C87C2F3A77AF33D8D18761E440BE0 /* RACEagerSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 6839D24E46ACAA92EC7B434A131C137C /* RACEagerSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E017BAFF21FC1FFCA4550F46A7621A75 /* FBLPromise+All.m in Sources */ = {isa = PBXBuildFile; fileRef = C63C08F1D42A2722B51847C3735E9D50 /* FBLPromise+All.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E04EF19B8D61D83DFE848F3C441C9E48 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 70751A57E425D328772E6E4FEBE5A8DD /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E0599F5B16B5FEAFE22991A67B2A03B3 /* RACChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = ABC0C4DE065A85F00F75E607446D0D1F /* RACChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E15140790FAE035434C8995CF5FB75D4 /* RACSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = A384AB9DC764DB45FCA0F8205F80417C /* RACSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E15CA15970D3B85AE90E3AD925D411EA /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = F959B79F2B1C0C1EE131249C6C2E4523 /* RACCompoundDisposableProvider.d */; }; - E1A65E122DDC1E06FAC465C08F5807A2 /* NSString+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F4B9D077AFF52994C4DCB28F8A0062D /* NSString+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E2E2A6AACEB89DDFB6434BA3AAF7B4BD /* GULURLSessionDataResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = D81E52DEE6A3D5AAA7DBC4E4568D06AA /* GULURLSessionDataResponse.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3075471866A5050A2B318398C8E2890 /* RACSubscriptingAssignmentTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = B8FCBC5F53DB63E76A2599F99723E50B /* RACSubscriptingAssignmentTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E362654BC529BD54F6B7F7A7E93084E3 /* GULAppDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 92C371FA08D1CE5B687693730362BB22 /* GULAppDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E369D09C64733430A7227B9612CC03F5 /* RACKVOTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = F160282FC8B7C0AF1D7683B418AE9154 /* RACKVOTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E36EDB7D9F3BF29441278396BAF57CC6 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = 07428419111208D360703A291E70E7BE /* FBLPromise.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E445F72759F8EFA05DEE8D36320188C9 /* NSObject+RACKVOWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AB3C86291662977BE74F237AF16762 /* NSObject+RACKVOWrapper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E4C6CA66822B8958F08B7BBFA27E4E03 /* RACSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 914FF669E7284F0E626B01A8E73C1EDC /* RACSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E640826D19B139E8D98B38304A804F51 /* FBLPromise+Then.m in Sources */ = {isa = PBXBuildFile; fileRef = DDF3DE7208AEE208EDA964D8EA1D1551 /* FBLPromise+Then.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - E65D60E3597E4A17834AEA20872F1094 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BEA946DA2409F28FDF2D796BA7B421 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68815D11DC1BDB8C793771D07986089 /* DDASLLogCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AFC7F56B42393A9523A547E55DA9790 /* DDASLLogCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E8322431126E5D9A7CAD0DDC97FDDB24 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = D371BDEB43CB71CA3BA33B41CB8BC7EB /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E8905332E322AA8C20CF95B0FD2FC6F3 /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = D9F1DDF5C4C0D5628DD7A3BA2FF44951 /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E8BA7D85CDCE36F37054F638D67D0203 /* CocoaLumberjack-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FB4EA758DDD1FE0B822702581540FA59 /* CocoaLumberjack-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E915F2E1B315C91CD81CE7D06883DF77 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 861236973289C6E2EA83250AE6036519 /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E964E1D758734818D2D1F29E04CF2AE7 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 49E910A6450B2D1A9A3B91FDA226F2BF /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; - E9AE0C8455FB34BD22F122828231B916 /* NSObject+RACAppKitBindings.h in Headers */ = {isa = PBXBuildFile; fileRef = 56E00986236947DCD43B4AE8EFFB61AE /* NSObject+RACAppKitBindings.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA819967C6E6F1B5E07557BF9328CCCC /* RACCompoundDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = FF9F2DA86A234847675359D5775460CF /* RACCompoundDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EABA2BDDACEED4C3B834C10BDF15778C /* FIROptionsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C157AB762D7B89C88A2896222F5683 /* FIROptionsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D7F5A2AB979F77A0D46F2AC7A0103DB6 /* FIRLoggerLevel.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F835BE6A88FA5B17C46936103F1BB91 /* FIRLoggerLevel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D8A55922B6812FC9829397C0DF800BB2 /* FBLPromise+Testing.m in Sources */ = {isa = PBXBuildFile; fileRef = DCF8B8392FCD68C0620D263B51D8EBC4 /* FBLPromise+Testing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + D8F8571369A17704F77E1ED3021180FE /* CocoaLumberjack.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFFA96FAF96F06260D6E95B3D00C4680 /* CocoaLumberjack.swift */; }; + D9A28EB1D22BBBB5AC1C21AE4C1E0E9A /* ru.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 6CF528AE70DFB88AB46A61F55BD5AAD3 /* ru.lproj */; }; + D9DDF2E4C525EF8F639E0CDBB52B3F56 /* NSNotificationCenter+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 544A4A739099EA454E659D9FBB498B70 /* NSNotificationCenter+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA444A558ADC11D8F1F0DF2CE04FC8E7 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = A72A3C87E62D7D3E61639198A611D5C7 /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DAB4D8569F95D1DF6EA46E745BE13082 /* DDMultiFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B11584128D1A594069F34242998B507 /* DDMultiFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DABBB1262760EFBA785B17EA8E96F5FB /* RACImmediateScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = EDCE3BB38A76D1DD9FCE273ADEB77FB9 /* RACImmediateScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DBDE89B8AA0CA0752F37A3DF65E549D3 /* FIRInstallationsErrorUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 960C488AF97D364CE7C952ACA867C5AA /* FIRInstallationsErrorUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DC19322E1AC76B4FC16A52406F726CDD /* MASShortcutValidator.m in Sources */ = {isa = PBXBuildFile; fileRef = 0678068DDDEE41A3641A901B676A0A48 /* MASShortcutValidator.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DC6BD38EAAEDFDE949D984D9E1A54E5E /* NSString+RACSequenceAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = EAD6BCC857883A56F898A1984C7D90CF /* NSString+RACSequenceAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DC8D366C7E3B2F176ED4C6C13C7B6EF0 /* FIRComponentType.h in Headers */ = {isa = PBXBuildFile; fileRef = 433054CBE18F323329CEF5966F056FE2 /* FIRComponentType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DCFA26EA11F8C99F507E2F4A3C895715 /* MASShortcutBinder.m in Sources */ = {isa = PBXBuildFile; fileRef = 6950392DE66ADE4B4FE19855DBF0E4E5 /* MASShortcutBinder.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DD382469B1A414039F0E5534D8A7F169 /* CocoaLumberjack.h in Headers */ = {isa = PBXBuildFile; fileRef = CEA60E13E7E05DABA6A49F7755D6A22D /* CocoaLumberjack.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD60B6F0A6F57A3203F89A83DB9DA28E /* RACKVOChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = F0FC77B68045832553C2BB776162AAC0 /* RACKVOChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DD8FFF67D74BD3A0B33676226E7B9074 /* RACSignal+Operations.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DDC90DC22E4C2D76B3656B0A0612768 /* RACSignal+Operations.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DDB6B0BA7C2C2554BBA3B61B0742B5BC /* StorageFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1035E1AB18F1A6A518376A5E6D8E8100 /* StorageFactory.swift */; }; + DDC8C594BD51FBBA9B1E9BF903917365 /* mz_crypt_apple.c in Sources */ = {isa = PBXBuildFile; fileRef = 924571F6AC5FF40E914BF29D1F803941 /* mz_crypt_apple.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DDF903E13EFEC9DF34DA4931E25CAD57 /* mz_crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 0110BB5735F84B5A78D9E11D3367EA5C /* mz_crypt.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DE2D18458F26FD3078C49D1579C2ABEB /* DDDispatchQueueLogFormatter.h in Headers */ = {isa = PBXBuildFile; fileRef = E1C4A096AEED84835E3D93C3F536B5BC /* DDDispatchQueueLogFormatter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE5C95EBE816F475F7876F086A81D37B /* RACMulticastConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 775695B24ED790C68FC4BFA045C4F596 /* RACMulticastConnection.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DEF4B83C73BC8FDEE5F8C2C99311DB28 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = AA52B8D9FD68313D6FCB95E0DDFC2AC2 /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DF34BBCA918FCCB145A912997E7C1700 /* mz_os_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 798E361571F4AA060DF1A2E980DFB78F /* mz_os_posix.c */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF3995875E0A180CA609AC93011CFE0A /* RACScopedDisposable.m in Sources */ = {isa = PBXBuildFile; fileRef = A82D3F60C0ADE3AD4D17D5EBDFE54032 /* RACScopedDisposable.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF6667198931BF4CF8833E73A91B644B /* DDOSLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFC229F726DBEAAD7C907A7265F291D /* DDOSLogger.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DF9E768B3A0958A5142872B18E3147C5 /* FirebaseInstallations-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BCE21F369D59091DE994736D4B873905 /* FirebaseInstallations-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFA0CE53A18E1B10D1FF48D14E2BCE03 /* RACKVOChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = C4CA756031513FE00EE1C81C9D2E830B /* RACKVOChannel.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + DFD3D7741356C89A72808D72BB3B7298 /* NSDictionary+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ACD2D1394CAAF3D32EC250379F07F71 /* NSDictionary+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E00C87C2F3A77AF33D8D18761E440BE0 /* RACEagerSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = EF4910BD36638AA2B7D4CC67FB562A20 /* RACEagerSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E04EF19B8D61D83DFE848F3C441C9E48 /* MASCompositeConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = A308F402FCA8BE3E4FF54B04C742FADD /* MASCompositeConstraint.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E0599F5B16B5FEAFE22991A67B2A03B3 /* RACChannel.h in Headers */ = {isa = PBXBuildFile; fileRef = B7718124CDAC2BE11F6E67EE92ACE4D8 /* RACChannel.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E129009534D17A3EA61B51C74932282D /* FIRInstallationsIIDStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D310332AD362E6F31BC5F1DB1FA239F0 /* FIRInstallationsIIDStore.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E15140790FAE035434C8995CF5FB75D4 /* RACSignal.h in Headers */ = {isa = PBXBuildFile; fileRef = D461D4602F8CB3D17822265A402E19C3 /* RACSignal.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E15CA15970D3B85AE90E3AD925D411EA /* RACCompoundDisposableProvider.d in Sources */ = {isa = PBXBuildFile; fileRef = 66A8DAA90E310716CC28E5BDBD8DF0B9 /* RACCompoundDisposableProvider.d */; }; + E19AF69C916CAAC05B696A5D3125F744 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E94A440A4A65D8B6DE9A7E01AB57765 /* FIRInstallationsItem+RegisterInstallationAPI.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E1A65E122DDC1E06FAC465C08F5807A2 /* NSString+RACSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = A41B9B1B80E753FF41CB662FD29A8373 /* NSString+RACSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E1FBE2498E622ABF66A6A21411C77F80 /* Heartbeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54175689327D9E68FF4336E7516781E2 /* Heartbeat.swift */; }; + E3075471866A5050A2B318398C8E2890 /* RACSubscriptingAssignmentTrampoline.m in Sources */ = {isa = PBXBuildFile; fileRef = BFCAB151010A383BE3F6621A5F5D4FF9 /* RACSubscriptingAssignmentTrampoline.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E369D09C64733430A7227B9612CC03F5 /* RACKVOTrampoline.h in Headers */ = {isa = PBXBuildFile; fileRef = FB2A143268D52FF5BBB04DF64E7474AB /* RACKVOTrampoline.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3899A9946709DB6264C0BBB1E28039F /* FBLPromiseError.m in Sources */ = {isa = PBXBuildFile; fileRef = FED4B20F9F37AA760C845E2F34FA0F31 /* FBLPromiseError.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E445F72759F8EFA05DEE8D36320188C9 /* NSObject+RACKVOWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 389921E2D70B42123FB317B6520A40D2 /* NSObject+RACKVOWrapper.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E4C6CA66822B8958F08B7BBFA27E4E03 /* RACSequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 939C38F8FF57DDB1F43A14E04872D110 /* RACSequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E4E6E9DD0F71C075538896FD3C70945B /* nanopb-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 587377CFCE852285575FAACD33C95927 /* nanopb-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E5761AD56EA65C921D1848D7F70031DC /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = D1740E011C98DA94EEFCCF7AA14E99E3 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E65D60E3597E4A17834AEA20872F1094 /* AFNetworkReachabilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8625BA7912FCD3E8C3F4F0164D184A73 /* AFNetworkReachabilityManager.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68815D11DC1BDB8C793771D07986089 /* DDASLLogCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 7251A13364581842DBE5CFCD3ED138BD /* DDASLLogCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E78A3381EE453E5E230658CEBC69F3CA /* FIRAnalyticsConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = B56E21D75711ADEB5F06A21D138D16DF /* FIRAnalyticsConfiguration.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E7902DCBFFCE6A5816F9C15C691AD48A /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = D35AE48B4AECD9F4337A2309406811C1 /* GULAppEnvironmentUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + E814549BD2C1F3A8953FD6F3F49F073F /* FIRInstallationsStoredItem.h in Headers */ = {isa = PBXBuildFile; fileRef = D8EE6922967604CD5001E7ACFD39D400 /* FIRInstallationsStoredItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8905332E322AA8C20CF95B0FD2FC6F3 /* NSObject+RACDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = EEDB49C0FCC38C223DDA084A0A9F0011 /* NSObject+RACDescription.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8BA7D85CDCE36F37054F638D67D0203 /* CocoaLumberjack-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E941053C62A8D21C4838A230DE0E2052 /* CocoaLumberjack-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E8C9F89559A605BE48C7442502CAF8F2 /* FIRConfigurationInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 0221DE8D728C350D534D435A072446C8 /* FIRConfigurationInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E8CCD2FFCDCB2432559837C3388DC17F /* _ObjC_HeartbeatsPayload.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2D83E4D974848BC7D7BA99C02A7C066 /* _ObjC_HeartbeatsPayload.swift */; }; + E915F2E1B315C91CD81CE7D06883DF77 /* NSArray+MASAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 52D479A78A3A5118E662D21A8414E25A /* NSArray+MASAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E9AE0C8455FB34BD22F122828231B916 /* NSObject+RACAppKitBindings.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BD5D2975831A06971A0C42808BF3A47 /* NSObject+RACAppKitBindings.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA7EC088FC3C944F9F2EA9B4CAB0D77D /* FirebaseCoreInternal-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C2BCEBECFD05A3F9A75B3295B6E465C0 /* FirebaseCoreInternal-dummy.m */; }; + EA819967C6E6F1B5E07557BF9328CCCC /* RACCompoundDisposable.h in Headers */ = {isa = PBXBuildFile; fileRef = 426ECB6ABD40607CC1761F4173B81394 /* RACCompoundDisposable.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EA827EACA81857493EC3BF86B9A7E0CA /* FIRFirebaseUserAgent.m in Sources */ = {isa = PBXBuildFile; fileRef = A0CB1C456FE022D16C6BD4056AF371FB /* FIRFirebaseUserAgent.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; EAD5BE06B3B5DCE3F97230426902815F /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - EB169FE87BA2FADF91380AAAC6D8FFB2 /* RACReplaySubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 44A5938B592CDC751EA5C7FFCDC48E7F /* RACReplaySubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EC3217E01954C6A48347C1F07CD72C95 /* RACEagerSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 76126DD632A0019B44A92B6A917BDC08 /* RACEagerSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECF8E0036E1A866A16E85FF223EDDFE5 /* MASHotKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 5859C52FC08015F54C46ECE6B553B717 /* MASHotKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - ED060AB935A27B3A0856B3138818913F /* GULReachabilityChecker+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E15B0A514B8F1A9B422901BE3B2C39C /* GULReachabilityChecker+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - ED8A70F508FE13CD7FEA34E890767DA5 /* GULHeartbeatDateStorable.h in Headers */ = {isa = PBXBuildFile; fileRef = B627682E7A53A66BCED57C263EEBC3F1 /* GULHeartbeatDateStorable.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EDAFE5260C83264B2C3F0C2DF3A05364 /* FIRHeartbeatLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BA54877E4F27E84EA72A0730CA15B93 /* FIRHeartbeatLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EDDCD019E5779C305C822EFB5FBD146C /* MJPropertyType.m in Sources */ = {isa = PBXBuildFile; fileRef = A31FBF89838193C99DF4F10BC44693FF /* MJPropertyType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EE424ECE443C88A654B2CC271E9F4874 /* mz_strm_wzaes.h in Headers */ = {isa = PBXBuildFile; fileRef = FE00140F5C6F9D079710F7A9A8F1C71E /* mz_strm_wzaes.h */; settings = {ATTRIBUTES = (Project, ); }; }; - EF6C63832640E6C32C8AD925D66B8164 /* RACPassthroughSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D78CD45035132AA642BB51D6DABEAD3 /* RACPassthroughSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EF9522478C1F9C1AE2B79C8E4B875675 /* RACSubscriptionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = A3170D9139D0144F2E2ABC804DC48531 /* RACSubscriptionScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF97DAD218C088FBED655073542DD1AE /* NSOrderedSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 437F6F26BE7C735F083034D4AB2C6BB9 /* NSOrderedSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - EF9C00E340B33BA67D9CEF5A2262D15E /* mz_strm_zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A14F6B3EA6481DEE62737D1C024149C /* mz_strm_zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F04000A157F4A60BBE08879421963D9E /* MASDictionaryTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 03E66F0A898FD37350BC6EBBD7EBB450 /* MASDictionaryTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F0A1D7D75657A49CD2646DCCBC5EDA9B /* FBLPromise+Delay.h in Headers */ = {isa = PBXBuildFile; fileRef = C9792DF54E48D169E467DCA88FFE27D0 /* FBLPromise+Delay.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F160F6622F6705018E6DF5DEE37EA0F3 /* RACSubscriptionScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = D273076AF2D74F264FE22B1BC85B9AF4 /* RACSubscriptionScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F17BACE2CB77EF345726F7D9E76FEFDC /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = A69A33AE9C7461A043CA8F315CB3BCCF /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F17D1F48BF71EA3D56458F9E65D3822A /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 0C448B6102D3720E0079E6D21AB942A8 /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1C6BF328BE0765041A4BD07697D1ACC /* GULNetworkURLSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 18F1B870BC7E22E62814C9DBD3D9CA9E /* GULNetworkURLSession.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F22CB23F2A73D5DA5ED851D94EA97285 /* RACArraySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 49140BE7C824423AB3AE1235A2706A0D /* RACArraySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F25C250EBE865764D2B4C8A712DCB307 /* NSURLConnection+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 286AAFC794015DB3189DF3D4F835ABE5 /* NSURLConnection+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F26985F5ACDEC583366DF4D1960C5101 /* FIRInstallationsStoredAuthToken.m in Sources */ = {isa = PBXBuildFile; fileRef = A1EEFD9879355154D34D3419DD3B398D /* FIRInstallationsStoredAuthToken.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F29AA39F3F4459869F0AB48F05C20C7E /* RACEXTScope.h in Headers */ = {isa = PBXBuildFile; fileRef = D3B924720F2525B0B35E6EE4822B5D26 /* RACEXTScope.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F2F454E618C6C806ECF6F238D6082CDC /* HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3EBF3F44A019AF03D13562999CDF8A9 /* HeartbeatController.swift */; }; - F35A88EC4B44BC6CA0452A1DB7E95A59 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 952087317CC29D90D291D1B2F202CCF3 /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4DC366B72E3095BE6FD056EC1C99E93 /* Heartbeat.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6BA0C49FF9BC5167CC49D6618015C60 /* Heartbeat.swift */; }; - F5A1C4CFAB62D869D0C96D89D5DF09A0 /* FirebaseCoreInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 41C0D3EDE8BADAD090196768E0AC12F0 /* FirebaseCoreInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6821BEC17A0BE43C392CC5012793DEE /* FIRDependency.h in Headers */ = {isa = PBXBuildFile; fileRef = 197ABEF43C67CB4D702E23A616337E6F /* FIRDependency.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F6B1EEB3CD0AF658C818752272603987 /* FIRCurrentDateProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 532B2C7BDACD190C51A1B8375BF91D1D /* FIRCurrentDateProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F825084483FF6AB4288385D41C2FA424 /* FBLPromise+Validate.h in Headers */ = {isa = PBXBuildFile; fileRef = B3C515D092070D44465A22189264191F /* FBLPromise+Validate.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8C49CDE272D461C160CB0CDFF3FD6D8 /* RACUnarySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = C08012BDBC112D17F57D2523EF132251 /* RACUnarySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F910BD786EAC0827455DD4EB4F8BFF91 /* FBLPromise+Do.h in Headers */ = {isa = PBXBuildFile; fileRef = F166B8E7D450BA301EAEBCC0B6092485 /* FBLPromise+Do.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F94FF774BDA8F9371D430F0E756FC3E1 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = 31B22A96E2577EED585708E05FB25C01 /* FIRInstallationsItem+RegisterInstallationAPI.h */; settings = {ATTRIBUTES = (Project, ); }; }; - F968724F52CDF671F14C391CDAFDF4D8 /* NSObject+RACDeallocating.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B929C3E868F199CC2E67F084F275F43 /* NSObject+RACDeallocating.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - F977D6C26D67BB9F71EFD5FBC5645B56 /* GULAppEnvironmentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 91651C5970D55CEE02527B3ECC985EE8 /* GULAppEnvironmentUtil.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FA016446F7567550C68525173AC55E2E /* _ObjC_HeartbeatController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0270AF95EE25EF539A72405D4F56FEA8 /* _ObjC_HeartbeatController.swift */; }; - FA52C929CAA789474C35E7555E3A34F3 /* GULHeartbeatDateStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = DC9AE1C4D7B08A8B23C5D914935227F4 /* GULHeartbeatDateStorage.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FAF1C8AD9786710E14B29870986B87A5 /* zh-Hans.lproj in Resources */ = {isa = PBXBuildFile; fileRef = F0703A3F39B1DB81B7FB2ADEE5CBD044 /* zh-Hans.lproj */; }; - FB01A21AFF27B369AD27C4F56DD69A44 /* NSObject+FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 85D9AA6920A3422A5D6BEADEEB351FFF /* NSObject+FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB03F545B645582F1C713E263B5415D4 /* DDAbstractDatabaseLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 175EDBC1469453E34C0AB1435EC8706F /* DDAbstractDatabaseLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB0E753CFDE3A4CBC3BE0CF0150B5964 /* GULNetworkLoggerProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = E66976B548CE5067C6FB8496374EFECD /* GULNetworkLoggerProtocol.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FB16E6DA740554ECF92A48EEA02E392B /* GULSceneDelegateSwizzler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F81E58C21DCE9B23B65051A2BEC209B /* GULSceneDelegateSwizzler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB47863E0EB625ACB20647FA758ABFB9 /* MJPropertyKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 3023D63F9D741F704444CC478199CCB7 /* MJPropertyKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB5F7FF62513F0DEB185C232F886B6EE /* FIRInstallationsItem.m in Sources */ = {isa = PBXBuildFile; fileRef = C1F28E300B0C1643214B9138D8BDD47D /* FIRInstallationsItem.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FB8AFC91637879CDC139F8453DE87F29 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 45DB9F4D32F17AD8972525F9831FEF1A /* MASCompositeConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FBD272BE5EA05F5FF4553A864B196C78 /* JLRoutes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 382A22417DB429648F54B0C0AF2343EA /* JLRoutes-dummy.m */; }; - FC01EA7BAB67836B2F93C5D8551BE6DF /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CA5B8A0CC2A04D65296811FC21EAEFB /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FC9069E27B04DCA0AF361D261C5A5E6C /* GULOriginalIMPConvenienceMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = BB4DDD9194BC17B371DA38E9826F48A3 /* GULOriginalIMPConvenienceMacros.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD122F97B3EDA7EAA1A788AE1D6A8B78 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */; }; - FD33862AA28A79703A340ABBAD888754 /* FIRApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EE40000F23331F27B54AEEFA0AE619B8 /* FIRApp.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FD68516225C24EB2327FB1AD595B4DAF /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = E53C728E70FBF290AADC197A3B3D9127 /* NSInvocation+RACTypeParsing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FDE9F7D0CF7E9A3B28E12BF7F210E1F1 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 205C1F0396927DDE56C2C54DEB99980B /* ViewController+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FE1969D109E4271946EABE52FB085C5C /* GoogleUtilities-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2519D7A49AC07097DF271452B3A8F167 /* GoogleUtilities-dummy.m */; }; - FED65D6D50F9ECAC2D12C98932742DCE /* ReactiveObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9900E1B25AF91223A482143ED0CD4F44 /* ReactiveObjC-dummy.m */; }; - FF097723176FF0B345A5E0C2615B0B61 /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 1EE141A9AFAC044BF8548F41B1ECEE92 /* NSArray+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; - FF31B3CE78D562237757D3927DB7A69D /* FBLPromise+Await.h in Headers */ = {isa = PBXBuildFile; fileRef = E6B63FAC2BEE60799A69C401C7843729 /* FBLPromise+Await.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB0145FE5EF2D79E8028B0F0E9BF8E43 /* FBLPromise+Always.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DC9C5D4097E0D591E4696213E93D026 /* FBLPromise+Always.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EB0159F5E98EC7324564435CB2621CFB /* FIRInstallationsErrors.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D1B100E277247F453251BC3C9547325 /* FIRInstallationsErrors.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB169FE87BA2FADF91380AAAC6D8FFB2 /* RACReplaySubject.h in Headers */ = {isa = PBXBuildFile; fileRef = 21A7EBDC9D1B3D2495B785DEFC756469 /* RACReplaySubject.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EB33E736DCC940DD75BDA4FDBB90BC0B /* FIRInstallationsAuthTokenResultInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B040FB64DC5930881FE5CF3FD0F3E1D /* FIRInstallationsAuthTokenResultInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EC3217E01954C6A48347C1F07CD72C95 /* RACEagerSequence.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F84145CC876CF90A207BCDBB7B2C659 /* RACEagerSequence.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECA64968A1B60FB1AF186DD2833A9F06 /* FBLPromise+Reduce.h in Headers */ = {isa = PBXBuildFile; fileRef = 62C72D347EAF1463298BD5C494869F33 /* FBLPromise+Reduce.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECF8E0036E1A866A16E85FF223EDDFE5 /* MASHotKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 0EC59E95260DA4435973369AC9C48BAA /* MASHotKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + ED5CE57A0B1C37BB25F9C24F518E3C78 /* FIRComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = DDE9D96A5953D7A3969FBD4418470FEF /* FIRComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EDDCD019E5779C305C822EFB5FBD146C /* MJPropertyType.m in Sources */ = {isa = PBXBuildFile; fileRef = 971D841EDEDEC8814E6F27084705B93B /* MJPropertyType.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EE424ECE443C88A654B2CC271E9F4874 /* mz_strm_wzaes.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A8C3A8877FBCAD6DB082A4DD00AD1C /* mz_strm_wzaes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF6C63832640E6C32C8AD925D66B8164 /* RACPassthroughSubscriber.m in Sources */ = {isa = PBXBuildFile; fileRef = A99AB13827ECFBD2A9AD2D738E06906C /* RACPassthroughSubscriber.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EF9522478C1F9C1AE2B79C8E4B875675 /* RACSubscriptionScheduler.h in Headers */ = {isa = PBXBuildFile; fileRef = CD930056D1DC36F303D867B44F7C0982 /* RACSubscriptionScheduler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EF97DAD218C088FBED655073542DD1AE /* NSOrderedSet+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 8E3819351222E9D31E1DC629B897EC4E /* NSOrderedSet+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + EF9C00E340B33BA67D9CEF5A2262D15E /* mz_strm_zlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 846BF28054B3357E8738DB2CFCB8F93B /* mz_strm_zlib.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F04000A157F4A60BBE08879421963D9E /* MASDictionaryTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EFC9BBB8E57754BB8B57DF669DC5B76 /* MASDictionaryTransformer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F043EAC0F9FC24E0E0090195ABB8C428 /* FIRComponentContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 32D1502DB6919B6D905A24E61FA83B5A /* FIRComponentContainer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F160F6622F6705018E6DF5DEE37EA0F3 /* RACSubscriptionScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B4742F6D3EDF0DCA46E847763A70363 /* RACSubscriptionScheduler.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F17D1F48BF71EA3D56458F9E65D3822A /* RACDelegateProxy.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C43AC5965322B55E0356D7EF83E456E /* RACDelegateProxy.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F213FAFC6A75E980C91D8BDFE68398D5 /* sv.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 82169606F232A4A9BF6E04B19077D318 /* sv.lproj */; }; + F22CB23F2A73D5DA5ED851D94EA97285 /* RACArraySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = 6665CAE8A86A44CDDBD0AFCD2454ED51 /* RACArraySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F25C250EBE865764D2B4C8A712DCB307 /* NSURLConnection+RACSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = A7469B19A7C5B78B488F68AB2D024B0F /* NSURLConnection+RACSupport.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F29AA39F3F4459869F0AB48F05C20C7E /* RACEXTScope.h in Headers */ = {isa = PBXBuildFile; fileRef = 488B7D80BAE940D87C6799F3BE0A8159 /* RACEXTScope.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F470E0B2AFEF7624AC59E42C8F1CA81E /* FIRInstallationsAuthTokenResult.m in Sources */ = {isa = PBXBuildFile; fileRef = A68E30EDA1F73FF7D9AF08590519F6BA /* FIRInstallationsAuthTokenResult.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F5B65CBF444CA525F303A8D3045F8283 /* NSURLSession+GULPromises.m in Sources */ = {isa = PBXBuildFile; fileRef = E654E332B7AAC6C316F874F0A7824EBC /* NSURLSession+GULPromises.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F7F422DE3C74FAE3913657DA71B79D95 /* FBLPromise.h in Headers */ = {isa = PBXBuildFile; fileRef = F6D1DD597A7B3496FC2B575DA7C61BD9 /* FBLPromise.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F837C758586FDF2BB45F1E15BE9A2B1F /* GULLoggerCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = DB5E905032E7FDE6CB62D1D155ED636B /* GULLoggerCodes.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F8C49CDE272D461C160CB0CDFF3FD6D8 /* RACUnarySequence.m in Sources */ = {isa = PBXBuildFile; fileRef = E7DDF94A0E92723EFCD9F16BDD7D90D9 /* RACUnarySequence.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F968724F52CDF671F14C391CDAFDF4D8 /* NSObject+RACDeallocating.m in Sources */ = {isa = PBXBuildFile; fileRef = DA9FB888A3C6A0C02FDC9DFB782A506F /* NSObject+RACDeallocating.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + F9E78E7957FEDE21B7E1B63E5CD26DA7 /* en.lproj in Resources */ = {isa = PBXBuildFile; fileRef = 9F77807302D4F7D3113056ACC783FC99 /* en.lproj */; }; + FB01A21AFF27B369AD27C4F56DD69A44 /* NSObject+FBKVOController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F64F161CCA386C7ADC468013CEE41DB /* NSObject+FBKVOController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB03F545B645582F1C713E263B5415D4 /* DDAbstractDatabaseLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = 35EE828740279AC3F886382E369E8979 /* DDAbstractDatabaseLogger.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FB3258F502DFAA5C9A8D4CEE845F0D2D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */; }; + FB47863E0EB625ACB20647FA758ABFB9 /* MJPropertyKey.m in Sources */ = {isa = PBXBuildFile; fileRef = 3AA506755F24C89E050F45BB83CB449B /* MJPropertyKey.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FB8AFC91637879CDC139F8453DE87F29 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 3155FA07E99CE7D870F1E120A8F09C11 /* MASCompositeConstraint.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FBD272BE5EA05F5FF4553A864B196C78 /* JLRoutes-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D499E2E722F34952024F37872FF8A58 /* JLRoutes-dummy.m */; }; + FC840532475F5DE9C9279A77BB32B2DF /* GULAppEnvironmentUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 2351F48FA15D1F8BCC9E7041A517FB4B /* GULAppEnvironmentUtil.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FD68516225C24EB2327FB1AD595B4DAF /* NSInvocation+RACTypeParsing.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ECBDD871E8A7E7BC8F9917B90851371 /* NSInvocation+RACTypeParsing.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FDE9F7D0CF7E9A3B28E12BF7F210E1F1 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = DD8A1597ABCC5BDF1C154E5E24D646E0 /* ViewController+MASAdditions.m */; settings = {COMPILER_FLAGS = "-DOS_OBJECT_USE_OBJC=0 -w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FED65D6D50F9ECAC2D12C98932742DCE /* ReactiveObjC-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FCC1F66387CEC1588F65F1E5628C5A01 /* ReactiveObjC-dummy.m */; }; + FF097723176FF0B345A5E0C2615B0B61 /* NSArray+RACSequenceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DCB093F3472392FA664DBF488354365 /* NSArray+RACSequenceAdditions.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FF2A70613AD2FC1BBB2FF13965D885E6 /* FBLPromise+Async.m in Sources */ = {isa = PBXBuildFile; fileRef = 0281665767C26DB79FC46DD4F67FE982 /* FBLPromise+Async.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; }; + FF6A24703084BBCA10046FD8BE7E5312 /* FirebaseInstallationsInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 48D99344A1CB874A93E4A206672DD941 /* FirebaseInstallationsInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FFE7D2D948315F7C76D4FDF19EF78E6D /* GULSecureCoding.h in Headers */ = {isa = PBXBuildFile; fileRef = A864B5158AEC9450F7D452A6D594BB8E /* GULSecureCoding.h */; settings = {ATTRIBUTES = (Public, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0841343322C767F0E420279F1558EB2D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = ED77B4B88587C894E85C361023D67C53; - remoteInfo = Sparkle; - }; - 09E52036F18B454B0A99E710618CD00B /* PBXContainerItemProxy */ = { + 00CD1BA66E6B855D4F1B7160DAA9E5F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - 0DA8716B441F4BE5FD7100717C136214 /* PBXContainerItemProxy */ = { + 0B06D5B6D122E90B177ADDDB78D5D8B4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; - remoteInfo = MJExtension; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - 20564685512BD9ED7D8258BF56361C33 /* PBXContainerItemProxy */ = { + 0E972D87A8EF0F62F2CED374B21637BB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 1CD0618C486973D5588EF20D2E8C0AEA; - remoteInfo = SwiftFormat; + remoteGlobalIDString = 2B2B481A164695722839BD581D442457; + remoteInfo = MASShortcut; }; - 2CEC1D6C600AC81290D0D1C603673694 /* PBXContainerItemProxy */ = { + 11D87E5F16C373F93B7CF56A6DCF3EAF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CCE0F64E83CEAFEE20D04DC7BD57303E; - remoteInfo = MASPreferences; + remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; + remoteInfo = SSZipArchive; }; - 30A019EB9413EBC0FB989EF07D2FC5F5 /* PBXContainerItemProxy */ = { + 1A76496C6F9DC54DEF00A94A44F9FBB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - 397D777E74EE6CF160896D32F5A2BB9E /* PBXContainerItemProxy */ = { + 1E17020F263F13DC6872F2C20809FCA1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - 3C514B918CB07C3C39688381BC9DA102 /* PBXContainerItemProxy */ = { + 1F49FB1CB3880C10EB72018C455E1175 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; - remoteInfo = AppCenter; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 3E9D742DF73887E191C4BDEC728A7C79 /* PBXContainerItemProxy */ = { + 216D7E3A1D7E3E693FFCB2D36536CF5B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 461E5A04692B74F45383C5783E0BC005 /* PBXContainerItemProxy */ = { + 21B1CF51F6C5890683680C9F90031D6A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2B481A164695722839BD581D442457; - remoteInfo = MASShortcut; + remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; + remoteInfo = Masonry; }; - 5476933B60D486FEFEB0B0F4A656EA11 /* PBXContainerItemProxy */ = { + 23882E5B402DAA99230B9EC4C79EC4A1 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; - remoteInfo = ReactiveObjC; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - 595B632000F2C998CA1A2DDF6F8F7477 /* PBXContainerItemProxy */ = { + 2E262FCEAC1346B16B8F5B9F66306FFB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 5B66F42E3C75A60C8BA8EADB6061D53D /* PBXContainerItemProxy */ = { + 2FF0A6B56CC5A6CBF7069A25BAC5FF96 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; - remoteInfo = Masonry; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - 68F60A6A22D5A19813EAAA4BA3D4B860 /* PBXContainerItemProxy */ = { + 32E283DC62656852EA8AE8B25BDB7D93 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CCE0F64E83CEAFEE20D04DC7BD57303E; - remoteInfo = MASPreferences; + remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; + remoteInfo = SSZipArchive; }; - 717812D660A10D38BDE763EF916D510F /* PBXContainerItemProxy */ = { + 349743CB946801FF69BE6A7CDB8A2319 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; + remoteInfo = AFNetworking; }; - 73552FC10E8081670F4D6A45F45B0208 /* PBXContainerItemProxy */ = { + 3587521551682BFC04EAD28AEF55F9D7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 1CD0618C486973D5588EF20D2E8C0AEA; + remoteInfo = SwiftFormat; }; - 7392F452780401764C6048EC459CD856 /* PBXContainerItemProxy */ = { + 36A624B5C5E72672F150752A386E61AF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; + remoteInfo = MJExtension; }; - 75E68FF209D9D8C5CE2EDD09BE68E2C2 /* PBXContainerItemProxy */ = { + 37A36CEBBC248F595451C56FBF9572D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 73C37A16ECCEAD845651DCDEE95675BE; - remoteInfo = "MASShortcut-MASShortcut"; + remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; + remoteInfo = MJExtension; }; - 79297E59BB75F36694C8B551B5EDA8A6 /* PBXContainerItemProxy */ = { + 381A3449B6717808E11A7BC73EF5EB7E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94C1BAA17BCEBC27586488A205D2E0CB; - remoteInfo = JLRoutes; + remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; + remoteInfo = KVOController; }; - 84B343ECD05EECFA03E3B1BCCFB19313 /* PBXContainerItemProxy */ = { + 3AA9D3100A590BD19B2965BB82B5162D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; - remoteInfo = ReactiveObjC; + remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; + remoteInfo = Masonry; }; - 89B13785C6EC487D6366E4373347BD84 /* PBXContainerItemProxy */ = { + 49033C7EACD5D9DF83EA20B4B427D8E5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 94C1BAA17BCEBC27586488A205D2E0CB; - remoteInfo = JLRoutes; + remoteGlobalIDString = 2B2B481A164695722839BD581D442457; + remoteInfo = MASShortcut; }; - 8D3CBACF0B40F970B186CBAFCAE0475A /* PBXContainerItemProxy */ = { + 4ADBC4CF8E740BFEA00BE555C573C91A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; remoteInfo = GoogleAppMeasurement; }; - 8D6E90FF1F21508F89C70C6E4B0196B4 /* PBXContainerItemProxy */ = { + 4C4ABFAF81FE1A914D678E7637D5B773 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = 0A273FF147C6C1A3B504E3652CD01233; + remoteInfo = "MASPreferences-MASPreferences"; }; - 8EDA3DBB44F5833DEA7AAC051D5F2344 /* PBXContainerItemProxy */ = { + 5F3A1CAD92A1C0C53BE176157A1CB9FA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2568F753F09C4DFFD8770DCC78EDAEAE; - remoteInfo = KVOController; + remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; + remoteInfo = AFNetworking; }; - 902FF10EEC18D3A152B0B50B42512C23 /* PBXContainerItemProxy */ = { + 66571C0774E4E38596973666C0A16EAD /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; + remoteInfo = FirebaseAnalytics; }; - 97BC8A9B7F9E7173D1356A2927533FFB /* PBXContainerItemProxy */ = { + 691867C4436782C2465270C7A0B08D9B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; - remoteInfo = GoogleAppMeasurement; + remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; + remoteInfo = CocoaLumberjack; }; - B1C090F0C42AB041DF8A9F50727E7CEB /* PBXContainerItemProxy */ = { + 6F24B7C9D210BC02FD7E5F893FDF768E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - BA745C0DEB6B4B863E123B0109114253 /* PBXContainerItemProxy */ = { + 703802D304CB4674642CB435D4FDADF8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; - remoteInfo = AFNetworking; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - BC5A21F35BB2A9837DBAC2914DA9F870 /* PBXContainerItemProxy */ = { + 7705E38F915554812B29E27609692C9F /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - BE60430AD6D9AD56E25D88D6CD6312CC /* PBXContainerItemProxy */ = { + 7AE0B3EEAA76606688053B4274B7342B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4D3BA58D0583DF37575CACAB3DDADC85; - remoteInfo = MJExtension; + remoteGlobalIDString = A3282A5B2437E609EEB85861D7ECE717; + remoteInfo = AppCenter; }; - C32CDDAB8B431C78820EC7EC7B0CB6FD /* PBXContainerItemProxy */ = { + 7C1CFBE7C98EC9E7676D04B4F84510A9 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = C49E7A4D59E5C8BE8DE9FB1EFB150185; - remoteInfo = FirebaseAnalytics; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - C81B7AF59B736505DDE8E35E7BD57442 /* PBXContainerItemProxy */ = { + 7F490BAED085D5CD5CBBE16FA54E5F73 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; - remoteInfo = nanopb; + remoteGlobalIDString = B53D977A951AFC38B21751B706C1DF83; + remoteInfo = GoogleAppMeasurement; }; - C9BF68369ABF014BA3D07F62E5EC2963 /* PBXContainerItemProxy */ = { + 855A0B3E5E0BE795C727CF69C02B88DA /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; + remoteInfo = FirebaseCoreInternal; }; - D0620792E10BD2E77B94A84BA71C8192 /* PBXContainerItemProxy */ = { + 8E03E4AFC34C721B14C92B543E01B7F8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; remoteInfo = GoogleUtilities; }; - D38A425280300171FDCEAC0639E498EB /* PBXContainerItemProxy */ = { + AB63B6ADE78C8477ABE540C14B502B20 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 25E9E9A17BC3F670357D7385C521E48E; - remoteInfo = FirebaseCoreInternal; + remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; + remoteInfo = ReactiveObjC; }; - D5F5855E3DD60CCC57D45D957B85BF84 /* PBXContainerItemProxy */ = { + B278576CE56C342B607C3BE890A406EB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 55AF53E6C77A10ED4985E04D74A8878E; - remoteInfo = Masonry; + remoteGlobalIDString = CCE0F64E83CEAFEE20D04DC7BD57303E; + remoteInfo = MASPreferences; }; - DE90565BE91B94D712CAAC7C001A2B61 /* PBXContainerItemProxy */ = { + B2D8874AEDC7052C090C75323BDFA9CE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; + remoteInfo = FirebaseInstallations; }; - E1ED68C63DE86E44A7066A4ABFE610C1 /* PBXContainerItemProxy */ = { + B638632CD1CB1A332FD251F6B9BD5B96 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; - remoteInfo = SSZipArchive; + remoteGlobalIDString = CCE0F64E83CEAFEE20D04DC7BD57303E; + remoteInfo = MASPreferences; }; - E69DBA16358ADEF2BE3DD65454E6D2DE /* PBXContainerItemProxy */ = { + C0069FDFFED4CF1DC0654BC0ACA0D721 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0130B3724283586C0E9D2A112D4F2AA1; - remoteInfo = AFNetworking; + remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; + remoteInfo = FirebaseCore; }; - E79022D3D988311ED1F5793506F25824 /* PBXContainerItemProxy */ = { + C647B2E36726B12FEA3B8E75503EF589 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = E95654B155D25890BE8E26081FCA8265; - remoteInfo = CocoaLumberjack; + remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; + remoteInfo = PromisesObjC; }; - E9EF83102526DB5E0E0554BBCBD4E1CE /* PBXContainerItemProxy */ = { + C89D2166AAFA3E889A64D97E9021F75C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; - remoteInfo = GoogleUtilities; + remoteGlobalIDString = D2B5E7DCCBBFB32341D857D01211A1A3; + remoteInfo = nanopb; }; - ECB2A02B3A4FE50FDA2CDEB391755977 /* PBXContainerItemProxy */ = { + CAC791A7248041BAC63941D2897CA195 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 87803597EB3F20FC46472B85392EC4FD; - remoteInfo = FirebaseInstallations; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - EECA3834B793342911FD97EB32611973 /* PBXContainerItemProxy */ = { + D037B37E137652FFD16651D85DE98A12 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 4402AFF83DBDC4DD07E198685FDC2DF2; - remoteInfo = FirebaseCore; + remoteGlobalIDString = 8D7F5D5DD528D21A72DC87ADA5B12E2D; + remoteInfo = GoogleUtilities; }; - F3CFD3A36003B108E8D12A390C112B66 /* PBXContainerItemProxy */ = { + D9393E8099905AEF53BACCDA509DAD1E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2B2B481A164695722839BD581D442457; - remoteInfo = MASShortcut; + remoteGlobalIDString = 94C1BAA17BCEBC27586488A205D2E0CB; + remoteInfo = JLRoutes; }; - F9554582D162271FFA82F58F1605EB79 /* PBXContainerItemProxy */ = { + EE44A9E03EACF8A09ADD909BACE3E3F5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = F60E38364AFF5E1349FF07415B944396; - remoteInfo = SSZipArchive; + remoteGlobalIDString = 73C37A16ECCEAD845651DCDEE95675BE; + remoteInfo = "MASShortcut-MASShortcut"; }; - FA7DC6709C1B6B2B93432D3B2CB46AD7 /* PBXContainerItemProxy */ = { + F16BF13262A7CE44A55EED33F530CCBE /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0A273FF147C6C1A3B504E3652CD01233; - remoteInfo = "MASPreferences-MASPreferences"; + remoteGlobalIDString = 94C1BAA17BCEBC27586488A205D2E0CB; + remoteInfo = JLRoutes; }; - FB1CE6306BABF94D6641FD357066DAD3 /* PBXContainerItemProxy */ = { + FB2903C5D407A01064D4C2B27A6655DB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 2BBF7206D7FAC92C82A042A99C4A98F8; - remoteInfo = PromisesObjC; + remoteGlobalIDString = 438B238ACC7DF1178D1BCE1A31983146; + remoteInfo = ReactiveObjC; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00503E6201D69A55E4735E488873F7C5 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; - 007B0E303A96E73E7EE417B7896B6F57 /* Sparkle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Sparkle.h; path = Sparkle.framework/Versions/B/Headers/Sparkle.h; sourceTree = ""; }; - 008CD2BB0405876BF3B5EB1B2696DA55 /* CLIColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CLIColor.m; path = Sources/CocoaLumberjack/CLI/CLIColor.m; sourceTree = ""; }; - 012F9362EB4F259A12AAFD87E86F27FA /* RACCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCommand.h; path = ReactiveObjC/RACCommand.h; sourceTree = ""; }; - 0185F4BF31D60F7AF916A585F6397BD0 /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; - 01D64B777E775755C45AC98987826C3E /* MASKeyCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASKeyCodes.h; path = Framework/Model/MASKeyCodes.h; sourceTree = ""; }; - 01E3FF18023005338D08526786208C95 /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; - 0207FE3FADE60C4041E109440F285444 /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; - 0270AF95EE25EF539A72405D4F56FEA8 /* _ObjC_HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift; sourceTree = ""; }; - 03125AC96C270B30979C7BD57EF02646 /* mz_strm_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_mem.c; path = SSZipArchive/minizip/mz_strm_mem.c; sourceTree = ""; }; - 0371993261AE6E964B014660128A0595 /* AppCenterCrashes.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenterCrashes.xcframework; path = "AppCenter-SDK-Apple/AppCenterCrashes.xcframework"; sourceTree = ""; }; - 03E66F0A898FD37350BC6EBBD7EBB450 /* MASDictionaryTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASDictionaryTransformer.h; path = "Framework/User Defaults Storage/MASDictionaryTransformer.h"; sourceTree = ""; }; - 043D38E408E09D039542D315367A3489 /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = ""; }; - 047B6B408EAFE9EAAD499F1DD0044004 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; - 049E2F9EDE780F821CF8B571D6B566DE /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = ""; }; - 04DF1186178576F4AEDD94CD17685B63 /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; - 04F3597EEE784742B92F27E6BB8EB8D3 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; - 05BBACF1ADC2F44DBB7AE20B6C97727D /* NSNotificationCenter+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+RACSupport.m"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.m"; sourceTree = ""; }; - 06A954C57A2969512D89EEEB618DF443 /* NSObject+MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJProperty.h"; path = "MJExtension/NSObject+MJProperty.h"; sourceTree = ""; }; + 002883EB49E2B0388ED20D01C218A27E /* JLRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRoutes.m; path = JLRoutes/JLRoutes.m; sourceTree = ""; }; + 005D389AC2133091BE887D2C7820E529 /* mz_os.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os.c; path = SSZipArchive/minizip/mz_os.c; sourceTree = ""; }; + 00937094A094D74805BF9022C69318CB /* MJExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-umbrella.h"; sourceTree = ""; }; + 00C1BA3428DB5CF9E7244BAAD6FE485E /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; + 0102809713F96B646E00E49619345689 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; + 010A33081EF7C318A60066983BBDC4D1 /* MJExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJExtension-dummy.m"; sourceTree = ""; }; + 0110BB5735F84B5A78D9E11D3367EA5C /* mz_crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt.c; path = SSZipArchive/minizip/mz_crypt.c; sourceTree = ""; }; + 01501CC6649E6344F16D815AA5AB728B /* MASShortcut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcut.h; path = Framework/Model/MASShortcut.h; sourceTree = ""; }; + 01565D05E4D32D75AA3568AC266B4D09 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + 017CC416DF4B09B507A4693CE0D9D036 /* FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBKVOController.m; path = FBKVOController/FBKVOController.m; sourceTree = ""; }; + 01989D5A61FA443FECBDCD16334D8B7E /* NSURLConnection+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+RACSupport.h"; path = "ReactiveObjC/NSURLConnection+RACSupport.h"; sourceTree = ""; }; + 0221DE8D728C350D534D435A072446C8 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; + 0281665767C26DB79FC46DD4F67FE982 /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; + 028D28A238DC5CA2BA03FF9C61DCF376 /* RACPassthroughSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACPassthroughSubscriber.h; path = ReactiveObjC/RACPassthroughSubscriber.h; sourceTree = ""; }; + 02A9D5B087D4EBB57A2642A3FEE4B27E /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; + 052DF8536F5B26F3BDF2A5F15101BC82 /* NSObject+RACSelectorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACSelectorSignal.m"; path = "ReactiveObjC/NSObject+RACSelectorSignal.m"; sourceTree = ""; }; + 0545478BAB3081DF146E35B4CAC6EC54 /* RACErrorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACErrorSignal.h; path = ReactiveObjC/RACErrorSignal.h; sourceTree = ""; }; + 05617FD0AC7CBA9EFA2466624D613169 /* RACTestScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTestScheduler.m; path = ReactiveObjC/RACTestScheduler.m; sourceTree = ""; }; + 059B8B857A2CB80E2E06BC342A751AD8 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; + 0678068DDDEE41A3641A901B676A0A48 /* MASShortcutValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutValidator.m; path = Framework/Model/MASShortcutValidator.m; sourceTree = ""; }; 06FC5C9CF96D60C50FCD47D339C91951 /* nanopb */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = nanopb; path = nanopb.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 07428419111208D360703A291E70E7BE /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; 075B59E91BF3BF5ABD9620878E2DB30F /* Pods-EasydictTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-EasydictTests-acknowledgements.markdown"; sourceTree = ""; }; 077721F948898091D9B33938E5F2054E /* Pods-Easydict-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Easydict-acknowledgements.plist"; sourceTree = ""; }; - 078280E39F8D48CA347F1812F4325525 /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; - 078F91F85261D973F1918F7B9396DA9A /* RACGroupedSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACGroupedSignal.h; path = ReactiveObjC/RACGroupedSignal.h; sourceTree = ""; }; - 07BF67A0A21788F11E9820ACD60D8D4B /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; - 07F30AF02159CA4C3AEFDE62EBB710F3 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; - 084FFBD8161DA139955F5C495E977BC7 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; - 08E4114E5007B4CEDBEC278A9370C186 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; - 09351960E37B3303BF11E930F6217AD4 /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; - 0980AE61E61641D1D345C5BD1D85C868 /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 0A14F6B3EA6481DEE62737D1C024149C /* mz_strm_zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_zlib.h; path = SSZipArchive/minizip/mz_strm_zlib.h; sourceTree = ""; }; - 0AD3854ADEF6948A5A636DA2784AF270 /* FirebaseInstallations-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstallations-umbrella.h"; sourceTree = ""; }; - 0AD8C29C96039C5BFEA470D634618821 /* MASKeyMasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASKeyMasks.h; path = Framework/Model/MASKeyMasks.h; sourceTree = ""; }; - 0AE48696D567E222C0C256845E33BD8C /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; - 0B46495A9BF42C85115D939CBF2EFA8C /* MJExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.debug.xcconfig; sourceTree = ""; }; - 0C3ACB4FECC9B3CBC7EF3FE4E1DF913D /* JLRRouteHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteHandler.h; path = JLRoutes/Classes/JLRRouteHandler.h; sourceTree = ""; }; - 0C448B6102D3720E0079E6D21AB942A8 /* RACDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDelegateProxy.h; path = ReactiveObjC/RACDelegateProxy.h; sourceTree = ""; }; - 0C8453BA0010436442CCEABF3A8E0AA4 /* RACTupleSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTupleSequence.m; path = ReactiveObjC/RACTupleSequence.m; sourceTree = ""; }; - 0D4BC739C5257F3ED80C13A3E8A86F00 /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = ""; }; + 087F697DE0429A5144C7E9A645341CA5 /* NSObject+RACPropertySubscribing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACPropertySubscribing.m"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.m"; sourceTree = ""; }; + 08D327B857C474BC523D6C04ADD7B3F6 /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; + 091258F56BEB1C6D91639CEA10D0E80A /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; + 09526C1AF80E28BC60C026B22CC99C77 /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = ""; }; + 097870E7428A9F712B3759B1D6052614 /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; + 0984E63D21D4489B63EBDA295156F64C /* mz_strm_split.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_split.h; path = SSZipArchive/minizip/mz_strm_split.h; sourceTree = ""; }; + 0AE82E3DA8D7C4CCD83F4D4303365BCF /* FBLPromise+Retry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Retry.h"; path = "Sources/FBLPromises/include/FBLPromise+Retry.h"; sourceTree = ""; }; + 0B18D3040449A879E5F5C89F68AEBE0D /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + 0B9B03BEB44CCDFF18FEE55715D4A1D2 /* MJExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.release.xcconfig; sourceTree = ""; }; + 0B9D507C39E8DE41D308EC769BC2E4BE /* DDLog+Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DDLog+Combine.swift"; path = "Sources/CocoaLumberjackSwift/DDLog+Combine.swift"; sourceTree = ""; }; + 0BC467D15870B8C6FC1C7A7C0F593CFE /* mz_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_compat.h; path = SSZipArchive/minizip/mz_compat.h; sourceTree = ""; }; + 0C021854D8B684C8EAB64BB16AA47890 /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = ""; }; + 0C2BADFC9903E9A50628DBD313390AA1 /* SwiftFormat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftFormat.release.xcconfig; sourceTree = ""; }; + 0C44A9ECD6C2078A2DA9058541B130FB /* FIRHeartbeatLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatLogger.m; path = FirebaseCore/Sources/FIRHeartbeatLogger.m; sourceTree = ""; }; + 0C743748968F01120290F299E23FC3F5 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; + 0D2B971BC18FB53FB5F99BD0EBE7ACE5 /* ResourceBundle-MASPreferences-MASPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MASPreferences-MASPreferences-Info.plist"; sourceTree = ""; }; 0D610BCDDE18DC2909FCA3135208FAB9 /* Pods-Easydict-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Easydict-dummy.m"; sourceTree = ""; }; - 0DBB45C8C84154E38284FF237A132770 /* FIRInstallationsSingleOperationPromiseCache.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsSingleOperationPromiseCache.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m; sourceTree = ""; }; - 0DBC28B410E6D882752DBD0FD7268A67 /* MASDictionaryTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASDictionaryTransformer.m; path = "Framework/User Defaults Storage/MASDictionaryTransformer.m"; sourceTree = ""; }; - 0DE398F512854E881F45C07A0B918771 /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; - 0E95E9C6DE494E4BD3F9A0F94F2B72CF /* SSZipArchive-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-prefix.pch"; sourceTree = ""; }; - 0E97540173510268C0C11125F7F43851 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift; sourceTree = ""; }; - 0F018DD0C9733967F39BE4AE8D8B8BDC /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; + 0DD34229AF875CA2BB42627409450C36 /* DDTTYLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDTTYLogger.h; sourceTree = ""; }; + 0DDA9D3339055580137229738AC65F4D /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = ""; }; + 0E5819E3C27BD692A8EED522C6EBDD69 /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; + 0E8FDA27E5C43766CE8F8A121BEEE2D2 /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; + 0EA990F4917D15D0030CBE39445BD2CA /* MASPreferences-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASPreferences-umbrella.h"; sourceTree = ""; }; + 0EC59E95260DA4435973369AC9C48BAA /* MASHotKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASHotKey.m; path = Framework/Monitoring/MASHotKey.m; sourceTree = ""; }; 0F1C25F44128BF7424E93AA5262DC85E /* Pods-Easydict.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Easydict.release.xcconfig"; sourceTree = ""; }; - 0F2D2A6213ED42ED611A22A2519A354A /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; - 0F68D95386C769D546500247D3D188FF /* GULKeychainUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainUtils.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m; sourceTree = ""; }; - 0FD4072EFB581A732EC07091445602A4 /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; - 0FD5311C749B336FABF406B041145AAD /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = SSZipArchive/SSZipArchive.h; sourceTree = ""; }; - 1037F5E5E79D393A5DCCBF9821E853CE /* KVOController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-umbrella.h"; sourceTree = ""; }; - 10706F1C6A71EA2C3BC09E9A2714ECE0 /* MASShortcutValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutValidator.h; path = Framework/Model/MASShortcutValidator.h; sourceTree = ""; }; - 109DC147BDE72327ACDE8EF19B213083 /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; - 1361D2F48C1D00902788B885559E945E /* MASPreferences.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASPreferences.release.xcconfig; sourceTree = ""; }; - 1391FBA196CF4D021D5B572050A4F88B /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; - 13B6E77A67AF2FC8679166895407220B /* RACKVOChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOChannel.m; path = ReactiveObjC/RACKVOChannel.m; sourceTree = ""; }; + 0F3C02DDF330E413470D68CD4D9E2A82 /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = ""; }; + 0F66654386303904F5D472369257D0E7 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; + 1035E1AB18F1A6A518376A5E6D8E8100 /* StorageFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StorageFactory.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/StorageFactory.swift; sourceTree = ""; }; + 106DE6ED1B6881E3761EE7CA4EA4519F /* mz_strm_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_os.h; path = SSZipArchive/minizip/mz_strm_os.h; sourceTree = ""; }; + 1088011962B41BB05FFA5C274E83B3FD /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; + 11BC4A9869AF5F1205F3F6C537933AD7 /* FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; + 11C14330886E5A2D964044EB7E674BDA /* CLIColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLIColor.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/CLIColor.h; sourceTree = ""; }; + 11C7F73AF729AFA8243755B16948D9F8 /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; + 1216F2222AD755D83CFC72AE21FB4DD6 /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; + 125A24E7615F85A993A46AA877AD97F0 /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; + 12A0D2D8FBD116D7A524BB5C16AAC814 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = ""; }; + 1364D0616BAAE19E588A24DCAB8E0F1B /* mz.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz.h; path = SSZipArchive/minizip/mz.h; sourceTree = ""; }; 13C8C8B254851998F9289F71229B28A2 /* FirebaseInstallations */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseInstallations; path = FirebaseInstallations.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 13F885E42810A88FF17B51D18733151F /* RACErrorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACErrorSignal.h; path = ReactiveObjC/RACErrorSignal.h; sourceTree = ""; }; + 141790D626BEB5CBBC0735A36965752F /* RACSerialDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSerialDisposable.m; path = ReactiveObjC/RACSerialDisposable.m; sourceTree = ""; }; 148D0F9E8C7373FEAF40D800FC5F1BAA /* FirebaseCoreInternal */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCoreInternal; path = FirebaseCoreInternal.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 14BAB026E4918EF5CBF4DA88D4CDB86B /* MASShortcutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutView.h; path = Framework/UI/MASShortcutView.h; sourceTree = ""; }; - 15ADD9E9C6ECE72BA108A16EF729DCB5 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = Resources/ko.lproj; sourceTree = ""; }; - 15D666A76A0211836C450E104E7CC854 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; - 16D555AC9F4A92C6D4427CCFF69DD08A /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; - 16E02478523EBF2D0AD82B02060A43D9 /* AppCenter.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenter.xcframework; path = "AppCenter-SDK-Apple/AppCenter.xcframework"; sourceTree = ""; }; - 1714B7470E22D2723A6B1983138285B2 /* RACValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACValueTransformer.m; path = ReactiveObjC/RACValueTransformer.m; sourceTree = ""; }; - 173D54D682B22EF5CEA5D6CB73A68F8F /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; - 175EDBC1469453E34C0AB1435EC8706F /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = ""; }; - 1806A07E7CF6CA71BD5C56C5F8B3D20F /* _ObjC_HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift; sourceTree = ""; }; - 1825F9286B8CD8E9381DB06170F68994 /* MJExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJExtension.modulemap; sourceTree = ""; }; - 18C9E45955627C593A1D553F775AA1EA /* MJExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-prefix.pch"; sourceTree = ""; }; - 18F1B870BC7E22E62814C9DBD3D9CA9E /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h; sourceTree = ""; }; - 1900018C9BABFFC7E4419FE3295784C7 /* mz_os.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os.c; path = SSZipArchive/minizip/mz_os.c; sourceTree = ""; }; - 192A15F20E59A90657816317DF581DA3 /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = ""; }; - 197ABEF43C67CB4D702E23A616337E6F /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; - 19FF85FEFCEA28C75F88E113C66FF120 /* KVOController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.release.xcconfig; sourceTree = ""; }; - 1A12898DF91F3DB85C1E005984FF96AA /* RACQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACQueueScheduler.m; path = ReactiveObjC/RACQueueScheduler.m; sourceTree = ""; }; - 1A4503FD8D6CE1430DA58C82052F8E9B /* RACSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignal.m; path = ReactiveObjC/RACSignal.m; sourceTree = ""; }; - 1B2960659D759E2D577A273EBFB9AA16 /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; - 1B557AE6221C0036A8EF477E4AEEE970 /* mz_strm_pkcrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_pkcrypt.h; path = SSZipArchive/minizip/mz_strm_pkcrypt.h; sourceTree = ""; }; - 1BB1D08CA57F93E5789290449150805C /* SPUDownloadData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUDownloadData.h; path = Sparkle.framework/Versions/B/Headers/SPUDownloadData.h; sourceTree = ""; }; - 1BCCF34D393DF8755877EA0DDC5C239D /* NSString+RACKeyPathUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACKeyPathUtilities.m"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.m"; sourceTree = ""; }; - 1BF0FC8BB1E81ACABC9794425B6A8C03 /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; - 1C344F53515BA00521F5FFD7A9FB61ED /* SSZipArchive.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.release.xcconfig; sourceTree = ""; }; - 1C7B081D4437F02910C873269722AB48 /* ResourceBundle-MASPreferences-MASPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MASPreferences-MASPreferences-Info.plist"; sourceTree = ""; }; - 1CC55F44352370169F84C3BF15DA36CC /* MASPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferences.h; path = Framework/MASPreferences.h; sourceTree = ""; }; - 1CD352E0D66E5A3B9071FA9E474D380E /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; - 1D44B5CBE6B5D53B521B500B83F16DC1 /* RACDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDisposable.h; path = ReactiveObjC/RACDisposable.h; sourceTree = ""; }; - 1D8061624702D4BF278437FFBD097B70 /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = ""; }; - 1E15B0A514B8F1A9B422901BE3B2C39C /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; - 1EE141A9AFAC044BF8548F41B1ECEE92 /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = ""; }; - 1F04B80879EB8848A723E4FF7BA1800E /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; - 1F4B9D077AFF52994C4DCB28F8A0062D /* NSString+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSupport.h"; path = "ReactiveObjC/NSString+RACSupport.h"; sourceTree = ""; }; - 1F6A9688883D909D7CE7AFF701ECA016 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = Resources/pl.lproj; sourceTree = ""; }; + 14FE172204EEC7EFF18535E54D110C47 /* RACSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignal.m; path = ReactiveObjC/RACSignal.m; sourceTree = ""; }; + 15046069B4E5F320A67769B63CC7795E /* mz_strm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm.c; path = SSZipArchive/minizip/mz_strm.c; sourceTree = ""; }; + 163AC9D2727734275308C9B8E721BE6B /* MASLocalization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLocalization.m; path = Framework/UI/MASLocalization.m; sourceTree = ""; }; + 1658646920AF03DC2CB9C1A747884BCC /* FirebaseAnalytics-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "FirebaseAnalytics-xcframeworks.sh"; sourceTree = ""; }; + 1696B7746DA4DAD8A3339500AEE62CDC /* mz_crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_crypt.h; path = SSZipArchive/minizip/mz_crypt.h; sourceTree = ""; }; + 19071200D8292A552094C2D90F49345D /* MASPreferencesWindowController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferencesWindowController.h; path = Framework/MASPreferencesWindowController.h; sourceTree = ""; }; + 1918888190B361AAED875B76099F9880 /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = ""; }; + 198744065F3039E3EB1704548B732343 /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; + 1AB70CFCBD5905622C2ED58EA7E5D4AB /* JLRoutes.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JLRoutes.modulemap; sourceTree = ""; }; + 1ACD2D1394CAAF3D32EC250379F07F71 /* NSDictionary+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+RACSequenceAdditions.m"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.m"; sourceTree = ""; }; + 1AE2D523D7E08E23C0C23A0FD1FD7446 /* ResourceBundle-MASShortcut-MASShortcut-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MASShortcut-MASShortcut-Info.plist"; sourceTree = ""; }; + 1B040FB64DC5930881FE5CF3FD0F3E1D /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; + 1B11584128D1A594069F34242998B507 /* DDMultiFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMultiFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDMultiFormatter.h; sourceTree = ""; }; + 1D8734A48CE2FA086896D956D16DE1F1 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; + 1DD04F2391DA563F9A620EBB4473C414 /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; + 1E571FB7B0EBBE8CD1BD486277B909FE /* MASShortcut-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MASShortcut-Info.plist"; sourceTree = ""; }; + 1E94A440A4A65D8B6DE9A7E01AB57765 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; + 1E99FD4C8C1F0D38E721E947468397B3 /* KVOController.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.release.xcconfig; sourceTree = ""; }; + 1EADD165ACCA06AA22EB9C87716BE223 /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = ""; }; + 1ECBDD871E8A7E7BC8F9917B90851371 /* NSInvocation+RACTypeParsing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInvocation+RACTypeParsing.m"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.m"; sourceTree = ""; }; + 1EE685D20B01588F9CF82B3384FCDBE1 /* FIRComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponent.m; path = FirebaseCore/Sources/FIRComponent.m; sourceTree = ""; }; + 1F2221C99C3DD4C7B3C999F375058D97 /* FIRInstallationsAuthTokenResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResult.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsAuthTokenResult.h; sourceTree = ""; }; + 1F7FA1A7A908C797B6C8F6468D7BDE90 /* HeartbeatStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatStorage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift; sourceTree = ""; }; + 1F84145CC876CF90A207BCDBB7B2C659 /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = ""; }; 1FFED36A657123030ABB700256D73F15 /* Masonry */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Masonry; path = Masonry.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2010079882908D2167EE3C1C1569ACE4 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h; sourceTree = ""; }; - 20376865525378ACD5F8A0A172F6F1F0 /* MASShortcutBinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutBinder.m; path = "Framework/User Defaults Storage/MASShortcutBinder.m"; sourceTree = ""; }; - 205C1F0396927DDE56C2C54DEB99980B /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; - 20AC055AF058AB18C22E2EB61A25E431 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = AFNetworking/AFHTTPSessionManager.h; sourceTree = ""; }; - 20F9BEDF08779FA1CA59C530EAF6024D /* MASShortcutMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutMonitor.m; path = Framework/Monitoring/MASShortcutMonitor.m; sourceTree = ""; }; - 2223FC9AD427DD270681767655B7915D /* SPUStandardUpdaterController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUStandardUpdaterController.h; path = Sparkle.framework/Versions/B/Headers/SPUStandardUpdaterController.h; sourceTree = ""; }; - 22419CB25BB1BB9AAB7AC9C495BB53C7 /* FirebaseCoreInternal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-prefix.pch"; sourceTree = ""; }; + 20A1DCB875381B62B7CB7D363C0ED5EE /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; + 20C9ADC90A4F80A72FDA4D624B5307E8 /* MASPreferences-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASPreferences-prefix.pch"; sourceTree = ""; }; + 21364DA0A51A1E169D9F263BB93B350E /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = ""; }; + 2151898D4757A52A1EBFC46BBCCBF9AB /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = ""; }; + 215851D9E6F1652DAA5579ADF8BD9DDB /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h; sourceTree = ""; }; + 21761A66E081DFB77ABEC2626C4A896C /* MASShortcut-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MASShortcut-dummy.m"; sourceTree = ""; }; + 21A7EBDC9D1B3D2495B785DEFC756469 /* RACReplaySubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReplaySubject.h; path = ReactiveObjC/RACReplaySubject.h; sourceTree = ""; }; + 21F21306C3F796E479F1D440A24E25C3 /* RingBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RingBuffer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift; sourceTree = ""; }; + 22434DFD67E41C1449C5A7EBA76D4BA2 /* RACBehaviorSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBehaviorSubject.h; path = ReactiveObjC/RACBehaviorSubject.h; sourceTree = ""; }; 225198CE18CF6D457A07FFA8E1635FD6 /* Pods-EasydictTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EasydictTests.debug.xcconfig"; sourceTree = ""; }; - 22FF5DB1B4F09DB5E4243157B967B147 /* FIRInstallationsStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStore.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.h; sourceTree = ""; }; + 228328454DA5EBC1C7F0318FDF3E42F3 /* RACSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubject.m; path = ReactiveObjC/RACSubject.m; sourceTree = ""; }; + 22D70FD469CBE1924104E35DB9FC52DD /* AppCenter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.debug.xcconfig; sourceTree = ""; }; + 22F3C47EB214E6813FE15419246D7B8A /* NSSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.h"; sourceTree = ""; }; 230F8208BE63C052A548A7D41A1158B2 /* MASShortcut-MASShortcut */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "MASShortcut-MASShortcut"; path = MASShortcut.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 240E8D183AA9AF3F31E2CA529B12BF0A /* SPUUpdaterSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUUpdaterSettings.h; path = Sparkle.framework/Versions/B/Headers/SPUUpdaterSettings.h; sourceTree = ""; }; - 24BF7EC01DBDEAC2D409237393575B91 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; - 2501B0C0E6CE388D5A181E9AFB44319D /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = ""; }; - 2519D7A49AC07097DF271452B3A8F167 /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; - 25A4879A14549DEAB2B62CA60E61A8BB /* MASPreferencesWindow.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = MASPreferencesWindow.xib; path = en.lproj/MASPreferencesWindow.xib; sourceTree = ""; }; - 25AD4A08C31C8F70001894C053A7E263 /* CocoaLumberjack.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaLumberjack.swift; path = Sources/CocoaLumberjackSwift/CocoaLumberjack.swift; sourceTree = ""; }; - 25CA565A48F341B02CFA4491E868627F /* ReactiveObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.debug.xcconfig; sourceTree = ""; }; - 260C5BC34E2901ABBEA06CB8A0A8898C /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h; sourceTree = ""; }; + 232FF6AF1177BB27E2408B6993FDFA10 /* SSZipArchive-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SSZipArchive-Info.plist"; sourceTree = ""; }; + 2351F48FA15D1F8BCC9E7041A517FB4B /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; + 23A3AEF8BC16D5A39EE2BF2CC700932F /* MASPreferences.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASPreferences.release.xcconfig; sourceTree = ""; }; + 23F985261D6EFDF225CC3EA8114CCF54 /* DDASLLogCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogCapture.m; path = Sources/CocoaLumberjack/DDASLLogCapture.m; sourceTree = ""; }; + 244A9C818307C14385C5CC23B2968E5F /* FIRInstallationsSingleOperationPromiseCache.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsSingleOperationPromiseCache.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.h; sourceTree = ""; }; + 259E973F6062B76F0193415DE04DCA7E /* MASPreferences-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MASPreferences-dummy.m"; sourceTree = ""; }; + 25A9C050A07A0793AD00F09ADE539DFF /* NSString+RACKeyPathUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACKeyPathUtilities.m"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.m"; sourceTree = ""; }; + 25C672AFD996174E7AF3E8E04A462025 /* RACCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCommand.h; path = ReactiveObjC/RACCommand.h; sourceTree = ""; }; + 25D99CCAA759ABBF5EFF93FFB6AF2562 /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = Resources/nl.lproj; sourceTree = ""; }; + 26A374A0297CC1C3BCF2DB0A72FB89CC /* IsAppEncrypted.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IsAppEncrypted.m; path = third_party/IsAppEncrypted/IsAppEncrypted.m; sourceTree = ""; }; 26A8810424438A12E7ADBFB3E068C658 /* MASShortcut */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MASShortcut; path = MASShortcut.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 26B8D148E2AEA9F404859BAC5ED75649 /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; - 275158449F80AC670F254FD5B81EF3ED /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; - 277E19D4915B81B52249AB695E4B8098 /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = ""; }; - 27B59F20AE3AC645168DD2A9379351CD /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; - 2854988BC599B89EF42966D485630F58 /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; - 286AAFC794015DB3189DF3D4F835ABE5 /* NSURLConnection+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+RACSupport.m"; path = "ReactiveObjC/NSURLConnection+RACSupport.m"; sourceTree = ""; }; - 287E32A0B2BAD1ACE7342594F91FFC04 /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; - 2916446300311955E4AA74AAA7C83967 /* RACAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACAnnotations.h; path = ReactiveObjC/RACAnnotations.h; sourceTree = ""; }; - 29227DCF3170C35CF09683B5F2AF4028 /* MASPreferences-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MASPreferences-dummy.m"; sourceTree = ""; }; - 2A0BC286F143D70C3E47E980FF58B5E3 /* IsAppEncrypted.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IsAppEncrypted.m; path = third_party/IsAppEncrypted/IsAppEncrypted.m; sourceTree = ""; }; - 2A278A2720D0145417FE0558E6B82727 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; - 2A3E109E6D10C507E34592DF791A9FB1 /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; - 2A46E20D814C4E08E55E1E504DA6730B /* RACUnarySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnarySequence.h; path = ReactiveObjC/RACUnarySequence.h; sourceTree = ""; }; + 26C89EFF8B7049B79836D220A06E3494 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; + 27E0F82F5AF7B5997722D6AB6BAE769C /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; + 281AE480D017A661BBCB6A1B74E3EB44 /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; + 28C28DDB58112F5C1C32E49BE00FCD59 /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; + 2B0350CECFDC35CF0766EA8897930A1A /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; 2B276B0A79173A1D6E83C9B4FB9A4A57 /* MJExtension */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJExtension; path = MJExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 2B2F17D2B3C840B9C8D9961EB1F9AEAB /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h"; sourceTree = ""; }; - 2BA54877E4F27E84EA72A0730CA15B93 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; - 2C5E848B4CD97F8C69DC4F1E308215A6 /* KVOController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.debug.xcconfig; sourceTree = ""; }; - 2CFBA18443291B9C6E8DB07987535161 /* JLRParsingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRParsingUtilities.m; path = JLRoutes/Classes/JLRParsingUtilities.m; sourceTree = ""; }; - 2D590F6CED67F5EAB8B43A4206C9075A /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = ""; }; - 2D78447B71BA8A98615CC759B1258CA0 /* DDMultiFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDMultiFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDMultiFormatter.h; sourceTree = ""; }; - 2DDFEA7139B91DA58293C4AC9E2BA402 /* NSString+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+MJExtension.m"; path = "MJExtension/NSString+MJExtension.m"; sourceTree = ""; }; - 2E235FB86F929521B6F003A4F02448E4 /* FIRConfigurationInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfigurationInternal.h; path = FirebaseCore/Sources/FIRConfigurationInternal.h; sourceTree = ""; }; - 2E38B8311AB067C369C9F4C74DA83207 /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = ""; }; - 2E4BAE06429EE75C060592CF7B2C7A5E /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; - 2E59C399F59C6CD4B422A8EF118B6078 /* SPUUserDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUUserDriver.h; path = Sparkle.framework/Versions/B/Headers/SPUUserDriver.h; sourceTree = ""; }; - 2EA4EBEBE8717015AFE5A31DCBCAA334 /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = ""; }; - 2FBBA911C996589DBC93DE3CCDFC6976 /* RACQueueScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACQueueScheduler+Subclass.h"; path = "ReactiveObjC/RACQueueScheduler+Subclass.h"; sourceTree = ""; }; - 3023D63F9D741F704444CC478199CCB7 /* MJPropertyKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyKey.m; path = MJExtension/MJPropertyKey.m; sourceTree = ""; }; - 310A391FA80F6380E55F3507073A7E98 /* SPUUpdaterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUUpdaterDelegate.h; path = Sparkle.framework/Versions/B/Headers/SPUUpdaterDelegate.h; sourceTree = ""; }; - 3158A4B666347A88BA194E5486016BFC /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = Resources/de.lproj; sourceTree = ""; }; - 31B22A96E2577EED585708E05FB25C01 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; - 33444CC38078B5392E768EE2B59EC0BA /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; + 2BAB6DB2AF03B53732C5750679D1D7C2 /* NSURLSession+GULPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLSession+GULPromises.h"; path = "GoogleUtilities/Environment/Public/GoogleUtilities/NSURLSession+GULPromises.h"; sourceTree = ""; }; + 2BC50F75F1006A3A05D0CFAB1A4DD584 /* MASPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MASPreferences-Info.plist"; sourceTree = ""; }; + 2BD5D2975831A06971A0C42808BF3A47 /* NSObject+RACAppKitBindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACAppKitBindings.h"; path = "ReactiveObjC/NSObject+RACAppKitBindings.h"; sourceTree = ""; }; + 2BEDEC743B86291392B97F6C3A0B43DE /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = ""; }; + 2C2E51876E7232B9935837B9E9A9A33A /* MJFoundation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJFoundation.h; path = MJExtension/MJFoundation.h; sourceTree = ""; }; + 2CAB2B04E20E58233B46C5836A236B70 /* RACReturnSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReturnSignal.h; path = ReactiveObjC/RACReturnSignal.h; sourceTree = ""; }; + 2CC9FA979AC8644E046B10B3C37DACCB /* HeartbeatLoggingTestUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatLoggingTestUtils.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatLoggingTestUtils.swift; sourceTree = ""; }; + 2DDC90DC22E4C2D76B3656B0A0612768 /* RACSignal+Operations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RACSignal+Operations.m"; path = "ReactiveObjC/RACSignal+Operations.m"; sourceTree = ""; }; + 2DE08B6EF074516061523E11714BB6A5 /* FIRConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRConfiguration.m; path = FirebaseCore/Sources/FIRConfiguration.m; sourceTree = ""; }; + 2DE400CBB4489CC6F3C1499D66C296F9 /* CocoaLumberjack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.debug.xcconfig; sourceTree = ""; }; + 2E3F36C0B303B1C92C5F534D703798BF /* mz_strm_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_mem.h; path = SSZipArchive/minizip/mz_strm_mem.h; sourceTree = ""; }; + 2E4E20789E4FC160712B299A6AD4EF93 /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; + 2FB1DF5310320D16A8BA49E938BA0294 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; + 2FB33F4AE2D5EC6A4CDA7AC90466532F /* NSObject+RACLifting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACLifting.m"; path = "ReactiveObjC/NSObject+RACLifting.m"; sourceTree = ""; }; + 2FB49700B1544065075ACEBEBCDBA604 /* FirebaseCore.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.release.xcconfig; sourceTree = ""; }; + 3009DEA460A1B191052A00314A9A6BBC /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; + 305BFA0ED015F8A2DD461F54E671F777 /* GULNetworkInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInfo.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULNetworkInfo.h; sourceTree = ""; }; + 305EE36A17132902FAAD74D8A7991323 /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = ""; }; + 308C0D586EE22628B1AE756572FCB6B2 /* NSObject+MJCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJCoding.h"; path = "MJExtension/NSObject+MJCoding.h"; sourceTree = ""; }; + 31033521B2F6D8A147E9D4F250FE83B9 /* DDFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger.h; sourceTree = ""; }; + 310DA6027F415BA5AA434592F59F0BDE /* GULReachabilityChecker+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULReachabilityChecker+Internal.h"; path = "GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h"; sourceTree = ""; }; + 311089BAF5741EFD74E38169BE5DB0B7 /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; + 3155FA07E99CE7D870F1E120A8F09C11 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; + 31B55C21667E2DCB8789BC832C9FC904 /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = ""; }; + 321AB8A754CC07FFC5A109B56CA4DD4B /* JLRoutes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLRoutes.debug.xcconfig; sourceTree = ""; }; + 32D1502DB6919B6D905A24E61FA83B5A /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; 3347A1AB6546F0A3977529B8F199DC41 /* PromisesObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PromisesObjC; path = FBLPromises.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 339DBFF04BF5B69045288571D7E37278 /* mz_strm_mem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_mem.h; path = SSZipArchive/minizip/mz_strm_mem.h; sourceTree = ""; }; - 345308E1BD97FCCAD7EF080EECEFEC49 /* WeakContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WeakContainer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/WeakContainer.swift; sourceTree = ""; }; - 35747E68633EA60A46D54A7D04B4ACE3 /* ReactiveObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-umbrella.h"; sourceTree = ""; }; + 356F8AAB06556F29966077EEF25F4728 /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; + 35EE828740279AC3F886382E369E8979 /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = ""; }; + 361B98E2E6D8C559D08613D82A5E01B9 /* KVOController.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = KVOController.debug.xcconfig; sourceTree = ""; }; + 3636516D994F98D9AAE05AC8400B0B3B /* MASPreferencesWindow.xib */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file.xib; name = MASPreferencesWindow.xib; path = en.lproj/MASPreferencesWindow.xib; sourceTree = ""; }; + 3684DD6CC45B510C401F556F728331A4 /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; + 36A3448253EDC399FCCD585200CE3D43 /* GULNetworkInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInternal.h; path = GoogleUtilities/Network/GULNetworkInternal.h; sourceTree = ""; }; 36A4A62A1CCA6B9F3C0381439421C36C /* Pods-EasydictTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-EasydictTests.modulemap"; sourceTree = ""; }; - 36F214DF65AD267C41859CF54D0FFC47 /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; - 3702B9107B55ED3E30F29768615DF836 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; + 37075B61C8020B7A7CB021613B138852 /* DDFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = Sources/CocoaLumberjack/DDFileLogger.m; sourceTree = ""; }; 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 375D9EDBB5FDCC95822ECC11DD9E3FBC /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; - 377BAF8ADD5C343F8800CCABCBA38032 /* GULAppDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULAppDelegateSwizzler.h; sourceTree = ""; }; - 37DC7887921BCB144A6E4E229590F09F /* AppCenter.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.debug.xcconfig; sourceTree = ""; }; - 37F13D061C8037BCCC6C2C27099D2A67 /* RACReturnSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReturnSignal.m; path = ReactiveObjC/RACReturnSignal.m; sourceTree = ""; }; - 382A22417DB429648F54B0C0AF2343EA /* JLRoutes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JLRoutes-dummy.m"; sourceTree = ""; }; - 382B4672C51C82D9000367A093E57F29 /* RACStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStream.m; path = ReactiveObjC/RACStream.m; sourceTree = ""; }; - 38ABC152CE3C0620EC55E691FB25164C /* AFCompatibilityMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFCompatibilityMacros.h; path = AFNetworking/AFCompatibilityMacros.h; sourceTree = ""; }; + 3769DF465F3FBE71D2BAADC2059F272A /* RACQueueScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACQueueScheduler+Subclass.h"; path = "ReactiveObjC/RACQueueScheduler+Subclass.h"; sourceTree = ""; }; + 37DD952A51F1FD43F0CCD2F6088A34E3 /* NSObject+RACDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDescription.m"; path = "ReactiveObjC/NSObject+RACDescription.m"; sourceTree = ""; }; + 3819F4E02E38C2628175FA9BB5798781 /* SSZipArchive-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-prefix.pch"; sourceTree = ""; }; + 389921E2D70B42123FB317B6520A40D2 /* NSObject+RACKVOWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACKVOWrapper.m"; path = "ReactiveObjC/NSObject+RACKVOWrapper.m"; sourceTree = ""; }; + 38A90E02DC652DFA0FE334F5A57696F1 /* DDAssert.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAssert.swift; path = Sources/CocoaLumberjackSwift/DDAssert.swift; sourceTree = ""; }; 3906AD4DF1E6F559AA77E8B9CE6C6075 /* Pods-EasydictTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EasydictTests-Info.plist"; sourceTree = ""; }; - 3994B1B78981BAF397703D97B0EC4FE7 /* DDLog+LOGV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = ""; }; + 3941552FAFDC69ECC509D8E44BF900AD /* DDTTYLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = Sources/CocoaLumberjack/DDTTYLogger.m; sourceTree = ""; }; 399EC9508E73C0D54D9BBD8741FBA137 /* KVOController */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = KVOController; path = KVOController.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 39CB494C54822FD7F3C452A870A03558 /* DDLoggerNames.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLoggerNames.m; path = Sources/CocoaLumberjack/DDLoggerNames.m; sourceTree = ""; }; - 39DCB3E395F34B2908BA0633BA97C812 /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = ""; }; - 3AD129061A908E01C291997B5C2F56BB /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; - 3B30AF0E5D38ACC7A082EFACA5156375 /* ReactiveObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactiveObjC.modulemap; sourceTree = ""; }; - 3D337E28205C3DB5DD1D609A3F31B42C /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; - 3D3EC981CA50047587A5396D011261B0 /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; - 3D4DA97F44A3E9B9DF8DE22D5F1013AA /* KVOController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KVOController.modulemap; sourceTree = ""; }; - 3D8DD889BB7D1080B15D98D04A421817 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; - 3D9BEEC7F1141908D162C879AC1433B2 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; - 3E4A9BF1EF1EFF9BBF061E3EE7096E3A /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = ""; }; - 3E5A0F25A33AAE2E6627143FE7633A21 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; - 3EA423C8481A9EF549E84AF235D76E73 /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; - 3EAF784F7862C1985CD15FD146FC25C2 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; - 3EEB861DC78A0491514953E4F808A1E2 /* mz_strm_wzaes.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_wzaes.c; path = SSZipArchive/minizip/mz_strm_wzaes.c; sourceTree = ""; }; - 3F81E58C21DCE9B23B65051A2BEC209B /* GULSceneDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSceneDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULSceneDelegateSwizzler.m; sourceTree = ""; }; - 40106C6B23760C3F9B8546ACCAAA3AD0 /* NSObject+RACAppKitBindings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACAppKitBindings.m"; path = "ReactiveObjC/NSObject+RACAppKitBindings.m"; sourceTree = ""; }; - 4021EE70850EA21AAAEF918B3DBA6ECC /* RACDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDisposable.m; path = ReactiveObjC/RACDisposable.m; sourceTree = ""; }; - 402FF25527DC11DD8064B7A5CE853432 /* RACMulticastConnection+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACMulticastConnection+Private.h"; path = "ReactiveObjC/RACMulticastConnection+Private.h"; sourceTree = ""; }; - 40CC7EABEF2944DCB92BFF0EAC1DF4E0 /* DDTTYLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDTTYLogger.h; sourceTree = ""; }; - 41B8812B3CEEA4F0AECD64E7AE86D790 /* NSObject+MJClass.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJClass.m"; path = "MJExtension/NSObject+MJClass.m"; sourceTree = ""; }; - 41C0D3EDE8BADAD090196768E0AC12F0 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - 41C1354589322E0D90A4F33085CC73E9 /* AppCenter-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AppCenter-xcframeworks.sh"; sourceTree = ""; }; - 41E79669F9CB170DE5EFD2ADCAE6FAC4 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - 428A30F6953C9758D81238BCA2C1F272 /* mz_strm_split.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_split.h; path = SSZipArchive/minizip/mz_strm_split.h; sourceTree = ""; }; - 42C00F9B1A1D9B1A0B71B4632BE1EA04 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; - 432CDBDC78DC209CE4BF6526DD9791A3 /* NSUserDefaults+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+RACSupport.m"; path = "ReactiveObjC/NSUserDefaults+RACSupport.m"; sourceTree = ""; }; - 437F6F26BE7C735F083034D4AB2C6BB9 /* NSOrderedSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSOrderedSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.m"; sourceTree = ""; }; - 43A2D88D195790929513BFD8C3D7BCB8 /* GULURLSessionDataResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULURLSessionDataResponse.m; path = GoogleUtilities/Environment/URLSessionPromiseWrapper/GULURLSessionDataResponse.m; sourceTree = ""; }; - 43A3D8EDCA16E7A245409B6E1D4B5466 /* MASShortcut-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASShortcut-prefix.pch"; sourceTree = ""; }; + 3A2A7313E2D2DA7383E27F175F30CB20 /* de.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = de.lproj; path = Resources/de.lproj; sourceTree = ""; }; + 3A7A12097A0FBDCE566CCE8AF946757F /* JLRRouteResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteResponse.h; path = JLRoutes/Classes/JLRRouteResponse.h; sourceTree = ""; }; + 3AA506755F24C89E050F45BB83CB449B /* MJPropertyKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyKey.m; path = MJExtension/MJPropertyKey.m; sourceTree = ""; }; + 3AC062B30C6BA0F6C7A2E88B127C3C5B /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; + 3B6B0A63C5474F4845A66851E9C9D577 /* RACDynamicSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSequence.h; path = ReactiveObjC/RACDynamicSequence.h; sourceTree = ""; }; + 3D03643D58DBD82254B410C18B195FFE /* mz_zip_rw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip_rw.h; path = SSZipArchive/minizip/mz_zip_rw.h; sourceTree = ""; }; + 3D11DA9F46C2D1532C5CC8AACAC77E8C /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; + 3D231D0FAD067E11E86731F1C17F2146 /* MASPreferences.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MASPreferences.modulemap; sourceTree = ""; }; + 3D2FE22F9E44B16CCF4096F563CD5B6F /* CocoaLumberjack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.release.xcconfig; sourceTree = ""; }; + 3D4616C8C9552386187ECEE86FE3A6EE /* RACEmptySignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySignal.h; path = ReactiveObjC/RACEmptySignal.h; sourceTree = ""; }; + 3D5F8E65F54D8086547EEE0E881993A6 /* MJExtensionConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtensionConst.h; path = MJExtension/MJExtensionConst.h; sourceTree = ""; }; + 3D7962EC42821BE30E468ED0453EDD33 /* FBLPromise+Any.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Any.m"; path = "Sources/FBLPromises/FBLPromise+Any.m"; sourceTree = ""; }; + 3DC9C5D4097E0D591E4696213E93D026 /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; + 3DCB093F3472392FA664DBF488354365 /* NSArray+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+RACSequenceAdditions.m"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.m"; sourceTree = ""; }; + 3DD5992B4B6A0B6BADB423B41BD71CED /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = ""; }; + 3E64A29B42D5C236E2EC89E3CB2337FB /* KVOController.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = KVOController.modulemap; sourceTree = ""; }; + 3ED23AC5E45E3D8D5EDDAF3771454315 /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; + 3F507726ED19663D069666A1F499C515 /* SSZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipArchive.h; path = SSZipArchive/SSZipArchive.h; sourceTree = ""; }; + 3F63EF6975248B5997CE008F5A035F05 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; + 3F75BB292BDFEC5B193DDA991C65B748 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; + 40485717279F8CC060D824DE4BBB7FC6 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASShorthandAdditions.h"; path = "Masonry/View+MASShorthandAdditions.h"; sourceTree = ""; }; + 408080DA78E2BC3807B553D74AEF7B1F /* FIRInstallationsLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsLogger.m; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.m; sourceTree = ""; }; + 40E142718C3FD1AE92D5FD71B3A5B877 /* mz_zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip.c; path = SSZipArchive/minizip/mz_zip.c; sourceTree = ""; }; + 42449799D178760A2B67978B554D1DC7 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = Resources/cs.lproj; sourceTree = ""; }; + 426ECB6ABD40607CC1761F4173B81394 /* RACCompoundDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCompoundDisposable.h; path = ReactiveObjC/RACCompoundDisposable.h; sourceTree = ""; }; + 42B25870307363DB67E7D2A746BFAB95 /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; + 42B70AE9AD40FB6FBEA5C65B15B12611 /* SwiftLogLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftLogLevel.h; path = Sources/CocoaLumberjackSwiftSupport/include/CocoaLumberjackSwiftSupport/SwiftLogLevel.h; sourceTree = ""; }; + 433054CBE18F323329CEF5966F056FE2 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 43B4FFA5A7EC57DF65C7C077EE4BD365 /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = ""; }; 43F9966E7614888A0CDCFAB2F62F2FDD /* MASPreferences */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MASPreferences; path = MASPreferences.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 44373CF68A4C2CA93F30616352F16D5D /* RACSignal+Operations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSignal+Operations.h"; path = "ReactiveObjC/RACSignal+Operations.h"; sourceTree = ""; }; - 44A5938B592CDC751EA5C7FFCDC48E7F /* RACReplaySubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReplaySubject.h; path = ReactiveObjC/RACReplaySubject.h; sourceTree = ""; }; - 44DFBB653B76BAFA7F74528057DF634B /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; - 455AA8836A363E4A9C906FA2B7BA980D /* FirebaseCoreInternal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.debug.xcconfig; sourceTree = ""; }; - 45DB9F4D32F17AD8972525F9831FEF1A /* MASCompositeConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASCompositeConstraint.m; path = Masonry/MASCompositeConstraint.m; sourceTree = ""; }; - 45E803EF23746DB69100126A739825F0 /* JLRoutes-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JLRoutes-Info.plist"; sourceTree = ""; }; - 46169382000143E692F6353F8B97DCE4 /* FIRInstallationsItem+RegisterInstallationAPI.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FIRInstallationsItem+RegisterInstallationAPI.m"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m"; sourceTree = ""; }; - 4731E367FB6938D056585FE37824535B /* FBLPromise+Async.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Async.m"; path = "Sources/FBLPromises/FBLPromise+Async.m"; sourceTree = ""; }; - 4748AB6DF24EB82DFA43BAD9A250B803 /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; - 47A370F3CF81CDD33EEBA4811D3684EB /* RACKVOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOProxy.h; path = ReactiveObjC/RACKVOProxy.h; sourceTree = ""; }; - 47B15B74AF6C85DF663C01906744A1AF /* SUVersionDisplayProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUVersionDisplayProtocol.h; path = Sparkle.framework/Versions/B/Headers/SUVersionDisplayProtocol.h; sourceTree = ""; }; - 47CAD935B8744B5378BB0250E7DBBB46 /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; - 484519296B5DBB555B8228756C5AAE15 /* SUErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUErrors.h; path = Sparkle.framework/Versions/B/Headers/SUErrors.h; sourceTree = ""; }; - 48A4D709C5807E7DF6202125E2EFD706 /* MJExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.release.xcconfig; sourceTree = ""; }; - 48C6D09298323D7FA1048B6A0F860C65 /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = ""; }; - 49140BE7C824423AB3AE1235A2706A0D /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = ""; }; - 49E910A6450B2D1A9A3B91FDA226F2BF /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; - 4A7B2B2645CDC8FCD150C6EBC9083957 /* FIRHeartbeatLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRHeartbeatLogger.m; path = FirebaseCore/Sources/FIRHeartbeatLogger.m; sourceTree = ""; }; - 4AC583CC850361E6D47F2BA0D37C7124 /* FBLPromise+Always.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Always.h"; path = "Sources/FBLPromises/include/FBLPromise+Always.h"; sourceTree = ""; }; - 4ADC4D5C35F076869C636B6C039AF694 /* SUAppcastItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUAppcastItem.h; path = Sparkle.framework/Versions/B/Headers/SUAppcastItem.h; sourceTree = ""; }; - 4B373978EC85346DE754039D359DF189 /* NSFileHandle+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSFileHandle+RACSupport.m"; path = "ReactiveObjC/NSFileHandle+RACSupport.m"; sourceTree = ""; }; - 4C38238A0DB03F6C09B6EEE4F5757820 /* NSObject+MJCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJCoding.m"; path = "MJExtension/NSObject+MJCoding.m"; sourceTree = ""; }; - 4D95A30EFC80203B17C573B069F04F39 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; - 4DC5C8EAA5B34B819A5D8D34421FF270 /* RACReplaySubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReplaySubject.m; path = ReactiveObjC/RACReplaySubject.m; sourceTree = ""; }; - 4DD209B975AD5530B733A9F9CB66DB16 /* NSIndexSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.h"; sourceTree = ""; }; - 4E03CD3F4CEB5E26476BFB319430412D /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; - 4ED97E9FCFCD4E0D48312012F7DD13F9 /* MASShortcut-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MASShortcut-Info.plist"; sourceTree = ""; }; - 4F7C2E0445E2594D0F36B557E7F3BDAC /* RACSignalSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignalSequence.h; path = ReactiveObjC/RACSignalSequence.h; sourceTree = ""; }; - 50595756AADA17B6D88C13C914E945E0 /* AFNetworking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.debug.xcconfig; sourceTree = ""; }; - 50FDC20F58789CE9E7AD02FBB8A9F174 /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; + 445807EE2C82A707E260F202E92D7341 /* JLRRouteDefinition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteDefinition.m; path = JLRoutes/Classes/JLRRouteDefinition.m; sourceTree = ""; }; + 445817B199D52CD3350E01B6CA3BAFA4 /* RACEXTKeyPathCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTKeyPathCoding.h; path = ReactiveObjC/extobjc/RACEXTKeyPathCoding.h; sourceTree = ""; }; + 447899564506420BFC5F947460D806BF /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = ""; }; + 44A0BCDA50CD3052843955AB363C40BD /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; + 44FB1F10FC067D16BB62A3C4F8191382 /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; + 450BE635160D6BBB73F0B4FD36DB4A1C /* RACReturnSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReturnSignal.m; path = ReactiveObjC/RACReturnSignal.m; sourceTree = ""; }; + 456926E1D98F37FCBAC8BA85ADD2651F /* NSFileHandle+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSFileHandle+RACSupport.h"; path = "ReactiveObjC/NSFileHandle+RACSupport.h"; sourceTree = ""; }; + 459DA98144D65593871903A806CA2375 /* ko.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ko.lproj; path = Resources/ko.lproj; sourceTree = ""; }; + 45DEFC3D71E567F3D67958A26CF82C88 /* mz_strm_pkcrypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_pkcrypt.h; path = SSZipArchive/minizip/mz_strm_pkcrypt.h; sourceTree = ""; }; + 46A3CFD5AB22F5C8833EBEA34C3A940A /* RACKVOProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOProxy.m; path = ReactiveObjC/RACKVOProxy.m; sourceTree = ""; }; + 46D36E26733344765724221DF1F24065 /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; + 4726F60BC9AF164A623B8DBFA8FDBB59 /* MASKeyMasks.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASKeyMasks.h; path = Framework/Model/MASKeyMasks.h; sourceTree = ""; }; + 48259C821852F51F964D0176FC3DD7FB /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = Resources/es.lproj; sourceTree = ""; }; + 484269F0F65668F8815936D185C567EF /* MASShortcut-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASShortcut-prefix.pch"; sourceTree = ""; }; + 487DC4BC252802B6305A6375AFA303DD /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; + 488B7D80BAE940D87C6799F3BE0A8159 /* RACEXTScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTScope.h; path = ReactiveObjC/extobjc/RACEXTScope.h; sourceTree = ""; }; + 48D567356B8D8D029866E6653EF91D94 /* MASConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraint.m; path = Masonry/MASConstraint.m; sourceTree = ""; }; + 48D99344A1CB874A93E4A206672DD941 /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; + 493FFEF9537B603761204D7997E778F7 /* MASViewConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewConstraint.m; path = Masonry/MASViewConstraint.m; sourceTree = ""; }; + 49FA6B6F4570283A69700A844BA3A2F2 /* KVOController-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-umbrella.h"; sourceTree = ""; }; + 4A1206C04E00866D7C2AB1B343F56418 /* JLRRouteDefinition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteDefinition.h; path = JLRoutes/Classes/JLRRouteDefinition.h; sourceTree = ""; }; + 4B134E93E19E7C866BA53D72B1EE0838 /* JLRoutes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLRoutes-prefix.pch"; sourceTree = ""; }; + 4BA282B8815ED162CDAF15C83D00260E /* RACSubscriber+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSubscriber+Private.h"; path = "ReactiveObjC/RACSubscriber+Private.h"; sourceTree = ""; }; + 4D3293B333FF87300AE697548936FE46 /* CocoaLumberjack-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CocoaLumberjack-Info.plist"; sourceTree = ""; }; + 4D67715D00E2324F3CF0FE6F9C6DE292 /* MASConstraintMaker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraintMaker.h; path = Masonry/MASConstraintMaker.h; sourceTree = ""; }; + 4E8008C936365262215EDEAD6C778B67 /* RACKVOTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOTrampoline.m; path = ReactiveObjC/RACKVOTrampoline.m; sourceTree = ""; }; + 4E8AC493C840E307120842D3CCCA8C03 /* MASShortcut.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASShortcut.debug.xcconfig; sourceTree = ""; }; + 4EAC50FA6093D49BB7CF063E6E68D4E4 /* GULSceneDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h; sourceTree = ""; }; + 4EFC9BBB8E57754BB8B57DF669DC5B76 /* MASDictionaryTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASDictionaryTransformer.h; path = "Framework/User Defaults Storage/MASDictionaryTransformer.h"; sourceTree = ""; }; + 4F64F161CCA386C7ADC468013CEE41DB /* NSObject+FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+FBKVOController.h"; path = "FBKVOController/NSObject+FBKVOController.h"; sourceTree = ""; }; + 4F835BE6A88FA5B17C46936103F1BB91 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; + 4FCE56536486C780A70FA422DCAB52FC /* PromisesObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.release.xcconfig; sourceTree = ""; }; + 504D80E44800D4CAECFDAC4E26A304B0 /* RACSignal+Operations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSignal+Operations.h"; path = "ReactiveObjC/RACSignal+Operations.h"; sourceTree = ""; }; + 5075CDE658908FD85C273D17A1F1A936 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; + 50F3F1E3232B390985BFF4A760A84300 /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; 50FFBAE87DAAA5D19C6D04413ED5E6D3 /* JLRoutes */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = JLRoutes; path = JLRoutes.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 510E86632D39DC6251944E1A3AB7254E /* MJExtensionConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtensionConst.h; path = MJExtension/MJExtensionConst.h; sourceTree = ""; }; - 51BE34E44744AE297A333EB5BB59B390 /* HeartbeatStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatStorage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift; sourceTree = ""; }; - 51C6721857B763BDCDC3EB45544B2A14 /* MASShortcut.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASShortcut.release.xcconfig; sourceTree = ""; }; - 532B2C7BDACD190C51A1B8375BF91D1D /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; - 5397358700619E4CA7E94CCFE443BBC9 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = Resources/ja.lproj; sourceTree = ""; }; - 53B27CA1C55A4872DCB4D05BE286AABF /* GULSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSwizzler.m; path = GoogleUtilities/MethodSwizzler/GULSwizzler.m; sourceTree = ""; }; - 53BD260A894276BCA87C1DB949F61FA0 /* MASPreferencesWindowController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferencesWindowController.h; path = Framework/MASPreferencesWindowController.h; sourceTree = ""; }; - 544F5469D562B7DB99546A9A1D10B065 /* DDLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog.h; sourceTree = ""; }; - 54966651A68A168B6042371643129CC2 /* NSObject+MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJProperty.m"; path = "MJExtension/NSObject+MJProperty.m"; sourceTree = ""; }; - 5531094EEE4EDE4763518DD2523E5476 /* RACEmptySignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySignal.h; path = ReactiveObjC/RACEmptySignal.h; sourceTree = ""; }; - 554E64268FB16173A0B1C2BB61D3D032 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; + 51457E42497C9224FE3300F9FE8CCFEC /* FirebaseCoreInternal.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.debug.xcconfig; sourceTree = ""; }; + 5150553E3AF53C3080D04E2F1C484C12 /* RACSignalProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACSignalProvider.d; path = ReactiveObjC/RACSignalProvider.d; sourceTree = ""; }; + 519E9A71EC943E8F3601C40407F5BD4D /* IsAppEncrypted.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IsAppEncrypted.h; path = third_party/IsAppEncrypted/Public/IsAppEncrypted.h; sourceTree = ""; }; + 51BC553337FF26DCF9EF5755B7B44BB6 /* mz_strm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm.h; path = SSZipArchive/minizip/mz_strm.h; sourceTree = ""; }; + 51BCB427DFB1FB8DD4A94C2BA83C54FD /* Masonry.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.debug.xcconfig; sourceTree = ""; }; + 52034CA88795567DFEED9DC49DCA805B /* NSObject+MJKeyValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJKeyValue.h"; path = "MJExtension/NSObject+MJKeyValue.h"; sourceTree = ""; }; + 52594136C7C1FA1C43E2F2FFF99F88EA /* DDMultiFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMultiFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDMultiFormatter.m; sourceTree = ""; }; + 52771AC2DA0F09E05F3D60FBA196593E /* RACTupleSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTupleSequence.m; path = ReactiveObjC/RACTupleSequence.m; sourceTree = ""; }; + 52D479A78A3A5118E662D21A8414E25A /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; + 52E1B15A095A586842FE703C04C04C35 /* mz_strm_mem.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_mem.c; path = SSZipArchive/minizip/mz_strm_mem.c; sourceTree = ""; }; + 533730467465565B0CBA2E6248466E68 /* SSZipArchive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SSZipArchive-dummy.m"; sourceTree = ""; }; + 54175689327D9E68FF4336E7516781E2 /* Heartbeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Heartbeat.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift; sourceTree = ""; }; + 544A4A739099EA454E659D9FBB498B70 /* NSNotificationCenter+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+RACSupport.h"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.h"; sourceTree = ""; }; + 54A77D81B3F4B6AA912713C4B89060BB /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; + 54CDE1FE34DEE4DD7199FCACB403DAC1 /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; + 54CE86091B901B8BCEB05FBCFAB6EA09 /* HeartbeatsBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsBundle.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift; sourceTree = ""; }; 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; - 5582A38A07A69A7F0BCB25116BECD5B4 /* StorageFactory.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = StorageFactory.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/StorageFactory.swift; sourceTree = ""; }; - 560651D979145680C05354423C911090 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; - 5630A6818763CDDCBA097C4DB07A1E0D /* PromisesObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesObjC-umbrella.h"; sourceTree = ""; }; - 56BCB4658828541122E0011E901BF680 /* NSObject+FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+FBKVOController.m"; path = "FBKVOController/NSObject+FBKVOController.m"; sourceTree = ""; }; - 56E00986236947DCD43B4AE8EFFB61AE /* NSObject+RACAppKitBindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACAppKitBindings.h"; path = "ReactiveObjC/NSObject+RACAppKitBindings.h"; sourceTree = ""; }; - 57EFDF01CCC4914A6128FDDDA1C10D1C /* NSObject+RACDescription.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDescription.m"; path = "ReactiveObjC/NSObject+RACDescription.m"; sourceTree = ""; }; - 58121D619BB8B8A912754365B76F1BCA /* MASConstraintMaker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASConstraintMaker.m; path = Masonry/MASConstraintMaker.m; sourceTree = ""; }; - 5859C52FC08015F54C46ECE6B553B717 /* MASHotKey.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASHotKey.m; path = Framework/Monitoring/MASHotKey.m; sourceTree = ""; }; - 58E6A0E080546253762BA7E1737E0355 /* FIRApp.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRApp.m; path = FirebaseCore/Sources/FIRApp.m; sourceTree = ""; }; + 557BB68727D9DD4B9EFDF7D58C4B5E91 /* RACDelegateProxy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDelegateProxy.m; path = ReactiveObjC/RACDelegateProxy.m; sourceTree = ""; }; + 56713CD05ACD25F9481C71BD463E7B64 /* pb_decode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_decode.c; sourceTree = ""; }; + 56B6877E89C18831DA6E91E9DDBCE4BD /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = Sources/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = ""; }; + 56D858FD65DB383488304F6D1A77A3B5 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; + 57229D58E9E33946F27F305B70BEABC9 /* RACMulticastConnection+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACMulticastConnection+Private.h"; path = "ReactiveObjC/RACMulticastConnection+Private.h"; sourceTree = ""; }; + 576CACC97013C13D7616D845C9BBC4D3 /* KVOController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KVOController-dummy.m"; sourceTree = ""; }; + 57705111D01B0D25AC71E4E21C52EA27 /* DDDispatchQueueLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDDispatchQueueLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDDispatchQueueLogFormatter.m; sourceTree = ""; }; + 57A2FF5F66BC4B0A4F9397B59EAE2358 /* MASShortcutView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutView.m; path = Framework/UI/MASShortcutView.m; sourceTree = ""; }; + 57D31BD562AA4B15D5D32B1FFE76D727 /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; + 581758225D9F7B7C3F767384A81CEE3E /* GULNetworkInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkInfo.m; path = GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m; sourceTree = ""; }; + 587377CFCE852285575FAACD33C95927 /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; - 5954A2852292F1EC4826DB6EF0E11C51 /* NSObject+RACLifting.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACLifting.m"; path = "ReactiveObjC/NSObject+RACLifting.m"; sourceTree = ""; }; - 5962D56B95EFC52FD10B3165754F2411 /* DDASLLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = Sources/CocoaLumberjack/DDASLLogger.m; sourceTree = ""; }; - 5AFC7F56B42393A9523A547E55DA9790 /* DDASLLogCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogCapture.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogCapture.h; sourceTree = ""; }; - 5B3B6B47A80EF21FA144DB6EA9E34E0E /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; - 5B55CA1052DB151F738DF87063DDF94D /* MASPreferences-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASPreferences-prefix.pch"; sourceTree = ""; }; - 5BDE04531299D1BB7CE5A17BC28BF929 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; - 5CA5B8A0CC2A04D65296811FC21EAEFB /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; - 5CD1143CC3321136DE442A5C105F130B /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; - 5D0A39F13CFDA3BC6316D693A993B637 /* Shortcut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shortcut.h; path = Framework/Shortcut.h; sourceTree = ""; }; - 5DA99B9E23F8C76ADE6F91BA0971A2A8 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "Resources/zh-Hant.lproj"; sourceTree = ""; }; - 5DB78DD8D56E1E67FCB0B3054A171FAD /* mz_strm_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_buf.h; path = SSZipArchive/minizip/mz_strm_buf.h; sourceTree = ""; }; - 5DCC971F019152723985B4910F76B53E /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; - 5E8609DA89C09834193B698A45055970 /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; - 5EC6469C99997FB86DFDDFB44D59A373 /* DDLog+Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DDLog+Combine.swift"; path = "Sources/CocoaLumberjackSwift/DDLog+Combine.swift"; sourceTree = ""; }; - 5EF82EBB7643BA7083C69110B5CE58A3 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; - 5F209DBDA2149A0611C7D48D359B794D /* KVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KVOController.h; path = FBKVOController/KVOController.h; sourceTree = ""; }; - 60140B3219A36C6C4B1D3EF191CF841D /* RACIndexSetSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACIndexSetSequence.m; path = ReactiveObjC/RACIndexSetSequence.m; sourceTree = ""; }; - 602C5C5FC51C55B4147E6D12C6C694DA /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; - 6039600034EEB080B0D57C6F11F78CD6 /* DDAssertMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAssertMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAssertMacros.h; sourceTree = ""; }; - 60405D30C34CB5F7601F6122F4FACE92 /* MASHotKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASHotKey.h; path = Framework/Monitoring/MASHotKey.h; sourceTree = ""; }; - 609E77E4D2CCD96114D951A3BC472C14 /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; + 5993438C9496F205360FAAC50F06F065 /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDContextFilterLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter.h; sourceTree = ""; }; + 5A4A8A537E96BCC778DF2A809DB28B81 /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; + 5A8260AC4BA20BBD9754C7ABA73E7612 /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; + 5A9F6EF6CDD9ACB7D16D471BE9789F81 /* RACQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACQueueScheduler.m; path = ReactiveObjC/RACQueueScheduler.m; sourceTree = ""; }; + 5AF7AEE3D96C80E2A2BD6F73A753F54F /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; + 5B6E16C6F811F72D047628DADAA1C8D5 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; + 5B9AB80234F519E755F9B0C312ABEC8B /* CocoaLumberjack-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-prefix.pch"; sourceTree = ""; }; + 5BBADF6EC8C688CC8282EAE726DAAA12 /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = ""; }; + 5C1A3F393FCA0A19951A57CD448BF380 /* FirebaseInstallations.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.release.xcconfig; sourceTree = ""; }; + 5D4F6994ABB3DB753CA22012174A8C46 /* RACIndexSetSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACIndexSetSequence.h; path = ReactiveObjC/RACIndexSetSequence.h; sourceTree = ""; }; + 5DC4ACFEACFDCD640F2C7A09BB9F0340 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; + 5DE6757E88885093A6297D52CEBE9F4D /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + 5DF96651B40FA67B9C8C975E906F3997 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; + 5E0DF3647F3EA5843022487C9F625A97 /* ja.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ja.lproj; path = Resources/ja.lproj; sourceTree = ""; }; + 5E25B32D6AFF611824713D8E21854C1D /* RACSignalSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignalSequence.h; path = ReactiveObjC/RACSignalSequence.h; sourceTree = ""; }; + 5E965DD817E569001FDD4C537F0948D2 /* NSControl+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSControl+RACCommandSupport.h"; path = "ReactiveObjC/NSControl+RACCommandSupport.h"; sourceTree = ""; }; + 5ED04AA6B0A0565652F4300D348EEB5B /* MJExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJExtension-Info.plist"; sourceTree = ""; }; + 5F5941A8D0441F1252F6AF8A46D99144 /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = ""; }; + 5F7D6C8BC9D218EB6EF9CED13D45515F /* nanopb.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.debug.xcconfig; sourceTree = ""; }; + 5F80ADB5E122FB09AEE58C09261B530A /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; + 5FF5CABA42897F7E6D0C01D6A06E15C0 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = ""; }; + 60619315653C61D1BBF6996D9A72C44C /* RACTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTuple.h; path = ReactiveObjC/RACTuple.h; sourceTree = ""; }; 609FBC631238BFF4067769DA895D7F5D /* Pods-Easydict-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Easydict-frameworks.sh"; sourceTree = ""; }; - 60E694E0032D9C53BFFC909C41684F58 /* GULAppDelegateSwizzler_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppDelegateSwizzler_Private.h; path = GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h; sourceTree = ""; }; - 60F3046204DD2662529EC6181E8C1B7B /* RACGroupedSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACGroupedSignal.m; path = ReactiveObjC/RACGroupedSignal.m; sourceTree = ""; }; - 6279609618DE4793D65CE4DE50146D17 /* SwiftFormat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftFormat.debug.xcconfig; sourceTree = ""; }; - 627E0D220E600016FA7E99D7714EEE79 /* CLIColor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CLIColor.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/CLIColor.h; sourceTree = ""; }; - 629D17FE35087BEA2BFDD0321BB5D5E0 /* DDFileLogger+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Internal.h"; path = "Sources/CocoaLumberjack/DDFileLogger+Internal.h"; sourceTree = ""; }; - 633D595E51B67C5E747FB8EE435D3140 /* pb_encode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_encode.h; sourceTree = ""; }; - 64A5AF0C72DB0257E6C231D0DE88BF33 /* RACSerialDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSerialDisposable.m; path = ReactiveObjC/RACSerialDisposable.m; sourceTree = ""; }; - 65D09C82D64C5A2EDB7E599EB7160DFC /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; - 65D0FD7FE6C9C23E76E522A5020790CC /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 6612C0D6BC21F1D3AD6A1F1948C6352A /* GULKeychainStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULKeychainStorage.m; path = GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m; sourceTree = ""; }; - 662916CD7A76562098B98708CCA720C7 /* RACQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACQueueScheduler.h; path = ReactiveObjC/RACQueueScheduler.h; sourceTree = ""; }; - 665016A3420C45B4FE02498ECFEA7DE0 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - 66A5AA3B6DD289B68B86A138EDAB67F3 /* NSIndexSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSIndexSet+RACSequenceAdditions.m"; sourceTree = ""; }; - 675425C34D81039EB4E0B2D94E7BC446 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = AFNetworking/AFURLRequestSerialization.h; sourceTree = ""; }; - 675F05A1F628D95DA68D9FF83209529F /* KVOController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KVOController-Info.plist"; sourceTree = ""; }; - 67862177F33EAD06D0DCE05AEB174A44 /* DDFileLogger+Buffering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDFileLogger+Buffering.m"; path = "Sources/CocoaLumberjack/Extensions/DDFileLogger+Buffering.m"; sourceTree = ""; }; - 680A713EC63C3B1A2F97F1D6548EC799 /* ReactiveObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-prefix.pch"; sourceTree = ""; }; - 6839D24E46ACAA92EC7B434A131C137C /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = ""; }; - 685FC462A09E8B973D39E98F5FB0D6C0 /* RACSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriber.m; path = ReactiveObjC/RACSubscriber.m; sourceTree = ""; }; - 687BD844C921A57B199FB9345833BD8B /* FirebaseCoreInternal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreInternal-dummy.m"; sourceTree = ""; }; - 68C4C93A67B11A13201E04462A130F27 /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; - 68DD661A6C0F7198565B7F0012DF261F /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = ""; }; - 68ED30375AE07E4E2AE2632A3E9EBEEE /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; - 697FDEF8A2EBE615EF291EFC2B309806 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; - 69D22C84E90B5DCC2D4F0456DD630E2A /* SSZipArchive-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SSZipArchive-Info.plist"; sourceTree = ""; }; - 6A02F7250C79C56928DBD90D1C37C520 /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; - 6AFDA56968FA7F52ADD558AE1F40CC88 /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; - 6B523DFB6B1D69BA3BC8815B34AE29FE /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; - 6BE3D63D680693D29B885F513E979F54 /* KVOController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-prefix.pch"; sourceTree = ""; }; - 6C04CBFBA4E6040E4887EC32D4DC383A /* DDAssert.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DDAssert.swift; path = Sources/CocoaLumberjackSwift/DDAssert.swift; sourceTree = ""; }; - 6C3B4754FFFD7E99942A16DDC2F73E23 /* FirebaseCoreInternal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-umbrella.h"; sourceTree = ""; }; - 6C81F337D12892E2D21AD386C11ECC43 /* JLRRouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteRequest.m; path = JLRoutes/Classes/JLRRouteRequest.m; sourceTree = ""; }; - 6C8D2889D5709318AD50EA45EA9BDAA8 /* GULNetworkInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkInfo.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULNetworkInfo.h; sourceTree = ""; }; - 6CC2A829F79D047FCC851B0F0CC3D4E3 /* FIRLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLoggerLevel.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRLoggerLevel.h; sourceTree = ""; }; - 6CD8960113E8EA5396158286C7D80633 /* mz_crypt_apple.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt_apple.c; path = SSZipArchive/minizip/mz_crypt_apple.c; sourceTree = ""; }; - 6E1D7E4D4CD82BB1E9C902D6DCD01E9D /* FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBKVOController.m; path = FBKVOController/FBKVOController.m; sourceTree = ""; }; - 6F4BF9D5EB2848303E8A57E459F7B478 /* CocoaLumberjack-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-prefix.pch"; sourceTree = ""; }; - 6F9AA08B58FF8462DF005F30AB125D69 /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; - 6FD236C4A9C3FE28B5AAC969E1DCBD0F /* RACImmediateScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACImmediateScheduler.m; path = ReactiveObjC/RACImmediateScheduler.m; sourceTree = ""; }; - 702534DDEBA16BDD58955E2CC98DD1AE /* MASShortcut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcut.h; path = Framework/Model/MASShortcut.h; sourceTree = ""; }; - 7052AC5D6D5654663A540260A790CAA5 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; - 70751A57E425D328772E6E4FEBE5A8DD /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; - 70FA11005193B3DDC439142D07607F26 /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = Resources/it.lproj; sourceTree = ""; }; - 710565F997165EDF9C25E73FEEE92B8E /* RACTupleSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTupleSequence.h; path = ReactiveObjC/RACTupleSequence.h; sourceTree = ""; }; - 72AF7933E831E4644EAFCA8B05D61E2E /* nl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = nl.lproj; path = Resources/nl.lproj; sourceTree = ""; }; - 72F2FE5BC6638B3327F3F4BB08D5F788 /* FirebaseCoreInternal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.release.xcconfig; sourceTree = ""; }; - 7300DE90D5AACAA7388D97C414DC5149 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; - 73D7DBC34DA93D39AD1244574203E743 /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = ""; }; - 73E21C90E47005A8826C8B195A87084B /* SUUpdaterDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdaterDelegate.h; path = Sparkle.framework/Versions/B/Headers/SUUpdaterDelegate.h; sourceTree = ""; }; - 74137358BAEFA80ABECDCE90B2EBDD7D /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; - 750D4784392A940839C8C6199BB364B5 /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; - 758BD4DBDBB97BCFAF33A0D6C8FAC2DA /* DDLoggerNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLoggerNames.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLoggerNames.h; sourceTree = ""; }; - 7598DA896185B6AA2A36CCD54930A614 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; - 760B64647052C0A405923802E2EA0ED9 /* MJPropertyKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyKey.h; path = MJExtension/MJPropertyKey.h; sourceTree = ""; }; - 76126DD632A0019B44A92B6A917BDC08 /* RACEagerSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEagerSequence.h; path = ReactiveObjC/RACEagerSequence.h; sourceTree = ""; }; - 763DE6B4EB08178B07CC11D933C942C3 /* RACEmptySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEmptySequence.h; path = ReactiveObjC/RACEmptySequence.h; sourceTree = ""; }; - 772B62BFEEE5D0345BDC2451EC70433F /* RingBuffer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RingBuffer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift; sourceTree = ""; }; - 77B3B590B210945E9576377854265468 /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; - 789D1B32E38A7F853725517C1A23D572 /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; - 78BE4B2F95B687B52E987441C769B28E /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + 60BE94F657507106798C7270FC727C7F /* Masonry-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Masonry-Info.plist"; sourceTree = ""; }; + 62C72D347EAF1463298BD5C494869F33 /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; + 636822632315AA5203488DFBCC8D3349 /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = ""; }; + 640FCC63E0F238EE5E21A5C1F5CF0122 /* _ObjC_HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatController.swift; sourceTree = ""; }; + 64383715CEBE4171480603FD98002BD4 /* NSControl+RACTextSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSControl+RACTextSignalSupport.h"; path = "ReactiveObjC/NSControl+RACTextSignalSupport.h"; sourceTree = ""; }; + 6508139DE2115D64E46E1D1E3020465A /* SSZipArchive.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SSZipArchive.modulemap; sourceTree = ""; }; + 651D1FBA2D5B1352140AB3F0A5D4A92D /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; + 6571E5AC5B1E5A811597C3F8A81FE9F3 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; + 6665CAE8A86A44CDDBD0AFCD2454ED51 /* RACArraySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACArraySequence.m; path = ReactiveObjC/RACArraySequence.m; sourceTree = ""; }; + 66A8DAA90E310716CC28E5BDBD8DF0B9 /* RACCompoundDisposableProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACCompoundDisposableProvider.d; path = ReactiveObjC/RACCompoundDisposableProvider.d; sourceTree = ""; }; + 66FAF6F71152407A2F1D5DB6B8CA0149 /* mz_strm_pkcrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_pkcrypt.c; path = SSZipArchive/minizip/mz_strm_pkcrypt.c; sourceTree = ""; }; + 67A586BD7251FEEBC41A15D5666E24C3 /* FIROptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptions.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h; sourceTree = ""; }; + 68A72D5F5B8A3AE7FB9150499434A1A9 /* NSControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSControl+RACCommandSupport.m"; path = "ReactiveObjC/NSControl+RACCommandSupport.m"; sourceTree = ""; }; + 68CF36A195FC418E21ECE82723B657F6 /* RACStringSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStringSequence.m; path = ReactiveObjC/RACStringSequence.m; sourceTree = ""; }; + 68ED148A8847B1D50D3D30AD813650A0 /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = ""; }; + 6950392DE66ADE4B4FE19855DBF0E4E5 /* MASShortcutBinder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutBinder.m; path = "Framework/User Defaults Storage/MASShortcutBinder.m"; sourceTree = ""; }; + 6984642CE61208C684AEED3CEC81EC59 /* RACErrorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACErrorSignal.m; path = ReactiveObjC/RACErrorSignal.m; sourceTree = ""; }; + 69CBD970F06471C092ABD7D453091EAE /* MASLayoutConstraint.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLayoutConstraint.m; path = Masonry/MASLayoutConstraint.m; sourceTree = ""; }; + 6A1A90F0BE03FAE8CB7035595ACB7287 /* AppCenter-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "AppCenter-xcframeworks.sh"; sourceTree = ""; }; + 6A5A8E31977C284EA665924C427AB3A1 /* mz_strm_split.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_split.c; path = SSZipArchive/minizip/mz_strm_split.c; sourceTree = ""; }; + 6A8A24B76BC061855D8A3682C02E01F3 /* mz_strm_zlib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_zlib.c; path = SSZipArchive/minizip/mz_strm_zlib.c; sourceTree = ""; }; + 6AB4FE1C496A9798BF82BCDD5F996FC3 /* RACDynamicSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSignal.h; path = ReactiveObjC/RACDynamicSignal.h; sourceTree = ""; }; + 6AF1D73AB1DDD191FA336326DECBE66B /* NSObject+RACDeallocating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDeallocating.h"; path = "ReactiveObjC/NSObject+RACDeallocating.h"; sourceTree = ""; }; + 6B2AC90FD3CBCC7A47CEBD6A263728D1 /* MASShortcut.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MASShortcut.modulemap; sourceTree = ""; }; + 6B6C6588DA58752BBDDE2BA757ACF9A2 /* MJExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJExtension.debug.xcconfig; sourceTree = ""; }; + 6C855E705299594A5639716F45342FD7 /* MASShortcut.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcut.m; path = Framework/Model/MASShortcut.m; sourceTree = ""; }; + 6CF528AE70DFB88AB46A61F55BD5AAD3 /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = Resources/ru.lproj; sourceTree = ""; }; + 6DA710D5BA1A9A45AE6DAC038F3CC67C /* RACScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScheduler.h; path = ReactiveObjC/RACScheduler.h; sourceTree = ""; }; + 6E468044844A2B89547B9F8BF18B6637 /* pb_common.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_common.c; sourceTree = ""; }; + 6E9F5EE1FEF6727F71BA2F405A8BC61C /* FIRComponentContainer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainer.h; path = FirebaseCore/Extension/FIRComponentContainer.h; sourceTree = ""; }; + 6EC990F3DF692EE5558DBBB0E5D72A04 /* CLIColor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CLIColor.m; path = Sources/CocoaLumberjack/CLI/CLIColor.m; sourceTree = ""; }; + 6F0C38C5326842A490DFBBF5B03DAE7F /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = ""; }; + 6F33667C279D860844EFBD7B2E8644AD /* ReactiveObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.debug.xcconfig; sourceTree = ""; }; + 6FC4333F70B9AD0EAC86CF3F61DFF2AF /* GULLoggerLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerLevel.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLoggerLevel.h; sourceTree = ""; }; + 7043DA282BCEDD43F647663FEE8A41FA /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; + 704827BD08A40719B3D9AEA42D2D9F6F /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; + 7056E12EE5847C74F62ABB5A211CFE8F /* RACScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Subclass.h"; path = "ReactiveObjC/RACScheduler+Subclass.h"; sourceTree = ""; }; + 7109B0A2DDAB8E7A65DA12ED03C5A276 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; + 7149DD93899F25BA554C4DA4033200B3 /* DDLog+LOGV.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = ""; }; + 721FB87D89FFCE1352ADD71C9C39259A /* NSString+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+MJExtension.m"; path = "MJExtension/NSString+MJExtension.m"; sourceTree = ""; }; + 7223B263A0DE0330DD61768E025EECB6 /* FirebaseCoreInternal-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-prefix.pch"; sourceTree = ""; }; + 7251A13364581842DBE5CFCD3ED138BD /* DDASLLogCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogCapture.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogCapture.h; sourceTree = ""; }; + 733E3303A1BB86BFE2A93B562670B211 /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = ""; }; + 735761457555D224B14ACB528469B585 /* RACEXTRuntimeExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEXTRuntimeExtensions.m; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.m; sourceTree = ""; }; + 73D7A2753594E54D0716C7B7DAD3F505 /* MASDictionaryTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASDictionaryTransformer.m; path = "Framework/User Defaults Storage/MASDictionaryTransformer.m"; sourceTree = ""; }; + 7401B9C803F1A7C834BAEEA19766E5FB /* GULUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULUserDefaults.m; path = GoogleUtilities/UserDefaults/GULUserDefaults.m; sourceTree = ""; }; + 75667E1118773C76F3750C0EFA719C92 /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; + 775695B24ED790C68FC4BFA045C4F596 /* RACMulticastConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACMulticastConnection.m; path = ReactiveObjC/RACMulticastConnection.m; sourceTree = ""; }; 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; + 7912DF280E778A5D884A9C8F4D84938B /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; 7928E94955D0DC03EACC29A7B0111C9C /* Pods-Easydict.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-Easydict.modulemap"; sourceTree = ""; }; - 793A7C9C43610EC870A0676F221E0546 /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; - 799BF2AFE6BB8B6B149280270A8D4B12 /* RACDynamicSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSequence.h; path = ReactiveObjC/RACDynamicSequence.h; sourceTree = ""; }; - 79B875A13641384623E6DDF6CFA12606 /* Masonry-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-prefix.pch"; sourceTree = ""; }; - 79C2D7EE2CB8E771F147AEC2FB61B2BE /* NSUserDefaults+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+RACSupport.h"; path = "ReactiveObjC/NSUserDefaults+RACSupport.h"; sourceTree = ""; }; - 79C44CE459B0E1346D3BF9EBA7222D3D /* FIRCurrentDateProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRCurrentDateProvider.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.m; sourceTree = ""; }; - 7A6BB9FA5473B6444BD5DB1E3434EEE3 /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = ""; }; - 7B4DBE49F9221CAE99D6DEDCB7B1C167 /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDContextFilterLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDContextFilterLogFormatter.h; sourceTree = ""; }; - 7B6B861B3A13854A7F551B000F6F3027 /* MJPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyType.h; path = MJExtension/MJPropertyType.h; sourceTree = ""; }; - 7D3074BCA2B1CEF69464A5BC2592D701 /* Sparkle.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sparkle.debug.xcconfig; sourceTree = ""; }; - 7E162513111EE19EC0ECAE87D47F904C /* RACStringSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStringSequence.h; path = ReactiveObjC/RACStringSequence.h; sourceTree = ""; }; - 7E36C9508D91ACF5553876EA1063252A /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; - 7F05B6E5E8E55313C5F01EE16ABFECEC /* FIRComponentType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentType.h; path = FirebaseCore/Extension/FIRComponentType.h; sourceTree = ""; }; - 7F092E7C9E960B0D999712B4ADC01B77 /* MASShortcutBinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutBinder.h; path = "Framework/User Defaults Storage/MASShortcutBinder.h"; sourceTree = ""; }; - 7F1E40BD0CDA8E3D2EAFC1C269B30893 /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; - 806658A0740D453229ABF8453A3A9223 /* MJExtensionConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJExtensionConst.m; path = MJExtension/MJExtensionConst.m; sourceTree = ""; }; - 806E002D04712787CE1BD3CF70F58B25 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; - 8075048914BF909B4FC3CA0BF8FF7566 /* MASPreferences-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MASPreferences-Info.plist"; sourceTree = ""; }; - 80E35EF9FDF37455AF4720E99319674E /* SSZipArchive-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SSZipArchive-dummy.m"; sourceTree = ""; }; - 80F89DFEBA2B3FC15B8824F3974D887D /* FirebaseInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FirebaseInstallations.h; sourceTree = ""; }; - 81279A5A9A276E0BDFE022515147ADAF /* GULKeychainStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainStorage.h; sourceTree = ""; }; - 815562FDCA4521B5934A74A2CAE3E007 /* RACBehaviorSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBehaviorSubject.h; path = ReactiveObjC/RACBehaviorSubject.h; sourceTree = ""; }; - 817C15479E428F985C065284F3020E1A /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = ""; }; - 81A5F356054D66BCC7D09D71DE5A7A44 /* CocoaLumberjack-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "CocoaLumberjack-Info.plist"; sourceTree = ""; }; - 8201CBBCCC20A0AAD78D74D92B840574 /* RACUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnit.h; path = ReactiveObjC/RACUnit.h; sourceTree = ""; }; - 8262A7B8BBE6FE691525EA316333163C /* MASPreferences-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASPreferences-umbrella.h"; sourceTree = ""; }; - 8294875FC5A9201A0619E4A081668842 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; - 8332D4067950F9C3F2FCB72122BBD101 /* JLRRouteDefinition.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteDefinition.h; path = JLRoutes/Classes/JLRRouteDefinition.h; sourceTree = ""; }; - 835263838B5356B80988C6046BEBE257 /* GULNetworkInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkInfo.m; path = GoogleUtilities/Environment/NetworkInfo/GULNetworkInfo.m; sourceTree = ""; }; - 838E4DD371CE2E6744F72589106BAF2F /* SwiftLogLevel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftLogLevel.h; path = Sources/CocoaLumberjackSwiftSupport/include/CocoaLumberjackSwiftSupport/SwiftLogLevel.h; sourceTree = ""; }; - 83AA8BB42D0F0ADBEC420AA5165A55F6 /* SPUStandardUserDriver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUStandardUserDriver.h; path = Sparkle.framework/Versions/B/Headers/SPUStandardUserDriver.h; sourceTree = ""; }; - 842780374856B0795D6632E3B2655C95 /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; - 8498E5ABD6DACF0F0D6184F107CE7F87 /* mz_strm.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm.c; path = SSZipArchive/minizip/mz_strm.c; sourceTree = ""; }; - 8537CBA4D20714FEAC208E7B2CF4F0BA /* NSControl+RACCommandSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSControl+RACCommandSupport.m"; path = "ReactiveObjC/NSControl+RACCommandSupport.m"; sourceTree = ""; }; - 85AC7FC5D0141B5EA2AC53D5B502C3DC /* JLRRouteRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteRequest.h; path = JLRoutes/Classes/JLRRouteRequest.h; sourceTree = ""; }; - 85AD4FF46CE265896ECA71D5923C3AF6 /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = Resources/sv.lproj; sourceTree = ""; }; - 85BDD5590E248A79825566148496D341 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; - 85CBB43E97CCF22C8245C717A856BE25 /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; - 85D9AA6920A3422A5D6BEADEEB351FFF /* NSObject+FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+FBKVOController.h"; path = "FBKVOController/NSObject+FBKVOController.h"; sourceTree = ""; }; - 861236973289C6E2EA83250AE6036519 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASAdditions.h"; path = "Masonry/NSArray+MASAdditions.h"; sourceTree = ""; }; - 86315F0061C584291FBF259043FB0381 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; - 86425451C2B72F68D89CA38BD92C07BF /* DDMultiFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDMultiFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDMultiFormatter.m; sourceTree = ""; }; - 86C2E96FE79FD09AD11741FC20827F0C /* SUUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdater.h; path = Sparkle.framework/Versions/B/Headers/SUUpdater.h; sourceTree = ""; }; - 870E635E286D84B438B3BBE74B5D4D73 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h; sourceTree = ""; }; - 87D95C217008751659A5E22A916DF7C8 /* mz_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_os.h; path = SSZipArchive/minizip/mz_os.h; sourceTree = ""; }; - 8848FC407D058DFF452A23C1DAE40F0F /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = ""; }; - 884EEAC8F05B68762375389C15E8FDB5 /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; - 885302F72FFC8DDE6B550C2CEC6B3CDB /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - 88714289F8DBC4AFF89C59E97D5686B0 /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; - 89A1413AA83A65D98FFA263AA37EE654 /* FirebaseAnalytics-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "FirebaseAnalytics-xcframeworks.sh"; sourceTree = ""; }; - 8A203556EA7BF2AEED2B377211D8C98E /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = ""; }; - 8A2AB3BA84501D0B9BE6B3F2F8415566 /* NSControl+RACTextSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSControl+RACTextSignalSupport.m"; path = "ReactiveObjC/NSControl+RACTextSignalSupport.m"; sourceTree = ""; }; - 8A5C2B6EE9BE76F67FC9DA55CDDB2A95 /* MASShortcut.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASShortcut.debug.xcconfig; sourceTree = ""; }; + 798E361571F4AA060DF1A2E980DFB78F /* mz_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os_posix.c; path = SSZipArchive/minizip/mz_os_posix.c; sourceTree = ""; }; + 79D512A8E09C598C419820576FE6DA4F /* DDLogMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLogMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLogMacros.h; sourceTree = ""; }; + 79EA3648C01A6ECAA38DFC3F74B08E53 /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; + 7A20370C6ED2352C801D7E68703B41D5 /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; + 7AFC229F726DBEAAD7C907A7265F291D /* DDOSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDOSLogger.m; path = Sources/CocoaLumberjack/DDOSLogger.m; sourceTree = ""; }; + 7B102947F33A8D4525CAE2AB3D165124 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; + 7B1BF21B8EA9CD56C626575DADE2DA5F /* Masonry-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Masonry-dummy.m"; sourceTree = ""; }; + 7B9327DDB2C03D59AE26D94700345713 /* JLRRouteRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteRequest.h; path = JLRoutes/Classes/JLRRouteRequest.h; sourceTree = ""; }; + 7C2A3B06BFC88AC04A2E4C9830FDAACE /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; + 7C48412414FCB6524F67F7ABB4252CD5 /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; + 7C48CF3889F7CC509A00507D6E2D9185 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; + 7CC8D098B36B55A330FF2D8397730D75 /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = ""; }; + 7CF7704285FE21FBA4981E7E9C18877A /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+MASShorthandAdditions.h"; path = "Masonry/NSArray+MASShorthandAdditions.h"; sourceTree = ""; }; + 7D1B100E277247F453251BC3C9547325 /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; + 7DE11863D5EAD7E713F6656583F9859E /* FIRDependency.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRDependency.h; path = FirebaseCore/Extension/FIRDependency.h; sourceTree = ""; }; + 7DE349198CC70C87FDCABB4AEF6BD3E5 /* NSFileHandle+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSFileHandle+RACSupport.m"; path = "ReactiveObjC/NSFileHandle+RACSupport.m"; sourceTree = ""; }; + 7E1797D57E7B87B8D3E25F27F78AA5D7 /* SSZipArchive-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-umbrella.h"; sourceTree = ""; }; + 7E18409A0B12F3DF3EC26FEE5080D7D3 /* mz_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_os.h; path = SSZipArchive/minizip/mz_os.h; sourceTree = ""; }; + 7E2EB27D72A560546FBCC51B73461062 /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; + 7F27D2995F3E5D1F5CE361CBE306B1EA /* DDLoggerNames.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLoggerNames.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLoggerNames.h; sourceTree = ""; }; + 7F4EBE7C85C4370C142CC2643D538076 /* mz_compat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_compat.c; path = SSZipArchive/minizip/mz_compat.c; sourceTree = ""; }; + 7FD24335170E624EF6F29CD50840C4B1 /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; + 7FDE32E294C9C49119B62CB7AFD03B69 /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; + 800327BFBF4CF160579DCAD1423DACAF /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; + 8062ECEC9215841648CF1B3B9107D401 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; + 8067BB17D159E6A90A3C2FCABE0DD198 /* GULNSData+zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "GULNSData+zlib.h"; path = "GoogleUtilities/NSData+zlib/Public/GoogleUtilities/GULNSData+zlib.h"; sourceTree = ""; }; + 806840C1DFE28F814EE07216950AFCA8 /* NSDictionary+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+RACSequenceAdditions.h"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.h"; sourceTree = ""; }; + 807CEC1798BCCF6B4528EA1BF3AE4323 /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + 80B1715FE7B8E88D94E4D9D6D4C09039 /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; + 81325ED61C0054A21921517C6C5B4214 /* RACUnit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnit.h; path = ReactiveObjC/RACUnit.h; sourceTree = ""; }; + 81537ADBA341FDA299840D759FC6B237 /* GoogleUtilities.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = GoogleUtilities.modulemap; sourceTree = ""; }; + 815426D6ABB66E184452A40B90DC3CA3 /* ZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = SSZipArchive/ZipArchive.h; sourceTree = ""; }; + 8172D23FCD91C62F7B713692A4CE72D1 /* JLRRouteRequest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteRequest.m; path = JLRoutes/Classes/JLRRouteRequest.m; sourceTree = ""; }; + 8194D4C67296AD379F58482EEA0E68B0 /* NSUserDefaults+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSUserDefaults+RACSupport.h"; path = "ReactiveObjC/NSUserDefaults+RACSupport.h"; sourceTree = ""; }; + 81A381EF5A4B17A795FBE1CD21771663 /* MASShortcutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutView.h; path = Framework/UI/MASShortcutView.h; sourceTree = ""; }; + 81CBC9355BC7907407F1E6B243609A8A /* FBLPromise+Race.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Race.h"; path = "Sources/FBLPromises/include/FBLPromise+Race.h"; sourceTree = ""; }; + 82169606F232A4A9BF6E04B19077D318 /* sv.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = sv.lproj; path = Resources/sv.lproj; sourceTree = ""; }; + 82889D196BB169CEA27FEEF38C695845 /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = ""; }; + 82F151A64FAFCDD9B5CA5EBA225D0668 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = AFNetworking/AFSecurityPolicy.h; sourceTree = ""; }; + 8355083C9BDD4457A6A448DCF40E308D /* MASShortcutView+Bindings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MASShortcutView+Bindings.m"; path = "Framework/UI/MASShortcutView+Bindings.m"; sourceTree = ""; }; + 836B0DDCDE38776EAE2E15031A357BB4 /* FBLPromise+Catch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Catch.h"; path = "Sources/FBLPromises/include/FBLPromise+Catch.h"; sourceTree = ""; }; + 837D6F6E7D0DA46091516815F0951B3A /* RACGroupedSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACGroupedSignal.h; path = ReactiveObjC/RACGroupedSignal.h; sourceTree = ""; }; + 838B55C8232B43664D1EBE7D0C834DED /* FIRInstallationsBackoffController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsBackoffController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.h; sourceTree = ""; }; + 839BE45DCB79608F61445D2D3E9F5B1E /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h; sourceTree = ""; }; + 83A8A5E372AEE958424449DDC3974579 /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; + 84098F9792F4A324C64B06F63B1C20F7 /* NSControl+RACTextSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSControl+RACTextSignalSupport.m"; path = "ReactiveObjC/NSControl+RACTextSignalSupport.m"; sourceTree = ""; }; + 846BF28054B3357E8738DB2CFCB8F93B /* mz_strm_zlib.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_zlib.h; path = SSZipArchive/minizip/mz_strm_zlib.h; sourceTree = ""; }; + 85327FA643D23BB9B8F9F806F919214A /* FIRVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRVersion.m; path = FirebaseCore/Sources/FIRVersion.m; sourceTree = ""; }; + 8625BA7912FCD3E8C3F4F0164D184A73 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; + 86343E4CE1C784564BDC0689099B4535 /* RACBehaviorSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBehaviorSubject.m; path = ReactiveObjC/RACBehaviorSubject.m; sourceTree = ""; }; + 86530287A93621E6773C451A74934BF9 /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = ""; }; + 86C004D69AE53DB6599C77088525CF7E /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + 872635008B26AA5C5492F7A09BBC9DA4 /* DDLegacyMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLegacyMacros.h; path = "Sources/CocoaLumberjack/Supporting Files/DDLegacyMacros.h"; sourceTree = ""; }; + 8752835BC8AE06C18BB6F618908C031D /* JLRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRoutes.h; path = JLRoutes/JLRoutes.h; sourceTree = ""; }; + 8772F73860C81DBD39F55A1E6CE5CB24 /* NSObject+FBKVOController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+FBKVOController.m"; path = "FBKVOController/NSObject+FBKVOController.m"; sourceTree = ""; }; + 881088F8F5305FDBC27B5C55B3CB6BC6 /* DDFileLogger+Buffering.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "DDFileLogger+Buffering.m"; path = "Sources/CocoaLumberjack/Extensions/DDFileLogger+Buffering.m"; sourceTree = ""; }; + 885E049EFD1F52E72FF2A6EB9971D005 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + 89249905151E5CCA3DBB18E6088AD6EF /* RACEmptySignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySignal.m; path = ReactiveObjC/RACEmptySignal.m; sourceTree = ""; }; + 893E0F41E33FCA61E5021546CE6D27A4 /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; + 89714A2D44994CF2569AB018EE5C2435 /* FIRInstallations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallations.m; path = FirebaseInstallations/Source/Library/FIRInstallations.m; sourceTree = ""; }; 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework; sourceTree = DEVELOPER_DIR; }; - 8AB1DA88719666C7AF6C0E0555C0BF31 /* RACScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScheduler.h; path = ReactiveObjC/RACScheduler.h; sourceTree = ""; }; - 8ADEA681B7DD4BA78B11ADF3BD110371 /* NSObject+RACSelectorSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACSelectorSignal.m"; path = "ReactiveObjC/NSObject+RACSelectorSignal.m"; sourceTree = ""; }; + 8AA4CE19EC802A1C4EFC47DABE90FD94 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; 8B00B1A7406B4F5FEEC4C4B39D91D48A /* Pods-Easydict.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Easydict.debug.xcconfig"; sourceTree = ""; }; - 8B2163CB3997D14FB0BA71D528539F4D /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; - 8B539DE75C7B6B035B001237D2E663C6 /* FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBKVOController.h; path = FBKVOController/FBKVOController.h; sourceTree = ""; }; - 8B53E76BA286CD016D031C9C22BEE077 /* DDLogMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLogMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLogMacros.h; sourceTree = ""; }; - 8B929C3E868F199CC2E67F084F275F43 /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = ""; }; - 8BA6FAA843B87F1A6601D6A7A5E7857B /* mz_strm_zlib.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_zlib.c; path = SSZipArchive/minizip/mz_strm_zlib.c; sourceTree = ""; }; - 8C4158D16A134C331548292527690DDA /* mz_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_os_posix.c; path = SSZipArchive/minizip/mz_os_posix.c; sourceTree = ""; }; - 8C464BB87B50E1EE34759014BE1F4E50 /* GULReachabilityChecker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULReachabilityChecker.m; path = GoogleUtilities/Reachability/GULReachabilityChecker.m; sourceTree = ""; }; - 8C6530194599F9C00ED7D1CCAB132BBA /* mz_strm_os.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_os.h; path = SSZipArchive/minizip/mz_strm_os.h; sourceTree = ""; }; - 8C65659FEC215D80300D12797FA1C4BD /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; - 8D27F42F3DDFF847CD8313FA242E7652 /* AFNetworking-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AFNetworking-Info.plist"; sourceTree = ""; }; - 8D60A87754C8D61F6A08EC9BEB906AFE /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = Resources/pt.lproj; sourceTree = ""; }; - 8D78CD45035132AA642BB51D6DABEAD3 /* RACPassthroughSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACPassthroughSubscriber.m; path = ReactiveObjC/RACPassthroughSubscriber.m; sourceTree = ""; }; - 8D96D588570395B09A30ABBB4501CAC1 /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; - 8DB42D57FE417E3901E64C253A37E00E /* mz_strm_buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_buf.c; path = SSZipArchive/minizip/mz_strm_buf.c; sourceTree = ""; }; - 8DE77412DDCCDE41DD8BA5A58E04841F /* SSZipCommon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SSZipCommon.h; path = SSZipArchive/SSZipCommon.h; sourceTree = ""; }; - 8F03D2331EE58BB66172007398E223CB /* mz.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz.h; path = SSZipArchive/minizip/mz.h; sourceTree = ""; }; - 8F335E0764FC34597616ABBD11D4151D /* AFURLSessionManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = AFNetworking/AFURLSessionManager.h; sourceTree = ""; }; - 8F747F14A9735FD0CD3A1D9BF1999AEA /* RACScheduler+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Private.h"; path = "ReactiveObjC/RACScheduler+Private.h"; sourceTree = ""; }; - 8F877C9E7C796F9F7E5FCA13F56CBA4E /* JLRRouteHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteHandler.m; path = JLRoutes/Classes/JLRRouteHandler.m; sourceTree = ""; }; - 903CCE2F999159E7FC472C61B1455363 /* MASLocalization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASLocalization.m; path = Framework/UI/MASLocalization.m; sourceTree = ""; }; - 90DE23E5C1C91033726687D9B265AC56 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = ""; }; - 90DE878488A979232F39E04808E619AE /* FBLPromise+Recover.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Recover.h"; path = "Sources/FBLPromises/include/FBLPromise+Recover.h"; sourceTree = ""; }; - 90ED0249FFB72A538C343C6F92A48907 /* nanopb-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-umbrella.h"; sourceTree = ""; }; - 914FF669E7284F0E626B01A8E73C1EDC /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = ""; }; + 8B546A9B3DDCF0BEC0AAD364F28EEE83 /* DDLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = Sources/CocoaLumberjack/DDLog.m; sourceTree = ""; }; + 8B9DA62E8F670120C1068B31F58258CE /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; + 8BA005DA1B8B077985C0330D355F33B3 /* NSNotificationCenter+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSNotificationCenter+RACSupport.m"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.m"; sourceTree = ""; }; + 8BAF2F08A3B789BAA2A5108975C3A18C /* MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJProperty.h; path = MJExtension/MJProperty.h; sourceTree = ""; }; + 8BEDDCCAA618C00E5125BEC71B96A8A7 /* AppCenter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.release.xcconfig; sourceTree = ""; }; + 8C08E5E51780D8C98E0F18B8884B1AD0 /* Masonry.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.release.xcconfig; sourceTree = ""; }; + 8C25309845E86C14CD13D81FDF7BB02F /* FBLPromise+Catch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Catch.m"; path = "Sources/FBLPromises/FBLPromise+Catch.m"; sourceTree = ""; }; + 8C43AC5965322B55E0356D7EF83E456E /* RACDelegateProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDelegateProxy.h; path = ReactiveObjC/RACDelegateProxy.h; sourceTree = ""; }; + 8C84B012298FB3D3A54564CA0F288B8D /* FirebaseCoreInternal.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCoreInternal.release.xcconfig; sourceTree = ""; }; + 8C9B94BB4DC2FF6C7FB50BB7E6D77E28 /* FirebaseInstallations-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseInstallations-Info.plist"; sourceTree = ""; }; + 8D95547E9FB242767D084AA519ABC95B /* Shortcut.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Shortcut.h; path = Framework/Shortcut.h; sourceTree = ""; }; + 8E3819351222E9D31E1DC629B897EC4E /* NSOrderedSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSOrderedSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.m"; sourceTree = ""; }; + 8E4A75F42EAADDD5473904EEC52821D5 /* NSString+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+MJExtension.h"; path = "MJExtension/NSString+MJExtension.h"; sourceTree = ""; }; + 8E7607E84E0A563EEF7B3255E621F4F2 /* pb.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb.h; sourceTree = ""; }; + 8EAC8C16E90821A66825881965CD859F /* FirebaseCore-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCore-Info.plist"; sourceTree = ""; }; + 8F241619A541ABD069A7014DECEC0B14 /* NSObject+MJClass.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJClass.m"; path = "MJExtension/NSObject+MJClass.m"; sourceTree = ""; }; + 8F3E537F638980B801A7419E062F394B /* JLRRouteResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteResponse.m; path = JLRoutes/Classes/JLRRouteResponse.m; sourceTree = ""; }; + 9155C567817963EE94EEEF14450070BB /* NSObject+RACSelectorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACSelectorSignal.h"; path = "ReactiveObjC/NSObject+RACSelectorSignal.h"; sourceTree = ""; }; 91595758B02C3B624DAEBA1FA94E413B /* Pods-EasydictTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-EasydictTests-umbrella.h"; sourceTree = ""; }; - 91651C5970D55CEE02527B3ECC985EE8 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/GULAppEnvironmentUtil.m; sourceTree = ""; }; + 917D661C79D1E9B4299F29B374075EA8 /* CocoaLumberjack-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaLumberjack-dummy.m"; sourceTree = ""; }; + 91AEA71276AC092CBD1A1A935D87F519 /* RACSerialDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSerialDisposable.h; path = ReactiveObjC/RACSerialDisposable.h; sourceTree = ""; }; 91B23470DEB9A986332BEB5034234BC7 /* SSZipArchive */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SSZipArchive; path = SSZipArchive.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 91BAE3F9E06C3E4BEF63F3A6585FE305 /* CocoaLumberjack.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.release.xcconfig; sourceTree = ""; }; - 91C1918AD43101240A46A509DA60C988 /* NSObject+RACPropertySubscribing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACPropertySubscribing.m"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.m"; sourceTree = ""; }; - 92B31DEACF7ACB54635AA1F8DC0AB194 /* GULMutableDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULMutableDictionary.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULMutableDictionary.h; sourceTree = ""; }; - 92C371FA08D1CE5B687693730362BB22 /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; - 92C7175DDFEE3888902FE38C529F1A02 /* mz_strm_split.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_split.c; path = SSZipArchive/minizip/mz_strm_split.c; sourceTree = ""; }; + 91C17F7A6CB2E9B10CDB85577419F9F3 /* FirebaseCoreInternal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreInternal.modulemap; sourceTree = ""; }; + 91F580D7F9333A829E191C6C3924CB52 /* GULSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSwizzler.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULSwizzler.h; sourceTree = ""; }; + 91FA0FDD6B2374A6FC8A6C0CED13E68D /* FBKVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBKVOController.h; path = FBKVOController/FBKVOController.h; sourceTree = ""; }; + 9242BE3469554418BD07B5CABCD9F444 /* mz_strm_buf.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_buf.c; path = SSZipArchive/minizip/mz_strm_buf.c; sourceTree = ""; }; + 924571F6AC5FF40E914BF29D1F803941 /* mz_crypt_apple.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt_apple.c; path = SSZipArchive/minizip/mz_crypt_apple.c; sourceTree = ""; }; + 92E944E252CE75C8280B58A08044808E /* FBLPromises.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromises.h; path = Sources/FBLPromises/include/FBLPromises.h; sourceTree = ""; }; 9312CC9A36808D0478AE8052EF3DF43A /* Pods-EasydictTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-EasydictTests-acknowledgements.plist"; sourceTree = ""; }; - 939271C307495FBB955DA6DD5A47A9ED /* RACBlockTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBlockTrampoline.h; path = ReactiveObjC/RACBlockTrampoline.h; sourceTree = ""; }; - 93D0A390E4166525C8125F0A7DAFBA1A /* pb_decode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_decode.h; sourceTree = ""; }; - 9404C5D2D5AD36330D2123A29D64D0AB /* nanopb.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = nanopb.release.xcconfig; sourceTree = ""; }; - 94904B46FBA86C8D1FFE3884D0650B72 /* FirebaseCore.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCore.modulemap; sourceTree = ""; }; - 94ADB8B579B7D040646F9E701B939090 /* FirebaseInstallations.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseInstallations.modulemap; sourceTree = ""; }; - 952087317CC29D90D291D1B2F202CCF3 /* FBLPromise+Reduce.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Reduce.h"; path = "Sources/FBLPromises/include/FBLPromise+Reduce.h"; sourceTree = ""; }; - 954E4C03C690623BD3DDDEE973850AB4 /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = ""; }; + 932D2B1E8DE91338F2E8A99F93C57751 /* PromisesObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PromisesObjC-umbrella.h"; sourceTree = ""; }; + 939C38F8FF57DDB1F43A14E04872D110 /* RACSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSequence.m; path = ReactiveObjC/RACSequence.m; sourceTree = ""; }; 9557017CFFCCA6BDFC4839A96EFD0115 /* Pods-EasydictTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-EasydictTests-dummy.m"; sourceTree = ""; }; - 9567610AD1B46AB835BAE4D248FE4B77 /* HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift; sourceTree = ""; }; - 95B24FBCB615636633E83982F8DEF3FB /* RACIndexSetSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACIndexSetSequence.h; path = ReactiveObjC/RACIndexSetSequence.h; sourceTree = ""; }; - 95CD5D0845CDE552D1AD0CF3E1DEA5BE /* PromisesObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PromisesObjC-Info.plist"; sourceTree = ""; }; - 96198E391D3C378290CEE94023BCDA79 /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + 9577E7D400FA9BA921E529F3F1DF30E7 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; + 95D3F39F2C30AA372457CD4E212F2104 /* RACStream+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACStream+Private.h"; path = "ReactiveObjC/RACStream+Private.h"; sourceTree = ""; }; + 960C488AF97D364CE7C952ACA867C5AA /* FIRInstallationsErrorUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsErrorUtil.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m; sourceTree = ""; }; + 961014B5CF9A67B83F6C645333991A00 /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; 9621C6383F5733C35183B2DE886C7EC6 /* ReactiveObjC */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ReactiveObjC; path = ReactiveObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9626AE9F8FA660DBE49A6781BF75A474 /* JLRRouteResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteResponse.h; path = JLRoutes/Classes/JLRRouteResponse.h; sourceTree = ""; }; - 96A0B72DD6BEAC82BBDED0DF35D94CE1 /* NSObject+MJKeyValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJKeyValue.h"; path = "MJExtension/NSObject+MJKeyValue.h"; sourceTree = ""; }; - 96A0B792C216ABE4B3D515F6B956C0F3 /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; - 96CBD4FDD103BB55E139E180A0B5A2CC /* FIRInstallationsItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsItem.h; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.h; sourceTree = ""; }; - 970179A39F2E652E194DF310A25DCB51 /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; - 977C280154A64E4D8B793B039A2CA774 /* AppCenterAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenterAnalytics.xcframework; path = "AppCenter-SDK-Apple/AppCenterAnalytics.xcframework"; sourceTree = ""; }; - 980AC595BAD91780EF16EA2F06233E70 /* RACKVOTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOTrampoline.m; path = ReactiveObjC/RACKVOTrampoline.m; sourceTree = ""; }; - 9900E1B25AF91223A482143ED0CD4F44 /* ReactiveObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactiveObjC-dummy.m"; sourceTree = ""; }; - 99B65257C54DD3CC39E5EC355A89C1DC /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; - 9A19E63C2D74EE692430552EFC0FA42C /* FBLPromise+Delay.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Delay.m"; path = "Sources/FBLPromises/FBLPromise+Delay.m"; sourceTree = ""; }; - 9ACB6BE5C4D5684E26B7854F9974B769 /* FIRInstallationsAuthTokenResultInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAuthTokenResultInternal.h; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h; sourceTree = ""; }; - 9ADBDEA38C71D02602FCB48F1C5B961A /* DDFileLogger+Buffering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Buffering.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger+Buffering.h"; sourceTree = ""; }; + 96370E5D1E40FE448581E56D5197D6DD /* mz_zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip.h; path = SSZipArchive/minizip/mz_zip.h; sourceTree = ""; }; + 971D841EDEDEC8814E6F27084705B93B /* MJPropertyType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyType.m; path = MJExtension/MJPropertyType.m; sourceTree = ""; }; + 972135895837E0DFEEA69854C3D542B4 /* DDASLLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = Sources/CocoaLumberjack/DDASLLogger.m; sourceTree = ""; }; + 97B257C79234BF7A57FE4C24FEA863D9 /* FIRCurrentDateProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRCurrentDateProvider.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRCurrentDateProvider.h; sourceTree = ""; }; + 97E328A4DD87E9FE87709D18BDAA36FA /* RACDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDisposable.m; path = ReactiveObjC/RACDisposable.m; sourceTree = ""; }; + 982707494D0F18D56AD95C7C9DAF1478 /* MJExtension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJExtension.modulemap; sourceTree = ""; }; + 99039410F9DCE40EDC328622F2F98FAD /* CocoaLumberjack.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaLumberjack.modulemap; sourceTree = ""; }; + 993DBEA157B95882C1D31C75DD8356CD /* AFNetworking-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-prefix.pch"; sourceTree = ""; }; 9B03860033D4E77E2A17C8CEDAA65BA7 /* Pods-EasydictTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-EasydictTests.release.xcconfig"; sourceTree = ""; }; - 9B162DECBC1E213DE303D429F0A80A34 /* NSURLConnection+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSURLConnection+RACSupport.h"; path = "ReactiveObjC/NSURLConnection+RACSupport.h"; sourceTree = ""; }; + 9B0FC78387EBCA6A0E8EF914BE301E53 /* RACTestScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTestScheduler.h; path = ReactiveObjC/RACTestScheduler.h; sourceTree = ""; }; 9B4352D1CD18BB2BDE8A51479B871C10 /* Pods-Easydict */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-Easydict"; path = Pods_Easydict.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9C1C6B6506CF88A49098C5BCCC4D433E /* RACSerialDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSerialDisposable.h; path = ReactiveObjC/RACSerialDisposable.h; sourceTree = ""; }; - 9CD0EF998EAC78FDC67CDC6F46FB33EA /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Resources/en.lproj; sourceTree = ""; }; - 9CF768B69230F859A48EFB6A456B07D8 /* RACStream.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStream.h; path = ReactiveObjC/RACStream.h; sourceTree = ""; }; - 9D4D92E50628B7E0C259156389E4E205 /* FIRHeartbeatLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRHeartbeatLogger.h; path = FirebaseCore/Extension/FIRHeartbeatLogger.h; sourceTree = ""; }; + 9B4742F6D3EDF0DCA46E847763A70363 /* RACSubscriptionScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptionScheduler.m; path = ReactiveObjC/RACSubscriptionScheduler.m; sourceTree = ""; }; + 9C383A9650DD3AA883689779630BA9AC /* RACUnarySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACUnarySequence.h; path = ReactiveObjC/RACUnarySequence.h; sourceTree = ""; }; + 9CB4E7F25E40A75D1DB89051CE1208AB /* FIRComponentType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentType.m; path = FirebaseCore/Sources/FIRComponentType.m; sourceTree = ""; }; + 9D499E2E722F34952024F37872FF8A58 /* JLRoutes-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "JLRoutes-dummy.m"; sourceTree = ""; }; 9D635ACBDB58BEC168F692A7F0132B89 /* MASPreferences-MASPreferences */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "MASPreferences-MASPreferences"; path = MASPreferences.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D685CF55891BC5BF98B38FC1B2D3248 /* SSZipArchive.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.debug.xcconfig; sourceTree = ""; }; + 9D849C66265D4A7F904BADF120983FBD /* NSEnumerator+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+RACSequenceAdditions.h"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.h"; 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; }; - 9DA80CC63D15B5B65B326FB83282B9B9 /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = ""; }; - 9E330B3B4235ADB63C9F3459D634224C /* RACSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubject.h; path = ReactiveObjC/RACSubject.h; sourceTree = ""; }; - 9E82D3FE833AE0CCE70D0DB66E7A5296 /* JLRoutes.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = JLRoutes.modulemap; sourceTree = ""; }; - 9EE19076692527A9F0D44437B752AE7E /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; - 9EF3DEB38F0123335954D77CA738A601 /* MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJProperty.h; path = MJExtension/MJProperty.h; sourceTree = ""; }; - 9F5557DE315FAF32C08E1625C1EF3665 /* RACTargetQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTargetQueueScheduler.m; path = ReactiveObjC/RACTargetQueueScheduler.m; sourceTree = ""; }; - A027C9905E70BDB1F975EA72C2BECEFC /* NSSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.m"; sourceTree = ""; }; - A04EC495FC3F245C92DED23861AA9885 /* NSControl+RACTextSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSControl+RACTextSignalSupport.h"; path = "ReactiveObjC/NSControl+RACTextSignalSupport.h"; sourceTree = ""; }; - A0B8B622E89FEED8CAEB35013F9FCFEE /* FIRInstallationsIIDStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m; sourceTree = ""; }; - A0BAA45263B76C83E934406299202672 /* MJExtension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-umbrella.h"; sourceTree = ""; }; - A102FCDCE6DDFE1B30AD2D473E151A10 /* DDASLLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogger.h; sourceTree = ""; }; - A1411614EB442FBBF01108E457A800D3 /* RACScheduler+Subclass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACScheduler+Subclass.h"; path = "ReactiveObjC/RACScheduler+Subclass.h"; sourceTree = ""; }; - A14D53457BAF60E40DCC96DFB085C596 /* JLRoutes-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLRoutes-umbrella.h"; sourceTree = ""; }; - A1EEFD9879355154D34D3419DD3B398D /* FIRInstallationsStoredAuthToken.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredAuthToken.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m; sourceTree = ""; }; - A21ABB599790B4F3F3D012CE91464D94 /* MJExtension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJExtension-Info.plist"; sourceTree = ""; }; - A25A87B140DCF902D4E3239752002613 /* FIRLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRLogger.m; path = FirebaseCore/Sources/FIRLogger.m; sourceTree = ""; }; - A25FE1EFB94164FDA9E3D4119F0A8543 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "ViewController+MASAdditions.h"; path = "Masonry/ViewController+MASAdditions.h"; sourceTree = ""; }; - A2BEA946DA2409F28FDF2D796BA7B421 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = AFNetworking/AFNetworkReachabilityManager.h; sourceTree = ""; }; - A3170D9139D0144F2E2ABC804DC48531 /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = ""; }; - A31E17F9F5A72BE898B1319436003407 /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = ""; }; - A31FBF89838193C99DF4F10BC44693FF /* MJPropertyType.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJPropertyType.m; path = MJExtension/MJPropertyType.m; sourceTree = ""; }; - A377CCEA25CCC17BFC69C2DF468BAB1A /* SPUStandardUserDriverDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUStandardUserDriverDelegate.h; path = Sparkle.framework/Versions/B/Headers/SPUStandardUserDriverDelegate.h; sourceTree = ""; }; - A384AB9DC764DB45FCA0F8205F80417C /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = ""; }; - A3AEF7359DCDBA2E91FF253A650D63D0 /* mz_crypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_crypt.c; path = SSZipArchive/minizip/mz_crypt.c; sourceTree = ""; }; - A4414BB3B780D6EC2894CC78F381D7FA /* CocoaLumberjack.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.debug.xcconfig; sourceTree = ""; }; - A4AC1FD3ACE294C5C5DC3BEC9572C266 /* FIRInstallationsHTTPError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsHTTPError.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.h; sourceTree = ""; }; - A4AEF4FF778BEB823F09E4786D2EE68A /* SUAppcast.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUAppcast.h; path = Sparkle.framework/Versions/B/Headers/SUAppcast.h; sourceTree = ""; }; + 9DDACBE41A9633502E31E2FCD7E27093 /* NSObject+MJCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJCoding.m"; path = "MJExtension/NSObject+MJCoding.m"; sourceTree = ""; }; + 9E1A19411390D351AD336D68D4FA00C5 /* ReactiveObjC.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ReactiveObjC.release.xcconfig; sourceTree = ""; }; + 9E1C58F84E790204F3533BA4D136CEB7 /* FIRDependency.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRDependency.m; path = FirebaseCore/Sources/FIRDependency.m; sourceTree = ""; }; + 9E1CD01E3A1A8BD3751EC4083B377244 /* ReactiveObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ReactiveObjC.modulemap; sourceTree = ""; }; + 9F0859826783079671D88D7111AD667C /* nanopb-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "nanopb-prefix.pch"; sourceTree = ""; }; + 9F77807302D4F7D3113056ACC783FC99 /* en.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = en.lproj; path = Resources/en.lproj; sourceTree = ""; }; + A00FAC0E4C014A8B770F58A44BDA7EDA /* NSObject+MJKeyValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJKeyValue.m"; path = "MJExtension/NSObject+MJKeyValue.m"; sourceTree = ""; }; + A02C45B2979F0092F78BDE05DB4822D9 /* NSInvocation+RACTypeParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInvocation+RACTypeParsing.h"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.h"; sourceTree = ""; }; + A0BF45EA7D7CFC58645851B36F8B32E5 /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = ""; }; + A0CB1C456FE022D16C6BD4056AF371FB /* FIRFirebaseUserAgent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRFirebaseUserAgent.m; path = FirebaseCore/Sources/FIRFirebaseUserAgent.m; sourceTree = ""; }; + A0D5FBAEB4D526F0F85B96ED54518704 /* GULSceneDelegateSwizzler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSceneDelegateSwizzler.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULSceneDelegateSwizzler.h; sourceTree = ""; }; + A13635E8FE55513F0309BF0094D76443 /* MASKeyCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASKeyCodes.h; path = Framework/Model/MASKeyCodes.h; sourceTree = ""; }; + A151C862C2BB06EA39BC845C0A4D63D0 /* MASPreferences.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferences.h; path = Framework/MASPreferences.h; sourceTree = ""; }; + A1E1C7B9B4B85031E0273B5B0B840E9F /* ReactiveObjC-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-prefix.pch"; sourceTree = ""; }; + A22564EF195B243091BC311260094273 /* GULLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULLogger.m; path = GoogleUtilities/Logger/GULLogger.m; sourceTree = ""; }; + A2D7AF6E042577EB812DD5B68782C413 /* FirebaseAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = FirebaseAnalytics.xcframework; path = Frameworks/FirebaseAnalytics.xcframework; sourceTree = ""; }; + A2F110F7E3CD18C0E7AC8FA1D16A91A8 /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; + A308F402FCA8BE3E4FF54B04C742FADD /* MASCompositeConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASCompositeConstraint.h; path = Masonry/MASCompositeConstraint.h; sourceTree = ""; }; + A3666B38C3A7512F1AC419F8A49AADC9 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; + A3A3D7C7C6D437688DEEE43DEDC93808 /* GoogleUtilities.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.debug.xcconfig; sourceTree = ""; }; + A41B9B1B80E753FF41CB662FD29A8373 /* NSString+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSupport.h"; path = "ReactiveObjC/NSString+RACSupport.h"; sourceTree = ""; }; + A48A1B7532250C9B2A274E1A8C70CFB5 /* GULNetworkMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkMessageCode.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkMessageCode.h; sourceTree = ""; }; + A4D8FDE968EC57B81396071BCFAB4940 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; A4FA15D44DF6BAC7550EDEED10862AA3 /* AFNetworking */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = AFNetworking; path = AFNetworking.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A5218C8E8F188F3BD68AAAF13EEBB1AD /* RACSubscriptingAssignmentTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptingAssignmentTrampoline.h; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.h; sourceTree = ""; }; - A565DBA2B609B783BF07FAC1B5AC4D01 /* RACReturnSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACReturnSignal.h; path = ReactiveObjC/RACReturnSignal.h; sourceTree = ""; }; - A57E810C57E31937BFFECC46206FAF73 /* FBLPromise+Wrap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Wrap.h"; path = "Sources/FBLPromises/include/FBLPromise+Wrap.h"; sourceTree = ""; }; - A69A33AE9C7461A043CA8F315CB3BCCF /* FirebaseInstallationsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseInstallationsInternal.h; path = FirebaseInstallations/Source/Library/Private/FirebaseInstallationsInternal.h; sourceTree = ""; }; - A83640DD8FBAF1CEABEB312F19E40149 /* RACCompoundDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCompoundDisposable.m; path = ReactiveObjC/RACCompoundDisposable.m; sourceTree = ""; }; + A5D67BB3F1606B2EE7EBFF0EC3F0284F /* KVOController-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "KVOController-prefix.pch"; sourceTree = ""; }; + A6695B8C9EE11ABD45436D38ED0AB54F /* FIRLibrary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLibrary.h; path = FirebaseCore/Extension/FIRLibrary.h; sourceTree = ""; }; + A68E30EDA1F73FF7D9AF08590519F6BA /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; + A68EAA2878E332B039CAAD7F7255A80E /* GULKeychainUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULKeychainUtils.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULKeychainUtils.h; sourceTree = ""; }; + A6F2D80C11E7A6A356C5B90B5887D3E4 /* MJFoundation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJFoundation.m; path = MJExtension/MJFoundation.m; sourceTree = ""; }; + A719C3EBDC04E128BF2B7A27DAEA7D8A /* GoogleAppMeasurement.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurement.xcframework; path = Frameworks/GoogleAppMeasurement.xcframework; sourceTree = ""; }; + A72A3C87E62D7D3E61639198A611D5C7 /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; + A73FEB52F6817530F7682A22C4925894 /* HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsPayload.swift; sourceTree = ""; }; + A7469B19A7C5B78B488F68AB2D024B0F /* NSURLConnection+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLConnection+RACSupport.m"; path = "ReactiveObjC/NSURLConnection+RACSupport.m"; sourceTree = ""; }; + A7490B2CADAC1844B13F91EBBD3D3546 /* RACScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScheduler.m; path = ReactiveObjC/RACScheduler.m; sourceTree = ""; }; + A776BE7E2E7AD8278FDFFCAC355D6ECA /* SwiftFormat.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftFormat.debug.xcconfig; sourceTree = ""; }; + A7C96140FB225FCD9A5321D667ECA077 /* MASShortcut.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASShortcut.release.xcconfig; sourceTree = ""; }; + A8027526AC36C67C6E4E0F5EA5C37237 /* FIRInstallationsItem+RegisterInstallationAPI.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FIRInstallationsItem+RegisterInstallationAPI.h"; path = "FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h"; sourceTree = ""; }; + A82D3F60C0ADE3AD4D17D5EBDFE54032 /* RACScopedDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScopedDisposable.m; path = ReactiveObjC/RACScopedDisposable.m; sourceTree = ""; }; + A864B5158AEC9450F7D452A6D594BB8E /* GULSecureCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULSecureCoding.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULSecureCoding.h; sourceTree = ""; }; A8855B8F589FC345830C0325F4E7724D /* Pods-Easydict-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Easydict-Info.plist"; sourceTree = ""; }; - A8A265FF29CE15489289BE1050DA6209 /* JLRRouteResponse.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteResponse.m; path = JLRoutes/Classes/JLRRouteResponse.m; sourceTree = ""; }; - A8FC37205DE2229489E297D96F85E41A /* mz_zip_rw.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip_rw.c; path = SSZipArchive/minizip/mz_zip_rw.c; sourceTree = ""; }; - A8FD3F53DFF80D2D2BED72FC2487DAB9 /* NSString+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSequenceAdditions.m"; path = "ReactiveObjC/NSString+RACSequenceAdditions.m"; sourceTree = ""; }; - A917F20A967D4A566374BED4D6273E43 /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; - A97BEC96D92A6F8320B0C1B4A10FB67E /* FBLPromise+Async.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Async.h"; path = "Sources/FBLPromises/include/FBLPromise+Async.h"; sourceTree = ""; }; - A9C24B2CA008C0BB9BAF812772501363 /* CocoaLumberjack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaLumberjack.h; path = "Sources/CocoaLumberjack/Supporting Files/CocoaLumberjack.h"; sourceTree = ""; }; - A9D6C7E79C4BD1FC056E8DAB4DAC1091 /* RACStream+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACStream+Private.h"; path = "ReactiveObjC/RACStream+Private.h"; sourceTree = ""; }; - A9E909958E0C308188C32BF31E4F7CD0 /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; - AADAFE53B685AED532FE572D802192FB /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; - ABC0C4DE065A85F00F75E607446D0D1F /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = ""; }; - ABCCB934892895EB26DDB2C0B9FDC152 /* FirebaseAnalytics.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.release.xcconfig; sourceTree = ""; }; - AC07F0436D9773959DD00FF69C93F2A9 /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = ""; }; - AC30EFFB6D67A23EF2009FAF742665C8 /* SUVersionComparisonProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUVersionComparisonProtocol.h; path = Sparkle.framework/Versions/B/Headers/SUVersionComparisonProtocol.h; sourceTree = ""; }; - AC7ACCB46FA0F946F6813F7ACCEF24B2 /* DDASLLogCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDASLLogCapture.m; path = Sources/CocoaLumberjack/DDASLLogCapture.m; sourceTree = ""; }; - AC9EA811E1FC95CFBA6BAECE8C707DE0 /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; - ACF074090100DAD339372C9E197817A0 /* DDFileLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger.h; sourceTree = ""; }; - AD0DE75FC612455545A0E04C33E8AE42 /* RACEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEvent.m; path = ReactiveObjC/RACEvent.m; sourceTree = ""; }; + A89BE88949605EB45C6B9153D35FD904 /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = ""; }; + A8CC46CC67F37F7BB5C1AED75A777124 /* GoogleUtilities.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleUtilities.release.xcconfig; sourceTree = ""; }; + A99AB13827ECFBD2A9AD2D738E06906C /* RACPassthroughSubscriber.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACPassthroughSubscriber.m; path = ReactiveObjC/RACPassthroughSubscriber.m; sourceTree = ""; }; + A99C24E6C3B8FC511FDFD96F5647BC36 /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; + AA52B8D9FD68313D6FCB95E0DDFC2AC2 /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; + AAD92ED55A3CD964F003909D6E91CCAD /* RACDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDisposable.h; path = ReactiveObjC/RACDisposable.h; sourceTree = ""; }; + AAF6F2CF70C1F32485BCD7EEE3A8A9A8 /* MASShortcutValidator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutValidator.h; path = Framework/Model/MASShortcutValidator.h; sourceTree = ""; }; + AD1663CBAC775F7FCC42734F66C2E4F8 /* NSUserDefaults+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSUserDefaults+RACSupport.m"; path = "ReactiveObjC/NSUserDefaults+RACSupport.m"; sourceTree = ""; }; AD1B09D61061D25891A8EE8B6F4A8D29 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/CoreServices.framework; sourceTree = DEVELOPER_DIR; }; - AE60E983EFE3DC595C64CF2CFE3C70D1 /* NSString+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+MJExtension.h"; path = "MJExtension/NSString+MJExtension.h"; sourceTree = ""; }; - AE9AF75579936752E2B9F72417AE5C7B /* NSOrderedSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSOrderedSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSOrderedSet+RACSequenceAdditions.h"; sourceTree = ""; }; - AF195D0BFDCA9B89610DF1A127A03BA6 /* mz_strm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm.h; path = SSZipArchive/minizip/mz_strm.h; sourceTree = ""; }; - AF3D00BE84C9EFD7C4952CF033937DCF /* SPUUpdateCheck.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUUpdateCheck.h; path = Sparkle.framework/Versions/B/Headers/SPUUpdateCheck.h; sourceTree = ""; }; - AFA15FFC36D1BEFA94DEE3853812DE01 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = AFNetworking/AFURLRequestSerialization.m; sourceTree = ""; }; - AFCA7AA3E6FAF5E819AA157BA7124605 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; - B02F3DF7C24B086BAFA97A512CA926A1 /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; - B141C215E74D770A8724E99849592975 /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; - B151E2383E5B032C52AF205B86D599EF /* RACEXTRuntimeExtensions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEXTRuntimeExtensions.m; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.m; sourceTree = ""; }; - B17E9A5FD4E475ADC09FF0860A074218 /* RACMulticastConnection.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACMulticastConnection.m; path = ReactiveObjC/RACMulticastConnection.m; sourceTree = ""; }; - B1D394F2CAAA6FFD919EF2D35945E546 /* DDLog.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = Sources/CocoaLumberjack/DDLog.m; sourceTree = ""; }; - B229791FF80A5FEAA340132BFCB88DD3 /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; - B27D48BF0F0DDC61E642B3BC6545994A /* RACEmptySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEmptySequence.m; path = ReactiveObjC/RACEmptySequence.m; sourceTree = ""; }; + AD580040ED6F7D8F590914A60DFAC23C /* RACKVOProxy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOProxy.h; path = ReactiveObjC/RACKVOProxy.h; sourceTree = ""; }; + AD6BC93E88657454DF572BD2596FF210 /* GULNetworkConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkConstants.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkConstants.h; sourceTree = ""; }; + AD7DA935E2948FCAE8C9EB651098770C /* WeakContainer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = WeakContainer.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/WeakContainer.swift; sourceTree = ""; }; + AE565DEE3F76104CB24CC59D877724D7 /* FIRInstallationsIIDTokenStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDTokenStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.h; sourceTree = ""; }; + AE899DED026AAA0A75028A11263B5B6B /* RACSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriber.h; path = ReactiveObjC/RACSubscriber.h; sourceTree = ""; }; + AEF451C8A3238C2DC842B60ABC677791 /* AppCenterCrashes.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenterCrashes.xcframework; path = "AppCenter-SDK-Apple/AppCenterCrashes.xcframework"; sourceTree = ""; }; + AF1271FB644143574B2BAAA2317AB147 /* pl.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pl.lproj; path = Resources/pl.lproj; sourceTree = ""; }; + AF292EE9AAA893549C266E020153280E /* GULHeartbeatDateStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorage.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorage.h; sourceTree = ""; }; + AF92531F1B124A79EC08DD804A2968E7 /* RACTupleSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTupleSequence.h; path = ReactiveObjC/RACTupleSequence.h; sourceTree = ""; }; + AFFA96FAF96F06260D6E95B3D00C4680 /* CocoaLumberjack.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CocoaLumberjack.swift; path = Sources/CocoaLumberjackSwift/CocoaLumberjack.swift; sourceTree = ""; }; B2CC38EAB95AC4B0E4103F60A7133C2A /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Carbon.framework; sourceTree = DEVELOPER_DIR; }; - B2E61A58D3192D0D5C3DF670CFDCC32E /* DDTTYLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = Sources/CocoaLumberjack/DDTTYLogger.m; sourceTree = ""; }; - B306B6D5C04FEBF70BD09CB97013FAE6 /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; - B31949005F7BB55713000DC9BCDC48B6 /* GoogleAppMeasurement.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.release.xcconfig; sourceTree = ""; }; - B342395E9B0AD13506E78381565229F0 /* ResourceBundle-MASShortcut-MASShortcut-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-MASShortcut-MASShortcut-Info.plist"; sourceTree = ""; }; - B3C157AB762D7B89C88A2896222F5683 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; - B3C515D092070D44465A22189264191F /* FBLPromise+Validate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Validate.h"; path = "Sources/FBLPromises/include/FBLPromise+Validate.h"; sourceTree = ""; }; - B3F4861B7A3C01047BCB7EFC762190B3 /* Masonry-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Masonry-Info.plist"; sourceTree = ""; }; - B4152A8AEA876763E52E1B6514151A49 /* RACScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACScheduler.m; path = ReactiveObjC/RACScheduler.m; sourceTree = ""; }; - B4197DD19E49234E24B1720AEA3EF4B3 /* MJFoundation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJFoundation.h; path = MJExtension/MJFoundation.h; sourceTree = ""; }; + B373C677B55B47927092876DC72E0225 /* JLRoutes-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLRoutes-umbrella.h"; sourceTree = ""; }; + B419C98FC229FB8466FEC540554682BB /* NSEnumerator+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSEnumerator+RACSequenceAdditions.m"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.m"; sourceTree = ""; }; B43874C6CBB50E7134FBEC24BABFE14F /* GoogleUtilities */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = GoogleUtilities; path = GoogleUtilities.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B458981F43DAC1B065927DC3C459C76D /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; - B58420553C2C05721595A07121C1DF5D /* MASPreferencesViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferencesViewController.h; path = Framework/MASPreferencesViewController.h; sourceTree = ""; }; - B59F0A841F5A7B8E3B69C62CFBBBA435 /* ReactiveObjC-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ReactiveObjC-Info.plist"; sourceTree = ""; }; - B5E1C5DE35F51CEC1FC2FF4EB9ED5961 /* FIRInstallationsStoredAuthToken.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredAuthToken.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.h; sourceTree = ""; }; - B5F2B7B47D94597A73DB30305FC040CB /* GoogleAppMeasurement-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleAppMeasurement-xcframeworks.sh"; sourceTree = ""; }; - B6228DFFD472D8AECA615124450DB5AC /* FirebaseCore-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCore-umbrella.h"; sourceTree = ""; }; - B627682E7A53A66BCED57C263EEBC3F1 /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; - B67767EEA86F8D498BF073CE7A453BA7 /* NSObject+RACPropertySubscribing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACPropertySubscribing.h"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.h"; sourceTree = ""; }; - B6C449EB89004DBD7A50DBF2B9145EEA /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; - B780E0A68621576718D820F08584BD02 /* cs.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = cs.lproj; path = Resources/cs.lproj; sourceTree = ""; }; - B81DEBD594BE65BC2686D2DF3F682D19 /* FBLPromiseError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromiseError.h; path = Sources/FBLPromises/include/FBLPromiseError.h; sourceTree = ""; }; + B56E21D75711ADEB5F06A21D138D16DF /* FIRAnalyticsConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAnalyticsConfiguration.h; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.h; sourceTree = ""; }; + B57D5A703EFE8A832AD500F712B1B8F9 /* Masonry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Masonry.h; path = Masonry/Masonry.h; sourceTree = ""; }; + B5C3AB8EFA57F28DC0D8F02A3CEDDCAC /* PromisesObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PromisesObjC-dummy.m"; sourceTree = ""; }; + B677422589FA978CB550EB4B80530DE5 /* RACBlockTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACBlockTrampoline.h; path = ReactiveObjC/RACBlockTrampoline.h; sourceTree = ""; }; + B7718124CDAC2BE11F6E67EE92ACE4D8 /* RACChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACChannel.h; path = ReactiveObjC/RACChannel.h; sourceTree = ""; }; + B7CBEC99145CC6B9E66E8E1040657CCD /* MJExtension-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJExtension-prefix.pch"; sourceTree = ""; }; B845C2ACCFEF00A5B6C2314BC9ACE0DD /* Pods-Easydict-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Easydict-umbrella.h"; sourceTree = ""; }; - B895D9F9C9285B20C3912A9469B29FC0 /* mz_compat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_compat.h; path = SSZipArchive/minizip/mz_compat.h; sourceTree = ""; }; - B8A592F1AB84E52282FDC935B383C6A2 /* FIRInstallationsAuthTokenResult.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAuthTokenResult.m; path = FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m; sourceTree = ""; }; - B8FCBC5F53DB63E76A2599F99723E50B /* RACSubscriptingAssignmentTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptingAssignmentTrampoline.m; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.m; sourceTree = ""; }; - B908ABEC9AC3390E0CC7C073E36721E3 /* MJFoundation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJFoundation.m; path = MJExtension/MJFoundation.m; sourceTree = ""; }; - B969010B6688844D2ECA0D0CE1A1CC10 /* Masonry.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Masonry.debug.xcconfig; sourceTree = ""; }; - BA611C306E6197F720EC7960B0F78DBD /* ZipArchive.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = SSZipArchive/ZipArchive.h; sourceTree = ""; }; - BB2FD6D5217B6B2FE76160EAF18BBB66 /* mz_crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_crypt.h; path = SSZipArchive/minizip/mz_crypt.h; sourceTree = ""; }; - BB3016688D89FBAD7FA129492A3C39B5 /* SPUUserUpdateState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUUserUpdateState.h; path = Sparkle.framework/Versions/B/Headers/SPUUserUpdateState.h; sourceTree = ""; }; - BB4DDD9194BC17B371DA38E9826F48A3 /* GULOriginalIMPConvenienceMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULOriginalIMPConvenienceMacros.h; path = GoogleUtilities/MethodSwizzler/Public/GoogleUtilities/GULOriginalIMPConvenienceMacros.h; sourceTree = ""; }; - BC5DC2E1D21621BF948EAACFDDA1FD57 /* NSObject+MJKeyValue.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJKeyValue.m"; path = "MJExtension/NSObject+MJKeyValue.m"; sourceTree = ""; }; - BCD53D209929BA5128CBFE7703733130 /* Sparkle.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Sparkle.release.xcconfig; sourceTree = ""; }; - BD6725DD23772D8E10E61AFCFD9780F3 /* SPUUpdater.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUUpdater.h; path = Sparkle.framework/Versions/B/Headers/SPUUpdater.h; sourceTree = ""; }; - BE3D730583DF23D745F5CB7FB45A54C3 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSLayoutConstraint+MASDebugAdditions.m"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = ""; }; - BE9CCF5193A03D9E080CFCE14512A8B9 /* RACSignalSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignalSequence.m; path = ReactiveObjC/RACSignalSequence.m; sourceTree = ""; }; - BEFCC9FAA335AFCF00612B46FC891DAF /* RACArraySequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACArraySequence.h; path = ReactiveObjC/RACArraySequence.h; sourceTree = ""; }; - BFDCE7686FAC3D4554B710BAADBF3C57 /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - C060501DDE4B699010EFF3D61B1D3DD6 /* MASShortcut-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MASShortcut-dummy.m"; sourceTree = ""; }; - C08012BDBC112D17F57D2523EF132251 /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = ""; }; - C086C63C1E3DF73232D29A8877F65205 /* FirebaseCoreInternal.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FirebaseCoreInternal.modulemap; sourceTree = ""; }; - C08B67CD618CE207EA95841264F6265F /* MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJProperty.m; path = MJExtension/MJProperty.m; sourceTree = ""; }; - C09EF0B7E8F1C182E8F70877A4B34A55 /* NSArray+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSArray+RACSequenceAdditions.h"; path = "ReactiveObjC/NSArray+RACSequenceAdditions.h"; sourceTree = ""; }; - C1C683BC460672E84D619553DC2AD42F /* FIRInstallationsAPIService.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsAPIService.m; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m; sourceTree = ""; }; - C1F28E300B0C1643214B9138D8BDD47D /* FIRInstallationsItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsItem.m; path = FirebaseInstallations/Source/Library/FIRInstallationsItem.m; sourceTree = ""; }; + B8725127AF59D53CCEC51AC21F2F46D6 /* FIROptionsInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIROptionsInternal.h; path = FirebaseCore/Extension/FIROptionsInternal.h; sourceTree = ""; }; + B90BDBC2911A9C1A08B6A2218F50C9DB /* JLRoutes-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "JLRoutes-Info.plist"; sourceTree = ""; }; + B94187626D9819FA681709E72CE381C5 /* ReactiveObjC.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ReactiveObjC.h; path = ReactiveObjC/ReactiveObjC.h; sourceTree = ""; }; + B94A05D8C7E91A03F9C8845FA7431C7C /* MASUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASUtilities.h; path = Masonry/MASUtilities.h; sourceTree = ""; }; + B99DCD6B13CE0871087F0820B0E1533C /* MASPreferences.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASPreferences.debug.xcconfig; sourceTree = ""; }; + BADE000CA966C319BA895E91F5361664 /* FIRInstallationsHTTPError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsHTTPError.m; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m; sourceTree = ""; }; + BAE71842ED70464D61B85681C336CEB7 /* pt.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = pt.lproj; path = Resources/pt.lproj; sourceTree = ""; }; + BAEC60C8D948CAD67CAD2D019F2643D3 /* FBLPromise+Then.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Then.h"; path = "Sources/FBLPromises/include/FBLPromise+Then.h"; sourceTree = ""; }; + BB10DEAFC57535396410FE41635E3166 /* Masonry.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Masonry.modulemap; sourceTree = ""; }; + BBC288B4D23F10E5F5C9D39417219270 /* JLRParsingUtilities.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRParsingUtilities.m; path = JLRoutes/Classes/JLRParsingUtilities.m; sourceTree = ""; }; + BC30FC304980208DF30C8DF31EE57560 /* FIRInstallationsStoredItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStoredItem.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m; sourceTree = ""; }; + BC41F37968B34B491D9E519972A62471 /* RACTargetQueueScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTargetQueueScheduler.m; path = ReactiveObjC/RACTargetQueueScheduler.m; sourceTree = ""; }; + BCA2D2FAB6D7B9F010333B4173186C9A /* GoogleAppMeasurementIdentitySupport.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = GoogleAppMeasurementIdentitySupport.xcframework; path = Frameworks/GoogleAppMeasurementIdentitySupport.xcframework; sourceTree = ""; }; + BCB65F6078C7F032F00014FA15919D6A /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; + BCE21F369D59091DE994736D4B873905 /* FirebaseInstallations-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseInstallations-umbrella.h"; sourceTree = ""; }; + BD4A52F87DC3BA1F464C7CFCF2CD0D3D /* SSZipArchive.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.release.xcconfig; sourceTree = ""; }; + BDB3CCE294135B39FA04F4B39BD26DB3 /* DDOSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOSLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDOSLogger.h; sourceTree = ""; }; + BDC2997FDD9918CEF58643202AE8B394 /* FIRBundleUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRBundleUtil.m; path = FirebaseCore/Sources/FIRBundleUtil.m; sourceTree = ""; }; + BDE1AFB857E06E670A9A361A520CF5E2 /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSArray+MASAdditions.m"; path = "Masonry/NSArray+MASAdditions.m"; sourceTree = ""; }; + BDFEAB38A6302DE25B3F584971E60306 /* mz_strm_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_os_posix.c; path = SSZipArchive/minizip/mz_strm_os_posix.c; sourceTree = ""; }; + BE355CC7D1779EFADFEF158DBA30FDCE /* RACSignalSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSignalSequence.m; path = ReactiveObjC/RACSignalSequence.m; sourceTree = ""; }; + BE64B683152C528D2F7A9A2F8A90C78E /* AFNetworking-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "AFNetworking-Info.plist"; sourceTree = ""; }; + BED1D385DA3C6E272DC00D351491E3F4 /* DDAssertMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDAssertMacros.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDAssertMacros.h; sourceTree = ""; }; + BF61D3D222832CF7BCEA6EFA6D96D845 /* NSString+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+RACSupport.m"; path = "ReactiveObjC/NSString+RACSupport.m"; sourceTree = ""; }; + BF63251E8525BD4450DC6BB40BB0E029 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; + BFA7A6F05EE539CDC13386F5D0C32807 /* RACMulticastConnection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACMulticastConnection.h; path = ReactiveObjC/RACMulticastConnection.h; sourceTree = ""; }; + BFCAB151010A383BE3F6621A5F5D4FF9 /* RACSubscriptingAssignmentTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptingAssignmentTrampoline.m; path = ReactiveObjC/RACSubscriptingAssignmentTrampoline.m; sourceTree = ""; }; + C008452AF9D93E1DE4D90A675C84960B /* MASPreferencesWindowController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASPreferencesWindowController.m; path = Framework/MASPreferencesWindowController.m; sourceTree = ""; }; + C00D47A763767CC92FC215DD39180DC0 /* RACCompoundDisposable.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCompoundDisposable.m; path = ReactiveObjC/RACCompoundDisposable.m; sourceTree = ""; }; + C02E2146D5A5F916637634ACFFA01E4E /* RACReplaySubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACReplaySubject.m; path = ReactiveObjC/RACReplaySubject.m; sourceTree = ""; }; + C0A90D0684E1EC28F4DA7684CFA1CA31 /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = ""; }; + C1D42EF2C2038E2BFF843F5830A4A6E4 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; + C2565DA81FECD42601596E839828A047 /* Masonry-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Masonry-umbrella.h"; sourceTree = ""; }; C261436D14052AE3C35F240BCD155CAC /* CocoaLumberjack */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = CocoaLumberjack; path = CocoaLumberjack.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C32F4AED06731D2F5CD4C03E554098BB /* ru.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = ru.lproj; path = Resources/ru.lproj; sourceTree = ""; }; - C3754248866FE9BB56E970404DACBC24 /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; - C3A2E67C6405F2B619C4AC5C00077B7B /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = ""; }; - C522E98E447A8A58A0837A1524570627 /* FBLPromise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromise.m; path = Sources/FBLPromises/FBLPromise.m; sourceTree = ""; }; - C52D7DA0ED60A919990DE1B02D332096 /* RACDynamicSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACDynamicSignal.h; path = ReactiveObjC/RACDynamicSignal.h; sourceTree = ""; }; - C594937FC2962C39FCABFDE1D2BD20CF /* RACEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEvent.h; path = ReactiveObjC/RACEvent.h; sourceTree = ""; }; - C5A5CF15ED5E51F9575BF4AE58B134D7 /* JLRoutes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRoutes.h; path = JLRoutes/JLRoutes.h; sourceTree = ""; }; - C5F892CA5A799718D581EFC7AEC96577 /* NSString+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSequenceAdditions.h"; path = "ReactiveObjC/NSString+RACSequenceAdditions.h"; sourceTree = ""; }; - C63C08F1D42A2722B51847C3735E9D50 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; - C654C41DCE7E7A0626A1A5ED9E7EA45A /* RACValueTransformer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACValueTransformer.h; path = ReactiveObjC/RACValueTransformer.h; sourceTree = ""; }; - C6C479FA18F3BD2247184134065799F6 /* SPUUpdatePermissionRequest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPUUpdatePermissionRequest.h; path = Sparkle.framework/Versions/B/Headers/SPUUpdatePermissionRequest.h; sourceTree = ""; }; - C6E82FCECACAEAF5BDF7811479E9679F /* RACTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTuple.m; path = ReactiveObjC/RACTuple.m; sourceTree = ""; }; - C75B39926F38C66443C2FA3F77C5904B /* AppCenter.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AppCenter.release.xcconfig; sourceTree = ""; }; - C7672053F16C7833506522B062C9E0F7 /* CocoaLumberjack.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = CocoaLumberjack.modulemap; sourceTree = ""; }; - C7BBC60EF61D90FBF76D253BCDD74503 /* FBLPromise+Retry.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Retry.m"; path = "Sources/FBLPromises/FBLPromise+Retry.m"; sourceTree = ""; }; - C7C684DDF5BDBEAD4F89E1E350B97E1A /* FirebaseInstallations.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseInstallations.debug.xcconfig; sourceTree = ""; }; - C89CD4E24276D7608D4BE81DED6E2514 /* MASPreferences.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MASPreferences.debug.xcconfig; sourceTree = ""; }; - C8EEAC52E9C20F9906EACFDBC71412DB /* IsAppEncrypted.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IsAppEncrypted.h; path = third_party/IsAppEncrypted/Public/IsAppEncrypted.h; sourceTree = ""; }; - C90BE4ABECDFAD0700652C66DC476869 /* HeartbeatsBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatsBundle.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatsBundle.swift; sourceTree = ""; }; - C9792DF54E48D169E467DCA88FFE27D0 /* FBLPromise+Delay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Delay.h"; path = "Sources/FBLPromises/include/FBLPromise+Delay.h"; sourceTree = ""; }; - C98FC3AB154FE05458C94DA9BE25701A /* NSText+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSText+RACSignalSupport.h"; path = "ReactiveObjC/NSText+RACSignalSupport.h"; sourceTree = ""; }; - CA1F5099C6A1F5D152D13378E822FA64 /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; - CA1F9BA1FF9B7CEC32F1DCA0703620E2 /* MASPreferences.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MASPreferences.modulemap; sourceTree = ""; }; - CA61BC9C3341FC1475881BCED935B4DA /* mz_strm_os_posix.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_os_posix.c; path = SSZipArchive/minizip/mz_strm_os_posix.c; sourceTree = ""; }; + C28AE8674B4D5AEF0A24571E0C850F7A /* NSObject+RACAppKitBindings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACAppKitBindings.m"; path = "ReactiveObjC/NSObject+RACAppKitBindings.m"; sourceTree = ""; }; + C2BCEBECFD05A3F9A75B3295B6E465C0 /* FirebaseCoreInternal-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCoreInternal-dummy.m"; sourceTree = ""; }; + C2D83E4D974848BC7D7BA99C02A7C066 /* _ObjC_HeartbeatsPayload.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = _ObjC_HeartbeatsPayload.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/_ObjC_HeartbeatsPayload.swift; sourceTree = ""; }; + C4354F02903B79EBC2475A6879F6CAA9 /* RACQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACQueueScheduler.h; path = ReactiveObjC/RACQueueScheduler.h; sourceTree = ""; }; + C4CA756031513FE00EE1C81C9D2E830B /* RACKVOChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACKVOChannel.m; path = ReactiveObjC/RACKVOChannel.m; sourceTree = ""; }; + C55248563DF442E4A7B2751C2588ADDA /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = AFNetworking/AFNetworkReachabilityManager.m; sourceTree = ""; }; + C666FB57EA03AB6947D388C164F15040 /* FBLPromise+Reduce.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Reduce.m"; path = "Sources/FBLPromises/FBLPromise+Reduce.m"; sourceTree = ""; }; + C69EE265CBCFD59A913A0180C43990A5 /* DDFileLogger+Buffering.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Buffering.h"; path = "Sources/CocoaLumberjack/include/CocoaLumberjack/DDFileLogger+Buffering.h"; sourceTree = ""; }; + C6C60FC94A2D93A2B76061D3CB567C2D /* FIRAnalyticsConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRAnalyticsConfiguration.m; path = FirebaseCore/Sources/FIRAnalyticsConfiguration.m; sourceTree = ""; }; + C74C1F216FA9866010995C56083F86EE /* FIRInstallationsStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStatus.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsStatus.h; sourceTree = ""; }; + C8A6079137CC6CB046DAE6E035B2F1F1 /* RACStringSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACStringSequence.h; path = ReactiveObjC/RACStringSequence.h; sourceTree = ""; }; + C9D039783C5CC977519A26B373D7FD73 /* GULHeartbeatDateStorable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorable.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorable.h; sourceTree = ""; }; + CA6D26B8B7F761C4B7793122C3B05BBE /* MASConstraint+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASConstraint+Private.h"; path = "Masonry/MASConstraint+Private.h"; sourceTree = ""; }; CA7E6DB6AFE7635C9077622C743F91CC /* Pods-EasydictTests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-EasydictTests"; path = Pods_EasydictTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CC002DB602B9751C7A6A99701FF6D888 /* MASShortcutView+Bindings.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MASShortcutView+Bindings.m"; path = "Framework/UI/MASShortcutView+Bindings.m"; sourceTree = ""; }; - CC5F1662C17473D3DAA25C58FF74F959 /* RACTestScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACTestScheduler.m; path = ReactiveObjC/RACTestScheduler.m; sourceTree = ""; }; - CE190B5C58B99B1D9670F7E44FA773F6 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; - CE9567F3F1761BB1A9AF92D3A2F244B8 /* NSDictionary+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSDictionary+RACSequenceAdditions.h"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.h"; sourceTree = ""; }; - CEEA6F353111C904701EF69770FD5F89 /* DDDispatchQueueLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDDispatchQueueLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDDispatchQueueLogFormatter.h; sourceTree = ""; }; - CF04CE3AB789118673A0FD489501C521 /* RACBlockTrampoline.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACBlockTrampoline.m; path = ReactiveObjC/RACBlockTrampoline.m; sourceTree = ""; }; - CF27EC3D1CC53098269E0FD8FED1952A /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; - CF68D8F610F80781FD93D14CB3F6128F /* NSInvocation+RACTypeParsing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSInvocation+RACTypeParsing.h"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.h"; sourceTree = ""; }; - CFD1A2D8B6B997E2F64671D632D2A495 /* RACImmediateScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACImmediateScheduler.h; path = ReactiveObjC/RACImmediateScheduler.h; sourceTree = ""; }; - D0E7BA84FD0C4920F52D36732948A9AE /* RACPassthroughSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACPassthroughSubscriber.h; path = ReactiveObjC/RACPassthroughSubscriber.h; sourceTree = ""; }; - D1135818C1EB691A323D7D1F94327202 /* NSControl+RACCommandSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSControl+RACCommandSupport.h"; path = "ReactiveObjC/NSControl+RACCommandSupport.h"; sourceTree = ""; }; - D13521A18FFDAF36F0F473BD14CAB7C0 /* HeartbeatLoggingTestUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatLoggingTestUtils.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatLoggingTestUtils.swift; sourceTree = ""; }; - D1CAC98679B2EC99420EAAD6CC42FD4E /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = Resources/fr.lproj; sourceTree = ""; }; - D1FDF2EA14DF73EEB918629E35A4D3B8 /* RACSubscriber+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RACSubscriber+Private.h"; path = "ReactiveObjC/RACSubscriber+Private.h"; sourceTree = ""; }; - D266AB2087DAC41494C1A83FE2DE43D3 /* NSEnumerator+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSEnumerator+RACSequenceAdditions.h"; path = "ReactiveObjC/NSEnumerator+RACSequenceAdditions.h"; sourceTree = ""; }; - D273076AF2D74F264FE22B1BC85B9AF4 /* RACSubscriptionScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubscriptionScheduler.m; path = ReactiveObjC/RACSubscriptionScheduler.m; sourceTree = ""; }; - D371BDEB43CB71CA3BA33B41CB8BC7EB /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; - D3B74A2C8B17871AE7DD7D04D0BBFE25 /* SUExport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUExport.h; path = Sparkle.framework/Versions/B/Headers/SUExport.h; sourceTree = ""; }; - D3B924720F2525B0B35E6EE4822B5D26 /* RACEXTScope.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTScope.h; path = ReactiveObjC/extobjc/RACEXTScope.h; sourceTree = ""; }; - D3BE68E978B56FB60D42E1FA0BA2F742 /* RACSubject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACSubject.m; path = ReactiveObjC/RACSubject.m; sourceTree = ""; }; - D3EBF3F44A019AF03D13562999CDF8A9 /* HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift; sourceTree = ""; }; - D40D4D1BD694EDAD8BAA79A407423D7A /* CocoaLumberjack-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "CocoaLumberjack-dummy.m"; sourceTree = ""; }; + CAB2327A7517314BD839FF3E1FB9EB18 /* MASLocalization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLocalization.h; path = Framework/UI/MASLocalization.h; sourceTree = ""; }; + CAD74EE474BA97D15448CEA42E619987 /* MJExtensionConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJExtensionConst.m; path = MJExtension/MJExtensionConst.m; sourceTree = ""; }; + CC8A421EDEC54D5266DEB3AD3339B833 /* RACDynamicSignal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSignal.m; path = ReactiveObjC/RACDynamicSignal.m; sourceTree = ""; }; + CCD57278CDB75C24C1C4E7F0185E6812 /* mz_zip_rw.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip_rw.c; path = SSZipArchive/minizip/mz_zip_rw.c; sourceTree = ""; }; + CD2ECB71D33679759E60CD5D6DB8168B /* HeartbeatController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HeartbeatController.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatController.swift; sourceTree = ""; }; + CD5DC866D98962F3A4B6A7AD5D175683 /* FIRInstallationsIIDTokenStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIIDTokenStore.m; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m; sourceTree = ""; }; + CD930056D1DC36F303D867B44F7C0982 /* RACSubscriptionScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriptionScheduler.h; path = ReactiveObjC/RACSubscriptionScheduler.h; sourceTree = ""; }; + CDAAEF69F1B2D94F070CC20A4E20F007 /* NSData+RACSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+RACSupport.m"; path = "ReactiveObjC/NSData+RACSupport.m"; sourceTree = ""; }; + CDAB5ADB95B3B19E08879B505B21DF05 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; + CEA60E13E7E05DABA6A49F7755D6A22D /* CocoaLumberjack.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CocoaLumberjack.h; path = "Sources/CocoaLumberjack/Supporting Files/CocoaLumberjack.h"; sourceTree = ""; }; + CF203BDDC3E8D1CFDB33DEF3E1C49FB8 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; + CF718E015C0D2702B55B6DA209EB299B /* JLRRouteHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRRouteHandler.h; path = JLRoutes/Classes/JLRRouteHandler.h; sourceTree = ""; }; + D1740E011C98DA94EEFCCF7AA14E99E3 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + D1C29CFEB25571F0628A8AB1C4A4EE93 /* RACEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEvent.h; path = ReactiveObjC/RACEvent.h; sourceTree = ""; }; + D1E43A93B994303569AB90BEEF5B94FE /* FirebaseCoreInternal-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FirebaseCoreInternal-umbrella.h"; sourceTree = ""; }; + D2F961FDB27FBDBB3454E197F86590D4 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "Resources/zh-Hans.lproj"; sourceTree = ""; }; + D2FDA3658E3588B5F6772356AEDCF43B /* FBLPromise+Wrap.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Wrap.m"; path = "Sources/FBLPromises/FBLPromise+Wrap.m"; sourceTree = ""; }; + D310332AD362E6F31BC5F1DB1FA239F0 /* FIRInstallationsIIDStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIIDStore.h; path = FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.h; sourceTree = ""; }; + D3313CAA6148F95534BA8D84A005F701 /* FBLPromise+All.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+All.m"; path = "Sources/FBLPromises/FBLPromise+All.m"; sourceTree = ""; }; + D35AE48B4AECD9F4337A2309406811C1 /* GULAppEnvironmentUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppEnvironmentUtil.m; path = GoogleUtilities/Environment/GULAppEnvironmentUtil.m; sourceTree = ""; }; + D436AC321433618B1DFD85097B82FAE2 /* RACAnnotations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACAnnotations.h; path = ReactiveObjC/RACAnnotations.h; sourceTree = ""; }; D4577EDD80EE21A830A0D562EA93FACB /* Pods-Easydict-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Easydict-acknowledgements.markdown"; sourceTree = ""; }; - D4A290C7DD62A4E21DEB32E6FECE03A1 /* mz_zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_zip.c; path = SSZipArchive/minizip/mz_zip.c; sourceTree = ""; }; - D4D9F0D4E60EFBF91EC058208FB4F4FE /* FIRInstallationsErrors.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrors.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallationsErrors.h; sourceTree = ""; }; - D57483A7D62932379BB26E245E317823 /* RACChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACChannel.m; path = ReactiveObjC/RACChannel.m; sourceTree = ""; }; - D5D14BF947D5112DEE7575989D39FB78 /* MASViewAttribute.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASViewAttribute.m; path = Masonry/MASViewAttribute.m; sourceTree = ""; }; - D5FD1EF0F515CE441CAFB5EFF5347C15 /* FBLPromise+Testing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Testing.h"; path = "Sources/FBLPromises/include/FBLPromise+Testing.h"; sourceTree = ""; }; - D6BA0C49FF9BC5167CC49D6618015C60 /* Heartbeat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Heartbeat.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Heartbeat.swift; sourceTree = ""; }; - D70C59D7A1B2B9CD323277E0AB0E2B05 /* FirebaseInstallations-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseInstallations-dummy.m"; sourceTree = ""; }; - D70F6BCC60410F79F03B6C767FAF8702 /* NSFileHandle+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSFileHandle+RACSupport.h"; path = "ReactiveObjC/NSFileHandle+RACSupport.h"; sourceTree = ""; }; - D736AFA9A254522BFE2E0CAEC0049E78 /* GoogleAppMeasurement.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = GoogleAppMeasurement.debug.xcconfig; sourceTree = ""; }; - D7A78477506C04205936E362C53A60DD /* FBLPromise+Any.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Any.h"; path = "Sources/FBLPromises/include/FBLPromise+Any.h"; sourceTree = ""; }; - D81E52DEE6A3D5AAA7DBC4E4568D06AA /* GULURLSessionDataResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULURLSessionDataResponse.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULURLSessionDataResponse.h; sourceTree = ""; }; - D87CB9BD130D9DE858B5476F72537063 /* RACDynamicSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSequence.m; path = ReactiveObjC/RACDynamicSequence.m; sourceTree = ""; }; - D9B5786B6DA830CEE84B272FEBF53FAC /* RACTargetQueueScheduler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTargetQueueScheduler.h; path = ReactiveObjC/RACTargetQueueScheduler.h; sourceTree = ""; }; - D9F1DDF5C4C0D5628DD7A3BA2FF44951 /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = ""; }; - DA97D15CBF327ADC6C6F83F45FC29F03 /* NSSet+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSSet+RACSequenceAdditions.h"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.h"; sourceTree = ""; }; - DB198564B6CD5B9D3DCC9CEB35D674FE /* FIRVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRVersion.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRVersion.h; sourceTree = ""; }; - DB6255273A61DDC6BA0657B642FE4792 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = AFNetworking/AFURLResponseSerialization.m; sourceTree = ""; }; - DBDBB0E52C48D45AB02939B6AD1AD441 /* FirebaseCoreInternal-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FirebaseCoreInternal-Info.plist"; sourceTree = ""; }; - DC414FD46D0F823FB7A12474862FDE2D /* AFNetworking.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = AFNetworking/AFNetworking.h; sourceTree = ""; }; - DC58C24B9224766C4025B825F5F0E985 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; - DC9AE1C4D7B08A8B23C5D914935227F4 /* GULHeartbeatDateStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorage.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorage.m; sourceTree = ""; }; - DCD471D706BC4AB2D9B38610FE0A587A /* GULReachabilityMessageCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityMessageCode.h; path = GoogleUtilities/Reachability/GULReachabilityMessageCode.h; sourceTree = ""; }; - DCDAFFC1C0B94B510D3CF380B6EA8F40 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = AFNetworking/AFURLResponseSerialization.h; sourceTree = ""; }; - DD1FFF85B3F38B0E3B7DF645D37B771A /* FirebaseCore-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FirebaseCore-dummy.m"; sourceTree = ""; }; - DDF3DE7208AEE208EDA964D8EA1D1551 /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; - DE752AD9385E065B073A2359902A0DC7 /* SwiftFormat.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftFormat.release.xcconfig; sourceTree = ""; }; - E034A92E25A61CB44A9AB28CE9C4A5BB /* PromisesObjC.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PromisesObjC.debug.xcconfig; sourceTree = ""; }; - E0E408CBC4F5D9D7CDFEA38DEECE13B1 /* SUUpdatePermissionResponse.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUUpdatePermissionResponse.h; path = Sparkle.framework/Versions/B/Headers/SUUpdatePermissionResponse.h; sourceTree = ""; }; - E23188E6FD3A731A34304EFA2F6FDBBD /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; + D461D4602F8CB3D17822265A402E19C3 /* RACSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSignal.h; path = ReactiveObjC/RACSignal.h; sourceTree = ""; }; + D5A991BF50FD95623DB1016E1D96D0E5 /* FIRInstallationsErrorUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsErrorUtil.h; path = FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h; sourceTree = ""; }; + D5AAA6FBEF7FCF6A5E432A00C19B4A95 /* FIRComponentContainerInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponentContainerInternal.h; path = FirebaseCore/Sources/FIRComponentContainerInternal.h; sourceTree = ""; }; + D5BFDFBF0ABD54A7C92688431DBF35CB /* RACChannel.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACChannel.m; path = ReactiveObjC/RACChannel.m; sourceTree = ""; }; + D5C7D55E400304214F1799C1C27025E6 /* KVOController-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "KVOController-Info.plist"; sourceTree = ""; }; + D5CDDE42D8756AA5E1769BDB01D4A4B2 /* FirebaseCoreInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCoreInternal.h; path = FirebaseCore/Extension/FirebaseCoreInternal.h; sourceTree = ""; }; + D68EB25EF9303F239EDCCF25C9826801 /* FIRInstallationsStore.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsStore.m; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m; sourceTree = ""; }; + D6C74862DB65886DE6FE1A0CB5C15DAE /* MASShortcutBinder.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutBinder.h; path = "Framework/User Defaults Storage/MASShortcutBinder.h"; sourceTree = ""; }; + D6E53B517504A9513B189E5B45078C57 /* NSObject+RACKVOWrapper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACKVOWrapper.h"; path = "ReactiveObjC/NSObject+RACKVOWrapper.h"; sourceTree = ""; }; + D7233701B2195F283DD9FDF2EC34F65A /* RACmetamacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACmetamacros.h; path = ReactiveObjC/extobjc/RACmetamacros.h; sourceTree = ""; }; + D7633D148C4039F9A1B5BB6DA9457A01 /* NSObject+MJProperty.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+MJProperty.m"; path = "MJExtension/NSObject+MJProperty.m"; sourceTree = ""; }; + D79EACD841196BD0B8B3B2EE28F6A38E /* GULNetworkURLSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkURLSession.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkURLSession.h; sourceTree = ""; }; + D7BD7E06F3D61E29B1F6387EEA6B3E7B /* GULAppDelegateSwizzler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULAppDelegateSwizzler.m; path = GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m; sourceTree = ""; }; + D83096C4EE15646411A884B9EA1477C6 /* MASConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASConstraint.h; path = Masonry/MASConstraint.h; sourceTree = ""; }; + D8A9AD1DD4112D45B783D5777A02576D /* NSObject+MJProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJProperty.h"; path = "MJExtension/NSObject+MJProperty.h"; sourceTree = ""; }; + D8EBE643B7FD3149E7FD0B1132FD0C7E /* FIRFirebaseUserAgent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRFirebaseUserAgent.h; path = FirebaseCore/Sources/FIRFirebaseUserAgent.h; sourceTree = ""; }; + D8EE6922967604CD5001E7ACFD39D400 /* FIRInstallationsStoredItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsStoredItem.h; path = FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h; sourceTree = ""; }; + D96920D0509FDB70F9D8108F2D7880FE /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDContextFilterLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.m; sourceTree = ""; }; + D97581AE939EF78CE56239297A12407C /* NSObject+RACPropertySubscribing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACPropertySubscribing.h"; path = "ReactiveObjC/NSObject+RACPropertySubscribing.h"; sourceTree = ""; }; + D9EB14591A3866D7256EF8A04D869149 /* GULNetworkURLSession.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkURLSession.m; path = GoogleUtilities/Network/GULNetworkURLSession.m; sourceTree = ""; }; + DA06D83C6BAC0113592D6FA72ACA8BF1 /* MASHotKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASHotKey.h; path = Framework/Monitoring/MASHotKey.h; sourceTree = ""; }; + DA9FB888A3C6A0C02FDC9DFB782A506F /* NSObject+RACDeallocating.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACDeallocating.m"; path = "ReactiveObjC/NSObject+RACDeallocating.m"; sourceTree = ""; }; + DAA52C37AC4385E2AC847B2DD1A4C339 /* RACSubject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubject.h; path = ReactiveObjC/RACSubject.h; sourceTree = ""; }; + DAB9AC22949488DD91CA1C8E98070BAD /* DDFileLogger+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "DDFileLogger+Internal.h"; path = "Sources/CocoaLumberjack/DDFileLogger+Internal.h"; sourceTree = ""; }; + DADB3042BFB9FE60D019C33320E43AFF /* JLRoutes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLRoutes.release.xcconfig; sourceTree = ""; }; + DADB74A1437844ABF82A85B7122B6CD6 /* FBLPromisePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromisePrivate.h; path = Sources/FBLPromises/include/FBLPromisePrivate.h; sourceTree = ""; }; + DB236E2452608BDB3CF2EA32C7F89466 /* zh-Hant.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hant.lproj"; path = "Resources/zh-Hant.lproj"; sourceTree = ""; }; + DB5E905032E7FDE6CB62D1D155ED636B /* GULLoggerCodes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLoggerCodes.h; path = GoogleUtilities/Common/GULLoggerCodes.h; sourceTree = ""; }; + DCF8B8392FCD68C0620D263B51D8EBC4 /* FBLPromise+Testing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Testing.m"; path = "Sources/FBLPromises/FBLPromise+Testing.m"; sourceTree = ""; }; + DD81A43DBD4289EAE3654D479775079F /* NSSet+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSSet+RACSequenceAdditions.m"; path = "ReactiveObjC/NSSet+RACSequenceAdditions.m"; sourceTree = ""; }; + DD8A1597ABCC5BDF1C154E5E24D646E0 /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "ViewController+MASAdditions.m"; path = "Masonry/ViewController+MASAdditions.m"; sourceTree = ""; }; + DDB310B3C693627BDB1B5F14AC5F134B /* FIRInstallationsIDController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsIDController.h; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.h; sourceTree = ""; }; + DDE9D96A5953D7A3969FBD4418470FEF /* FIRComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRComponent.h; path = FirebaseCore/Extension/FIRComponent.h; sourceTree = ""; }; + DE617F10A06EB9E684837E0BF4D9BA15 /* GULNSData+zlib.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "GULNSData+zlib.m"; path = "GoogleUtilities/NSData+zlib/GULNSData+zlib.m"; sourceTree = ""; }; + DF22AE49E0DBBD904A0DC5286C659501 /* NSText+RACSignalSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSText+RACSignalSupport.h"; path = "ReactiveObjC/NSText+RACSignalSupport.h"; sourceTree = ""; }; + DF4E597F36EE5B782EE9FE68132AF1DF /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; + DF7C293E46CDDEC71FAC40C54DD53D1C /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; + DFBC0CE46783AD595B6C107B0554E10F /* GULNetworkConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetworkConstants.m; path = GoogleUtilities/Network/GULNetworkConstants.m; sourceTree = ""; }; + DFF69351B3211E1FDCBAFD85B0E74620 /* ReactiveObjC-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ReactiveObjC-umbrella.h"; sourceTree = ""; }; + E08477CA1EEFB03F593230BD6E2B3999 /* KVOController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = KVOController.h; path = FBKVOController/KVOController.h; sourceTree = ""; }; + E0B7D5FD159C92B21718D54D0EFFE658 /* nanopb-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "nanopb-Info.plist"; sourceTree = ""; }; + E179432467283E1B93438F3B93AEA39D /* FIRBundleUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRBundleUtil.h; path = FirebaseCore/Sources/FIRBundleUtil.h; sourceTree = ""; }; + E1A8C3A8877FBCAD6DB082A4DD00AD1C /* mz_strm_wzaes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_wzaes.h; path = SSZipArchive/minizip/mz_strm_wzaes.h; sourceTree = ""; }; + E1BAA29BA309E01EF8073C24E6DFFB9D /* mz_strm_wzaes.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_wzaes.c; path = SSZipArchive/minizip/mz_strm_wzaes.c; sourceTree = ""; }; + E1BE937A066E3A68A79FEA190F39BD15 /* GULReachabilityChecker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULReachabilityChecker.h; path = GoogleUtilities/Reachability/Public/GoogleUtilities/GULReachabilityChecker.h; sourceTree = ""; }; + E1C4A096AEED84835E3D93C3F536B5BC /* DDDispatchQueueLogFormatter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDDispatchQueueLogFormatter.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDDispatchQueueLogFormatter.h; sourceTree = ""; }; + E1DAE65BC03EE56FFA211B01307D5994 /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = ""; }; + E1EF5E795B0D36B98BCEF9EA044D51FA /* SSZipArchive.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SSZipArchive.debug.xcconfig; sourceTree = ""; }; E2B63D462DB7F827C4B11FD51E4F8E2D /* FirebaseCore */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FirebaseCore; path = FirebaseCore.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E3BCC61F38E8E426E6EAA67A05B62C38 /* GULHeartbeatDateStorageUserDefaults.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULHeartbeatDateStorageUserDefaults.m; path = GoogleUtilities/Environment/GULHeartbeatDateStorageUserDefaults.m; sourceTree = ""; }; - E47F4E7A23DEFD11EB98985979D3BDA6 /* FIRConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRConfiguration.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRConfiguration.h; sourceTree = ""; }; - E4DAACE2E57E164555CC53706176C97D /* GoogleUtilities-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "GoogleUtilities-umbrella.h"; sourceTree = ""; }; - E502DCB349E734215CDBCEAA88BFBC92 /* es.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = es.lproj; path = Resources/es.lproj; sourceTree = ""; }; - E51987050B0AD979AF5440B8F644E61C /* MASViewAttribute.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewAttribute.h; path = Masonry/MASViewAttribute.h; sourceTree = ""; }; - E53C728E70FBF290AADC197A3B3D9127 /* NSInvocation+RACTypeParsing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSInvocation+RACTypeParsing.m"; path = "ReactiveObjC/NSInvocation+RACTypeParsing.m"; sourceTree = ""; }; - E55BEF8F9C01938ED74FE9FAD9957DEB /* GULLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULLogger.h; path = GoogleUtilities/Logger/Public/GoogleUtilities/GULLogger.h; sourceTree = ""; }; - E5F667C7A82BFB7C725B29099A4AC186 /* FBLPromise+Validate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Validate.m"; path = "Sources/FBLPromises/FBLPromise+Validate.m"; sourceTree = ""; }; - E66976B548CE5067C6FB8496374EFECD /* GULNetworkLoggerProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetworkLoggerProtocol.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetworkLoggerProtocol.h; sourceTree = ""; }; - E692477A5A8E075F8D9D7846CC4DC0D2 /* DDOSLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDOSLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDOSLogger.h; sourceTree = ""; }; - E6B63FAC2BEE60799A69C401C7843729 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; - E7E3B5FC8702522CBB493A5FEC043478 /* MASShortcut-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASShortcut-umbrella.h"; sourceTree = ""; }; - E863ABD7D7FD89DCE1BC6B302A9134CC /* FBLPromise+Do.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Do.m"; path = "Sources/FBLPromises/FBLPromise+Do.m"; sourceTree = ""; }; - E8F413775525AB446D53A28E9B98C362 /* MASShortcutValidator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutValidator.m; path = Framework/Model/MASShortcutValidator.m; sourceTree = ""; }; - E97F9191C15F8F647C782588ADFF4D5B /* AFNetworking.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.release.xcconfig; sourceTree = ""; }; - E9AC92ADFAC02492991483A9DBFDBB6B /* NSText+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSText+RACSignalSupport.m"; path = "ReactiveObjC/NSText+RACSignalSupport.m"; sourceTree = ""; }; - EA207EB10F7BEB60AD0321A7D614C0BA /* GULNetwork.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULNetwork.h; path = GoogleUtilities/Network/Public/GoogleUtilities/GULNetwork.h; sourceTree = ""; }; - EA9D2E7EC91691C1ECD93374F0E20DF3 /* MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtension.h; path = MJExtension/MJExtension.h; sourceTree = ""; }; - EAE297DCE6A0C66165F35F80E1D183D1 /* MASShortcutMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutMonitor.h; path = Framework/Monitoring/MASShortcutMonitor.h; sourceTree = ""; }; - EAF9B7B0F6AFC404DAC1C15D3901D0B1 /* DDOSLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDOSLogger.m; path = Sources/CocoaLumberjack/DDOSLogger.m; sourceTree = ""; }; - EB6730691D1351195C95E33590259F2B /* NSDictionary+RACSequenceAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSDictionary+RACSequenceAdditions.m"; path = "ReactiveObjC/NSDictionary+RACSequenceAdditions.m"; sourceTree = ""; }; - EB856A6BF20729B51592E149EFCBCD00 /* FIRAppInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRAppInternal.h; path = FirebaseCore/Extension/FIRAppInternal.h; sourceTree = ""; }; - ECB13541CEA71ADCD31E7804C45F7549 /* GULApplication.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULApplication.h; path = GoogleUtilities/AppDelegateSwizzler/Public/GoogleUtilities/GULApplication.h; sourceTree = ""; }; - ECE0CE1F5C39AAB0ADFF4E39CEE2AAE1 /* FBLPromise+Race.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Race.m"; path = "Sources/FBLPromises/FBLPromise+Race.m"; sourceTree = ""; }; - EDB9AD912C84FF94ABE3F36B4A5CA0BA /* NSObject+MJClass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJClass.h"; path = "MJExtension/NSObject+MJClass.h"; sourceTree = ""; }; - EE001557DAF31FD0CC5D592A434E8C07 /* NSObject+RACLifting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACLifting.h"; path = "ReactiveObjC/NSObject+RACLifting.h"; sourceTree = ""; }; - EE0D2B857953774CD2D005F8EA3E03A1 /* FBLPromise+Recover.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Recover.m"; path = "Sources/FBLPromises/FBLPromise+Recover.m"; sourceTree = ""; }; - EE3B1E01909A7BBA83EDE0BE7ED89F1C /* SSZipArchive.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SSZipArchive.modulemap; sourceTree = ""; }; - EE40000F23331F27B54AEEFA0AE619B8 /* FIRApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRApp.h; path = FirebaseCore/Sources/Public/FirebaseCore/FIRApp.h; sourceTree = ""; }; - EE4CB1059E51277D733804DB367C4522 /* GULUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULUserDefaults.h; path = GoogleUtilities/UserDefaults/Public/GoogleUtilities/GULUserDefaults.h; sourceTree = ""; }; - EE7013FAE73C6AB13E0335EDA7762D19 /* MASShortcut.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MASShortcut.modulemap; sourceTree = ""; }; - EF4B307A3FD843E39D10C57A6263B590 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; - F0454752C5AA5F6505761B06100305C2 /* FIRInstallationsAPIService.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsAPIService.h; path = FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.h; sourceTree = ""; }; - F0703A3F39B1DB81B7FB2ADEE5CBD044 /* zh-Hans.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = "zh-Hans.lproj"; path = "Resources/zh-Hans.lproj"; sourceTree = ""; }; - F10991A90F61D5B8AFACF733BB6ED6A1 /* SUStandardVersionComparator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SUStandardVersionComparator.h; path = Sparkle.framework/Versions/B/Headers/SUStandardVersionComparator.h; sourceTree = ""; }; - F120A88696F0C5DD7FC93EC25FF767AE /* RACStringSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStringSequence.m; path = ReactiveObjC/RACStringSequence.m; sourceTree = ""; }; - F12D070207CD36F48D1B2024B30D7354 /* RACEXTRuntimeExtensions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACEXTRuntimeExtensions.h; path = ReactiveObjC/extobjc/RACEXTRuntimeExtensions.h; sourceTree = ""; }; - F160282FC8B7C0AF1D7683B418AE9154 /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = ""; }; - F166B8E7D450BA301EAEBCC0B6092485 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; - F1FA7021849434D5223B692FD549309A /* mz_strm_pkcrypt.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_strm_pkcrypt.c; path = SSZipArchive/minizip/mz_strm_pkcrypt.c; sourceTree = ""; }; - F21B52959855B9E7C64BECFCD34641C7 /* FIRInstallationsLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallationsLogger.h; path = FirebaseInstallations/Source/Library/FIRInstallationsLogger.h; sourceTree = ""; }; - F255351D0A8061B242BF10480EEF3448 /* mz_zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip.h; path = SSZipArchive/minizip/mz_zip.h; sourceTree = ""; }; - F2A292C84E0672A6AB870E90C2E1A782 /* KVOController-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "KVOController-dummy.m"; sourceTree = ""; }; - F2AB3C86291662977BE74F237AF16762 /* NSObject+RACKVOWrapper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSObject+RACKVOWrapper.m"; path = "ReactiveObjC/NSObject+RACKVOWrapper.m"; sourceTree = ""; }; - F2CBE1A33F02A8F4F632FC9F8ADD49CF /* DDLegacyMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLegacyMacros.h; path = "Sources/CocoaLumberjack/Supporting Files/DDLegacyMacros.h"; sourceTree = ""; }; - F2D055CB15A807C01C676DBE88A0830F /* NSObject+MJCoding.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJCoding.h"; path = "MJExtension/NSObject+MJCoding.h"; sourceTree = ""; }; - F2F153F4CF8753B638C56A7596FC9B98 /* JLRRouteDefinition.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteDefinition.m; path = JLRoutes/Classes/JLRRouteDefinition.m; sourceTree = ""; }; - F391E4EC039B3906EF13881151D99003 /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDContextFilterLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDContextFilterLogFormatter.m; sourceTree = ""; }; - F3B9664304A486033DC2DC45E4FAE785 /* SSZipArchive-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SSZipArchive-umbrella.h"; sourceTree = ""; }; - F493DBAA683AC805B441ACC888A0B05F /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = Sources/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = ""; }; - F50A944CD6CC4ACE7D51C19CB1375133 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; - F50D6F2EB9D7EE15D8A0DE6C6710506A /* RACTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACTuple.h; path = ReactiveObjC/RACTuple.h; sourceTree = ""; }; - F529CB57A55B6397CE7B2ECD19EE3C2B /* MASPreferencesWindowController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASPreferencesWindowController.m; path = Framework/MASPreferencesWindowController.m; sourceTree = ""; }; - F541C03C193E1F9D191A15AAE5604752 /* AFURLSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = AFNetworking/AFURLSessionManager.m; sourceTree = ""; }; - F5BBD2EB2D4B4407C3E45A883D9E3B02 /* JLRoutes.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRoutes.m; path = JLRoutes/JLRoutes.m; sourceTree = ""; }; - F5D9AE1276B519BC52D30EB6A5DDCD7C /* RACSignal+Operations.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "RACSignal+Operations.m"; path = "ReactiveObjC/RACSignal+Operations.m"; sourceTree = ""; }; - F5F023365F19429AA284155F5358BE7A /* JLRoutes.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLRoutes.debug.xcconfig; sourceTree = ""; }; - F66C5DA628AEAA35C15C1229B138FE31 /* MASShortcut.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcut.m; path = Framework/Model/MASShortcut.m; sourceTree = ""; }; + E2E35883638F48342C7DDC92F9632419 /* FBLPromise+Await.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Await.h"; path = "Sources/FBLPromises/include/FBLPromise+Await.h"; sourceTree = ""; }; + E40329C376E37CF5936E7D3A4A334A06 /* MASShortcutMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutMonitor.m; path = Framework/Monitoring/MASShortcutMonitor.m; sourceTree = ""; }; + E457F74AECE2320DCE950E1DF17109B8 /* GULHeartbeatDateStorageUserDefaults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULHeartbeatDateStorageUserDefaults.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULHeartbeatDateStorageUserDefaults.h; sourceTree = ""; }; + E4A95C01CA058D440F068840F4BB8B16 /* AFNetworking-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "AFNetworking-umbrella.h"; sourceTree = ""; }; + E51BB34BB868E9FE3CB2F29E71739EAC /* MJPropertyKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyKey.h; path = MJExtension/MJPropertyKey.h; sourceTree = ""; }; + E561E8E4D35157D07D659A9CD190BBD5 /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = ""; }; + E5BE991AF0917FE6E4A22ED89C756CD2 /* NSText+RACSignalSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSText+RACSignalSupport.m"; path = "ReactiveObjC/NSText+RACSignalSupport.m"; sourceTree = ""; }; + E654E332B7AAC6C316F874F0A7824EBC /* NSURLSession+GULPromises.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSURLSession+GULPromises.m"; path = "GoogleUtilities/Environment/URLSessionPromiseWrapper/NSURLSession+GULPromises.m"; sourceTree = ""; }; + E6565E77517EE3F19786C1B4C7925C2A /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = AFNetworking/AFHTTPSessionManager.m; sourceTree = ""; }; + E693989EEE5AB641E940B631DADDAD82 /* RACUnit.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnit.m; path = ReactiveObjC/RACUnit.m; sourceTree = ""; }; + E7AFF644DFE5A4348A8D844619FB66EA /* FirebaseCore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FirebaseCore.h; path = FirebaseCore/Sources/Public/FirebaseCore/FirebaseCore.h; sourceTree = ""; }; + E7B179521A405A97ACAD7B9DD87F93EC /* DDLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDLog.h; sourceTree = ""; }; + E7CB95CF93322B5967E21200F6867801 /* RACCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCommand.m; path = ReactiveObjC/RACCommand.m; sourceTree = ""; }; + E7DDF94A0E92723EFCD9F16BDD7D90D9 /* RACUnarySequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACUnarySequence.m; path = ReactiveObjC/RACUnarySequence.m; sourceTree = ""; }; + E845F247DC52F9683F76D84900236FE6 /* MASViewConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASViewConstraint.h; path = Masonry/MASViewConstraint.h; sourceTree = ""; }; + E884014DA2F44AFF3BC2235DD4292127 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + E8DF7DFE63CE15E4DC92D067AF87BB60 /* RACValueTransformer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACValueTransformer.m; path = ReactiveObjC/RACValueTransformer.m; sourceTree = ""; }; + E908E5E1BA09F6EE876D9AA35F6E5B42 /* NSObject+RACLifting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACLifting.h"; path = "ReactiveObjC/NSObject+RACLifting.h"; sourceTree = ""; }; + E91F44F4F7F34F06EB0ECAAB6F491FAA /* DDASLLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = Sources/CocoaLumberjack/include/CocoaLumberjack/DDASLLogger.h; sourceTree = ""; }; + E941053C62A8D21C4838A230DE0E2052 /* CocoaLumberjack-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-umbrella.h"; sourceTree = ""; }; + E977FD5BD65628072BF2C6545643FCDF /* AFNetworking-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "AFNetworking-dummy.m"; sourceTree = ""; }; + EAD6BCC857883A56F898A1984C7D90CF /* NSString+RACSequenceAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACSequenceAdditions.h"; path = "ReactiveObjC/NSString+RACSequenceAdditions.h"; sourceTree = ""; }; + EB103EC36BF8145CE4E78CA910157DCE /* GoogleUtilities-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "GoogleUtilities-dummy.m"; sourceTree = ""; }; + EB62D32EBCF31A2FCCFF2C0F797D805A /* NSString+RACKeyPathUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSString+RACKeyPathUtilities.h"; path = "ReactiveObjC/NSString+RACKeyPathUtilities.h"; sourceTree = ""; }; + EB8B1CDB419C45324B636AEDF3221068 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLayoutConstraint.h; path = Masonry/MASLayoutConstraint.h; sourceTree = ""; }; + EBB9A0A5EABA7080C1D903C5AA46419B /* pb_common.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = pb_common.h; sourceTree = ""; }; + EBC585E1342F053541D1EEE97D4904AB /* MASShortcutMonitor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASShortcutMonitor.h; path = Framework/Monitoring/MASShortcutMonitor.h; sourceTree = ""; }; + ECCE041C55AD4C3854AD0275D3EB93C7 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift; sourceTree = ""; }; + ED42A783E65752449E1789EDD5A2DA3D /* View+MASAdditions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "View+MASAdditions.m"; path = "Masonry/View+MASAdditions.m"; sourceTree = ""; }; + ED983F64756026668D09501F1563E948 /* FBLPromise+Timeout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Timeout.m"; path = "Sources/FBLPromises/FBLPromise+Timeout.m"; sourceTree = ""; }; + EDA5AD07038E1BDC4442EF517189CCBF /* JLRRouteHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = JLRRouteHandler.m; path = JLRoutes/Classes/JLRRouteHandler.m; sourceTree = ""; }; + EDCE3BB38A76D1DD9FCE273ADEB77FB9 /* RACImmediateScheduler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACImmediateScheduler.m; path = ReactiveObjC/RACImmediateScheduler.m; sourceTree = ""; }; + EEBC8BEE5D4FDA73E0E02A04EC9CB291 /* GoogleAppMeasurement-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "GoogleAppMeasurement-xcframeworks.sh"; sourceTree = ""; }; + EEDB49C0FCC38C223DDA084A0A9F0011 /* NSObject+RACDescription.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDescription.h"; path = "ReactiveObjC/NSObject+RACDescription.h"; sourceTree = ""; }; + EF4910BD36638AA2B7D4CC67FB562A20 /* RACEagerSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACEagerSequence.m; path = ReactiveObjC/RACEagerSequence.m; sourceTree = ""; }; + EFD2001347F76AF7E8350B9796318278 /* FIRInstallations.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRInstallations.h; path = FirebaseInstallations/Source/Library/Public/FirebaseInstallations/FIRInstallations.h; sourceTree = ""; }; + EFE15F7C92DAF3B75626782D124F8E39 /* JLRParsingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRParsingUtilities.h; path = JLRoutes/Classes/JLRParsingUtilities.h; sourceTree = ""; }; + F04AA02C46C93078246DB4515D1F9CDE /* mz_strm_buf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_buf.h; path = SSZipArchive/minizip/mz_strm_buf.h; sourceTree = ""; }; + F0FC77B68045832553C2BB776162AAC0 /* RACKVOChannel.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOChannel.h; path = ReactiveObjC/RACKVOChannel.h; sourceTree = ""; }; + F16A82C7EC9F57EFDB71FF043CD21865 /* fr.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = fr.lproj; path = Resources/fr.lproj; sourceTree = ""; }; + F2005B7FF9ED779E6CF1BDB90EF005CB /* FIRLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FIRLogger.h; path = FirebaseCore/Extension/FIRLogger.h; sourceTree = ""; }; + F25B93C639B8C9A9DB88567373FD3ECB /* AppCenterAnalytics.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenterAnalytics.xcframework; path = "AppCenter-SDK-Apple/AppCenterAnalytics.xcframework"; sourceTree = ""; }; + F3D20F4D424D7369B34AE9932A244296 /* FBLPromise+Then.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Then.m"; path = "Sources/FBLPromises/FBLPromise+Then.m"; sourceTree = ""; }; + F3F9C6BC202239A904FF7EC036957C6E /* MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJExtension.h; path = MJExtension/MJExtension.h; sourceTree = ""; }; + F4194A2E868449470CEE51F77D1115C3 /* FBLPromise+Do.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Do.h"; path = "Sources/FBLPromises/include/FBLPromise+Do.h"; sourceTree = ""; }; + F4550008B2E9F0A079C6C008A4F547A4 /* RACStream.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACStream.m; path = ReactiveObjC/RACStream.m; sourceTree = ""; }; + F45FB00698315CB36C195E347B2206CD /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSLayoutConstraint+MASDebugAdditions.h"; path = "Masonry/NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = ""; }; + F4A54128D1EB440A7FB14E9502E74043 /* FirebaseCore.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseCore.debug.xcconfig; sourceTree = ""; }; + F56F2ED53FE0410CD910048BB9C4C4CD /* FIRInstallationsIDController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsIDController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m; sourceTree = ""; }; + F607AB94AC908DA20BC3046B622481EF /* DDLoggerNames.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDLoggerNames.m; path = Sources/CocoaLumberjack/DDLoggerNames.m; sourceTree = ""; }; + F659103B09A62BABA3403E3974E91E18 /* MJPropertyType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJPropertyType.h; path = MJExtension/MJPropertyType.h; sourceTree = ""; }; F6AC3A4C0F4CF68BC61D5D70CB9B9971 /* Pods-EasydictTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-EasydictTests-frameworks.sh"; sourceTree = ""; }; - F6C53EF74D9ED6699B523FC1E80D29BB /* mz_zip_rw.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_zip_rw.h; path = SSZipArchive/minizip/mz_zip_rw.h; sourceTree = ""; }; - F6CE1F94282B977C8D9AFFA2B10D325F /* FBLPromise+Always.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Always.m"; path = "Sources/FBLPromises/FBLPromise+Always.m"; sourceTree = ""; }; - F6E7A66874A13478A4DEE7513C847AC1 /* RACCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACCommand.m; path = ReactiveObjC/RACCommand.m; sourceTree = ""; }; - F6F84DC6BF34A38F2B6464E6C4C6647E /* RACSubscriber.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSubscriber.h; path = ReactiveObjC/RACSubscriber.h; sourceTree = ""; }; - F75B4B01BB1BD426998A76F2B5D668C9 /* MASLocalization.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASLocalization.h; path = Framework/UI/MASLocalization.h; sourceTree = ""; }; - F7DC1DF009CA82DEC037BD43EC1D7237 /* DDFileLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = Sources/CocoaLumberjack/DDFileLogger.m; sourceTree = ""; }; - F803D40759184C33B0B5017CFF355929 /* JLRoutes.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = JLRoutes.release.xcconfig; sourceTree = ""; }; - F80D2B19B1EE1E3899423621E1B81B70 /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; - F8A92C1A0A3B20E3EA28AB39636B4DB1 /* GULSecureCoding.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULSecureCoding.m; path = GoogleUtilities/Environment/GULSecureCoding.m; sourceTree = ""; }; - F8E0C7BDC8E3BE2E36DD07A7F9146741 /* AFNetworking.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = AFNetworking.modulemap; sourceTree = ""; }; - F959B79F2B1C0C1EE131249C6C2E4523 /* RACCompoundDisposableProvider.d */ = {isa = PBXFileReference; includeInIndex = 1; name = RACCompoundDisposableProvider.d; path = ReactiveObjC/RACCompoundDisposableProvider.d; sourceTree = ""; }; - FAC8DF07C9E62CDC341DC021993D08B7 /* MASShortcutView+Bindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASShortcutView+Bindings.h"; path = "Framework/UI/MASShortcutView+Bindings.h"; sourceTree = ""; }; - FB2BCA4CF07B536D08C018126E83DC51 /* nanopb-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "nanopb-dummy.m"; sourceTree = ""; }; - FB450E0AAB8EBA8D3BD094783F59F578 /* FBLPromise+Await.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "FBLPromise+Await.m"; path = "Sources/FBLPromises/FBLPromise+Await.m"; sourceTree = ""; }; - FB4EA758DDD1FE0B822702581540FA59 /* CocoaLumberjack-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "CocoaLumberjack-umbrella.h"; sourceTree = ""; }; - FB54FABA71FFAACD20FA4729662D489D /* NSData+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+RACSupport.h"; path = "ReactiveObjC/NSData+RACSupport.h"; sourceTree = ""; }; - FB81E842AC0181DED44D98974FA8954F /* NSObject+RACDeallocating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACDeallocating.h"; path = "ReactiveObjC/NSObject+RACDeallocating.h"; sourceTree = ""; }; - FBC195C7643381B4ECF9F06F68D36A92 /* NSNotificationCenter+RACSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSNotificationCenter+RACSupport.h"; path = "ReactiveObjC/NSNotificationCenter+RACSupport.h"; sourceTree = ""; }; - FBED67EB294DDA1774EA3BCA3A047F27 /* JLRParsingUtilities.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = JLRParsingUtilities.h; path = JLRoutes/Classes/JLRParsingUtilities.h; sourceTree = ""; }; - FC8C2E6651F4C13D269FC21522C89BB8 /* NSObject+RACSelectorSignal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+RACSelectorSignal.h"; path = "ReactiveObjC/NSObject+RACSelectorSignal.h"; sourceTree = ""; }; - FD33CA205FADE88FDBAE579A65E96EE4 /* JLRoutes-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "JLRoutes-prefix.pch"; sourceTree = ""; }; - FD7306624EDD3714C415BE90EECB4342 /* nanopb.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = nanopb.modulemap; sourceTree = ""; }; - FDD65183CCF525620A3B5F3BF1918AEE /* RACScopedDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACScopedDisposable.h; path = ReactiveObjC/RACScopedDisposable.h; sourceTree = ""; }; - FE00140F5C6F9D079710F7A9A8F1C71E /* mz_strm_wzaes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mz_strm_wzaes.h; path = SSZipArchive/minizip/mz_strm_wzaes.h; sourceTree = ""; }; - FE038AFBD3D69796701659E8AD23C166 /* GULAppEnvironmentUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = GULAppEnvironmentUtil.h; path = GoogleUtilities/Environment/Public/GoogleUtilities/GULAppEnvironmentUtil.h; sourceTree = ""; }; - FE163D4A5D7FDF3BEDF57DAAFCC707AF /* DDDispatchQueueLogFormatter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DDDispatchQueueLogFormatter.m; path = Sources/CocoaLumberjack/Extensions/DDDispatchQueueLogFormatter.m; sourceTree = ""; }; - FE9C3E5E4BAF1B95EB79937D96DC8F8A /* MASShortcutView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MASShortcutView.m; path = Framework/UI/MASShortcutView.m; sourceTree = ""; }; - FEDC5BF64D97C4FD74178266EF6D2AA0 /* FIROptions.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIROptions.m; path = FirebaseCore/Sources/FIROptions.m; sourceTree = ""; }; - FF6806FC054052F0C537610DEE67D28C /* FBLPromise+All.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+All.h"; path = "Sources/FBLPromises/include/FBLPromise+All.h"; sourceTree = ""; }; - FF7D24B1FDB750D082EA6C4C506C71E3 /* mz_compat.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mz_compat.c; path = SSZipArchive/minizip/mz_compat.c; sourceTree = ""; }; - FF9F2DA86A234847675359D5775460CF /* RACCompoundDisposable.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACCompoundDisposable.h; path = ReactiveObjC/RACCompoundDisposable.h; sourceTree = ""; }; - FFDACBB5807D2354F7B963DC06B83715 /* MJExtension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJExtension-dummy.m"; sourceTree = ""; }; - FFE71E26364B6DE008287D29241C3ACD /* AFSecurityPolicy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = AFNetworking/AFSecurityPolicy.m; sourceTree = ""; }; + F6D1DD597A7B3496FC2B575DA7C61BD9 /* FBLPromise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBLPromise.h; path = Sources/FBLPromises/include/FBLPromise.h; sourceTree = ""; }; + F6D5C29893A2E8BB95EF02CC0313A2CB /* AFNetworking.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AFNetworking.debug.xcconfig; sourceTree = ""; }; + F6F11C2D493C1410E5C69DE6FA25650F /* GULNetwork.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULNetwork.m; path = GoogleUtilities/Network/GULNetwork.m; sourceTree = ""; }; + F763609C98B6B0C50D1819C6669FA5D4 /* RACDynamicSequence.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RACDynamicSequence.m; path = ReactiveObjC/RACDynamicSequence.m; sourceTree = ""; }; + FB2A143268D52FF5BBB04DF64E7474AB /* RACKVOTrampoline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACKVOTrampoline.h; path = ReactiveObjC/RACKVOTrampoline.h; sourceTree = ""; }; + FC28BD5D903A53D1EC6D1359E93F78FC /* MASShortcut-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MASShortcut-umbrella.h"; sourceTree = ""; }; + FCAC1EBEADFF0C78BD2962EBD894CC03 /* it.lproj */ = {isa = PBXFileReference; includeInIndex = 1; name = it.lproj; path = Resources/it.lproj; sourceTree = ""; }; + FCBB716E5BE7D01ED87298CAA4C3984B /* FirebaseAnalytics.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FirebaseAnalytics.debug.xcconfig; sourceTree = ""; }; + FCC1F66387CEC1588F65F1E5628C5A01 /* ReactiveObjC-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ReactiveObjC-dummy.m"; sourceTree = ""; }; + FCD4487ACF596ACCCE5FB565433C1C65 /* PromisesObjC.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PromisesObjC.modulemap; sourceTree = ""; }; + FD6267F6C939F2ABAD9E087157ACD122 /* SSZipArchive.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SSZipArchive.m; path = SSZipArchive/SSZipArchive.m; sourceTree = ""; }; + FDBD41AB0BE7F52CA6FDD08D90F5B590 /* GULMutableDictionary.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = GULMutableDictionary.m; path = GoogleUtilities/Network/GULMutableDictionary.m; sourceTree = ""; }; + FDC96DB9E2286CD18FCDD76F2BAC48E6 /* FBLPromise+Timeout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "FBLPromise+Timeout.h"; path = "Sources/FBLPromises/include/FBLPromise+Timeout.h"; sourceTree = ""; }; + FE0BCA6264ED6666DABCEAA0EEC264AD /* FIRInstallationsBackoffController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRInstallationsBackoffController.m; path = FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsBackoffController.m; sourceTree = ""; }; + FE4CB1ECE1E32D51F1E6DE04F5E4B355 /* View+MASAdditions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "View+MASAdditions.h"; path = "Masonry/View+MASAdditions.h"; sourceTree = ""; }; + FE6E1E938A09F9A78A32E7BD4E0A63D5 /* MASPreferencesViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MASPreferencesViewController.h; path = Framework/MASPreferencesViewController.h; sourceTree = ""; }; + FE7D523E6BF728C7F75CE33AE3060A3F /* pb_encode.c */ = {isa = PBXFileReference; includeInIndex = 1; path = pb_encode.c; sourceTree = ""; }; + FED4B20F9F37AA760C845E2F34FA0F31 /* FBLPromiseError.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBLPromiseError.m; path = Sources/FBLPromises/FBLPromiseError.m; sourceTree = ""; }; + FEFB896011A1D3706413B471F8E6C5B6 /* NSObject+MJClass.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+MJClass.h"; path = "MJExtension/NSObject+MJClass.h"; sourceTree = ""; }; + FF0109195D208071B5813FBD1EA1CF4A /* FIRComponentContainer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FIRComponentContainer.m; path = FirebaseCore/Sources/FIRComponentContainer.m; sourceTree = ""; }; + FF822F9F57D0DFEEDE73B25E00BFA78E /* AppCenter.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = AppCenter.xcframework; path = "AppCenter-SDK-Apple/AppCenter.xcframework"; sourceTree = ""; }; + FFCB2F9C2F444CB95F1A670B29AED35B /* MASShortcutView+Bindings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MASShortcutView+Bindings.h"; path = "Framework/UI/MASShortcutView+Bindings.h"; sourceTree = ""; }; + FFEEBA2C116BDE16954D7A096B4F56DC /* RACSequence.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RACSequence.h; path = ReactiveObjC/RACSequence.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 03330C2E8E11173EFD7E4699D50AC503 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 082BC6B1EDFE8F7F4A2E9D6DAAF97F25 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1771,14 +1737,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 180110205825ACB6E8675379233DE4EA /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 66E7ECBE68A54291D01249912472AFA2 /* Cocoa.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 29B1C519C9E8970A65B234C7C1735D7B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -1798,121 +1756,122 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 308160FDB8E37F176A0AAECC9FB5B84D /* Frameworks */ = { + 33CAB36BDD2B7771EA18F436EE20A5E3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 570C9736CAA005114C373F0A80D43C4D /* Cocoa.framework in Frameworks */, + ADFF4D9CFC418765E4112C8C2E456526 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3F16934004F26E1B958D2DD15E7FF1DE /* Frameworks */ = { + 4A8F7B3996BA271F1FA0508948F3E13B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5B516E9999397C8117A3E79A16D000D6 /* Cocoa.framework in Frameworks */, + 8677BB28A889433C2632F2C1829F2F3A /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 446C86D91F42D83E02B06298C7C050CA /* Frameworks */ = { + 52F4576851DF46C31E321BBB294B11A0 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1EAA0EC36B79C08EA3D9BA26F5158956 /* Cocoa.framework in Frameworks */, + 71B0B7F1AE9FC3A80C30D67098CA34A0 /* AppKit.framework in Frameworks */, + 1D7CB26B855F4F820EA5ABDA7608B376 /* Cocoa.framework in Frameworks */, + 0E37CC196623D73D8B36121DA645D6E8 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4A8F7B3996BA271F1FA0508948F3E13B /* Frameworks */ = { + 53B89818E0F94453AABC1D91DD0D00CC /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8677BB28A889433C2632F2C1829F2F3A /* Cocoa.framework in Frameworks */, + 603C9389FA7851613185C94F3D5661DD /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 53B89818E0F94453AABC1D91DD0D00CC /* Frameworks */ = { + 756975389DB158F36AD7266CC7D90B49 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 603C9389FA7851613185C94F3D5661DD /* Cocoa.framework in Frameworks */, + 8D1041565BCC3CD7C38D565F0AF0C746 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5D1AAEC90711265793F76F65572D17B8 /* Frameworks */ = { + 7D3C25995DFAF012589094F338EB538D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 72CC8F371AD383A9E33920DC023E79D0 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 635CD641E539B3601D3185ED1B6F5569 /* Frameworks */ = { + 82E536C050BCE436B1AA94E5DC88D815 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8AB9464A34F698261E28D7519E1CDCA3 /* AppKit.framework in Frameworks */, - 5C094C1CA5DFEB066B954EEA4E79B19B /* Cocoa.framework in Frameworks */, - 19BD047B73F68A5373D8C6DEEE36C0EA /* Foundation.framework in Frameworks */, + 760E31F9C9255EDA40E27FDEA05DF0A8 /* Cocoa.framework in Frameworks */, + 5328A8F911120E75F2EADCC0274EF9CE /* Security.framework in Frameworks */, + 41AC5DA03C2B398BB1646C72780BDFA4 /* SystemConfiguration.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 6ADEE4EFD08BD087C209B85181550B2B /* Frameworks */ = { + 93CC12A18EE20FD4C5C89E27368D730E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 756975389DB158F36AD7266CC7D90B49 /* Frameworks */ = { + A084F7FDACBE0CEF9283FC54DDF38EC9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 8D1041565BCC3CD7C38D565F0AF0C746 /* Cocoa.framework in Frameworks */, + D7BACCDBCFD6D790639E01FF764A13F8 /* AppKit.framework in Frameworks */, + B43CC37C065E2EAAACF54568F9271A81 /* Cocoa.framework in Frameworks */, + 27ED8CB48F36ED56E14F00110449A184 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7D3C25995DFAF012589094F338EB538D /* Frameworks */ = { + B2E41845D23F5CCA1CF5CE6FC0426F33 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 72CC8F371AD383A9E33920DC023E79D0 /* Cocoa.framework in Frameworks */, + 886B79717DF638BB257A000887F34E50 /* Cocoa.framework in Frameworks */, + FB3258F502DFAA5C9A8D4CEE845F0D2D /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - A084F7FDACBE0CEF9283FC54DDF38EC9 /* Frameworks */ = { + CDB81A039DBC250BC5BF7D27359E8A98 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D7BACCDBCFD6D790639E01FF764A13F8 /* AppKit.framework in Frameworks */, - B43CC37C065E2EAAACF54568F9271A81 /* Cocoa.framework in Frameworks */, - 27ED8CB48F36ED56E14F00110449A184 /* Foundation.framework in Frameworks */, + D49AE22B1E18B88C7FB2220562597A56 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - CADF2AB0D10344CE210EF2069035DCDA /* Frameworks */ = { + D2D2F3D20275848C21C4E03DC145FCA7 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0431DB05B4B617C62678E8F976440239 /* Cocoa.framework in Frameworks */, - BB1B59672765D5D2F40D00CF97C4DD64 /* Security.framework in Frameworks */, + 7F37C2304C7B4695B6E155E75C6C2F35 /* Cocoa.framework in Frameworks */, + 89C4A852D0FE33715E54587D9974FF59 /* Security.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - D2D2F3D20275848C21C4E03DC145FCA7 /* Frameworks */ = { + E48612DE7692150063254EBB1960832A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7F37C2304C7B4695B6E155E75C6C2F35 /* Cocoa.framework in Frameworks */, - 89C4A852D0FE33715E54587D9974FF59 /* Security.framework in Frameworks */, + 474419042485A587653B873316F028E6 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - E4161178434919DACF6B7A64E3CFBFAB /* Frameworks */ = { + FAA5F72777EB8D25A5D9AB3670BBCD28 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FD122F97B3EDA7EAA1A788AE1D6A8B78 /* Cocoa.framework in Frameworks */, - 010FED8B8EF12070170DCAF366003E7B /* Security.framework in Frameworks */, - 108BC6B1AA15319A2FDADAB9122C4AA3 /* SystemConfiguration.framework in Frameworks */, + D5AF1A777B8ACE5BEF20C9BB7B593606 /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1928,189 +1887,126 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00E075C497D12E1F3717F00E9A4E2A16 /* MASShortcut */ = { + 0B9A529DDB5B3A363AF84D9DF2DED411 /* Frameworks */ = { isa = PBXGroup; children = ( - 03E66F0A898FD37350BC6EBBD7EBB450 /* MASDictionaryTransformer.h */, - 0DBC28B410E6D882752DBD0FD7268A67 /* MASDictionaryTransformer.m */, - 60405D30C34CB5F7601F6122F4FACE92 /* MASHotKey.h */, - 5859C52FC08015F54C46ECE6B553B717 /* MASHotKey.m */, - 01D64B777E775755C45AC98987826C3E /* MASKeyCodes.h */, - 0AD8C29C96039C5BFEA470D634618821 /* MASKeyMasks.h */, - F75B4B01BB1BD426998A76F2B5D668C9 /* MASLocalization.h */, - 903CCE2F999159E7FC472C61B1455363 /* MASLocalization.m */, - 702534DDEBA16BDD58955E2CC98DD1AE /* MASShortcut.h */, - F66C5DA628AEAA35C15C1229B138FE31 /* MASShortcut.m */, - 7F092E7C9E960B0D999712B4ADC01B77 /* MASShortcutBinder.h */, - 20376865525378ACD5F8A0A172F6F1F0 /* MASShortcutBinder.m */, - EAE297DCE6A0C66165F35F80E1D183D1 /* MASShortcutMonitor.h */, - 20F9BEDF08779FA1CA59C530EAF6024D /* MASShortcutMonitor.m */, - 10706F1C6A71EA2C3BC09E9A2714ECE0 /* MASShortcutValidator.h */, - E8F413775525AB446D53A28E9B98C362 /* MASShortcutValidator.m */, - 14BAB026E4918EF5CBF4DA88D4CDB86B /* MASShortcutView.h */, - FE9C3E5E4BAF1B95EB79937D96DC8F8A /* MASShortcutView.m */, - FAC8DF07C9E62CDC341DC021993D08B7 /* MASShortcutView+Bindings.h */, - CC002DB602B9751C7A6A99701FF6D888 /* MASShortcutView+Bindings.m */, - 5D0A39F13CFDA3BC6316D693A993B637 /* Shortcut.h */, - 7072A91A54360AEB9F6F402CFB3F5B6B /* Resources */, - 24701BF3984A7439017698858EC0F675 /* Support Files */, + FF822F9F57D0DFEEDE73B25E00BFA78E /* AppCenter.xcframework */, ); - name = MASShortcut; - path = MASShortcut; + name = Frameworks; sourceTree = ""; }; - 0341EBD38F8CCA2A25F1B37E17FAB559 /* Support Files */ = { + 0DBC795CF10196F8B301222B96FECFC1 /* Support Files */ = { isa = PBXGroup; children = ( - 89A1413AA83A65D98FFA263AA37EE654 /* FirebaseAnalytics-xcframeworks.sh */, - 1F04B80879EB8848A723E4FF7BA1800E /* FirebaseAnalytics.debug.xcconfig */, - ABCCB934892895EB26DDB2C0B9FDC152 /* FirebaseAnalytics.release.xcconfig */, + 1AB70CFCBD5905622C2ED58EA7E5D4AB /* JLRoutes.modulemap */, + 9D499E2E722F34952024F37872FF8A58 /* JLRoutes-dummy.m */, + B90BDBC2911A9C1A08B6A2218F50C9DB /* JLRoutes-Info.plist */, + 4B134E93E19E7C866BA53D72B1EE0838 /* JLRoutes-prefix.pch */, + B373C677B55B47927092876DC72E0225 /* JLRoutes-umbrella.h */, + 321AB8A754CC07FFC5A109B56CA4DD4B /* JLRoutes.debug.xcconfig */, + DADB3042BFB9FE60D019C33320E43AFF /* JLRoutes.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/FirebaseAnalytics"; + path = "../Target Support Files/JLRoutes"; sourceTree = ""; }; - 0591AF2992E6E315D390BFB88F350AB6 /* Support Files */ = { + 11E039446B723D7F961A794108934E18 /* Reachability */ = { isa = PBXGroup; children = ( - 68DD661A6C0F7198565B7F0012DF261F /* Masonry.modulemap */, - 85CBB43E97CCF22C8245C717A856BE25 /* Masonry-dummy.m */, - B3F4861B7A3C01047BCB7EFC762190B3 /* Masonry-Info.plist */, - 79B875A13641384623E6DDF6CFA12606 /* Masonry-prefix.pch */, - 0F2D2A6213ED42ED611A22A2519A354A /* Masonry-umbrella.h */, - B969010B6688844D2ECA0D0CE1A1CC10 /* Masonry.debug.xcconfig */, - 4D95A30EFC80203B17C573B069F04F39 /* Masonry.release.xcconfig */, + E1BE937A066E3A68A79FEA190F39BD15 /* GULReachabilityChecker.h */, + 800327BFBF4CF160579DCAD1423DACAF /* GULReachabilityChecker.m */, + 310DA6027F415BA5AA434592F59F0BDE /* GULReachabilityChecker+Internal.h */, + 5A8260AC4BA20BBD9754C7ABA73E7612 /* GULReachabilityMessageCode.h */, ); - name = "Support Files"; - path = "../Target Support Files/Masonry"; + name = Reachability; sourceTree = ""; }; - 0CC879A03E376706ED40650E2409A6BF /* Support Files */ = { + 127C0B28C38DB3C9ECD17CE1FBCDC35B /* nanopb */ = { isa = PBXGroup; children = ( - 7D3074BCA2B1CEF69464A5BC2592D701 /* Sparkle.debug.xcconfig */, - BCD53D209929BA5128CBFE7703733130 /* Sparkle.release.xcconfig */, + 8E7607E84E0A563EEF7B3255E621F4F2 /* pb.h */, + 6E468044844A2B89547B9F8BF18B6637 /* pb_common.c */, + EBB9A0A5EABA7080C1D903C5AA46419B /* pb_common.h */, + 56713CD05ACD25F9481C71BD463E7B64 /* pb_decode.c */, + 7FD24335170E624EF6F29CD50840C4B1 /* pb_decode.h */, + FE7D523E6BF728C7F75CE33AE3060A3F /* pb_encode.c */, + 5B6E16C6F811F72D047628DADAA1C8D5 /* pb_encode.h */, + 6E48B49B6E57E6CD19CA83B80A337B45 /* decode */, + F4DA68FF859119F90E9715A492864CA7 /* encode */, + 780565A895336707B4562C944200FBA3 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/Sparkle"; + name = nanopb; + path = nanopb; sourceTree = ""; }; - 10DA6FADA21B3622228601C1486D95C9 /* Security */ = { + 12FC5C46DAA24F0C7F7615264E3522F4 /* Support Files */ = { isa = PBXGroup; children = ( - 2A278A2720D0145417FE0558E6B82727 /* AFSecurityPolicy.h */, - FFE71E26364B6DE008287D29241C3ACD /* AFSecurityPolicy.m */, + 7FDE32E294C9C49119B62CB7AFD03B69 /* FirebaseCore.modulemap */, + 80B1715FE7B8E88D94E4D9D6D4C09039 /* FirebaseCore-dummy.m */, + 8EAC8C16E90821A66825881965CD859F /* FirebaseCore-Info.plist */, + 0E5819E3C27BD692A8EED522C6EBDD69 /* FirebaseCore-umbrella.h */, + F4A54128D1EB440A7FB14E9502E74043 /* FirebaseCore.debug.xcconfig */, + 2FB49700B1544065075ACEBEBCDBA604 /* FirebaseCore.release.xcconfig */, ); - name = Security; + name = "Support Files"; + path = "../Target Support Files/FirebaseCore"; sourceTree = ""; }; - 1A3671033765A58D80CFD48B53F6B140 /* GoogleUtilities */ = { + 15F91EE3A39D8020B4CD55D45CFA2A23 /* Support Files */ = { isa = PBXGroup; children = ( - 36F80AA6DA219AE012E89CCF5F3BCE61 /* AppDelegateSwizzler */, - DF371BCA90900FB75250D13A8BD75832 /* Environment */, - CFF25C335678C0D98018EEC6DD34AEC9 /* Logger */, - 8E1561D1B82BA6CBAAD620428B7655C2 /* MethodSwizzler */, - 5CF69AD90333913B3531509D285C3A3A /* Network */, - CF2563711691F249592AF9DA1B42BEB4 /* NSData+zlib */, - 538ADA23A7FC24B5251FC53D07751035 /* Reachability */, - 3140C5A43BC10EFB6FCD4D970AFCFB89 /* Support Files */, - 600540E759B217470BA1EB64BE17E134 /* UserDefaults */, + 9E1CD01E3A1A8BD3751EC4083B377244 /* ReactiveObjC.modulemap */, + FCC1F66387CEC1588F65F1E5628C5A01 /* ReactiveObjC-dummy.m */, + 447899564506420BFC5F947460D806BF /* ReactiveObjC-Info.plist */, + A1E1C7B9B4B85031E0273B5B0B840E9F /* ReactiveObjC-prefix.pch */, + DFF69351B3211E1FDCBAFD85B0E74620 /* ReactiveObjC-umbrella.h */, + 6F33667C279D860844EFBD7B2E8644AD /* ReactiveObjC.debug.xcconfig */, + 9E1A19411390D351AD336D68D4FA00C5 /* ReactiveObjC.release.xcconfig */, ); - name = GoogleUtilities; - path = GoogleUtilities; + name = "Support Files"; + path = "../Target Support Files/ReactiveObjC"; sourceTree = ""; }; - 1AEBA4C8B5D17862F63AC2356A038B34 /* Pods */ = { + 1BD7A837BD301BCE8982FFA74896445A /* AdIdSupport */ = { isa = PBXGroup; children = ( - BBD19C22F60A39510D96A6960274EB1E /* AFNetworking */, - D50291AB9E756F69C42CD15271DAA6CA /* AppCenter */, - 1F38752FB1C27AEA8876863C81CBDADB /* CocoaLumberjack */, - 445158C98BD960720E8404414254233F /* FirebaseAnalytics */, - 44C7B5B13C2E97D409955F434DEE807E /* FirebaseCore */, - CB3F257FDEA6A6A096C316E82AC2FCED /* FirebaseCoreInternal */, - B912466DD4E51BC8914607B7C069A5B6 /* FirebaseInstallations */, - 2A2EEECE35BF9A0A206917A9EAC7E9CB /* GoogleAppMeasurement */, - 1A3671033765A58D80CFD48B53F6B140 /* GoogleUtilities */, - BE092DD585441F578BD5835644D94957 /* JLRoutes */, - A76E7480DFDCDA258E24F6C6D5806DA4 /* KVOController */, - 95A19CBAF6636C65D73751E7DBAD86EF /* Masonry */, - 71456520FA6BA63BAACF92DEEE29AFBB /* MASPreferences */, - 00E075C497D12E1F3717F00E9A4E2A16 /* MASShortcut */, - 7E586452DF1524E2BB2CF744C8C13B36 /* MJExtension */, - C0B0AA81B814C674C5474CD107738B23 /* nanopb */, - 60D77D8C86FED2CC7B924E53F36D1074 /* PromisesObjC */, - 98B82BB1BCAD894F3F6D2270FFBB0AE1 /* ReactiveObjC */, - 62DFB8ACF8DCA13B1ACF7847D2E263CC /* Sparkle */, - C34330F8AADC653AEFB468155EAFFEA4 /* SSZipArchive */, - 9833658CD44EE765236A656EC809CEF5 /* SwiftFormat */, + F392506F5F7A2BB13CE3334F4AB63A90 /* Frameworks */, ); - name = Pods; + name = AdIdSupport; sourceTree = ""; }; - 1F38752FB1C27AEA8876863C81CBDADB /* CocoaLumberjack */ = { + 1C4892D495BC2AEF5DA1961AB8E06AD7 /* Serialization */ = { isa = PBXGroup; children = ( - D9AA7D1AD4C1D2BEB1EC2E742BC08FC8 /* Core */, - 5F9DBE2E26F15234B464A9BA54B615C9 /* Support Files */, - 24A3A4AE69FE382416E3B1647E308E94 /* Swift */, + 56D858FD65DB383488304F6D1A77A3B5 /* AFURLRequestSerialization.h */, + 8AA4CE19EC802A1C4EFC47DABE90FD94 /* AFURLRequestSerialization.m */, + 5F80ADB5E122FB09AEE58C09261B530A /* AFURLResponseSerialization.h */, + 2FB1DF5310320D16A8BA49E938BA0294 /* AFURLResponseSerialization.m */, ); - name = CocoaLumberjack; - path = CocoaLumberjack; + name = Serialization; sourceTree = ""; }; - 1FF557D24B9F83B57B572434333E0729 /* encode */ = { + 1DB02DCD971B6C48542C0EC370BD1251 /* Support Files */ = { isa = PBXGroup; children = ( + 1658646920AF03DC2CB9C1A747884BCC /* FirebaseAnalytics-xcframeworks.sh */, + FCBB716E5BE7D01ED87298CAA4C3984B /* FirebaseAnalytics.debug.xcconfig */, + 311089BAF5741EFD74E38169BE5DB0B7 /* FirebaseAnalytics.release.xcconfig */, ); - name = encode; + name = "Support Files"; + path = "../Target Support Files/FirebaseAnalytics"; sourceTree = ""; }; - 2045F0E96DD0254E1EEBDA4518994EB3 /* Frameworks */ = { + 233A6661D554E328D5F68DAC3CBE69F7 /* Frameworks */ = { isa = PBXGroup; children = ( - 90DE23E5C1C91033726687D9B265AC56 /* Sparkle.framework */, + F25B93C639B8C9A9DB88567373FD3ECB /* AppCenterAnalytics.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 24701BF3984A7439017698858EC0F675 /* Support Files */ = { - isa = PBXGroup; - children = ( - EE7013FAE73C6AB13E0335EDA7762D19 /* MASShortcut.modulemap */, - C060501DDE4B699010EFF3D61B1D3DD6 /* MASShortcut-dummy.m */, - 4ED97E9FCFCD4E0D48312012F7DD13F9 /* MASShortcut-Info.plist */, - 43A3D8EDCA16E7A245409B6E1D4B5466 /* MASShortcut-prefix.pch */, - E7E3B5FC8702522CBB493A5FEC043478 /* MASShortcut-umbrella.h */, - 8A5C2B6EE9BE76F67FC9DA55CDDB2A95 /* MASShortcut.debug.xcconfig */, - 51C6721857B763BDCDC3EB45544B2A14 /* MASShortcut.release.xcconfig */, - B342395E9B0AD13506E78381565229F0 /* ResourceBundle-MASShortcut-MASShortcut-Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/MASShortcut"; - sourceTree = ""; - }; - 24A3A4AE69FE382416E3B1647E308E94 /* Swift */ = { - isa = PBXGroup; - children = ( - 25AD4A08C31C8F70001894C053A7E263 /* CocoaLumberjack.swift */, - 6C04CBFBA4E6040E4887EC32D4DC383A /* DDAssert.swift */, - 5EC6469C99997FB86DFDDFB44D59A373 /* DDLog+Combine.swift */, - 838E4DD371CE2E6744F72589106BAF2F /* SwiftLogLevel.h */, - ); - name = Swift; - sourceTree = ""; - }; - 24F3F205B3B4BA716EC089528DD004E0 /* AdIdSupport */ = { - isa = PBXGroup; - children = ( - 8E4E43EB0556753F3120AA6A625AD69A /* Frameworks */, - ); - name = AdIdSupport; - sourceTree = ""; - }; - 277079E64D587828BC84168A65DD46C6 /* Pods-EasydictTests */ = { + 277079E64D587828BC84168A65DD46C6 /* Pods-EasydictTests */ = { isa = PBXGroup; children = ( 36A4A62A1CCA6B9F3C0381439421C36C /* Pods-EasydictTests.modulemap */, @@ -2127,59 +2023,61 @@ path = "Target Support Files/Pods-EasydictTests"; sourceTree = ""; }; - 2A2EEECE35BF9A0A206917A9EAC7E9CB /* GoogleAppMeasurement */ = { + 3155511A0040EBFDC5C9343F633F391E /* WithoutAdIdSupport */ = { isa = PBXGroup; children = ( - 5EF70F7ADC19DE03FA89A2A4546843E3 /* AdIdSupport */, - B08084F9173C21603F72C1B7AEF75F40 /* Support Files */, - 854A1AB5070A29EDC92CC835E6EDCB98 /* WithoutAdIdSupport */, + 8D06CD298176EB185872689F58E63CFA /* Frameworks */, ); - name = GoogleAppMeasurement; - path = GoogleAppMeasurement; + name = WithoutAdIdSupport; sourceTree = ""; }; - 3140C5A43BC10EFB6FCD4D970AFCFB89 /* Support Files */ = { + 3161F86A95DB0EB3B11FE1CC4352F6EC /* CocoaLumberjack */ = { isa = PBXGroup; children = ( - 68ED30375AE07E4E2AE2632A3E9EBEEE /* GoogleUtilities.modulemap */, - 2519D7A49AC07097DF271452B3A8F167 /* GoogleUtilities-dummy.m */, - 50FDC20F58789CE9E7AD02FBB8A9F174 /* GoogleUtilities-Info.plist */, - E4DAACE2E57E164555CC53706176C97D /* GoogleUtilities-umbrella.h */, - 375D9EDBB5FDCC95822ECC11DD9E3FBC /* GoogleUtilities.debug.xcconfig */, - 3D8DD889BB7D1080B15D98D04A421817 /* GoogleUtilities.release.xcconfig */, + 98551724C5FE17490480BC0AEB16F65A /* Core */, + 94E204596EE031BF8E72D9CC3AF8A0F3 /* Support Files */, + E2678165B78DD9F0118ADBF9094D84DB /* Swift */, ); - name = "Support Files"; - path = "../Target Support Files/GoogleUtilities"; + name = CocoaLumberjack; + path = CocoaLumberjack; sourceTree = ""; }; - 36F80AA6DA219AE012E89CCF5F3BCE61 /* AppDelegateSwizzler */ = { + 34F6F3094BB3A74470EED9E0011D432F /* Logger */ = { isa = PBXGroup; children = ( - 377BAF8ADD5C343F8800CCABCBA38032 /* GULAppDelegateSwizzler.h */, - 92C371FA08D1CE5B687693730362BB22 /* GULAppDelegateSwizzler.m */, - 60E694E0032D9C53BFFC909C41684F58 /* GULAppDelegateSwizzler_Private.h */, - ECB13541CEA71ADCD31E7804C45F7549 /* GULApplication.h */, - 7F1E40BD0CDA8E3D2EAFC1C269B30893 /* GULLoggerCodes.h */, - 870E635E286D84B438B3BBE74B5D4D73 /* GULSceneDelegateSwizzler.h */, - 3F81E58C21DCE9B23B65051A2BEC209B /* GULSceneDelegateSwizzler.m */, - 07F30AF02159CA4C3AEFDE62EBB710F3 /* GULSceneDelegateSwizzler_Private.h */, + 7C48412414FCB6524F67F7ABB4252CD5 /* GULLogger.h */, + A22564EF195B243091BC311260094273 /* GULLogger.m */, + 6FC4333F70B9AD0EAC86CF3F61DFF2AF /* GULLoggerLevel.h */, ); - name = AppDelegateSwizzler; + name = Logger; sourceTree = ""; }; - 37D159A7FE493587803F6FE522F94E0F /* Support Files */ = { + 3A7FC25D6B7D56D5F366C303D2B9FDAA /* Support Files */ = { isa = PBXGroup; children = ( - 3B30AF0E5D38ACC7A082EFACA5156375 /* ReactiveObjC.modulemap */, - 9900E1B25AF91223A482143ED0CD4F44 /* ReactiveObjC-dummy.m */, - B59F0A841F5A7B8E3B69C62CFBBBA435 /* ReactiveObjC-Info.plist */, - 680A713EC63C3B1A2F97F1D6548EC799 /* ReactiveObjC-prefix.pch */, - 35747E68633EA60A46D54A7D04B4ACE3 /* ReactiveObjC-umbrella.h */, - 25CA565A48F341B02CFA4491E868627F /* ReactiveObjC.debug.xcconfig */, - A31E17F9F5A72BE898B1319436003407 /* ReactiveObjC.release.xcconfig */, + FCD4487ACF596ACCCE5FB565433C1C65 /* PromisesObjC.modulemap */, + B5C3AB8EFA57F28DC0D8F02A3CEDDCAC /* PromisesObjC-dummy.m */, + 7A20370C6ED2352C801D7E68703B41D5 /* PromisesObjC-Info.plist */, + 932D2B1E8DE91338F2E8A99F93C57751 /* PromisesObjC-umbrella.h */, + 893E0F41E33FCA61E5021546CE6D27A4 /* PromisesObjC.debug.xcconfig */, + 4FCE56536486C780A70FA422DCAB52FC /* PromisesObjC.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/ReactiveObjC"; + path = "../Target Support Files/PromisesObjC"; + sourceTree = ""; + }; + 3C7887D11DC7C3BA7EA8BC7885A6C2DE /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C2A3B06BFC88AC04A2E4C9830FDAACE /* FirebaseInstallations.modulemap */, + 44A0BCDA50CD3052843955AB363C40BD /* FirebaseInstallations-dummy.m */, + 8C9B94BB4DC2FF6C7FB50BB7E6D77E28 /* FirebaseInstallations-Info.plist */, + BCE21F369D59091DE994736D4B873905 /* FirebaseInstallations-umbrella.h */, + 5A4A8A537E96BCC778DF2A809DB28B81 /* FirebaseInstallations.debug.xcconfig */, + 5C1A3F393FCA0A19951A57CD448BF380 /* FirebaseInstallations.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FirebaseInstallations"; sourceTree = ""; }; 3D866075C3D3015C6742E23645E52689 /* Pods-Easydict */ = { @@ -2199,79 +2097,248 @@ path = "Target Support Files/Pods-Easydict"; sourceTree = ""; }; - 445158C98BD960720E8404414254233F /* FirebaseAnalytics */ = { + 428F2D0FC6AB9677E21F8E5C8273D533 /* Support Files */ = { isa = PBXGroup; children = ( - 24F3F205B3B4BA716EC089528DD004E0 /* AdIdSupport */, - 0341EBD38F8CCA2A25F1B37E17FAB559 /* Support Files */, + 3E64A29B42D5C236E2EC89E3CB2337FB /* KVOController.modulemap */, + 576CACC97013C13D7616D845C9BBC4D3 /* KVOController-dummy.m */, + D5C7D55E400304214F1799C1C27025E6 /* KVOController-Info.plist */, + A5D67BB3F1606B2EE7EBFF0EC3F0284F /* KVOController-prefix.pch */, + 49FA6B6F4570283A69700A844BA3A2F2 /* KVOController-umbrella.h */, + 361B98E2E6D8C559D08613D82A5E01B9 /* KVOController.debug.xcconfig */, + 1E99FD4C8C1F0D38E721E947468397B3 /* KVOController.release.xcconfig */, ); - name = FirebaseAnalytics; - path = FirebaseAnalytics; + name = "Support Files"; + path = "../Target Support Files/KVOController"; sourceTree = ""; }; - 44C7B5B13C2E97D409955F434DEE807E /* FirebaseCore */ = { + 45127BEE6A070DC0BDA12CD70F99130C /* Resources */ = { isa = PBXGroup; children = ( - 602C5C5FC51C55B4147E6D12C6C694DA /* FIRAnalyticsConfiguration.h */, - 078280E39F8D48CA347F1812F4325525 /* FIRAnalyticsConfiguration.m */, - EE40000F23331F27B54AEEFA0AE619B8 /* FIRApp.h */, - 58E6A0E080546253762BA7E1737E0355 /* FIRApp.m */, - 41E79669F9CB170DE5EFD2ADCAE6FAC4 /* FIRAppInternal.h */, - E23188E6FD3A731A34304EFA2F6FDBBD /* FIRBundleUtil.h */, - 3EAF784F7862C1985CD15FD146FC25C2 /* FIRBundleUtil.m */, - 665016A3420C45B4FE02498ECFEA7DE0 /* FIRComponent.h */, - 15D666A76A0211836C450E104E7CC854 /* FIRComponent.m */, - 49E910A6450B2D1A9A3B91FDA226F2BF /* FIRComponentContainer.h */, - F80D2B19B1EE1E3899423621E1B81B70 /* FIRComponentContainer.m */, - 6B523DFB6B1D69BA3BC8815B34AE29FE /* FIRComponentContainerInternal.h */, - 7F05B6E5E8E55313C5F01EE16ABFECEC /* FIRComponentType.h */, - 750D4784392A940839C8C6199BB364B5 /* FIRComponentType.m */, - E47F4E7A23DEFD11EB98985979D3BDA6 /* FIRConfiguration.h */, - 00503E6201D69A55E4735E488873F7C5 /* FIRConfiguration.m */, - 2E235FB86F929521B6F003A4F02448E4 /* FIRConfigurationInternal.h */, - 0980AE61E61641D1D345C5BD1D85C868 /* FIRDependency.h */, - 04F3597EEE784742B92F27E6BB8EB8D3 /* FIRDependency.m */, - 970179A39F2E652E194DF310A25DCB51 /* FirebaseCore.h */, - 5BDE04531299D1BB7CE5A17BC28BF929 /* FirebaseCoreInternal.h */, - B141C215E74D770A8724E99849592975 /* FIRFirebaseUserAgent.h */, - 65D09C82D64C5A2EDB7E599EB7160DFC /* FIRFirebaseUserAgent.m */, - 2BA54877E4F27E84EA72A0730CA15B93 /* FIRHeartbeatLogger.h */, - 4A7B2B2645CDC8FCD150C6EBC9083957 /* FIRHeartbeatLogger.m */, - 3AD129061A908E01C291997B5C2F56BB /* FIRLibrary.h */, - CF27EC3D1CC53098269E0FD8FED1952A /* FIRLogger.h */, - A25A87B140DCF902D4E3239752002613 /* FIRLogger.m */, - 6CC2A829F79D047FCC851B0F0CC3D4E3 /* FIRLoggerLevel.h */, - 42C00F9B1A1D9B1A0B71B4632BE1EA04 /* FIROptions.h */, - FEDC5BF64D97C4FD74178266EF6D2AA0 /* FIROptions.m */, - 885302F72FFC8DDE6B550C2CEC6B3CDB /* FIROptionsInternal.h */, - DB198564B6CD5B9D3DCC9CEB35D674FE /* FIRVersion.h */, - 6AFDA56968FA7F52ADD558AE1F40CC88 /* FIRVersion.m */, - 8A9CCCF4F7F1E420E335F39D1259E0C2 /* Support Files */, + 42449799D178760A2B67978B554D1DC7 /* cs.lproj */, + 3A2A7313E2D2DA7383E27F175F30CB20 /* de.lproj */, + 9F77807302D4F7D3113056ACC783FC99 /* en.lproj */, + 48259C821852F51F964D0176FC3DD7FB /* es.lproj */, + F16A82C7EC9F57EFDB71FF043CD21865 /* fr.lproj */, + FCAC1EBEADFF0C78BD2962EBD894CC03 /* it.lproj */, + 5E0DF3647F3EA5843022487C9F625A97 /* ja.lproj */, + 459DA98144D65593871903A806CA2375 /* ko.lproj */, + 25D99CCAA759ABBF5EFF93FFB6AF2562 /* nl.lproj */, + AF1271FB644143574B2BAAA2317AB147 /* pl.lproj */, + BAE71842ED70464D61B85681C336CEB7 /* pt.lproj */, + 6CF528AE70DFB88AB46A61F55BD5AAD3 /* ru.lproj */, + 82169606F232A4A9BF6E04B19077D318 /* sv.lproj */, + D2F961FDB27FBDBB3454E197F86590D4 /* zh-Hans.lproj */, + DB236E2452608BDB3CF2EA32C7F89466 /* zh-Hant.lproj */, ); - name = FirebaseCore; - path = FirebaseCore; + name = Resources; sourceTree = ""; }; - 538ADA23A7FC24B5251FC53D07751035 /* Reachability */ = { + 465712464DD02267F399C99FBFBB16BC /* Support Files */ = { isa = PBXGroup; children = ( - 2010079882908D2167EE3C1C1569ACE4 /* GULReachabilityChecker.h */, - 8C464BB87B50E1EE34759014BE1F4E50 /* GULReachabilityChecker.m */, - 1E15B0A514B8F1A9B422901BE3B2C39C /* GULReachabilityChecker+Internal.h */, - DCD471D706BC4AB2D9B38610FE0A587A /* GULReachabilityMessageCode.h */, + 6508139DE2115D64E46E1D1E3020465A /* SSZipArchive.modulemap */, + 533730467465565B0CBA2E6248466E68 /* SSZipArchive-dummy.m */, + 232FF6AF1177BB27E2408B6993FDFA10 /* SSZipArchive-Info.plist */, + 3819F4E02E38C2628175FA9BB5798781 /* SSZipArchive-prefix.pch */, + 7E1797D57E7B87B8D3E25F27F78AA5D7 /* SSZipArchive-umbrella.h */, + E1EF5E795B0D36B98BCEF9EA044D51FA /* SSZipArchive.debug.xcconfig */, + BD4A52F87DC3BA1F464C7CFCF2CD0D3D /* SSZipArchive.release.xcconfig */, ); - name = Reachability; + name = "Support Files"; + path = "../Target Support Files/SSZipArchive"; sourceTree = ""; }; - 54ABAA0DA9668674565C12B682056F71 /* Serialization */ = { + 47D3585FC5E797735E7306D59860F85E /* Support Files */ = { isa = PBXGroup; children = ( - 675425C34D81039EB4E0B2D94E7BC446 /* AFURLRequestSerialization.h */, - AFA15FFC36D1BEFA94DEE3853812DE01 /* AFURLRequestSerialization.m */, - DCDAFFC1C0B94B510D3CF380B6EA8F40 /* AFURLResponseSerialization.h */, - DB6255273A61DDC6BA0657B642FE4792 /* AFURLResponseSerialization.m */, + 6B2AC90FD3CBCC7A47CEBD6A263728D1 /* MASShortcut.modulemap */, + 21761A66E081DFB77ABEC2626C4A896C /* MASShortcut-dummy.m */, + 1E571FB7B0EBBE8CD1BD486277B909FE /* MASShortcut-Info.plist */, + 484269F0F65668F8815936D185C567EF /* MASShortcut-prefix.pch */, + FC28BD5D903A53D1EC6D1359E93F78FC /* MASShortcut-umbrella.h */, + 4E8AC493C840E307120842D3CCCA8C03 /* MASShortcut.debug.xcconfig */, + A7C96140FB225FCD9A5321D667ECA077 /* MASShortcut.release.xcconfig */, + 1AE2D523D7E08E23C0C23A0FD1FD7446 /* ResourceBundle-MASShortcut-MASShortcut-Info.plist */, ); - name = Serialization; + name = "Support Files"; + path = "../Target Support Files/MASShortcut"; + sourceTree = ""; + }; + 4983EE79BC06C6B705801FB12B9E77E4 /* MethodSwizzler */ = { + isa = PBXGroup; + children = ( + 7B102947F33A8D4525CAE2AB3D165124 /* GULOriginalIMPConvenienceMacros.h */, + 91F580D7F9333A829E191C6C3924CB52 /* GULSwizzler.h */, + 46D36E26733344765724221DF1F24065 /* GULSwizzler.m */, + ); + name = MethodSwizzler; + sourceTree = ""; + }; + 4AB81655E09C8D4F614C888FAB1724AF /* Environment */ = { + isa = PBXGroup; + children = ( + 2351F48FA15D1F8BCC9E7041A517FB4B /* GULAppEnvironmentUtil.h */, + D35AE48B4AECD9F4337A2309406811C1 /* GULAppEnvironmentUtil.m */, + C9D039783C5CC977519A26B373D7FD73 /* GULHeartbeatDateStorable.h */, + AF292EE9AAA893549C266E020153280E /* GULHeartbeatDateStorage.h */, + 6571E5AC5B1E5A811597C3F8A81FE9F3 /* GULHeartbeatDateStorage.m */, + E457F74AECE2320DCE950E1DF17109B8 /* GULHeartbeatDateStorageUserDefaults.h */, + BCB65F6078C7F032F00014FA15919D6A /* GULHeartbeatDateStorageUserDefaults.m */, + 1DD04F2391DA563F9A620EBB4473C414 /* GULKeychainStorage.h */, + 50F3F1E3232B390985BFF4A760A84300 /* GULKeychainStorage.m */, + A68EAA2878E332B039CAAD7F7255A80E /* GULKeychainUtils.h */, + 08D327B857C474BC523D6C04ADD7B3F6 /* GULKeychainUtils.m */, + 305BFA0ED015F8A2DD461F54E671F777 /* GULNetworkInfo.h */, + 581758225D9F7B7C3F767384A81CEE3E /* GULNetworkInfo.m */, + A864B5158AEC9450F7D452A6D594BB8E /* GULSecureCoding.h */, + DF4E597F36EE5B782EE9FE68132AF1DF /* GULSecureCoding.m */, + A2F110F7E3CD18C0E7AC8FA1D16A91A8 /* GULURLSessionDataResponse.h */, + 097870E7428A9F712B3759B1D6052614 /* GULURLSessionDataResponse.m */, + 519E9A71EC943E8F3601C40407F5BD4D /* IsAppEncrypted.h */, + 26A374A0297CC1C3BCF2DB0A72FB89CC /* IsAppEncrypted.m */, + 2BAB6DB2AF03B53732C5750679D1D7C2 /* NSURLSession+GULPromises.h */, + E654E332B7AAC6C316F874F0A7824EBC /* NSURLSession+GULPromises.m */, + ); + name = Environment; + sourceTree = ""; + }; + 530153DA7C80EE71B228C5EA9060821B /* FirebaseCoreInternal */ = { + isa = PBXGroup; + children = ( + 640FCC63E0F238EE5E21A5C1F5CF0122 /* _ObjC_HeartbeatController.swift */, + C2D83E4D974848BC7D7BA99C02A7C066 /* _ObjC_HeartbeatsPayload.swift */, + 54175689327D9E68FF4336E7516781E2 /* Heartbeat.swift */, + CD2ECB71D33679759E60CD5D6DB8168B /* HeartbeatController.swift */, + 2CC9FA979AC8644E046B10B3C37DACCB /* HeartbeatLoggingTestUtils.swift */, + 54CE86091B901B8BCEB05FBCFAB6EA09 /* HeartbeatsBundle.swift */, + A73FEB52F6817530F7682A22C4925894 /* HeartbeatsPayload.swift */, + 1F7FA1A7A908C797B6C8F6468D7BDE90 /* HeartbeatStorage.swift */, + 21F21306C3F796E479F1D440A24E25C3 /* RingBuffer.swift */, + ECCE041C55AD4C3854AD0275D3EB93C7 /* Storage.swift */, + 1035E1AB18F1A6A518376A5E6D8E8100 /* StorageFactory.swift */, + AD7DA935E2948FCAE8C9EB651098770C /* WeakContainer.swift */, + 61D7920ABB61A24299A28960901647E5 /* Support Files */, + ); + name = FirebaseCoreInternal; + path = FirebaseCoreInternal; + sourceTree = ""; + }; + 534F3F42A6CFF534E7679A1F50965031 /* FirebaseInstallations */ = { + isa = PBXGroup; + children = ( + 9577E7D400FA9BA921E529F3F1DF30E7 /* FIRAppInternal.h */, + 807CEC1798BCCF6B4528EA1BF3AE4323 /* FIRComponent.h */, + 32D1502DB6919B6D905A24E61FA83B5A /* FIRComponentContainer.h */, + 75667E1118773C76F3750C0EFA719C92 /* FIRComponentType.h */, + 97B257C79234BF7A57FE4C24FEA863D9 /* FIRCurrentDateProvider.h */, + 3D11DA9F46C2D1532C5CC8AACAC77E8C /* FIRCurrentDateProvider.m */, + 0B18D3040449A879E5F5C89F68AEBE0D /* FIRDependency.h */, + D1740E011C98DA94EEFCCF7AA14E99E3 /* FirebaseCoreInternal.h */, + 3009DEA460A1B191052A00314A9A6BBC /* FirebaseInstallations.h */, + 48D99344A1CB874A93E4A206672DD941 /* FirebaseInstallationsInternal.h */, + 885E049EFD1F52E72FF2A6EB9971D005 /* FIRHeartbeatLogger.h */, + EFD2001347F76AF7E8350B9796318278 /* FIRInstallations.h */, + 89714A2D44994CF2569AB018EE5C2435 /* FIRInstallations.m */, + 83A8A5E372AEE958424449DDC3974579 /* FIRInstallationsAPIService.h */, + 79EA3648C01A6ECAA38DFC3F74B08E53 /* FIRInstallationsAPIService.m */, + 1F2221C99C3DD4C7B3C999F375058D97 /* FIRInstallationsAuthTokenResult.h */, + A68E30EDA1F73FF7D9AF08590519F6BA /* FIRInstallationsAuthTokenResult.m */, + 1B040FB64DC5930881FE5CF3FD0F3E1D /* FIRInstallationsAuthTokenResultInternal.h */, + 838B55C8232B43664D1EBE7D0C834DED /* FIRInstallationsBackoffController.h */, + FE0BCA6264ED6666DABCEAA0EEC264AD /* FIRInstallationsBackoffController.m */, + 7D1B100E277247F453251BC3C9547325 /* FIRInstallationsErrors.h */, + D5A991BF50FD95623DB1016E1D96D0E5 /* FIRInstallationsErrorUtil.h */, + 960C488AF97D364CE7C952ACA867C5AA /* FIRInstallationsErrorUtil.m */, + 8B9DA62E8F670120C1068B31F58258CE /* FIRInstallationsHTTPError.h */, + BADE000CA966C319BA895E91F5361664 /* FIRInstallationsHTTPError.m */, + DDB310B3C693627BDB1B5F14AC5F134B /* FIRInstallationsIDController.h */, + F56F2ED53FE0410CD910048BB9C4C4CD /* FIRInstallationsIDController.m */, + D310332AD362E6F31BC5F1DB1FA239F0 /* FIRInstallationsIIDStore.h */, + 28C28DDB58112F5C1C32E49BE00FCD59 /* FIRInstallationsIIDStore.m */, + AE565DEE3F76104CB24CC59D877724D7 /* FIRInstallationsIIDTokenStore.h */, + CD5DC866D98962F3A4B6A7AD5D175683 /* FIRInstallationsIIDTokenStore.m */, + 961014B5CF9A67B83F6C645333991A00 /* FIRInstallationsItem.h */, + 02A9D5B087D4EBB57A2642A3FEE4B27E /* FIRInstallationsItem.m */, + A8027526AC36C67C6E4E0F5EA5C37237 /* FIRInstallationsItem+RegisterInstallationAPI.h */, + 1E94A440A4A65D8B6DE9A7E01AB57765 /* FIRInstallationsItem+RegisterInstallationAPI.m */, + 3684DD6CC45B510C401F556F728331A4 /* FIRInstallationsLogger.h */, + 408080DA78E2BC3807B553D74AEF7B1F /* FIRInstallationsLogger.m */, + 244A9C818307C14385C5CC23B2968E5F /* FIRInstallationsSingleOperationPromiseCache.h */, + 00C1BA3428DB5CF9E7244BAAD6FE485E /* FIRInstallationsSingleOperationPromiseCache.m */, + C74C1F216FA9866010995C56083F86EE /* FIRInstallationsStatus.h */, + 091258F56BEB1C6D91639CEA10D0E80A /* FIRInstallationsStore.h */, + D68EB25EF9303F239EDCCF25C9826801 /* FIRInstallationsStore.m */, + 3F63EF6975248B5997CE008F5A035F05 /* FIRInstallationsStoredAuthToken.h */, + 27E0F82F5AF7B5997722D6AB6BAE769C /* FIRInstallationsStoredAuthToken.m */, + D8EE6922967604CD5001E7ACFD39D400 /* FIRInstallationsStoredItem.h */, + BC30FC304980208DF30C8DF31EE57560 /* FIRInstallationsStoredItem.m */, + A6695B8C9EE11ABD45436D38ED0AB54F /* FIRLibrary.h */, + F2005B7FF9ED779E6CF1BDB90EF005CB /* FIRLogger.h */, + B8725127AF59D53CCEC51AC21F2F46D6 /* FIROptionsInternal.h */, + 3C7887D11DC7C3BA7EA8BC7885A6C2DE /* Support Files */, + ); + name = FirebaseInstallations; + path = FirebaseInstallations; + sourceTree = ""; + }; + 5452132544A95565F0311C1F4DBD9465 /* FirebaseAnalytics */ = { + isa = PBXGroup; + children = ( + 73460B108199C46BD36CA8FF4335503D /* AdIdSupport */, + 1DB02DCD971B6C48542C0EC370BD1251 /* Support Files */, + ); + name = FirebaseAnalytics; + path = FirebaseAnalytics; + sourceTree = ""; + }; + 566216D2273CBFC835A327D287AAFCF0 /* PromisesObjC */ = { + isa = PBXGroup; + children = ( + F6D1DD597A7B3496FC2B575DA7C61BD9 /* FBLPromise.h */, + A3666B38C3A7512F1AC419F8A49AADC9 /* FBLPromise.m */, + DF7C293E46CDDEC71FAC40C54DD53D1C /* FBLPromise+All.h */, + D3313CAA6148F95534BA8D84A005F701 /* FBLPromise+All.m */, + 125A24E7615F85A993A46AA877AD97F0 /* FBLPromise+Always.h */, + 3DC9C5D4097E0D591E4696213E93D026 /* FBLPromise+Always.m */, + 281AE480D017A661BBCB6A1B74E3EB44 /* FBLPromise+Any.h */, + 3D7962EC42821BE30E468ED0453EDD33 /* FBLPromise+Any.m */, + 3AC062B30C6BA0F6C7A2E88B127C3C5B /* FBLPromise+Async.h */, + 0281665767C26DB79FC46DD4F67FE982 /* FBLPromise+Async.m */, + E2E35883638F48342C7DDC92F9632419 /* FBLPromise+Await.h */, + 0F66654386303904F5D472369257D0E7 /* FBLPromise+Await.m */, + 836B0DDCDE38776EAE2E15031A357BB4 /* FBLPromise+Catch.h */, + 8C25309845E86C14CD13D81FDF7BB02F /* FBLPromise+Catch.m */, + 198744065F3039E3EB1704548B732343 /* FBLPromise+Delay.h */, + 356F8AAB06556F29966077EEF25F4728 /* FBLPromise+Delay.m */, + F4194A2E868449470CEE51F77D1115C3 /* FBLPromise+Do.h */, + 44FB1F10FC067D16BB62A3C4F8191382 /* FBLPromise+Do.m */, + 81CBC9355BC7907407F1E6B243609A8A /* FBLPromise+Race.h */, + C1D42EF2C2038E2BFF843F5830A4A6E4 /* FBLPromise+Race.m */, + 3ED23AC5E45E3D8D5EDDAF3771454315 /* FBLPromise+Recover.h */, + 1088011962B41BB05FFA5C274E83B3FD /* FBLPromise+Recover.m */, + 62C72D347EAF1463298BD5C494869F33 /* FBLPromise+Reduce.h */, + C666FB57EA03AB6947D388C164F15040 /* FBLPromise+Reduce.m */, + 0AE82E3DA8D7C4CCD83F4D4303365BCF /* FBLPromise+Retry.h */, + 7109B0A2DDAB8E7A65DA12ED03C5A276 /* FBLPromise+Retry.m */, + BF63251E8525BD4450DC6BB40BB0E029 /* FBLPromise+Testing.h */, + DCF8B8392FCD68C0620D263B51D8EBC4 /* FBLPromise+Testing.m */, + BAEC60C8D948CAD67CAD2D019F2643D3 /* FBLPromise+Then.h */, + F3D20F4D424D7369B34AE9932A244296 /* FBLPromise+Then.m */, + FDC96DB9E2286CD18FCDD76F2BAC48E6 /* FBLPromise+Timeout.h */, + ED983F64756026668D09501F1563E948 /* FBLPromise+Timeout.m */, + AA52B8D9FD68313D6FCB95E0DDFC2AC2 /* FBLPromise+Validate.h */, + 487DC4BC252802B6305A6375AFA303DD /* FBLPromise+Validate.m */, + 54A77D81B3F4B6AA912713C4B89060BB /* FBLPromise+Wrap.h */, + D2FDA3658E3588B5F6772356AEDCF43B /* FBLPromise+Wrap.m */, + 57D31BD562AA4B15D5D32B1FFE76D727 /* FBLPromiseError.h */, + FED4B20F9F37AA760C845E2F34FA0F31 /* FBLPromiseError.m */, + DADB74A1437844ABF82A85B7122B6CD6 /* FBLPromisePrivate.h */, + 92E944E252CE75C8280B58A08044808E /* FBLPromises.h */, + 3A7FC25D6B7D56D5F366C303D2B9FDAA /* Support Files */, + ); + name = PromisesObjC; + path = PromisesObjC; sourceTree = ""; }; 5693BBAC8BA81E6BB21D5358033E736E /* Products */ = { @@ -2301,1167 +2368,947 @@ name = Products; sourceTree = ""; }; - 5863BA3F0369256C7E39C6B39FB7EFE4 /* Crashes */ = { + 57615CF2746C45A357C1B3421B64D421 /* Support Files */ = { isa = PBXGroup; children = ( - E82339B44942E537E6B232809FCDD1F0 /* Frameworks */, + EEBC8BEE5D4FDA73E0E02A04EC9CB291 /* GoogleAppMeasurement-xcframeworks.sh */, + 704827BD08A40719B3D9AEA42D2D9F6F /* GoogleAppMeasurement.debug.xcconfig */, + 5AF7AEE3D96C80E2A2BD6F73A753F54F /* GoogleAppMeasurement.release.xcconfig */, ); - name = Crashes; + name = "Support Files"; + path = "../Target Support Files/GoogleAppMeasurement"; sourceTree = ""; }; - 5CF69AD90333913B3531509D285C3A3A /* Network */ = { + 60D935224C0F15089A839AE8BFF9B349 /* GoogleAppMeasurement */ = { isa = PBXGroup; children = ( - 92B31DEACF7ACB54635AA1F8DC0AB194 /* GULMutableDictionary.h */, - 8C65659FEC215D80300D12797FA1C4BD /* GULMutableDictionary.m */, - EA207EB10F7BEB60AD0321A7D614C0BA /* GULNetwork.h */, - 275158449F80AC670F254FD5B81EF3ED /* GULNetwork.m */, - 260C5BC34E2901ABBEA06CB8A0A8898C /* GULNetworkConstants.h */, - 74137358BAEFA80ABECDCE90B2EBDD7D /* GULNetworkConstants.m */, - 1B2960659D759E2D577A273EBFB9AA16 /* GULNetworkInternal.h */, - E66976B548CE5067C6FB8496374EFECD /* GULNetworkLoggerProtocol.h */, - 8294875FC5A9201A0619E4A081668842 /* GULNetworkMessageCode.h */, - 18F1B870BC7E22E62814C9DBD3D9CA9E /* GULNetworkURLSession.h */, - 27B59F20AE3AC645168DD2A9379351CD /* GULNetworkURLSession.m */, + 1BD7A837BD301BCE8982FFA74896445A /* AdIdSupport */, + 57615CF2746C45A357C1B3421B64D421 /* Support Files */, + 3155511A0040EBFDC5C9343F633F391E /* WithoutAdIdSupport */, ); - name = Network; + name = GoogleAppMeasurement; + path = GoogleAppMeasurement; sourceTree = ""; }; - 5EF70F7ADC19DE03FA89A2A4546843E3 /* AdIdSupport */ = { + 61D7920ABB61A24299A28960901647E5 /* Support Files */ = { isa = PBXGroup; children = ( - 7130C993D8C604134BB5773BF03757A8 /* Frameworks */, + 91C17F7A6CB2E9B10CDB85577419F9F3 /* FirebaseCoreInternal.modulemap */, + C2BCEBECFD05A3F9A75B3295B6E465C0 /* FirebaseCoreInternal-dummy.m */, + 11BC4A9869AF5F1205F3F6C537933AD7 /* FirebaseCoreInternal-Info.plist */, + 7223B263A0DE0330DD61768E025EECB6 /* FirebaseCoreInternal-prefix.pch */, + D1E43A93B994303569AB90BEEF5B94FE /* FirebaseCoreInternal-umbrella.h */, + 51457E42497C9224FE3300F9FE8CCFEC /* FirebaseCoreInternal.debug.xcconfig */, + 8C84B012298FB3D3A54564CA0F288B8D /* FirebaseCoreInternal.release.xcconfig */, ); - name = AdIdSupport; + name = "Support Files"; + path = "../Target Support Files/FirebaseCoreInternal"; sourceTree = ""; }; - 5F9DBE2E26F15234B464A9BA54B615C9 /* Support Files */ = { + 6E48B49B6E57E6CD19CA83B80A337B45 /* decode */ = { isa = PBXGroup; children = ( - C7672053F16C7833506522B062C9E0F7 /* CocoaLumberjack.modulemap */, - D40D4D1BD694EDAD8BAA79A407423D7A /* CocoaLumberjack-dummy.m */, - 81A5F356054D66BCC7D09D71DE5A7A44 /* CocoaLumberjack-Info.plist */, - 6F4BF9D5EB2848303E8A57E459F7B478 /* CocoaLumberjack-prefix.pch */, - FB4EA758DDD1FE0B822702581540FA59 /* CocoaLumberjack-umbrella.h */, - A4414BB3B780D6EC2894CC78F381D7FA /* CocoaLumberjack.debug.xcconfig */, - 91BAE3F9E06C3E4BEF63F3A6585FE305 /* CocoaLumberjack.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/CocoaLumberjack"; + name = decode; sourceTree = ""; }; - 600540E759B217470BA1EB64BE17E134 /* UserDefaults */ = { + 7067D651188BC7621BDA2A7C82934B7E /* Frameworks */ = { isa = PBXGroup; children = ( - EE4CB1059E51277D733804DB367C4522 /* GULUserDefaults.h */, - 287E32A0B2BAD1ACE7342594F91FFC04 /* GULUserDefaults.m */, + 9AA2C8ADF007298CF825A87AE19EBD00 /* OS X */, ); - name = UserDefaults; + name = Frameworks; sourceTree = ""; }; - 60D77D8C86FED2CC7B924E53F36D1074 /* PromisesObjC */ = { + 71BFB05BAF86101E2DF562E0F95E9BE5 /* Support Files */ = { isa = PBXGroup; children = ( - 07428419111208D360703A291E70E7BE /* FBLPromise.h */, - C522E98E447A8A58A0837A1524570627 /* FBLPromise.m */, - FF6806FC054052F0C537610DEE67D28C /* FBLPromise+All.h */, - C63C08F1D42A2722B51847C3735E9D50 /* FBLPromise+All.m */, - 4AC583CC850361E6D47F2BA0D37C7124 /* FBLPromise+Always.h */, - F6CE1F94282B977C8D9AFFA2B10D325F /* FBLPromise+Always.m */, - D7A78477506C04205936E362C53A60DD /* FBLPromise+Any.h */, - 3E5A0F25A33AAE2E6627143FE7633A21 /* FBLPromise+Any.m */, - A97BEC96D92A6F8320B0C1B4A10FB67E /* FBLPromise+Async.h */, - 4731E367FB6938D056585FE37824535B /* FBLPromise+Async.m */, - E6B63FAC2BEE60799A69C401C7843729 /* FBLPromise+Await.h */, - FB450E0AAB8EBA8D3BD094783F59F578 /* FBLPromise+Await.m */, - 7E36C9508D91ACF5553876EA1063252A /* FBLPromise+Catch.h */, - 173D54D682B22EF5CEA5D6CB73A68F8F /* FBLPromise+Catch.m */, - C9792DF54E48D169E467DCA88FFE27D0 /* FBLPromise+Delay.h */, - 9A19E63C2D74EE692430552EFC0FA42C /* FBLPromise+Delay.m */, - F166B8E7D450BA301EAEBCC0B6092485 /* FBLPromise+Do.h */, - E863ABD7D7FD89DCE1BC6B302A9134CC /* FBLPromise+Do.m */, - 1391FBA196CF4D021D5B572050A4F88B /* FBLPromise+Race.h */, - ECE0CE1F5C39AAB0ADFF4E39CEE2AAE1 /* FBLPromise+Race.m */, - 90DE878488A979232F39E04808E619AE /* FBLPromise+Recover.h */, - EE0D2B857953774CD2D005F8EA3E03A1 /* FBLPromise+Recover.m */, - 952087317CC29D90D291D1B2F202CCF3 /* FBLPromise+Reduce.h */, - CA1F5099C6A1F5D152D13378E822FA64 /* FBLPromise+Reduce.m */, - 0207FE3FADE60C4041E109440F285444 /* FBLPromise+Retry.h */, - C7BBC60EF61D90FBF76D253BCDD74503 /* FBLPromise+Retry.m */, - D5FD1EF0F515CE441CAFB5EFF5347C15 /* FBLPromise+Testing.h */, - AADAFE53B685AED532FE572D802192FB /* FBLPromise+Testing.m */, - 7052AC5D6D5654663A540260A790CAA5 /* FBLPromise+Then.h */, - DDF3DE7208AEE208EDA964D8EA1D1551 /* FBLPromise+Then.m */, - C3754248866FE9BB56E970404DACBC24 /* FBLPromise+Timeout.h */, - EF4B307A3FD843E39D10C57A6263B590 /* FBLPromise+Timeout.m */, - B3C515D092070D44465A22189264191F /* FBLPromise+Validate.h */, - E5F667C7A82BFB7C725B29099A4AC186 /* FBLPromise+Validate.m */, - A57E810C57E31937BFFECC46206FAF73 /* FBLPromise+Wrap.h */, - 2854988BC599B89EF42966D485630F58 /* FBLPromise+Wrap.m */, - B81DEBD594BE65BC2686D2DF3F682D19 /* FBLPromiseError.h */, - 6A02F7250C79C56928DBD90D1C37C520 /* FBLPromiseError.m */, - 3D337E28205C3DB5DD1D609A3F31B42C /* FBLPromisePrivate.h */, - 8B2163CB3997D14FB0BA71D528539F4D /* FBLPromises.h */, - C6C922A2BA31C7F28D1556CD64FB56C4 /* Support Files */, + BB10DEAFC57535396410FE41635E3166 /* Masonry.modulemap */, + 7B1BF21B8EA9CD56C626575DADE2DA5F /* Masonry-dummy.m */, + 60BE94F657507106798C7270FC727C7F /* Masonry-Info.plist */, + 42B25870307363DB67E7D2A746BFAB95 /* Masonry-prefix.pch */, + C2565DA81FECD42601596E839828A047 /* Masonry-umbrella.h */, + 51BCB427DFB1FB8DD4A94C2BA83C54FD /* Masonry.debug.xcconfig */, + 8C08E5E51780D8C98E0F18B8884B1AD0 /* Masonry.release.xcconfig */, ); - name = PromisesObjC; - path = PromisesObjC; + name = "Support Files"; + path = "../Target Support Files/Masonry"; sourceTree = ""; }; - 62DFB8ACF8DCA13B1ACF7847D2E263CC /* Sparkle */ = { + 73460B108199C46BD36CA8FF4335503D /* AdIdSupport */ = { isa = PBXGroup; children = ( - 007B0E303A96E73E7EE417B7896B6F57 /* Sparkle.h */, - 1BB1D08CA57F93E5789290449150805C /* SPUDownloadData.h */, - 2223FC9AD427DD270681767655B7915D /* SPUStandardUpdaterController.h */, - 83AA8BB42D0F0ADBEC420AA5165A55F6 /* SPUStandardUserDriver.h */, - A377CCEA25CCC17BFC69C2DF468BAB1A /* SPUStandardUserDriverDelegate.h */, - AF3D00BE84C9EFD7C4952CF033937DCF /* SPUUpdateCheck.h */, - C6C479FA18F3BD2247184134065799F6 /* SPUUpdatePermissionRequest.h */, - BD6725DD23772D8E10E61AFCFD9780F3 /* SPUUpdater.h */, - 310A391FA80F6380E55F3507073A7E98 /* SPUUpdaterDelegate.h */, - 240E8D183AA9AF3F31E2CA529B12BF0A /* SPUUpdaterSettings.h */, - 2E59C399F59C6CD4B422A8EF118B6078 /* SPUUserDriver.h */, - BB3016688D89FBAD7FA129492A3C39B5 /* SPUUserUpdateState.h */, - A4AEF4FF778BEB823F09E4786D2EE68A /* SUAppcast.h */, - 4ADC4D5C35F076869C636B6C039AF694 /* SUAppcastItem.h */, - 484519296B5DBB555B8228756C5AAE15 /* SUErrors.h */, - D3B74A2C8B17871AE7DD7D04D0BBFE25 /* SUExport.h */, - F10991A90F61D5B8AFACF733BB6ED6A1 /* SUStandardVersionComparator.h */, - E0E408CBC4F5D9D7CDFEA38DEECE13B1 /* SUUpdatePermissionResponse.h */, - 86C2E96FE79FD09AD11741FC20827F0C /* SUUpdater.h */, - 73E21C90E47005A8826C8B195A87084B /* SUUpdaterDelegate.h */, - AC30EFFB6D67A23EF2009FAF742665C8 /* SUVersionComparisonProtocol.h */, - 47B15B74AF6C85DF663C01906744A1AF /* SUVersionDisplayProtocol.h */, - 2045F0E96DD0254E1EEBDA4518994EB3 /* Frameworks */, - 0CC879A03E376706ED40650E2409A6BF /* Support Files */, - ); - name = Sparkle; - path = Sparkle; + 9BF9834693E118276652AD3858473919 /* Frameworks */, + ); + name = AdIdSupport; sourceTree = ""; }; - 6FBE0A61CD6E6B904D9FEDD7200CB86C /* NSURLSession */ = { + 780565A895336707B4562C944200FBA3 /* Support Files */ = { isa = PBXGroup; children = ( - 38ABC152CE3C0620EC55E691FB25164C /* AFCompatibilityMacros.h */, - 20AC055AF058AB18C22E2EB61A25E431 /* AFHTTPSessionManager.h */, - 85BDD5590E248A79825566148496D341 /* AFHTTPSessionManager.m */, - 8F335E0764FC34597616ABBD11D4151D /* AFURLSessionManager.h */, - F541C03C193E1F9D191A15AAE5604752 /* AFURLSessionManager.m */, + CDAB5ADB95B3B19E08879B505B21DF05 /* nanopb.modulemap */, + 26C89EFF8B7049B79836D220A06E3494 /* nanopb-dummy.m */, + E0B7D5FD159C92B21718D54D0EFFE658 /* nanopb-Info.plist */, + 9F0859826783079671D88D7111AD667C /* nanopb-prefix.pch */, + 587377CFCE852285575FAACD33C95927 /* nanopb-umbrella.h */, + 5F7D6C8BC9D218EB6EF9CED13D45515F /* nanopb.debug.xcconfig */, + 0E8FDA27E5C43766CE8F8A121BEEE2D2 /* nanopb.release.xcconfig */, ); - name = NSURLSession; + name = "Support Files"; + path = "../Target Support Files/nanopb"; sourceTree = ""; }; - 7067D651188BC7621BDA2A7C82934B7E /* Frameworks */ = { + 7A2EC4DD669A2754FABF0A4945600EAB /* MASShortcut */ = { isa = PBXGroup; children = ( - 9AA2C8ADF007298CF825A87AE19EBD00 /* OS X */, + 4EFC9BBB8E57754BB8B57DF669DC5B76 /* MASDictionaryTransformer.h */, + 73D7A2753594E54D0716C7B7DAD3F505 /* MASDictionaryTransformer.m */, + DA06D83C6BAC0113592D6FA72ACA8BF1 /* MASHotKey.h */, + 0EC59E95260DA4435973369AC9C48BAA /* MASHotKey.m */, + A13635E8FE55513F0309BF0094D76443 /* MASKeyCodes.h */, + 4726F60BC9AF164A623B8DBFA8FDBB59 /* MASKeyMasks.h */, + CAB2327A7517314BD839FF3E1FB9EB18 /* MASLocalization.h */, + 163AC9D2727734275308C9B8E721BE6B /* MASLocalization.m */, + 01501CC6649E6344F16D815AA5AB728B /* MASShortcut.h */, + 6C855E705299594A5639716F45342FD7 /* MASShortcut.m */, + D6C74862DB65886DE6FE1A0CB5C15DAE /* MASShortcutBinder.h */, + 6950392DE66ADE4B4FE19855DBF0E4E5 /* MASShortcutBinder.m */, + EBC585E1342F053541D1EEE97D4904AB /* MASShortcutMonitor.h */, + E40329C376E37CF5936E7D3A4A334A06 /* MASShortcutMonitor.m */, + AAF6F2CF70C1F32485BCD7EEE3A8A9A8 /* MASShortcutValidator.h */, + 0678068DDDEE41A3641A901B676A0A48 /* MASShortcutValidator.m */, + 81A381EF5A4B17A795FBE1CD21771663 /* MASShortcutView.h */, + 57A2FF5F66BC4B0A4F9397B59EAE2358 /* MASShortcutView.m */, + FFCB2F9C2F444CB95F1A670B29AED35B /* MASShortcutView+Bindings.h */, + 8355083C9BDD4457A6A448DCF40E308D /* MASShortcutView+Bindings.m */, + 8D95547E9FB242767D084AA519ABC95B /* Shortcut.h */, + 45127BEE6A070DC0BDA12CD70F99130C /* Resources */, + 47D3585FC5E797735E7306D59860F85E /* Support Files */, ); - name = Frameworks; + name = MASShortcut; + path = MASShortcut; sourceTree = ""; }; - 7072A91A54360AEB9F6F402CFB3F5B6B /* Resources */ = { + 87D3318DD9429C514CB0186D7E22670B /* GoogleUtilities */ = { isa = PBXGroup; children = ( - B780E0A68621576718D820F08584BD02 /* cs.lproj */, - 3158A4B666347A88BA194E5486016BFC /* de.lproj */, - 9CD0EF998EAC78FDC67CDC6F46FB33EA /* en.lproj */, - E502DCB349E734215CDBCEAA88BFBC92 /* es.lproj */, - D1CAC98679B2EC99420EAAD6CC42FD4E /* fr.lproj */, - 70FA11005193B3DDC439142D07607F26 /* it.lproj */, - 5397358700619E4CA7E94CCFE443BBC9 /* ja.lproj */, - 15ADD9E9C6ECE72BA108A16EF729DCB5 /* ko.lproj */, - 72AF7933E831E4644EAFCA8B05D61E2E /* nl.lproj */, - 1F6A9688883D909D7CE7AFF701ECA016 /* pl.lproj */, - 8D60A87754C8D61F6A08EC9BEB906AFE /* pt.lproj */, - C32F4AED06731D2F5CD4C03E554098BB /* ru.lproj */, - 85AD4FF46CE265896ECA71D5923C3AF6 /* sv.lproj */, - F0703A3F39B1DB81B7FB2ADEE5CBD044 /* zh-Hans.lproj */, - 5DA99B9E23F8C76ADE6F91BA0971A2A8 /* zh-Hant.lproj */, + 9D2BB9781579448D70F264618F6AA1EF /* AppDelegateSwizzler */, + 4AB81655E09C8D4F614C888FAB1724AF /* Environment */, + 34F6F3094BB3A74470EED9E0011D432F /* Logger */, + 4983EE79BC06C6B705801FB12B9E77E4 /* MethodSwizzler */, + E0F7578E87A91FD7ABDBB85020B12E5A /* Network */, + D1C07818E8FA897FE6A5DF005AEC896D /* NSData+zlib */, + 11E039446B723D7F961A794108934E18 /* Reachability */, + F292DD4DD0491D2A66F408149044182C /* Support Files */, + DA105A5F3CC53F7B4ECF84D4086FEC91 /* UserDefaults */, ); - name = Resources; + name = GoogleUtilities; + path = GoogleUtilities; sourceTree = ""; }; - 7130C993D8C604134BB5773BF03757A8 /* Frameworks */ = { + 8CA8533361EA3BCED74451ED5F0CCF91 /* AppCenter */ = { isa = PBXGroup; children = ( - 0F018DD0C9733967F39BE4AE8D8B8BDC /* GoogleAppMeasurementIdentitySupport.xcframework */, + A1F65BA7A4C004BBA68B8F6C19DB048D /* Analytics */, + D365DA6A1433A6AD20C6B2FE0377D518 /* Core */, + F772982B935CD19E1FCAF4F44CAA8DAC /* Crashes */, + F90E8D88158F6BB27EDD28ECEF8E1E8D /* Support Files */, ); - name = Frameworks; + name = AppCenter; + path = AppCenter; sourceTree = ""; }; - 71456520FA6BA63BAACF92DEEE29AFBB /* MASPreferences */ = { + 8D06CD298176EB185872689F58E63CFA /* Frameworks */ = { isa = PBXGroup; children = ( - 1CC55F44352370169F84C3BF15DA36CC /* MASPreferences.h */, - B58420553C2C05721595A07121C1DF5D /* MASPreferencesViewController.h */, - 53BD260A894276BCA87C1DB949F61FA0 /* MASPreferencesWindowController.h */, - F529CB57A55B6397CE7B2ECD19EE3C2B /* MASPreferencesWindowController.m */, - F9D553B5F5C6C66DB72C816CB2F78331 /* Resources */, - 7BAA8D63B801ED38F7D8FA4674320655 /* Support Files */, + A719C3EBDC04E128BF2B7A27DAEA7D8A /* GoogleAppMeasurement.xcframework */, ); - name = MASPreferences; - path = MASPreferences; + name = Frameworks; sourceTree = ""; }; - 7B8F7087C2430586DAF3B85E88DAA059 /* decode */ = { + 92285D042E0480D4097DFF990CD52EB2 /* FirebaseCore */ = { isa = PBXGroup; children = ( + B56E21D75711ADEB5F06A21D138D16DF /* FIRAnalyticsConfiguration.h */, + C6C60FC94A2D93A2B76061D3CB567C2D /* FIRAnalyticsConfiguration.m */, + 651D1FBA2D5B1352140AB3F0A5D4A92D /* FIRApp.h */, + 0C743748968F01120290F299E23FC3F5 /* FIRApp.m */, + A4D8FDE968EC57B81396071BCFAB4940 /* FIRAppInternal.h */, + E179432467283E1B93438F3B93AEA39D /* FIRBundleUtil.h */, + BDC2997FDD9918CEF58643202AE8B394 /* FIRBundleUtil.m */, + DDE9D96A5953D7A3969FBD4418470FEF /* FIRComponent.h */, + 1EE685D20B01588F9CF82B3384FCDBE1 /* FIRComponent.m */, + 6E9F5EE1FEF6727F71BA2F405A8BC61C /* FIRComponentContainer.h */, + FF0109195D208071B5813FBD1EA1CF4A /* FIRComponentContainer.m */, + D5AAA6FBEF7FCF6A5E432A00C19B4A95 /* FIRComponentContainerInternal.h */, + 433054CBE18F323329CEF5966F056FE2 /* FIRComponentType.h */, + 9CB4E7F25E40A75D1DB89051CE1208AB /* FIRComponentType.m */, + 3F75BB292BDFEC5B193DDA991C65B748 /* FIRConfiguration.h */, + 2DE08B6EF074516061523E11714BB6A5 /* FIRConfiguration.m */, + 0221DE8D728C350D534D435A072446C8 /* FIRConfigurationInternal.h */, + 7DE11863D5EAD7E713F6656583F9859E /* FIRDependency.h */, + 9E1C58F84E790204F3533BA4D136CEB7 /* FIRDependency.m */, + E7AFF644DFE5A4348A8D844619FB66EA /* FirebaseCore.h */, + D5CDDE42D8756AA5E1769BDB01D4A4B2 /* FirebaseCoreInternal.h */, + D8EBE643B7FD3149E7FD0B1132FD0C7E /* FIRFirebaseUserAgent.h */, + A0CB1C456FE022D16C6BD4056AF371FB /* FIRFirebaseUserAgent.m */, + 2B0350CECFDC35CF0766EA8897930A1A /* FIRHeartbeatLogger.h */, + 0C44A9ECD6C2078A2DA9058541B130FB /* FIRHeartbeatLogger.m */, + 5DE6757E88885093A6297D52CEBE9F4D /* FIRLibrary.h */, + 01565D05E4D32D75AA3568AC266B4D09 /* FIRLogger.h */, + 5DF96651B40FA67B9C8C975E906F3997 /* FIRLogger.m */, + 4F835BE6A88FA5B17C46936103F1BB91 /* FIRLoggerLevel.h */, + 67A586BD7251FEEBC41A15D5666E24C3 /* FIROptions.h */, + 059B8B857A2CB80E2E06BC342A751AD8 /* FIROptions.m */, + 86C004D69AE53DB6599C77088525CF7E /* FIROptionsInternal.h */, + 7E2EB27D72A560546FBCC51B73461062 /* FIRVersion.h */, + 85327FA643D23BB9B8F9F806F919214A /* FIRVersion.m */, + 12FC5C46DAA24F0C7F7615264E3522F4 /* Support Files */, ); - name = decode; + name = FirebaseCore; + path = FirebaseCore; sourceTree = ""; }; - 7BAA8D63B801ED38F7D8FA4674320655 /* Support Files */ = { + 94E204596EE031BF8E72D9CC3AF8A0F3 /* Support Files */ = { isa = PBXGroup; children = ( - CA1F9BA1FF9B7CEC32F1DCA0703620E2 /* MASPreferences.modulemap */, - 29227DCF3170C35CF09683B5F2AF4028 /* MASPreferences-dummy.m */, - 8075048914BF909B4FC3CA0BF8FF7566 /* MASPreferences-Info.plist */, - 5B55CA1052DB151F738DF87063DDF94D /* MASPreferences-prefix.pch */, - 8262A7B8BBE6FE691525EA316333163C /* MASPreferences-umbrella.h */, - C89CD4E24276D7608D4BE81DED6E2514 /* MASPreferences.debug.xcconfig */, - 1361D2F48C1D00902788B885559E945E /* MASPreferences.release.xcconfig */, - 1C7B081D4437F02910C873269722AB48 /* ResourceBundle-MASPreferences-MASPreferences-Info.plist */, + 99039410F9DCE40EDC328622F2F98FAD /* CocoaLumberjack.modulemap */, + 917D661C79D1E9B4299F29B374075EA8 /* CocoaLumberjack-dummy.m */, + 4D3293B333FF87300AE697548936FE46 /* CocoaLumberjack-Info.plist */, + 5B9AB80234F519E755F9B0C312ABEC8B /* CocoaLumberjack-prefix.pch */, + E941053C62A8D21C4838A230DE0E2052 /* CocoaLumberjack-umbrella.h */, + 2DE400CBB4489CC6F3C1499D66C296F9 /* CocoaLumberjack.debug.xcconfig */, + 3D2FE22F9E44B16CCF4096F563CD5B6F /* CocoaLumberjack.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MASPreferences"; + path = "../Target Support Files/CocoaLumberjack"; sourceTree = ""; }; - 7D926FC189F759FF1483700C3B74F0E1 /* Support Files */ = { + 98551724C5FE17490480BC0AEB16F65A /* Core */ = { isa = PBXGroup; children = ( - C086C63C1E3DF73232D29A8877F65205 /* FirebaseCoreInternal.modulemap */, - 687BD844C921A57B199FB9345833BD8B /* FirebaseCoreInternal-dummy.m */, - DBDBB0E52C48D45AB02939B6AD1AD441 /* FirebaseCoreInternal-Info.plist */, - 22419CB25BB1BB9AAB7AC9C495BB53C7 /* FirebaseCoreInternal-prefix.pch */, - 6C3B4754FFFD7E99942A16DDC2F73E23 /* FirebaseCoreInternal-umbrella.h */, - 455AA8836A363E4A9C906FA2B7BA980D /* FirebaseCoreInternal.debug.xcconfig */, - 72F2FE5BC6638B3327F3F4BB08D5F788 /* FirebaseCoreInternal.release.xcconfig */, + 11C14330886E5A2D964044EB7E674BDA /* CLIColor.h */, + 6EC990F3DF692EE5558DBBB0E5D72A04 /* CLIColor.m */, + CEA60E13E7E05DABA6A49F7755D6A22D /* CocoaLumberjack.h */, + 35EE828740279AC3F886382E369E8979 /* DDAbstractDatabaseLogger.h */, + 56B6877E89C18831DA6E91E9DDBCE4BD /* DDAbstractDatabaseLogger.m */, + 7251A13364581842DBE5CFCD3ED138BD /* DDASLLogCapture.h */, + 23F985261D6EFDF225CC3EA8114CCF54 /* DDASLLogCapture.m */, + E91F44F4F7F34F06EB0ECAAB6F491FAA /* DDASLLogger.h */, + 972135895837E0DFEEA69854C3D542B4 /* DDASLLogger.m */, + BED1D385DA3C6E272DC00D351491E3F4 /* DDAssertMacros.h */, + 5993438C9496F205360FAAC50F06F065 /* DDContextFilterLogFormatter.h */, + D96920D0509FDB70F9D8108F2D7880FE /* DDContextFilterLogFormatter.m */, + E1C4A096AEED84835E3D93C3F536B5BC /* DDDispatchQueueLogFormatter.h */, + 57705111D01B0D25AC71E4E21C52EA27 /* DDDispatchQueueLogFormatter.m */, + 31033521B2F6D8A147E9D4F250FE83B9 /* DDFileLogger.h */, + 37075B61C8020B7A7CB021613B138852 /* DDFileLogger.m */, + C69EE265CBCFD59A913A0180C43990A5 /* DDFileLogger+Buffering.h */, + 881088F8F5305FDBC27B5C55B3CB6BC6 /* DDFileLogger+Buffering.m */, + DAB9AC22949488DD91CA1C8E98070BAD /* DDFileLogger+Internal.h */, + 872635008B26AA5C5492F7A09BBC9DA4 /* DDLegacyMacros.h */, + E7B179521A405A97ACAD7B9DD87F93EC /* DDLog.h */, + 8B546A9B3DDCF0BEC0AAD364F28EEE83 /* DDLog.m */, + 7149DD93899F25BA554C4DA4033200B3 /* DDLog+LOGV.h */, + 7F27D2995F3E5D1F5CE361CBE306B1EA /* DDLoggerNames.h */, + F607AB94AC908DA20BC3046B622481EF /* DDLoggerNames.m */, + 79D512A8E09C598C419820576FE6DA4F /* DDLogMacros.h */, + 1B11584128D1A594069F34242998B507 /* DDMultiFormatter.h */, + 52594136C7C1FA1C43E2F2FFF99F88EA /* DDMultiFormatter.m */, + BDB3CCE294135B39FA04F4B39BD26DB3 /* DDOSLogger.h */, + 7AFC229F726DBEAAD7C907A7265F291D /* DDOSLogger.m */, + 0DD34229AF875CA2BB42627409450C36 /* DDTTYLogger.h */, + 3941552FAFDC69ECC509D8E44BF900AD /* DDTTYLogger.m */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCoreInternal"; + name = Core; sourceTree = ""; }; - 7E586452DF1524E2BB2CF744C8C13B36 /* MJExtension */ = { + 9AA2C8ADF007298CF825A87AE19EBD00 /* OS X */ = { isa = PBXGroup; children = ( - EA9D2E7EC91691C1ECD93374F0E20DF3 /* MJExtension.h */, - 510E86632D39DC6251944E1A3AB7254E /* MJExtensionConst.h */, - 806658A0740D453229ABF8453A3A9223 /* MJExtensionConst.m */, - B4197DD19E49234E24B1720AEA3EF4B3 /* MJFoundation.h */, - B908ABEC9AC3390E0CC7C073E36721E3 /* MJFoundation.m */, - 9EF3DEB38F0123335954D77CA738A601 /* MJProperty.h */, - C08B67CD618CE207EA95841264F6265F /* MJProperty.m */, - 760B64647052C0A405923802E2EA0ED9 /* MJPropertyKey.h */, - 3023D63F9D741F704444CC478199CCB7 /* MJPropertyKey.m */, - 7B6B861B3A13854A7F551B000F6F3027 /* MJPropertyType.h */, - A31FBF89838193C99DF4F10BC44693FF /* MJPropertyType.m */, - EDB9AD912C84FF94ABE3F36B4A5CA0BA /* NSObject+MJClass.h */, - 41B8812B3CEEA4F0AECD64E7AE86D790 /* NSObject+MJClass.m */, - F2D055CB15A807C01C676DBE88A0830F /* NSObject+MJCoding.h */, - 4C38238A0DB03F6C09B6EEE4F5757820 /* NSObject+MJCoding.m */, - 96A0B72DD6BEAC82BBDED0DF35D94CE1 /* NSObject+MJKeyValue.h */, - BC5DC2E1D21621BF948EAACFDDA1FD57 /* NSObject+MJKeyValue.m */, - 06A954C57A2969512D89EEEB618DF443 /* NSObject+MJProperty.h */, - 54966651A68A168B6042371643129CC2 /* NSObject+MJProperty.m */, - AE60E983EFE3DC595C64CF2CFE3C70D1 /* NSString+MJExtension.h */, - 2DDFEA7139B91DA58293C4AC9E2BA402 /* NSString+MJExtension.m */, - CDDA3DF5E5D807B8D7DAD32145F5CCFD /* Support Files */, + 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */, + B2CC38EAB95AC4B0E4103F60A7133C2A /* Carbon.framework */, + 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */, + AD1B09D61061D25891A8EE8B6F4A8D29 /* CoreServices.framework */, + 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */, + 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */, + 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */, ); - name = MJExtension; - path = MJExtension; + name = "OS X"; sourceTree = ""; }; - 809FB4B79F1DF8914DDC781BD5DB5EB3 /* Frameworks */ = { + 9BF9834693E118276652AD3858473919 /* Frameworks */ = { isa = PBXGroup; children = ( - 16E02478523EBF2D0AD82B02060A43D9 /* AppCenter.xcframework */, + A2D7AF6E042577EB812DD5B68782C413 /* FirebaseAnalytics.xcframework */, ); name = Frameworks; sourceTree = ""; }; - 854A1AB5070A29EDC92CC835E6EDCB98 /* WithoutAdIdSupport */ = { + 9D2BB9781579448D70F264618F6AA1EF /* AppDelegateSwizzler */ = { isa = PBXGroup; children = ( - F01C24DE2EEECE1F09C44619394667C9 /* Frameworks */, + 0102809713F96B646E00E49619345689 /* GULAppDelegateSwizzler.h */, + D7BD7E06F3D61E29B1F6387EEA6B3E7B /* GULAppDelegateSwizzler.m */, + 5075CDE658908FD85C273D17A1F1A936 /* GULAppDelegateSwizzler_Private.h */, + 8062ECEC9215841648CF1B3B9107D401 /* GULApplication.h */, + DB5E905032E7FDE6CB62D1D155ED636B /* GULLoggerCodes.h */, + A0D5FBAEB4D526F0F85B96ED54518704 /* GULSceneDelegateSwizzler.h */, + 11C7F73AF729AFA8243755B16948D9F8 /* GULSceneDelegateSwizzler.m */, + 4EAC50FA6093D49BB7CF063E6E68D4E4 /* GULSceneDelegateSwizzler_Private.h */, ); - name = WithoutAdIdSupport; + name = AppDelegateSwizzler; sourceTree = ""; }; - 8A9CCCF4F7F1E420E335F39D1259E0C2 /* Support Files */ = { + A1F65BA7A4C004BBA68B8F6C19DB048D /* Analytics */ = { isa = PBXGroup; children = ( - 94904B46FBA86C8D1FFE3884D0650B72 /* FirebaseCore.modulemap */, - DD1FFF85B3F38B0E3B7DF645D37B771A /* FirebaseCore-dummy.m */, - 0185F4BF31D60F7AF916A585F6397BD0 /* FirebaseCore-Info.plist */, - B6228DFFD472D8AECA615124450DB5AC /* FirebaseCore-umbrella.h */, - 609E77E4D2CCD96114D951A3BC472C14 /* FirebaseCore.debug.xcconfig */, - 2A3E109E6D10C507E34592DF791A9FB1 /* FirebaseCore.release.xcconfig */, + 233A6661D554E328D5F68DAC3CBE69F7 /* Frameworks */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseCore"; + name = Analytics; sourceTree = ""; }; - 8E1561D1B82BA6CBAAD620428B7655C2 /* MethodSwizzler */ = { + A3EA10BF18AC8F87BD09C06C0436C8A2 /* SSZipArchive */ = { isa = PBXGroup; children = ( - BB4DDD9194BC17B371DA38E9826F48A3 /* GULOriginalIMPConvenienceMacros.h */, - 7300DE90D5AACAA7388D97C414DC5149 /* GULSwizzler.h */, - 53B27CA1C55A4872DCB4D05BE286AABF /* GULSwizzler.m */, + 1364D0616BAAE19E588A24DCAB8E0F1B /* mz.h */, + 7F4EBE7C85C4370C142CC2643D538076 /* mz_compat.c */, + 0BC467D15870B8C6FC1C7A7C0F593CFE /* mz_compat.h */, + 0110BB5735F84B5A78D9E11D3367EA5C /* mz_crypt.c */, + 1696B7746DA4DAD8A3339500AEE62CDC /* mz_crypt.h */, + 924571F6AC5FF40E914BF29D1F803941 /* mz_crypt_apple.c */, + 005D389AC2133091BE887D2C7820E529 /* mz_os.c */, + 7E18409A0B12F3DF3EC26FEE5080D7D3 /* mz_os.h */, + 798E361571F4AA060DF1A2E980DFB78F /* mz_os_posix.c */, + 15046069B4E5F320A67769B63CC7795E /* mz_strm.c */, + 51BC553337FF26DCF9EF5755B7B44BB6 /* mz_strm.h */, + 9242BE3469554418BD07B5CABCD9F444 /* mz_strm_buf.c */, + F04AA02C46C93078246DB4515D1F9CDE /* mz_strm_buf.h */, + 52E1B15A095A586842FE703C04C04C35 /* mz_strm_mem.c */, + 2E3F36C0B303B1C92C5F534D703798BF /* mz_strm_mem.h */, + 106DE6ED1B6881E3761EE7CA4EA4519F /* mz_strm_os.h */, + BDFEAB38A6302DE25B3F584971E60306 /* mz_strm_os_posix.c */, + 66FAF6F71152407A2F1D5DB6B8CA0149 /* mz_strm_pkcrypt.c */, + 45DEFC3D71E567F3D67958A26CF82C88 /* mz_strm_pkcrypt.h */, + 6A5A8E31977C284EA665924C427AB3A1 /* mz_strm_split.c */, + 0984E63D21D4489B63EBDA295156F64C /* mz_strm_split.h */, + E1BAA29BA309E01EF8073C24E6DFFB9D /* mz_strm_wzaes.c */, + E1A8C3A8877FBCAD6DB082A4DD00AD1C /* mz_strm_wzaes.h */, + 6A8A24B76BC061855D8A3682C02E01F3 /* mz_strm_zlib.c */, + 846BF28054B3357E8738DB2CFCB8F93B /* mz_strm_zlib.h */, + 40E142718C3FD1AE92D5FD71B3A5B877 /* mz_zip.c */, + 96370E5D1E40FE448581E56D5197D6DD /* mz_zip.h */, + CCD57278CDB75C24C1C4E7F0185E6812 /* mz_zip_rw.c */, + 3D03643D58DBD82254B410C18B195FFE /* mz_zip_rw.h */, + 3F507726ED19663D069666A1F499C515 /* SSZipArchive.h */, + FD6267F6C939F2ABAD9E087157ACD122 /* SSZipArchive.m */, + 305EE36A17132902FAAD74D8A7991323 /* SSZipCommon.h */, + 815426D6ABB66E184452A40B90DC3CA3 /* ZipArchive.h */, + 465712464DD02267F399C99FBFBB16BC /* Support Files */, ); - name = MethodSwizzler; + name = SSZipArchive; + path = SSZipArchive; sourceTree = ""; }; - 8E4E43EB0556753F3120AA6A625AD69A /* Frameworks */ = { + AB9BDC2CF7A6DD8D97DD70A45BBB8881 /* AFNetworking */ = { isa = PBXGroup; children = ( - 0DE398F512854E881F45C07A0B918771 /* FirebaseAnalytics.xcframework */, + 20A1DCB875381B62B7CB7D363C0ED5EE /* AFNetworking.h */, + CAB4B7AB00BBEF44CEE6599BE4731B19 /* NSURLSession */, + D7F68E9E6EDECFB142C9CF4391525E91 /* Reachability */, + DA12D25268D93762B87E0123123148D0 /* Security */, + 1C4892D495BC2AEF5DA1961AB8E06AD7 /* Serialization */, + CA0CC95DE32E5B38ECCA4ADB7E4AFACF /* Support Files */, ); - name = Frameworks; + name = AFNetworking; + path = AFNetworking; sourceTree = ""; }; - 95A19CBAF6636C65D73751E7DBAD86EF /* Masonry */ = { + B130887E761AA9951A3E07DFC3787F57 /* MJExtension */ = { isa = PBXGroup; children = ( - 70751A57E425D328772E6E4FEBE5A8DD /* MASCompositeConstraint.h */, - 45DB9F4D32F17AD8972525F9831FEF1A /* MASCompositeConstraint.m */, - 0AE48696D567E222C0C256845E33BD8C /* MASConstraint.h */, - 47CAD935B8744B5378BB0250E7DBBB46 /* MASConstraint.m */, - 88714289F8DBC4AFF89C59E97D5686B0 /* MASConstraint+Private.h */, - 16D555AC9F4A92C6D4427CCFF69DD08A /* MASConstraintMaker.h */, - 58121D619BB8B8A912754365B76F1BCA /* MASConstraintMaker.m */, - CE190B5C58B99B1D9670F7E44FA773F6 /* MASLayoutConstraint.h */, - 3702B9107B55ED3E30F29768615DF836 /* MASLayoutConstraint.m */, - AC9EA811E1FC95CFBA6BAECE8C707DE0 /* Masonry.h */, - 96A0B792C216ABE4B3D515F6B956C0F3 /* MASUtilities.h */, - E51987050B0AD979AF5440B8F644E61C /* MASViewAttribute.h */, - D5D14BF947D5112DEE7575989D39FB78 /* MASViewAttribute.m */, - 554E64268FB16173A0B1C2BB61D3D032 /* MASViewConstraint.h */, - 3EA423C8481A9EF549E84AF235D76E73 /* MASViewConstraint.m */, - 861236973289C6E2EA83250AE6036519 /* NSArray+MASAdditions.h */, - B6C449EB89004DBD7A50DBF2B9145EEA /* NSArray+MASAdditions.m */, - 68C4C93A67B11A13201E04462A130F27 /* NSArray+MASShorthandAdditions.h */, - 5B3B6B47A80EF21FA144DB6EA9E34E0E /* NSLayoutConstraint+MASDebugAdditions.h */, - BE3D730583DF23D745F5CB7FB45A54C3 /* NSLayoutConstraint+MASDebugAdditions.m */, - 08E4114E5007B4CEDBEC278A9370C186 /* View+MASAdditions.h */, - A917F20A967D4A566374BED4D6273E43 /* View+MASAdditions.m */, - 33444CC38078B5392E768EE2B59EC0BA /* View+MASShorthandAdditions.h */, - A25FE1EFB94164FDA9E3D4119F0A8543 /* ViewController+MASAdditions.h */, - 205C1F0396927DDE56C2C54DEB99980B /* ViewController+MASAdditions.m */, - 0591AF2992E6E315D390BFB88F350AB6 /* Support Files */, + F3F9C6BC202239A904FF7EC036957C6E /* MJExtension.h */, + 3D5F8E65F54D8086547EEE0E881993A6 /* MJExtensionConst.h */, + CAD74EE474BA97D15448CEA42E619987 /* MJExtensionConst.m */, + 2C2E51876E7232B9935837B9E9A9A33A /* MJFoundation.h */, + A6F2D80C11E7A6A356C5B90B5887D3E4 /* MJFoundation.m */, + 8BAF2F08A3B789BAA2A5108975C3A18C /* MJProperty.h */, + 09526C1AF80E28BC60C026B22CC99C77 /* MJProperty.m */, + E51BB34BB868E9FE3CB2F29E71739EAC /* MJPropertyKey.h */, + 3AA506755F24C89E050F45BB83CB449B /* MJPropertyKey.m */, + F659103B09A62BABA3403E3974E91E18 /* MJPropertyType.h */, + 971D841EDEDEC8814E6F27084705B93B /* MJPropertyType.m */, + FEFB896011A1D3706413B471F8E6C5B6 /* NSObject+MJClass.h */, + 8F241619A541ABD069A7014DECEC0B14 /* NSObject+MJClass.m */, + 308C0D586EE22628B1AE756572FCB6B2 /* NSObject+MJCoding.h */, + 9DDACBE41A9633502E31E2FCD7E27093 /* NSObject+MJCoding.m */, + 52034CA88795567DFEED9DC49DCA805B /* NSObject+MJKeyValue.h */, + A00FAC0E4C014A8B770F58A44BDA7EDA /* NSObject+MJKeyValue.m */, + D8A9AD1DD4112D45B783D5777A02576D /* NSObject+MJProperty.h */, + D7633D148C4039F9A1B5BB6DA9457A01 /* NSObject+MJProperty.m */, + 8E4A75F42EAADDD5473904EEC52821D5 /* NSString+MJExtension.h */, + 721FB87D89FFCE1352ADD71C9C39259A /* NSString+MJExtension.m */, + FA8980A4D75D3EE775ECCD57E62F6459 /* Support Files */, ); - name = Masonry; - path = Masonry; + name = MJExtension; + path = MJExtension; sourceTree = ""; }; - 97E4D7C4448F492A6E045F2EAB7E52CC /* Support Files */ = { + BDD613BC1AD7AE0379BC8472EC8ED0B2 /* Pods */ = { isa = PBXGroup; children = ( - 41C1354589322E0D90A4F33085CC73E9 /* AppCenter-xcframeworks.sh */, - 37DC7887921BCB144A6E4E229590F09F /* AppCenter.debug.xcconfig */, - C75B39926F38C66443C2FA3F77C5904B /* AppCenter.release.xcconfig */, + AB9BDC2CF7A6DD8D97DD70A45BBB8881 /* AFNetworking */, + 8CA8533361EA3BCED74451ED5F0CCF91 /* AppCenter */, + 3161F86A95DB0EB3B11FE1CC4352F6EC /* CocoaLumberjack */, + 5452132544A95565F0311C1F4DBD9465 /* FirebaseAnalytics */, + 92285D042E0480D4097DFF990CD52EB2 /* FirebaseCore */, + 530153DA7C80EE71B228C5EA9060821B /* FirebaseCoreInternal */, + 534F3F42A6CFF534E7679A1F50965031 /* FirebaseInstallations */, + 60D935224C0F15089A839AE8BFF9B349 /* GoogleAppMeasurement */, + 87D3318DD9429C514CB0186D7E22670B /* GoogleUtilities */, + ED5E9DBC9F3996712C6513C3DBAF66BD /* JLRoutes */, + FFCEE0C324C097DD405FA1A8163BB77B /* KVOController */, + F1552941C07585C898019E12B989788B /* Masonry */, + F4E33567350FCA85AED74A8CA9FFBD2F /* MASPreferences */, + 7A2EC4DD669A2754FABF0A4945600EAB /* MASShortcut */, + B130887E761AA9951A3E07DFC3787F57 /* MJExtension */, + 127C0B28C38DB3C9ECD17CE1FBCDC35B /* nanopb */, + 566216D2273CBFC835A327D287AAFCF0 /* PromisesObjC */, + DB2A1C82C42A951A89B3FB8DEA6FEAD1 /* ReactiveObjC */, + A3EA10BF18AC8F87BD09C06C0436C8A2 /* SSZipArchive */, + D204F54A08B2260CCCED157EE1B37E0F /* SwiftFormat */, ); - name = "Support Files"; - path = "../Target Support Files/AppCenter"; + name = Pods; sourceTree = ""; }; - 9833658CD44EE765236A656EC809CEF5 /* SwiftFormat */ = { + C14093AE9FA6940A805483C730983AD0 /* Resources */ = { isa = PBXGroup; children = ( - A03223A9F4830980ADAE73CD8BE14C22 /* Support Files */, + AD50EA0E4AB5CE6FB7EFD090927BC9D1 /* MASPreferencesWindow.xib */, ); - name = SwiftFormat; - path = SwiftFormat; + name = Resources; sourceTree = ""; }; - 98B82BB1BCAD894F3F6D2270FFBB0AE1 /* ReactiveObjC */ = { + C359D9D37D2DA86792ACB21EFE2EB5BE /* Support Files */ = { isa = PBXGroup; children = ( - C09EF0B7E8F1C182E8F70877A4B34A55 /* NSArray+RACSequenceAdditions.h */, - 1EE141A9AFAC044BF8548F41B1ECEE92 /* NSArray+RACSequenceAdditions.m */, - D1135818C1EB691A323D7D1F94327202 /* NSControl+RACCommandSupport.h */, - 8537CBA4D20714FEAC208E7B2CF4F0BA /* NSControl+RACCommandSupport.m */, - A04EC495FC3F245C92DED23861AA9885 /* NSControl+RACTextSignalSupport.h */, - 8A2AB3BA84501D0B9BE6B3F2F8415566 /* NSControl+RACTextSignalSupport.m */, - FB54FABA71FFAACD20FA4729662D489D /* NSData+RACSupport.h */, - 8A203556EA7BF2AEED2B377211D8C98E /* NSData+RACSupport.m */, - CE9567F3F1761BB1A9AF92D3A2F244B8 /* NSDictionary+RACSequenceAdditions.h */, - EB6730691D1351195C95E33590259F2B /* NSDictionary+RACSequenceAdditions.m */, - D266AB2087DAC41494C1A83FE2DE43D3 /* NSEnumerator+RACSequenceAdditions.h */, - 2E38B8311AB067C369C9F4C74DA83207 /* NSEnumerator+RACSequenceAdditions.m */, - D70F6BCC60410F79F03B6C767FAF8702 /* NSFileHandle+RACSupport.h */, - 4B373978EC85346DE754039D359DF189 /* NSFileHandle+RACSupport.m */, - 4DD209B975AD5530B733A9F9CB66DB16 /* NSIndexSet+RACSequenceAdditions.h */, - 66A5AA3B6DD289B68B86A138EDAB67F3 /* NSIndexSet+RACSequenceAdditions.m */, - CF68D8F610F80781FD93D14CB3F6128F /* NSInvocation+RACTypeParsing.h */, - E53C728E70FBF290AADC197A3B3D9127 /* NSInvocation+RACTypeParsing.m */, - FBC195C7643381B4ECF9F06F68D36A92 /* NSNotificationCenter+RACSupport.h */, - 05BBACF1ADC2F44DBB7AE20B6C97727D /* NSNotificationCenter+RACSupport.m */, - 56E00986236947DCD43B4AE8EFFB61AE /* NSObject+RACAppKitBindings.h */, - 40106C6B23760C3F9B8546ACCAAA3AD0 /* NSObject+RACAppKitBindings.m */, - FB81E842AC0181DED44D98974FA8954F /* NSObject+RACDeallocating.h */, - 8B929C3E868F199CC2E67F084F275F43 /* NSObject+RACDeallocating.m */, - D9F1DDF5C4C0D5628DD7A3BA2FF44951 /* NSObject+RACDescription.h */, - 57EFDF01CCC4914A6128FDDDA1C10D1C /* NSObject+RACDescription.m */, - 48C6D09298323D7FA1048B6A0F860C65 /* NSObject+RACKVOWrapper.h */, - F2AB3C86291662977BE74F237AF16762 /* NSObject+RACKVOWrapper.m */, - EE001557DAF31FD0CC5D592A434E8C07 /* NSObject+RACLifting.h */, - 5954A2852292F1EC4826DB6EF0E11C51 /* NSObject+RACLifting.m */, - B67767EEA86F8D498BF073CE7A453BA7 /* NSObject+RACPropertySubscribing.h */, - 91C1918AD43101240A46A509DA60C988 /* NSObject+RACPropertySubscribing.m */, - FC8C2E6651F4C13D269FC21522C89BB8 /* NSObject+RACSelectorSignal.h */, - 8ADEA681B7DD4BA78B11ADF3BD110371 /* NSObject+RACSelectorSignal.m */, - AE9AF75579936752E2B9F72417AE5C7B /* NSOrderedSet+RACSequenceAdditions.h */, - 437F6F26BE7C735F083034D4AB2C6BB9 /* NSOrderedSet+RACSequenceAdditions.m */, - DA97D15CBF327ADC6C6F83F45FC29F03 /* NSSet+RACSequenceAdditions.h */, - A027C9905E70BDB1F975EA72C2BECEFC /* NSSet+RACSequenceAdditions.m */, - 817C15479E428F985C065284F3020E1A /* NSString+RACKeyPathUtilities.h */, - 1BCCF34D393DF8755877EA0DDC5C239D /* NSString+RACKeyPathUtilities.m */, - C5F892CA5A799718D581EFC7AEC96577 /* NSString+RACSequenceAdditions.h */, - A8FD3F53DFF80D2D2BED72FC2487DAB9 /* NSString+RACSequenceAdditions.m */, - 1F4B9D077AFF52994C4DCB28F8A0062D /* NSString+RACSupport.h */, - 73D7DBC34DA93D39AD1244574203E743 /* NSString+RACSupport.m */, - C98FC3AB154FE05458C94DA9BE25701A /* NSText+RACSignalSupport.h */, - E9AC92ADFAC02492991483A9DBFDBB6B /* NSText+RACSignalSupport.m */, - 9B162DECBC1E213DE303D429F0A80A34 /* NSURLConnection+RACSupport.h */, - 286AAFC794015DB3189DF3D4F835ABE5 /* NSURLConnection+RACSupport.m */, - 79C2D7EE2CB8E771F147AEC2FB61B2BE /* NSUserDefaults+RACSupport.h */, - 432CDBDC78DC209CE4BF6526DD9791A3 /* NSUserDefaults+RACSupport.m */, - 2916446300311955E4AA74AAA7C83967 /* RACAnnotations.h */, - BEFCC9FAA335AFCF00612B46FC891DAF /* RACArraySequence.h */, - 49140BE7C824423AB3AE1235A2706A0D /* RACArraySequence.m */, - 815562FDCA4521B5934A74A2CAE3E007 /* RACBehaviorSubject.h */, - 0D4BC739C5257F3ED80C13A3E8A86F00 /* RACBehaviorSubject.m */, - 939271C307495FBB955DA6DD5A47A9ED /* RACBlockTrampoline.h */, - CF04CE3AB789118673A0FD489501C521 /* RACBlockTrampoline.m */, - ABC0C4DE065A85F00F75E607446D0D1F /* RACChannel.h */, - D57483A7D62932379BB26E245E317823 /* RACChannel.m */, - 012F9362EB4F259A12AAFD87E86F27FA /* RACCommand.h */, - F6E7A66874A13478A4DEE7513C847AC1 /* RACCommand.m */, - FF9F2DA86A234847675359D5775460CF /* RACCompoundDisposable.h */, - A83640DD8FBAF1CEABEB312F19E40149 /* RACCompoundDisposable.m */, - F959B79F2B1C0C1EE131249C6C2E4523 /* RACCompoundDisposableProvider.d */, - 0C448B6102D3720E0079E6D21AB942A8 /* RACDelegateProxy.h */, - 049E2F9EDE780F821CF8B571D6B566DE /* RACDelegateProxy.m */, - 1D44B5CBE6B5D53B521B500B83F16DC1 /* RACDisposable.h */, - 4021EE70850EA21AAAEF918B3DBA6ECC /* RACDisposable.m */, - 799BF2AFE6BB8B6B149280270A8D4B12 /* RACDynamicSequence.h */, - D87CB9BD130D9DE858B5476F72537063 /* RACDynamicSequence.m */, - C52D7DA0ED60A919990DE1B02D332096 /* RACDynamicSignal.h */, - 954E4C03C690623BD3DDDEE973850AB4 /* RACDynamicSignal.m */, - 76126DD632A0019B44A92B6A917BDC08 /* RACEagerSequence.h */, - 6839D24E46ACAA92EC7B434A131C137C /* RACEagerSequence.m */, - 763DE6B4EB08178B07CC11D933C942C3 /* RACEmptySequence.h */, - B27D48BF0F0DDC61E642B3BC6545994A /* RACEmptySequence.m */, - 5531094EEE4EDE4763518DD2523E5476 /* RACEmptySignal.h */, - 39DCB3E395F34B2908BA0633BA97C812 /* RACEmptySignal.m */, - 13F885E42810A88FF17B51D18733151F /* RACErrorSignal.h */, - 192A15F20E59A90657816317DF581DA3 /* RACErrorSignal.m */, - C594937FC2962C39FCABFDE1D2BD20CF /* RACEvent.h */, - AD0DE75FC612455545A0E04C33E8AE42 /* RACEvent.m */, - 3E4A9BF1EF1EFF9BBF061E3EE7096E3A /* RACEXTKeyPathCoding.h */, - F12D070207CD36F48D1B2024B30D7354 /* RACEXTRuntimeExtensions.h */, - B151E2383E5B032C52AF205B86D599EF /* RACEXTRuntimeExtensions.m */, - D3B924720F2525B0B35E6EE4822B5D26 /* RACEXTScope.h */, - 078F91F85261D973F1918F7B9396DA9A /* RACGroupedSignal.h */, - 60F3046204DD2662529EC6181E8C1B7B /* RACGroupedSignal.m */, - CFD1A2D8B6B997E2F64671D632D2A495 /* RACImmediateScheduler.h */, - 6FD236C4A9C3FE28B5AAC969E1DCBD0F /* RACImmediateScheduler.m */, - 95B24FBCB615636633E83982F8DEF3FB /* RACIndexSetSequence.h */, - 60140B3219A36C6C4B1D3EF191CF841D /* RACIndexSetSequence.m */, - AC07F0436D9773959DD00FF69C93F2A9 /* RACKVOChannel.h */, - 13B6E77A67AF2FC8679166895407220B /* RACKVOChannel.m */, - 47A370F3CF81CDD33EEBA4811D3684EB /* RACKVOProxy.h */, - 2EA4EBEBE8717015AFE5A31DCBCAA334 /* RACKVOProxy.m */, - F160282FC8B7C0AF1D7683B418AE9154 /* RACKVOTrampoline.h */, - 980AC595BAD91780EF16EA2F06233E70 /* RACKVOTrampoline.m */, - C3A2E67C6405F2B619C4AC5C00077B7B /* RACmetamacros.h */, - 2D590F6CED67F5EAB8B43A4206C9075A /* RACMulticastConnection.h */, - B17E9A5FD4E475ADC09FF0860A074218 /* RACMulticastConnection.m */, - 402FF25527DC11DD8064B7A5CE853432 /* RACMulticastConnection+Private.h */, - D0E7BA84FD0C4920F52D36732948A9AE /* RACPassthroughSubscriber.h */, - 8D78CD45035132AA642BB51D6DABEAD3 /* RACPassthroughSubscriber.m */, - 662916CD7A76562098B98708CCA720C7 /* RACQueueScheduler.h */, - 1A12898DF91F3DB85C1E005984FF96AA /* RACQueueScheduler.m */, - 2FBBA911C996589DBC93DE3CCDFC6976 /* RACQueueScheduler+Subclass.h */, - 44A5938B592CDC751EA5C7FFCDC48E7F /* RACReplaySubject.h */, - 4DC5C8EAA5B34B819A5D8D34421FF270 /* RACReplaySubject.m */, - A565DBA2B609B783BF07FAC1B5AC4D01 /* RACReturnSignal.h */, - 37F13D061C8037BCCC6C2C27099D2A67 /* RACReturnSignal.m */, - 8AB1DA88719666C7AF6C0E0555C0BF31 /* RACScheduler.h */, - B4152A8AEA876763E52E1B6514151A49 /* RACScheduler.m */, - 8F747F14A9735FD0CD3A1D9BF1999AEA /* RACScheduler+Private.h */, - A1411614EB442FBBF01108E457A800D3 /* RACScheduler+Subclass.h */, - FDD65183CCF525620A3B5F3BF1918AEE /* RACScopedDisposable.h */, - 7A6BB9FA5473B6444BD5DB1E3434EEE3 /* RACScopedDisposable.m */, - 9DA80CC63D15B5B65B326FB83282B9B9 /* RACSequence.h */, - 914FF669E7284F0E626B01A8E73C1EDC /* RACSequence.m */, - 9C1C6B6506CF88A49098C5BCCC4D433E /* RACSerialDisposable.h */, - 64A5AF0C72DB0257E6C231D0DE88BF33 /* RACSerialDisposable.m */, - A384AB9DC764DB45FCA0F8205F80417C /* RACSignal.h */, - 1A4503FD8D6CE1430DA58C82052F8E9B /* RACSignal.m */, - 44373CF68A4C2CA93F30616352F16D5D /* RACSignal+Operations.h */, - F5D9AE1276B519BC52D30EB6A5DDCD7C /* RACSignal+Operations.m */, - 2501B0C0E6CE388D5A181E9AFB44319D /* RACSignalProvider.d */, - 4F7C2E0445E2594D0F36B557E7F3BDAC /* RACSignalSequence.h */, - BE9CCF5193A03D9E080CFCE14512A8B9 /* RACSignalSequence.m */, - 9CF768B69230F859A48EFB6A456B07D8 /* RACStream.h */, - 382B4672C51C82D9000367A093E57F29 /* RACStream.m */, - A9D6C7E79C4BD1FC056E8DAB4DAC1091 /* RACStream+Private.h */, - 7E162513111EE19EC0ECAE87D47F904C /* RACStringSequence.h */, - F120A88696F0C5DD7FC93EC25FF767AE /* RACStringSequence.m */, - 9E330B3B4235ADB63C9F3459D634224C /* RACSubject.h */, - D3BE68E978B56FB60D42E1FA0BA2F742 /* RACSubject.m */, - F6F84DC6BF34A38F2B6464E6C4C6647E /* RACSubscriber.h */, - 685FC462A09E8B973D39E98F5FB0D6C0 /* RACSubscriber.m */, - D1FDF2EA14DF73EEB918629E35A4D3B8 /* RACSubscriber+Private.h */, - A5218C8E8F188F3BD68AAAF13EEBB1AD /* RACSubscriptingAssignmentTrampoline.h */, - B8FCBC5F53DB63E76A2599F99723E50B /* RACSubscriptingAssignmentTrampoline.m */, - A3170D9139D0144F2E2ABC804DC48531 /* RACSubscriptionScheduler.h */, - D273076AF2D74F264FE22B1BC85B9AF4 /* RACSubscriptionScheduler.m */, - D9B5786B6DA830CEE84B272FEBF53FAC /* RACTargetQueueScheduler.h */, - 9F5557DE315FAF32C08E1625C1EF3665 /* RACTargetQueueScheduler.m */, - 043D38E408E09D039542D315367A3489 /* RACTestScheduler.h */, - CC5F1662C17473D3DAA25C58FF74F959 /* RACTestScheduler.m */, - F50D6F2EB9D7EE15D8A0DE6C6710506A /* RACTuple.h */, - C6E82FCECACAEAF5BDF7811479E9679F /* RACTuple.m */, - 710565F997165EDF9C25E73FEEE92B8E /* RACTupleSequence.h */, - 0C8453BA0010436442CCEABF3A8E0AA4 /* RACTupleSequence.m */, - 2A46E20D814C4E08E55E1E504DA6730B /* RACUnarySequence.h */, - C08012BDBC112D17F57D2523EF132251 /* RACUnarySequence.m */, - 8201CBBCCC20A0AAD78D74D92B840574 /* RACUnit.h */, - 277E19D4915B81B52249AB695E4B8098 /* RACUnit.m */, - C654C41DCE7E7A0626A1A5ED9E7EA45A /* RACValueTransformer.h */, - 1714B7470E22D2723A6B1983138285B2 /* RACValueTransformer.m */, - 1D8061624702D4BF278437FFBD097B70 /* ReactiveObjC.h */, - 37D159A7FE493587803F6FE522F94E0F /* Support Files */, + A776BE7E2E7AD8278FDFFCAC355D6ECA /* SwiftFormat.debug.xcconfig */, + 0C2BADFC9903E9A50628DBD313390AA1 /* SwiftFormat.release.xcconfig */, ); - name = ReactiveObjC; - path = ReactiveObjC; + name = "Support Files"; + path = "../Target Support Files/SwiftFormat"; sourceTree = ""; }; - 9AA2C8ADF007298CF825A87AE19EBD00 /* OS X */ = { + CA0CC95DE32E5B38ECCA4ADB7E4AFACF /* Support Files */ = { isa = PBXGroup; children = ( - 8A60CFC28EFE537D195AC6987A41C114 /* AppKit.framework */, - B2CC38EAB95AC4B0E4103F60A7133C2A /* Carbon.framework */, - 555050235D41CC95CBC15C8F5B25D14D /* Cocoa.framework */, - AD1B09D61061D25891A8EE8B6F4A8D29 /* CoreServices.framework */, - 3743207240D54CEFFE648B7D626F359E /* Foundation.framework */, - 790BD6248FBDA5CB1CA516A6BB81FAAF /* Security.framework */, - 58F8F860EA8DF1085E93D2D8544AD638 /* SystemConfiguration.framework */, + 5FF5CABA42897F7E6D0C01D6A06E15C0 /* AFNetworking.modulemap */, + E977FD5BD65628072BF2C6545643FCDF /* AFNetworking-dummy.m */, + BE64B683152C528D2F7A9A2F8A90C78E /* AFNetworking-Info.plist */, + 993DBEA157B95882C1D31C75DD8356CD /* AFNetworking-prefix.pch */, + E4A95C01CA058D440F068840F4BB8B16 /* AFNetworking-umbrella.h */, + F6D5C29893A2E8BB95EF02CC0313A2CB /* AFNetworking.debug.xcconfig */, + 1918888190B361AAED875B76099F9880 /* AFNetworking.release.xcconfig */, ); - name = "OS X"; + name = "Support Files"; + path = "../Target Support Files/AFNetworking"; sourceTree = ""; }; - 9B4956D717E3588F39966B44757E5382 /* Core */ = { + CAB4B7AB00BBEF44CEE6599BE4731B19 /* NSURLSession */ = { isa = PBXGroup; children = ( - 809FB4B79F1DF8914DDC781BD5DB5EB3 /* Frameworks */, + 0DDA9D3339055580137229738AC65F4D /* AFCompatibilityMacros.h */, + 1D8734A48CE2FA086896D956D16DE1F1 /* AFHTTPSessionManager.h */, + E6565E77517EE3F19786C1B4C7925C2A /* AFHTTPSessionManager.m */, + 2E4E20789E4FC160712B299A6AD4EF93 /* AFURLSessionManager.h */, + 7912DF280E778A5D884A9C8F4D84938B /* AFURLSessionManager.m */, ); - name = Core; + name = NSURLSession; sourceTree = ""; }; - 9FDB714F44705D26EE317CF6FEC24702 /* Support Files */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - EE3B1E01909A7BBA83EDE0BE7ED89F1C /* SSZipArchive.modulemap */, - 80E35EF9FDF37455AF4720E99319674E /* SSZipArchive-dummy.m */, - 69D22C84E90B5DCC2D4F0456DD630E2A /* SSZipArchive-Info.plist */, - 0E95E9C6DE494E4BD3F9A0F94F2B72CF /* SSZipArchive-prefix.pch */, - F3B9664304A486033DC2DC45E4FAE785 /* SSZipArchive-umbrella.h */, - 9D685CF55891BC5BF98B38FC1B2D3248 /* SSZipArchive.debug.xcconfig */, - 1C344F53515BA00521F5FFD7A9FB61ED /* SSZipArchive.release.xcconfig */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 7067D651188BC7621BDA2A7C82934B7E /* Frameworks */, + BDD613BC1AD7AE0379BC8472EC8ED0B2 /* Pods */, + 5693BBAC8BA81E6BB21D5358033E736E /* Products */, + D1E0CB3188DEDB5AE871914790FAE975 /* Targets Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/SSZipArchive"; sourceTree = ""; }; - A03223A9F4830980ADAE73CD8BE14C22 /* Support Files */ = { + D1C07818E8FA897FE6A5DF005AEC896D /* NSData+zlib */ = { isa = PBXGroup; children = ( - 6279609618DE4793D65CE4DE50146D17 /* SwiftFormat.debug.xcconfig */, - DE752AD9385E065B073A2359902A0DC7 /* SwiftFormat.release.xcconfig */, + 8067BB17D159E6A90A3C2FCABE0DD198 /* GULNSData+zlib.h */, + DE617F10A06EB9E684837E0BF4D9BA15 /* GULNSData+zlib.m */, ); - name = "Support Files"; - path = "../Target Support Files/SwiftFormat"; + name = "NSData+zlib"; sourceTree = ""; }; - A3BA232A27908F62A987B3CFD75D9898 /* Support Files */ = { + D1E0CB3188DEDB5AE871914790FAE975 /* Targets Support Files */ = { isa = PBXGroup; children = ( - FD7306624EDD3714C415BE90EECB4342 /* nanopb.modulemap */, - FB2BCA4CF07B536D08C018126E83DC51 /* nanopb-dummy.m */, - 1BF0FC8BB1E81ACABC9794425B6A8C03 /* nanopb-Info.plist */, - 884EEAC8F05B68762375389C15E8FDB5 /* nanopb-prefix.pch */, - 90ED0249FFB72A538C343C6F92A48907 /* nanopb-umbrella.h */, - 26B8D148E2AEA9F404859BAC5ED75649 /* nanopb.debug.xcconfig */, - 9404C5D2D5AD36330D2123A29D64D0AB /* nanopb.release.xcconfig */, + 3D866075C3D3015C6742E23645E52689 /* Pods-Easydict */, + 277079E64D587828BC84168A65DD46C6 /* Pods-EasydictTests */, ); - name = "Support Files"; - path = "../Target Support Files/nanopb"; + name = "Targets Support Files"; sourceTree = ""; }; - A76E7480DFDCDA258E24F6C6D5806DA4 /* KVOController */ = { + D204F54A08B2260CCCED157EE1B37E0F /* SwiftFormat */ = { isa = PBXGroup; children = ( - 8B539DE75C7B6B035B001237D2E663C6 /* FBKVOController.h */, - 6E1D7E4D4CD82BB1E9C902D6DCD01E9D /* FBKVOController.m */, - 5F209DBDA2149A0611C7D48D359B794D /* KVOController.h */, - 85D9AA6920A3422A5D6BEADEEB351FFF /* NSObject+FBKVOController.h */, - 56BCB4658828541122E0011E901BF680 /* NSObject+FBKVOController.m */, - FD9A095A034275DDD4B641A19EDD2858 /* Support Files */, + C359D9D37D2DA86792ACB21EFE2EB5BE /* Support Files */, ); - name = KVOController; - path = KVOController; + name = SwiftFormat; + path = SwiftFormat; sourceTree = ""; }; - A79DC697E3E7F33AC7DC3A1CB78E4434 /* Analytics */ = { + D365DA6A1433A6AD20C6B2FE0377D518 /* Core */ = { isa = PBXGroup; children = ( - EBBDE2C3D691907F1E7E3A6AACC6E659 /* Frameworks */, + 0B9A529DDB5B3A363AF84D9DF2DED411 /* Frameworks */, ); - name = Analytics; + name = Core; sourceTree = ""; }; - A93DFA15A6EE690875D05CFEC90AFC05 /* Support Files */ = { + D7F68E9E6EDECFB142C9CF4391525E91 /* Reachability */ = { isa = PBXGroup; children = ( - 9E82D3FE833AE0CCE70D0DB66E7A5296 /* JLRoutes.modulemap */, - 382A22417DB429648F54B0C0AF2343EA /* JLRoutes-dummy.m */, - 45E803EF23746DB69100126A739825F0 /* JLRoutes-Info.plist */, - FD33CA205FADE88FDBAE579A65E96EE4 /* JLRoutes-prefix.pch */, - A14D53457BAF60E40DCC96DFB085C596 /* JLRoutes-umbrella.h */, - F5F023365F19429AA284155F5358BE7A /* JLRoutes.debug.xcconfig */, - F803D40759184C33B0B5017CFF355929 /* JLRoutes.release.xcconfig */, + 8625BA7912FCD3E8C3F4F0164D184A73 /* AFNetworkReachabilityManager.h */, + C55248563DF442E4A7B2751C2588ADDA /* AFNetworkReachabilityManager.m */, ); - name = "Support Files"; - path = "../Target Support Files/JLRoutes"; + name = Reachability; sourceTree = ""; }; - B08084F9173C21603F72C1B7AEF75F40 /* Support Files */ = { + D90BD4356678CF820A13D9557F9AF8C8 /* Support Files */ = { isa = PBXGroup; children = ( - B5F2B7B47D94597A73DB30305FC040CB /* GoogleAppMeasurement-xcframeworks.sh */, - D736AFA9A254522BFE2E0CAEC0049E78 /* GoogleAppMeasurement.debug.xcconfig */, - B31949005F7BB55713000DC9BCDC48B6 /* GoogleAppMeasurement.release.xcconfig */, + 3D231D0FAD067E11E86731F1C17F2146 /* MASPreferences.modulemap */, + 259E973F6062B76F0193415DE04DCA7E /* MASPreferences-dummy.m */, + 2BC50F75F1006A3A05D0CFAB1A4DD584 /* MASPreferences-Info.plist */, + 20C9ADC90A4F80A72FDA4D624B5307E8 /* MASPreferences-prefix.pch */, + 0EA990F4917D15D0030CBE39445BD2CA /* MASPreferences-umbrella.h */, + B99DCD6B13CE0871087F0820B0E1533C /* MASPreferences.debug.xcconfig */, + 23A3AEF8BC16D5A39EE2BF2CC700932F /* MASPreferences.release.xcconfig */, + 0D2B971BC18FB53FB5F99BD0EBE7ACE5 /* ResourceBundle-MASPreferences-MASPreferences-Info.plist */, ); name = "Support Files"; - path = "../Target Support Files/GoogleAppMeasurement"; + path = "../Target Support Files/MASPreferences"; sourceTree = ""; }; - B912466DD4E51BC8914607B7C069A5B6 /* FirebaseInstallations */ = { + DA105A5F3CC53F7B4ECF84D4086FEC91 /* UserDefaults */ = { isa = PBXGroup; children = ( - EB856A6BF20729B51592E149EFCBCD00 /* FIRAppInternal.h */, - D371BDEB43CB71CA3BA33B41CB8BC7EB /* FIRComponent.h */, - 78BE4B2F95B687B52E987441C769B28E /* FIRComponentContainer.h */, - 65D0FD7FE6C9C23E76E522A5020790CC /* FIRComponentType.h */, - 532B2C7BDACD190C51A1B8375BF91D1D /* FIRCurrentDateProvider.h */, - 79C44CE459B0E1346D3BF9EBA7222D3D /* FIRCurrentDateProvider.m */, - 197ABEF43C67CB4D702E23A616337E6F /* FIRDependency.h */, - 41C0D3EDE8BADAD090196768E0AC12F0 /* FirebaseCoreInternal.h */, - 80F89DFEBA2B3FC15B8824F3974D887D /* FirebaseInstallations.h */, - A69A33AE9C7461A043CA8F315CB3BCCF /* FirebaseInstallationsInternal.h */, - 9D4D92E50628B7E0C259156389E4E205 /* FIRHeartbeatLogger.h */, - DC58C24B9224766C4025B825F5F0E985 /* FIRInstallations.h */, - 789D1B32E38A7F853725517C1A23D572 /* FIRInstallations.m */, - F0454752C5AA5F6505761B06100305C2 /* FIRInstallationsAPIService.h */, - C1C683BC460672E84D619553DC2AD42F /* FIRInstallationsAPIService.m */, - 047B6B408EAFE9EAAD499F1DD0044004 /* FIRInstallationsAuthTokenResult.h */, - B8A592F1AB84E52282FDC935B383C6A2 /* FIRInstallationsAuthTokenResult.m */, - 9ACB6BE5C4D5684E26B7854F9974B769 /* FIRInstallationsAuthTokenResultInternal.h */, - 793A7C9C43610EC870A0676F221E0546 /* FIRInstallationsBackoffController.h */, - 07BF67A0A21788F11E9820ACD60D8D4B /* FIRInstallationsBackoffController.m */, - D4D9F0D4E60EFBF91EC058208FB4F4FE /* FIRInstallationsErrors.h */, - AFCA7AA3E6FAF5E819AA157BA7124605 /* FIRInstallationsErrorUtil.h */, - 5DCC971F019152723985B4910F76B53E /* FIRInstallationsErrorUtil.m */, - A4AC1FD3ACE294C5C5DC3BEC9572C266 /* FIRInstallationsHTTPError.h */, - 806E002D04712787CE1BD3CF70F58B25 /* FIRInstallationsHTTPError.m */, - 77B3B590B210945E9576377854265468 /* FIRInstallationsIDController.h */, - B02F3DF7C24B086BAFA97A512CA926A1 /* FIRInstallationsIDController.m */, - 5CD1143CC3321136DE442A5C105F130B /* FIRInstallationsIIDStore.h */, - A0B8B622E89FEED8CAEB35013F9FCFEE /* FIRInstallationsIIDStore.m */, - 01E3FF18023005338D08526786208C95 /* FIRInstallationsIIDTokenStore.h */, - 3D9BEEC7F1141908D162C879AC1433B2 /* FIRInstallationsIIDTokenStore.m */, - 96CBD4FDD103BB55E139E180A0B5A2CC /* FIRInstallationsItem.h */, - C1F28E300B0C1643214B9138D8BDD47D /* FIRInstallationsItem.m */, - 31B22A96E2577EED585708E05FB25C01 /* FIRInstallationsItem+RegisterInstallationAPI.h */, - 46169382000143E692F6353F8B97DCE4 /* FIRInstallationsItem+RegisterInstallationAPI.m */, - F21B52959855B9E7C64BECFCD34641C7 /* FIRInstallationsLogger.h */, - 36F214DF65AD267C41859CF54D0FFC47 /* FIRInstallationsLogger.m */, - 0FD4072EFB581A732EC07091445602A4 /* FIRInstallationsSingleOperationPromiseCache.h */, - 0DBB45C8C84154E38284FF237A132770 /* FIRInstallationsSingleOperationPromiseCache.m */, - B306B6D5C04FEBF70BD09CB97013FAE6 /* FIRInstallationsStatus.h */, - 22FF5DB1B4F09DB5E4243157B967B147 /* FIRInstallationsStore.h */, - 842780374856B0795D6632E3B2655C95 /* FIRInstallationsStore.m */, - B5E1C5DE35F51CEC1FC2FF4EB9ED5961 /* FIRInstallationsStoredAuthToken.h */, - A1EEFD9879355154D34D3419DD3B398D /* FIRInstallationsStoredAuthToken.m */, - B458981F43DAC1B065927DC3C459C76D /* FIRInstallationsStoredItem.h */, - 4748AB6DF24EB82DFA43BAD9A250B803 /* FIRInstallationsStoredItem.m */, - 96198E391D3C378290CEE94023BCDA79 /* FIRLibrary.h */, - BFDCE7686FAC3D4554B710BAADBF3C57 /* FIRLogger.h */, - B3C157AB762D7B89C88A2896222F5683 /* FIROptionsInternal.h */, - D07CAF9C1B9B6BD1A0255836BE79A907 /* Support Files */, + CF203BDDC3E8D1CFDB33DEF3E1C49FB8 /* GULUserDefaults.h */, + 7401B9C803F1A7C834BAEEA19766E5FB /* GULUserDefaults.m */, ); - name = FirebaseInstallations; - path = FirebaseInstallations; + name = UserDefaults; sourceTree = ""; }; - BBD19C22F60A39510D96A6960274EB1E /* AFNetworking */ = { + DA12D25268D93762B87E0123123148D0 /* Security */ = { isa = PBXGroup; children = ( - DC414FD46D0F823FB7A12474862FDE2D /* AFNetworking.h */, - 6FBE0A61CD6E6B904D9FEDD7200CB86C /* NSURLSession */, - C51575073C8D91C25390D95E618430AF /* Reachability */, - 10DA6FADA21B3622228601C1486D95C9 /* Security */, - 54ABAA0DA9668674565C12B682056F71 /* Serialization */, - FB48FAFE1194A7C4E46D784D8DEDCFB9 /* Support Files */, + 82F151A64FAFCDD9B5CA5EBA225D0668 /* AFSecurityPolicy.h */, + E884014DA2F44AFF3BC2235DD4292127 /* AFSecurityPolicy.m */, ); - name = AFNetworking; - path = AFNetworking; + name = Security; sourceTree = ""; }; - BE092DD585441F578BD5835644D94957 /* JLRoutes */ = { + DB2A1C82C42A951A89B3FB8DEA6FEAD1 /* ReactiveObjC */ = { isa = PBXGroup; children = ( - C5A5CF15ED5E51F9575BF4AE58B134D7 /* JLRoutes.h */, - F5BBD2EB2D4B4407C3E45A883D9E3B02 /* JLRoutes.m */, - FBED67EB294DDA1774EA3BCA3A047F27 /* JLRParsingUtilities.h */, - 2CFBA18443291B9C6E8DB07987535161 /* JLRParsingUtilities.m */, - 8332D4067950F9C3F2FCB72122BBD101 /* JLRRouteDefinition.h */, - F2F153F4CF8753B638C56A7596FC9B98 /* JLRRouteDefinition.m */, - 0C3ACB4FECC9B3CBC7EF3FE4E1DF913D /* JLRRouteHandler.h */, - 8F877C9E7C796F9F7E5FCA13F56CBA4E /* JLRRouteHandler.m */, - 85AC7FC5D0141B5EA2AC53D5B502C3DC /* JLRRouteRequest.h */, - 6C81F337D12892E2D21AD386C11ECC43 /* JLRRouteRequest.m */, - 9626AE9F8FA660DBE49A6781BF75A474 /* JLRRouteResponse.h */, - A8A265FF29CE15489289BE1050DA6209 /* JLRRouteResponse.m */, - A93DFA15A6EE690875D05CFEC90AFC05 /* Support Files */, + 1EADD165ACCA06AA22EB9C87716BE223 /* NSArray+RACSequenceAdditions.h */, + 3DCB093F3472392FA664DBF488354365 /* NSArray+RACSequenceAdditions.m */, + 5E965DD817E569001FDD4C537F0948D2 /* NSControl+RACCommandSupport.h */, + 68A72D5F5B8A3AE7FB9150499434A1A9 /* NSControl+RACCommandSupport.m */, + 64383715CEBE4171480603FD98002BD4 /* NSControl+RACTextSignalSupport.h */, + 84098F9792F4A324C64B06F63B1C20F7 /* NSControl+RACTextSignalSupport.m */, + E561E8E4D35157D07D659A9CD190BBD5 /* NSData+RACSupport.h */, + CDAAEF69F1B2D94F070CC20A4E20F007 /* NSData+RACSupport.m */, + 806840C1DFE28F814EE07216950AFCA8 /* NSDictionary+RACSequenceAdditions.h */, + 1ACD2D1394CAAF3D32EC250379F07F71 /* NSDictionary+RACSequenceAdditions.m */, + 9D849C66265D4A7F904BADF120983FBD /* NSEnumerator+RACSequenceAdditions.h */, + B419C98FC229FB8466FEC540554682BB /* NSEnumerator+RACSequenceAdditions.m */, + 456926E1D98F37FCBAC8BA85ADD2651F /* NSFileHandle+RACSupport.h */, + 7DE349198CC70C87FDCABB4AEF6BD3E5 /* NSFileHandle+RACSupport.m */, + 2151898D4757A52A1EBFC46BBCCBF9AB /* NSIndexSet+RACSequenceAdditions.h */, + 0C021854D8B684C8EAB64BB16AA47890 /* NSIndexSet+RACSequenceAdditions.m */, + A02C45B2979F0092F78BDE05DB4822D9 /* NSInvocation+RACTypeParsing.h */, + 1ECBDD871E8A7E7BC8F9917B90851371 /* NSInvocation+RACTypeParsing.m */, + 544A4A739099EA454E659D9FBB498B70 /* NSNotificationCenter+RACSupport.h */, + 8BA005DA1B8B077985C0330D355F33B3 /* NSNotificationCenter+RACSupport.m */, + 2BD5D2975831A06971A0C42808BF3A47 /* NSObject+RACAppKitBindings.h */, + C28AE8674B4D5AEF0A24571E0C850F7A /* NSObject+RACAppKitBindings.m */, + 6AF1D73AB1DDD191FA336326DECBE66B /* NSObject+RACDeallocating.h */, + DA9FB888A3C6A0C02FDC9DFB782A506F /* NSObject+RACDeallocating.m */, + EEDB49C0FCC38C223DDA084A0A9F0011 /* NSObject+RACDescription.h */, + 37DD952A51F1FD43F0CCD2F6088A34E3 /* NSObject+RACDescription.m */, + D6E53B517504A9513B189E5B45078C57 /* NSObject+RACKVOWrapper.h */, + 389921E2D70B42123FB317B6520A40D2 /* NSObject+RACKVOWrapper.m */, + E908E5E1BA09F6EE876D9AA35F6E5B42 /* NSObject+RACLifting.h */, + 2FB33F4AE2D5EC6A4CDA7AC90466532F /* NSObject+RACLifting.m */, + D97581AE939EF78CE56239297A12407C /* NSObject+RACPropertySubscribing.h */, + 087F697DE0429A5144C7E9A645341CA5 /* NSObject+RACPropertySubscribing.m */, + 9155C567817963EE94EEEF14450070BB /* NSObject+RACSelectorSignal.h */, + 052DF8536F5B26F3BDF2A5F15101BC82 /* NSObject+RACSelectorSignal.m */, + 21364DA0A51A1E169D9F263BB93B350E /* NSOrderedSet+RACSequenceAdditions.h */, + 8E3819351222E9D31E1DC629B897EC4E /* NSOrderedSet+RACSequenceAdditions.m */, + 22F3C47EB214E6813FE15419246D7B8A /* NSSet+RACSequenceAdditions.h */, + DD81A43DBD4289EAE3654D479775079F /* NSSet+RACSequenceAdditions.m */, + EB62D32EBCF31A2FCCFF2C0F797D805A /* NSString+RACKeyPathUtilities.h */, + 25A9C050A07A0793AD00F09ADE539DFF /* NSString+RACKeyPathUtilities.m */, + EAD6BCC857883A56F898A1984C7D90CF /* NSString+RACSequenceAdditions.h */, + 5F5941A8D0441F1252F6AF8A46D99144 /* NSString+RACSequenceAdditions.m */, + A41B9B1B80E753FF41CB662FD29A8373 /* NSString+RACSupport.h */, + BF61D3D222832CF7BCEA6EFA6D96D845 /* NSString+RACSupport.m */, + DF22AE49E0DBBD904A0DC5286C659501 /* NSText+RACSignalSupport.h */, + E5BE991AF0917FE6E4A22ED89C756CD2 /* NSText+RACSignalSupport.m */, + 01989D5A61FA443FECBDCD16334D8B7E /* NSURLConnection+RACSupport.h */, + A7469B19A7C5B78B488F68AB2D024B0F /* NSURLConnection+RACSupport.m */, + 8194D4C67296AD379F58482EEA0E68B0 /* NSUserDefaults+RACSupport.h */, + AD1663CBAC775F7FCC42734F66C2E4F8 /* NSUserDefaults+RACSupport.m */, + D436AC321433618B1DFD85097B82FAE2 /* RACAnnotations.h */, + 7CC8D098B36B55A330FF2D8397730D75 /* RACArraySequence.h */, + 6665CAE8A86A44CDDBD0AFCD2454ED51 /* RACArraySequence.m */, + 22434DFD67E41C1449C5A7EBA76D4BA2 /* RACBehaviorSubject.h */, + 86343E4CE1C784564BDC0689099B4535 /* RACBehaviorSubject.m */, + B677422589FA978CB550EB4B80530DE5 /* RACBlockTrampoline.h */, + 0F3C02DDF330E413470D68CD4D9E2A82 /* RACBlockTrampoline.m */, + B7718124CDAC2BE11F6E67EE92ACE4D8 /* RACChannel.h */, + D5BFDFBF0ABD54A7C92688431DBF35CB /* RACChannel.m */, + 25C672AFD996174E7AF3E8E04A462025 /* RACCommand.h */, + E7CB95CF93322B5967E21200F6867801 /* RACCommand.m */, + 426ECB6ABD40607CC1761F4173B81394 /* RACCompoundDisposable.h */, + C00D47A763767CC92FC215DD39180DC0 /* RACCompoundDisposable.m */, + 66A8DAA90E310716CC28E5BDBD8DF0B9 /* RACCompoundDisposableProvider.d */, + 8C43AC5965322B55E0356D7EF83E456E /* RACDelegateProxy.h */, + 557BB68727D9DD4B9EFDF7D58C4B5E91 /* RACDelegateProxy.m */, + AAD92ED55A3CD964F003909D6E91CCAD /* RACDisposable.h */, + 97E328A4DD87E9FE87709D18BDAA36FA /* RACDisposable.m */, + 3B6B0A63C5474F4845A66851E9C9D577 /* RACDynamicSequence.h */, + F763609C98B6B0C50D1819C6669FA5D4 /* RACDynamicSequence.m */, + 6AB4FE1C496A9798BF82BCDD5F996FC3 /* RACDynamicSignal.h */, + CC8A421EDEC54D5266DEB3AD3339B833 /* RACDynamicSignal.m */, + 1F84145CC876CF90A207BCDBB7B2C659 /* RACEagerSequence.h */, + EF4910BD36638AA2B7D4CC67FB562A20 /* RACEagerSequence.m */, + 2BEDEC743B86291392B97F6C3A0B43DE /* RACEmptySequence.h */, + 68ED148A8847B1D50D3D30AD813650A0 /* RACEmptySequence.m */, + 3D4616C8C9552386187ECEE86FE3A6EE /* RACEmptySignal.h */, + 89249905151E5CCA3DBB18E6088AD6EF /* RACEmptySignal.m */, + 0545478BAB3081DF146E35B4CAC6EC54 /* RACErrorSignal.h */, + 6984642CE61208C684AEED3CEC81EC59 /* RACErrorSignal.m */, + D1C29CFEB25571F0628A8AB1C4A4EE93 /* RACEvent.h */, + A0BF45EA7D7CFC58645851B36F8B32E5 /* RACEvent.m */, + 445817B199D52CD3350E01B6CA3BAFA4 /* RACEXTKeyPathCoding.h */, + E1DAE65BC03EE56FFA211B01307D5994 /* RACEXTRuntimeExtensions.h */, + 735761457555D224B14ACB528469B585 /* RACEXTRuntimeExtensions.m */, + 488B7D80BAE940D87C6799F3BE0A8159 /* RACEXTScope.h */, + 837D6F6E7D0DA46091516815F0951B3A /* RACGroupedSignal.h */, + 3DD5992B4B6A0B6BADB423B41BD71CED /* RACGroupedSignal.m */, + 733E3303A1BB86BFE2A93B562670B211 /* RACImmediateScheduler.h */, + EDCE3BB38A76D1DD9FCE273ADEB77FB9 /* RACImmediateScheduler.m */, + 5D4F6994ABB3DB753CA22012174A8C46 /* RACIndexSetSequence.h */, + 31B55C21667E2DCB8789BC832C9FC904 /* RACIndexSetSequence.m */, + F0FC77B68045832553C2BB776162AAC0 /* RACKVOChannel.h */, + C4CA756031513FE00EE1C81C9D2E830B /* RACKVOChannel.m */, + AD580040ED6F7D8F590914A60DFAC23C /* RACKVOProxy.h */, + 46A3CFD5AB22F5C8833EBEA34C3A940A /* RACKVOProxy.m */, + FB2A143268D52FF5BBB04DF64E7474AB /* RACKVOTrampoline.h */, + 4E8008C936365262215EDEAD6C778B67 /* RACKVOTrampoline.m */, + D7233701B2195F283DD9FDF2EC34F65A /* RACmetamacros.h */, + BFA7A6F05EE539CDC13386F5D0C32807 /* RACMulticastConnection.h */, + 775695B24ED790C68FC4BFA045C4F596 /* RACMulticastConnection.m */, + 57229D58E9E33946F27F305B70BEABC9 /* RACMulticastConnection+Private.h */, + 028D28A238DC5CA2BA03FF9C61DCF376 /* RACPassthroughSubscriber.h */, + A99AB13827ECFBD2A9AD2D738E06906C /* RACPassthroughSubscriber.m */, + C4354F02903B79EBC2475A6879F6CAA9 /* RACQueueScheduler.h */, + 5A9F6EF6CDD9ACB7D16D471BE9789F81 /* RACQueueScheduler.m */, + 3769DF465F3FBE71D2BAADC2059F272A /* RACQueueScheduler+Subclass.h */, + 21A7EBDC9D1B3D2495B785DEFC756469 /* RACReplaySubject.h */, + C02E2146D5A5F916637634ACFFA01E4E /* RACReplaySubject.m */, + 2CAB2B04E20E58233B46C5836A236B70 /* RACReturnSignal.h */, + 450BE635160D6BBB73F0B4FD36DB4A1C /* RACReturnSignal.m */, + 6DA710D5BA1A9A45AE6DAC038F3CC67C /* RACScheduler.h */, + A7490B2CADAC1844B13F91EBBD3D3546 /* RACScheduler.m */, + 82889D196BB169CEA27FEEF38C695845 /* RACScheduler+Private.h */, + 7056E12EE5847C74F62ABB5A211CFE8F /* RACScheduler+Subclass.h */, + 636822632315AA5203488DFBCC8D3349 /* RACScopedDisposable.h */, + A82D3F60C0ADE3AD4D17D5EBDFE54032 /* RACScopedDisposable.m */, + FFEEBA2C116BDE16954D7A096B4F56DC /* RACSequence.h */, + 939C38F8FF57DDB1F43A14E04872D110 /* RACSequence.m */, + 91AEA71276AC092CBD1A1A935D87F519 /* RACSerialDisposable.h */, + 141790D626BEB5CBBC0735A36965752F /* RACSerialDisposable.m */, + D461D4602F8CB3D17822265A402E19C3 /* RACSignal.h */, + 14FE172204EEC7EFF18535E54D110C47 /* RACSignal.m */, + 504D80E44800D4CAECFDAC4E26A304B0 /* RACSignal+Operations.h */, + 2DDC90DC22E4C2D76B3656B0A0612768 /* RACSignal+Operations.m */, + 5150553E3AF53C3080D04E2F1C484C12 /* RACSignalProvider.d */, + 5E25B32D6AFF611824713D8E21854C1D /* RACSignalSequence.h */, + BE355CC7D1779EFADFEF158DBA30FDCE /* RACSignalSequence.m */, + 5BBADF6EC8C688CC8282EAE726DAAA12 /* RACStream.h */, + F4550008B2E9F0A079C6C008A4F547A4 /* RACStream.m */, + 95D3F39F2C30AA372457CD4E212F2104 /* RACStream+Private.h */, + C8A6079137CC6CB046DAE6E035B2F1F1 /* RACStringSequence.h */, + 68CF36A195FC418E21ECE82723B657F6 /* RACStringSequence.m */, + DAA52C37AC4385E2AC847B2DD1A4C339 /* RACSubject.h */, + 228328454DA5EBC1C7F0318FDF3E42F3 /* RACSubject.m */, + AE899DED026AAA0A75028A11263B5B6B /* RACSubscriber.h */, + 12A0D2D8FBD116D7A524BB5C16AAC814 /* RACSubscriber.m */, + 4BA282B8815ED162CDAF15C83D00260E /* RACSubscriber+Private.h */, + 86530287A93621E6773C451A74934BF9 /* RACSubscriptingAssignmentTrampoline.h */, + BFCAB151010A383BE3F6621A5F5D4FF9 /* RACSubscriptingAssignmentTrampoline.m */, + CD930056D1DC36F303D867B44F7C0982 /* RACSubscriptionScheduler.h */, + 9B4742F6D3EDF0DCA46E847763A70363 /* RACSubscriptionScheduler.m */, + 6F0C38C5326842A490DFBBF5B03DAE7F /* RACTargetQueueScheduler.h */, + BC41F37968B34B491D9E519972A62471 /* RACTargetQueueScheduler.m */, + 9B0FC78387EBCA6A0E8EF914BE301E53 /* RACTestScheduler.h */, + 05617FD0AC7CBA9EFA2466624D613169 /* RACTestScheduler.m */, + 60619315653C61D1BBF6996D9A72C44C /* RACTuple.h */, + C0A90D0684E1EC28F4DA7684CFA1CA31 /* RACTuple.m */, + AF92531F1B124A79EC08DD804A2968E7 /* RACTupleSequence.h */, + 52771AC2DA0F09E05F3D60FBA196593E /* RACTupleSequence.m */, + 9C383A9650DD3AA883689779630BA9AC /* RACUnarySequence.h */, + E7DDF94A0E92723EFCD9F16BDD7D90D9 /* RACUnarySequence.m */, + 81325ED61C0054A21921517C6C5B4214 /* RACUnit.h */, + E693989EEE5AB641E940B631DADDAD82 /* RACUnit.m */, + 43B4FFA5A7EC57DF65C7C077EE4BD365 /* RACValueTransformer.h */, + E8DF7DFE63CE15E4DC92D067AF87BB60 /* RACValueTransformer.m */, + B94187626D9819FA681709E72CE381C5 /* ReactiveObjC.h */, + 15F91EE3A39D8020B4CD55D45CFA2A23 /* Support Files */, ); - name = JLRoutes; - path = JLRoutes; + name = ReactiveObjC; + path = ReactiveObjC; sourceTree = ""; }; - C0B0AA81B814C674C5474CD107738B23 /* nanopb */ = { + E0F7578E87A91FD7ABDBB85020B12E5A /* Network */ = { isa = PBXGroup; children = ( - 560651D979145680C05354423C911090 /* pb.h */, - 697FDEF8A2EBE615EF291EFC2B309806 /* pb_common.c */, - 3D3EC981CA50047587A5396D011261B0 /* pb_common.h */, - 084FFBD8161DA139955F5C495E977BC7 /* pb_decode.c */, - 93D0A390E4166525C8125F0A7DAFBA1A /* pb_decode.h */, - 2E4BAE06429EE75C060592CF7B2C7A5E /* pb_encode.c */, - 633D595E51B67C5E747FB8EE435D3140 /* pb_encode.h */, - 7B8F7087C2430586DAF3B85E88DAA059 /* decode */, - 1FF557D24B9F83B57B572434333E0729 /* encode */, - A3BA232A27908F62A987B3CFD75D9898 /* Support Files */, + 839BE45DCB79608F61445D2D3E9F5B1E /* GULMutableDictionary.h */, + FDBD41AB0BE7F52CA6FDD08D90F5B590 /* GULMutableDictionary.m */, + 215851D9E6F1652DAA5579ADF8BD9DDB /* GULNetwork.h */, + F6F11C2D493C1410E5C69DE6FA25650F /* GULNetwork.m */, + AD6BC93E88657454DF572BD2596FF210 /* GULNetworkConstants.h */, + DFBC0CE46783AD595B6C107B0554E10F /* GULNetworkConstants.m */, + 36A3448253EDC399FCCD585200CE3D43 /* GULNetworkInternal.h */, + A72A3C87E62D7D3E61639198A611D5C7 /* GULNetworkLoggerProtocol.h */, + A48A1B7532250C9B2A274E1A8C70CFB5 /* GULNetworkMessageCode.h */, + D79EACD841196BD0B8B3B2EE28F6A38E /* GULNetworkURLSession.h */, + D9EB14591A3866D7256EF8A04D869149 /* GULNetworkURLSession.m */, ); - name = nanopb; - path = nanopb; + name = Network; sourceTree = ""; }; - C34330F8AADC653AEFB468155EAFFEA4 /* SSZipArchive */ = { + E2678165B78DD9F0118ADBF9094D84DB /* Swift */ = { isa = PBXGroup; children = ( - 8F03D2331EE58BB66172007398E223CB /* mz.h */, - FF7D24B1FDB750D082EA6C4C506C71E3 /* mz_compat.c */, - B895D9F9C9285B20C3912A9469B29FC0 /* mz_compat.h */, - A3AEF7359DCDBA2E91FF253A650D63D0 /* mz_crypt.c */, - BB2FD6D5217B6B2FE76160EAF18BBB66 /* mz_crypt.h */, - 6CD8960113E8EA5396158286C7D80633 /* mz_crypt_apple.c */, - 1900018C9BABFFC7E4419FE3295784C7 /* mz_os.c */, - 87D95C217008751659A5E22A916DF7C8 /* mz_os.h */, - 8C4158D16A134C331548292527690DDA /* mz_os_posix.c */, - 8498E5ABD6DACF0F0D6184F107CE7F87 /* mz_strm.c */, - AF195D0BFDCA9B89610DF1A127A03BA6 /* mz_strm.h */, - 8DB42D57FE417E3901E64C253A37E00E /* mz_strm_buf.c */, - 5DB78DD8D56E1E67FCB0B3054A171FAD /* mz_strm_buf.h */, - 03125AC96C270B30979C7BD57EF02646 /* mz_strm_mem.c */, - 339DBFF04BF5B69045288571D7E37278 /* mz_strm_mem.h */, - 8C6530194599F9C00ED7D1CCAB132BBA /* mz_strm_os.h */, - CA61BC9C3341FC1475881BCED935B4DA /* mz_strm_os_posix.c */, - F1FA7021849434D5223B692FD549309A /* mz_strm_pkcrypt.c */, - 1B557AE6221C0036A8EF477E4AEEE970 /* mz_strm_pkcrypt.h */, - 92C7175DDFEE3888902FE38C529F1A02 /* mz_strm_split.c */, - 428A30F6953C9758D81238BCA2C1F272 /* mz_strm_split.h */, - 3EEB861DC78A0491514953E4F808A1E2 /* mz_strm_wzaes.c */, - FE00140F5C6F9D079710F7A9A8F1C71E /* mz_strm_wzaes.h */, - 8BA6FAA843B87F1A6601D6A7A5E7857B /* mz_strm_zlib.c */, - 0A14F6B3EA6481DEE62737D1C024149C /* mz_strm_zlib.h */, - D4A290C7DD62A4E21DEB32E6FECE03A1 /* mz_zip.c */, - F255351D0A8061B242BF10480EEF3448 /* mz_zip.h */, - A8FC37205DE2229489E297D96F85E41A /* mz_zip_rw.c */, - F6C53EF74D9ED6699B523FC1E80D29BB /* mz_zip_rw.h */, - 0FD5311C749B336FABF406B041145AAD /* SSZipArchive.h */, - 8848FC407D058DFF452A23C1DAE40F0F /* SSZipArchive.m */, - 8DE77412DDCCDE41DD8BA5A58E04841F /* SSZipCommon.h */, - BA611C306E6197F720EC7960B0F78DBD /* ZipArchive.h */, - 9FDB714F44705D26EE317CF6FEC24702 /* Support Files */, + AFFA96FAF96F06260D6E95B3D00C4680 /* CocoaLumberjack.swift */, + 38A90E02DC652DFA0FE334F5A57696F1 /* DDAssert.swift */, + 0B9D507C39E8DE41D308EC769BC2E4BE /* DDLog+Combine.swift */, + 42B70AE9AD40FB6FBEA5C65B15B12611 /* SwiftLogLevel.h */, ); - name = SSZipArchive; - path = SSZipArchive; + name = Swift; sourceTree = ""; }; - C51575073C8D91C25390D95E618430AF /* Reachability */ = { + E4887604D343F81741D0A9DFA8659CEE /* Frameworks */ = { isa = PBXGroup; children = ( - A2BEA946DA2409F28FDF2D796BA7B421 /* AFNetworkReachabilityManager.h */, - 5EF82EBB7643BA7083C69110B5CE58A3 /* AFNetworkReachabilityManager.m */, + AEF451C8A3238C2DC842B60ABC677791 /* AppCenterCrashes.xcframework */, ); - name = Reachability; + name = Frameworks; sourceTree = ""; }; - C6C922A2BA31C7F28D1556CD64FB56C4 /* Support Files */ = { + ED5E9DBC9F3996712C6513C3DBAF66BD /* JLRoutes */ = { isa = PBXGroup; children = ( - B229791FF80A5FEAA340132BFCB88DD3 /* PromisesObjC.modulemap */, - 9EE19076692527A9F0D44437B752AE7E /* PromisesObjC-dummy.m */, - 95CD5D0845CDE552D1AD0CF3E1DEA5BE /* PromisesObjC-Info.plist */, - 5630A6818763CDDCBA097C4DB07A1E0D /* PromisesObjC-umbrella.h */, - E034A92E25A61CB44A9AB28CE9C4A5BB /* PromisesObjC.debug.xcconfig */, - 04DF1186178576F4AEDD94CD17685B63 /* PromisesObjC.release.xcconfig */, + 8752835BC8AE06C18BB6F618908C031D /* JLRoutes.h */, + 002883EB49E2B0388ED20D01C218A27E /* JLRoutes.m */, + EFE15F7C92DAF3B75626782D124F8E39 /* JLRParsingUtilities.h */, + BBC288B4D23F10E5F5C9D39417219270 /* JLRParsingUtilities.m */, + 4A1206C04E00866D7C2AB1B343F56418 /* JLRRouteDefinition.h */, + 445807EE2C82A707E260F202E92D7341 /* JLRRouteDefinition.m */, + CF718E015C0D2702B55B6DA209EB299B /* JLRRouteHandler.h */, + EDA5AD07038E1BDC4442EF517189CCBF /* JLRRouteHandler.m */, + 7B9327DDB2C03D59AE26D94700345713 /* JLRRouteRequest.h */, + 8172D23FCD91C62F7B713692A4CE72D1 /* JLRRouteRequest.m */, + 3A7A12097A0FBDCE566CCE8AF946757F /* JLRRouteResponse.h */, + 8F3E537F638980B801A7419E062F394B /* JLRRouteResponse.m */, + 0DBC795CF10196F8B301222B96FECFC1 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/PromisesObjC"; + name = JLRoutes; + path = JLRoutes; sourceTree = ""; }; - CB3F257FDEA6A6A096C316E82AC2FCED /* FirebaseCoreInternal */ = { + F1552941C07585C898019E12B989788B /* Masonry */ = { isa = PBXGroup; children = ( - 0270AF95EE25EF539A72405D4F56FEA8 /* _ObjC_HeartbeatController.swift */, - 1806A07E7CF6CA71BD5C56C5F8B3D20F /* _ObjC_HeartbeatsPayload.swift */, - D6BA0C49FF9BC5167CC49D6618015C60 /* Heartbeat.swift */, - D3EBF3F44A019AF03D13562999CDF8A9 /* HeartbeatController.swift */, - D13521A18FFDAF36F0F473BD14CAB7C0 /* HeartbeatLoggingTestUtils.swift */, - C90BE4ABECDFAD0700652C66DC476869 /* HeartbeatsBundle.swift */, - 9567610AD1B46AB835BAE4D248FE4B77 /* HeartbeatsPayload.swift */, - 51BE34E44744AE297A333EB5BB59B390 /* HeartbeatStorage.swift */, - 772B62BFEEE5D0345BDC2451EC70433F /* RingBuffer.swift */, - 0E97540173510268C0C11125F7F43851 /* Storage.swift */, - 5582A38A07A69A7F0BCB25116BECD5B4 /* StorageFactory.swift */, - 345308E1BD97FCCAD7EF080EECEFEC49 /* WeakContainer.swift */, - 7D926FC189F759FF1483700C3B74F0E1 /* Support Files */, + A308F402FCA8BE3E4FF54B04C742FADD /* MASCompositeConstraint.h */, + 3155FA07E99CE7D870F1E120A8F09C11 /* MASCompositeConstraint.m */, + D83096C4EE15646411A884B9EA1477C6 /* MASConstraint.h */, + 48D567356B8D8D029866E6653EF91D94 /* MASConstraint.m */, + CA6D26B8B7F761C4B7793122C3B05BBE /* MASConstraint+Private.h */, + 4D67715D00E2324F3CF0FE6F9C6DE292 /* MASConstraintMaker.h */, + 54CDE1FE34DEE4DD7199FCACB403DAC1 /* MASConstraintMaker.m */, + EB8B1CDB419C45324B636AEDF3221068 /* MASLayoutConstraint.h */, + 69CBD970F06471C092ABD7D453091EAE /* MASLayoutConstraint.m */, + B57D5A703EFE8A832AD500F712B1B8F9 /* Masonry.h */, + B94A05D8C7E91A03F9C8845FA7431C7C /* MASUtilities.h */, + 7043DA282BCEDD43F647663FEE8A41FA /* MASViewAttribute.h */, + 1216F2222AD755D83CFC72AE21FB4DD6 /* MASViewAttribute.m */, + E845F247DC52F9683F76D84900236FE6 /* MASViewConstraint.h */, + 493FFEF9537B603761204D7997E778F7 /* MASViewConstraint.m */, + 52D479A78A3A5118E662D21A8414E25A /* NSArray+MASAdditions.h */, + BDE1AFB857E06E670A9A361A520CF5E2 /* NSArray+MASAdditions.m */, + 7CF7704285FE21FBA4981E7E9C18877A /* NSArray+MASShorthandAdditions.h */, + F45FB00698315CB36C195E347B2206CD /* NSLayoutConstraint+MASDebugAdditions.h */, + 5DC4ACFEACFDCD640F2C7A09BB9F0340 /* NSLayoutConstraint+MASDebugAdditions.m */, + FE4CB1ECE1E32D51F1E6DE04F5E4B355 /* View+MASAdditions.h */, + ED42A783E65752449E1789EDD5A2DA3D /* View+MASAdditions.m */, + 40485717279F8CC060D824DE4BBB7FC6 /* View+MASShorthandAdditions.h */, + 7C48CF3889F7CC509A00507D6E2D9185 /* ViewController+MASAdditions.h */, + DD8A1597ABCC5BDF1C154E5E24D646E0 /* ViewController+MASAdditions.m */, + 71BFB05BAF86101E2DF562E0F95E9BE5 /* Support Files */, ); - name = FirebaseCoreInternal; - path = FirebaseCoreInternal; + name = Masonry; + path = Masonry; sourceTree = ""; }; - CDDA3DF5E5D807B8D7DAD32145F5CCFD /* Support Files */ = { + F292DD4DD0491D2A66F408149044182C /* Support Files */ = { isa = PBXGroup; children = ( - 1825F9286B8CD8E9381DB06170F68994 /* MJExtension.modulemap */, - FFDACBB5807D2354F7B963DC06B83715 /* MJExtension-dummy.m */, - A21ABB599790B4F3F3D012CE91464D94 /* MJExtension-Info.plist */, - 18C9E45955627C593A1D553F775AA1EA /* MJExtension-prefix.pch */, - A0BAA45263B76C83E934406299202672 /* MJExtension-umbrella.h */, - 0B46495A9BF42C85115D939CBF2EFA8C /* MJExtension.debug.xcconfig */, - 48A4D709C5807E7DF6202125E2EFD706 /* MJExtension.release.xcconfig */, + 81537ADBA341FDA299840D759FC6B237 /* GoogleUtilities.modulemap */, + EB103EC36BF8145CE4E78CA910157DCE /* GoogleUtilities-dummy.m */, + A89BE88949605EB45C6B9153D35FD904 /* GoogleUtilities-Info.plist */, + A99C24E6C3B8FC511FDFD96F5647BC36 /* GoogleUtilities-umbrella.h */, + A3A3D7C7C6D437688DEEE43DEDC93808 /* GoogleUtilities.debug.xcconfig */, + A8CC46CC67F37F7BB5C1AED75A777124 /* GoogleUtilities.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MJExtension"; + path = "../Target Support Files/GoogleUtilities"; sourceTree = ""; }; - CF1408CF629C7361332E53B88F7BD30C = { + F392506F5F7A2BB13CE3334F4AB63A90 /* Frameworks */ = { isa = PBXGroup; children = ( - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - 7067D651188BC7621BDA2A7C82934B7E /* Frameworks */, - 1AEBA4C8B5D17862F63AC2356A038B34 /* Pods */, - 5693BBAC8BA81E6BB21D5358033E736E /* Products */, - D1E0CB3188DEDB5AE871914790FAE975 /* Targets Support Files */, + BCA2D2FAB6D7B9F010333B4173186C9A /* GoogleAppMeasurementIdentitySupport.xcframework */, ); + name = Frameworks; sourceTree = ""; }; - CF2563711691F249592AF9DA1B42BEB4 /* NSData+zlib */ = { + F4DA68FF859119F90E9715A492864CA7 /* encode */ = { isa = PBXGroup; children = ( - 2B2F17D2B3C840B9C8D9961EB1F9AEAB /* GULNSData+zlib.h */, - 7598DA896185B6AA2A36CCD54930A614 /* GULNSData+zlib.m */, ); - name = "NSData+zlib"; + name = encode; sourceTree = ""; }; - CFF25C335678C0D98018EEC6DD34AEC9 /* Logger */ = { + F4E33567350FCA85AED74A8CA9FFBD2F /* MASPreferences */ = { isa = PBXGroup; children = ( - E55BEF8F9C01938ED74FE9FAD9957DEB /* GULLogger.h */, - 86315F0061C584291FBF259043FB0381 /* GULLogger.m */, - 6F9AA08B58FF8462DF005F30AB125D69 /* GULLoggerLevel.h */, + A151C862C2BB06EA39BC845C0A4D63D0 /* MASPreferences.h */, + FE6E1E938A09F9A78A32E7BD4E0A63D5 /* MASPreferencesViewController.h */, + 19071200D8292A552094C2D90F49345D /* MASPreferencesWindowController.h */, + C008452AF9D93E1DE4D90A675C84960B /* MASPreferencesWindowController.m */, + C14093AE9FA6940A805483C730983AD0 /* Resources */, + D90BD4356678CF820A13D9557F9AF8C8 /* Support Files */, ); - name = Logger; + name = MASPreferences; + path = MASPreferences; sourceTree = ""; }; - D07CAF9C1B9B6BD1A0255836BE79A907 /* Support Files */ = { + F772982B935CD19E1FCAF4F44CAA8DAC /* Crashes */ = { isa = PBXGroup; children = ( - 94ADB8B579B7D040646F9E701B939090 /* FirebaseInstallations.modulemap */, - D70C59D7A1B2B9CD323277E0AB0E2B05 /* FirebaseInstallations-dummy.m */, - 109DC147BDE72327ACDE8EF19B213083 /* FirebaseInstallations-Info.plist */, - 0AD3854ADEF6948A5A636DA2784AF270 /* FirebaseInstallations-umbrella.h */, - C7C684DDF5BDBEAD4F89E1E350B97E1A /* FirebaseInstallations.debug.xcconfig */, - 24BF7EC01DBDEAC2D409237393575B91 /* FirebaseInstallations.release.xcconfig */, + E4887604D343F81741D0A9DFA8659CEE /* Frameworks */, ); - name = "Support Files"; - path = "../Target Support Files/FirebaseInstallations"; + name = Crashes; sourceTree = ""; }; - D1E0CB3188DEDB5AE871914790FAE975 /* Targets Support Files */ = { + F90E8D88158F6BB27EDD28ECEF8E1E8D /* Support Files */ = { isa = PBXGroup; children = ( - 3D866075C3D3015C6742E23645E52689 /* Pods-Easydict */, - 277079E64D587828BC84168A65DD46C6 /* Pods-EasydictTests */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - D50291AB9E756F69C42CD15271DAA6CA /* AppCenter */ = { - isa = PBXGroup; - children = ( - A79DC697E3E7F33AC7DC3A1CB78E4434 /* Analytics */, - 9B4956D717E3588F39966B44757E5382 /* Core */, - 5863BA3F0369256C7E39C6B39FB7EFE4 /* Crashes */, - 97E4D7C4448F492A6E045F2EAB7E52CC /* Support Files */, - ); - name = AppCenter; - path = AppCenter; - sourceTree = ""; - }; - D9AA7D1AD4C1D2BEB1EC2E742BC08FC8 /* Core */ = { - isa = PBXGroup; - children = ( - 627E0D220E600016FA7E99D7714EEE79 /* CLIColor.h */, - 008CD2BB0405876BF3B5EB1B2696DA55 /* CLIColor.m */, - A9C24B2CA008C0BB9BAF812772501363 /* CocoaLumberjack.h */, - 175EDBC1469453E34C0AB1435EC8706F /* DDAbstractDatabaseLogger.h */, - F493DBAA683AC805B441ACC888A0B05F /* DDAbstractDatabaseLogger.m */, - 5AFC7F56B42393A9523A547E55DA9790 /* DDASLLogCapture.h */, - AC7ACCB46FA0F946F6813F7ACCEF24B2 /* DDASLLogCapture.m */, - A102FCDCE6DDFE1B30AD2D473E151A10 /* DDASLLogger.h */, - 5962D56B95EFC52FD10B3165754F2411 /* DDASLLogger.m */, - 6039600034EEB080B0D57C6F11F78CD6 /* DDAssertMacros.h */, - 7B4DBE49F9221CAE99D6DEDCB7B1C167 /* DDContextFilterLogFormatter.h */, - F391E4EC039B3906EF13881151D99003 /* DDContextFilterLogFormatter.m */, - CEEA6F353111C904701EF69770FD5F89 /* DDDispatchQueueLogFormatter.h */, - FE163D4A5D7FDF3BEDF57DAAFCC707AF /* DDDispatchQueueLogFormatter.m */, - ACF074090100DAD339372C9E197817A0 /* DDFileLogger.h */, - F7DC1DF009CA82DEC037BD43EC1D7237 /* DDFileLogger.m */, - 9ADBDEA38C71D02602FCB48F1C5B961A /* DDFileLogger+Buffering.h */, - 67862177F33EAD06D0DCE05AEB174A44 /* DDFileLogger+Buffering.m */, - 629D17FE35087BEA2BFDD0321BB5D5E0 /* DDFileLogger+Internal.h */, - F2CBE1A33F02A8F4F632FC9F8ADD49CF /* DDLegacyMacros.h */, - 544F5469D562B7DB99546A9A1D10B065 /* DDLog.h */, - B1D394F2CAAA6FFD919EF2D35945E546 /* DDLog.m */, - 3994B1B78981BAF397703D97B0EC4FE7 /* DDLog+LOGV.h */, - 758BD4DBDBB97BCFAF33A0D6C8FAC2DA /* DDLoggerNames.h */, - 39CB494C54822FD7F3C452A870A03558 /* DDLoggerNames.m */, - 8B53E76BA286CD016D031C9C22BEE077 /* DDLogMacros.h */, - 2D78447B71BA8A98615CC759B1258CA0 /* DDMultiFormatter.h */, - 86425451C2B72F68D89CA38BD92C07BF /* DDMultiFormatter.m */, - E692477A5A8E075F8D9D7846CC4DC0D2 /* DDOSLogger.h */, - EAF9B7B0F6AFC404DAC1C15D3901D0B1 /* DDOSLogger.m */, - 40CC7EABEF2944DCB92BFF0EAC1DF4E0 /* DDTTYLogger.h */, - B2E61A58D3192D0D5C3DF670CFDCC32E /* DDTTYLogger.m */, - ); - name = Core; - sourceTree = ""; - }; - DF371BCA90900FB75250D13A8BD75832 /* Environment */ = { - isa = PBXGroup; - children = ( - FE038AFBD3D69796701659E8AD23C166 /* GULAppEnvironmentUtil.h */, - 91651C5970D55CEE02527B3ECC985EE8 /* GULAppEnvironmentUtil.m */, - B627682E7A53A66BCED57C263EEBC3F1 /* GULHeartbeatDateStorable.h */, - 44DFBB653B76BAFA7F74528057DF634B /* GULHeartbeatDateStorage.h */, - DC9AE1C4D7B08A8B23C5D914935227F4 /* GULHeartbeatDateStorage.m */, - 8D96D588570395B09A30ABBB4501CAC1 /* GULHeartbeatDateStorageUserDefaults.h */, - E3BCC61F38E8E426E6EAA67A05B62C38 /* GULHeartbeatDateStorageUserDefaults.m */, - 81279A5A9A276E0BDFE022515147ADAF /* GULKeychainStorage.h */, - 6612C0D6BC21F1D3AD6A1F1948C6352A /* GULKeychainStorage.m */, - 4E03CD3F4CEB5E26476BFB319430412D /* GULKeychainUtils.h */, - 0F68D95386C769D546500247D3D188FF /* GULKeychainUtils.m */, - 6C8D2889D5709318AD50EA45EA9BDAA8 /* GULNetworkInfo.h */, - 835263838B5356B80988C6046BEBE257 /* GULNetworkInfo.m */, - 5CA5B8A0CC2A04D65296811FC21EAEFB /* GULSecureCoding.h */, - F8A92C1A0A3B20E3EA28AB39636B4DB1 /* GULSecureCoding.m */, - D81E52DEE6A3D5AAA7DBC4E4568D06AA /* GULURLSessionDataResponse.h */, - 43A2D88D195790929513BFD8C3D7BCB8 /* GULURLSessionDataResponse.m */, - C8EEAC52E9C20F9906EACFDBC71412DB /* IsAppEncrypted.h */, - 2A0BC286F143D70C3E47E980FF58B5E3 /* IsAppEncrypted.m */, - 09351960E37B3303BF11E930F6217AD4 /* NSURLSession+GULPromises.h */, - 5E8609DA89C09834193B698A45055970 /* NSURLSession+GULPromises.m */, - ); - name = Environment; - sourceTree = ""; - }; - E82339B44942E537E6B232809FCDD1F0 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 0371993261AE6E964B014660128A0595 /* AppCenterCrashes.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - EBBDE2C3D691907F1E7E3A6AACC6E659 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 977C280154A64E4D8B793B039A2CA774 /* AppCenterAnalytics.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F01C24DE2EEECE1F09C44619394667C9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 99B65257C54DD3CC39E5EC355A89C1DC /* GoogleAppMeasurement.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - F9D553B5F5C6C66DB72C816CB2F78331 /* Resources */ = { - isa = PBXGroup; - children = ( - DE09D58D8F6416B0621F85CCBC40977C /* MASPreferencesWindow.xib */, + 6A1A90F0BE03FAE8CB7035595ACB7287 /* AppCenter-xcframeworks.sh */, + 22D70FD469CBE1924104E35DB9FC52DD /* AppCenter.debug.xcconfig */, + 8BEDDCCAA618C00E5125BEC71B96A8A7 /* AppCenter.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/AppCenter"; sourceTree = ""; }; - FB48FAFE1194A7C4E46D784D8DEDCFB9 /* Support Files */ = { + FA8980A4D75D3EE775ECCD57E62F6459 /* Support Files */ = { isa = PBXGroup; children = ( - F8E0C7BDC8E3BE2E36DD07A7F9146741 /* AFNetworking.modulemap */, - A9E909958E0C308188C32BF31E4F7CD0 /* AFNetworking-dummy.m */, - 8D27F42F3DDFF847CD8313FA242E7652 /* AFNetworking-Info.plist */, - 1CD352E0D66E5A3B9071FA9E474D380E /* AFNetworking-prefix.pch */, - F50A944CD6CC4ACE7D51C19CB1375133 /* AFNetworking-umbrella.h */, - 50595756AADA17B6D88C13C914E945E0 /* AFNetworking.debug.xcconfig */, - E97F9191C15F8F647C782588ADFF4D5B /* AFNetworking.release.xcconfig */, + 982707494D0F18D56AD95C7C9DAF1478 /* MJExtension.modulemap */, + 010A33081EF7C318A60066983BBDC4D1 /* MJExtension-dummy.m */, + 5ED04AA6B0A0565652F4300D348EEB5B /* MJExtension-Info.plist */, + B7CBEC99145CC6B9E66E8E1040657CCD /* MJExtension-prefix.pch */, + 00937094A094D74805BF9022C69318CB /* MJExtension-umbrella.h */, + 6B6C6588DA58752BBDDE2BA757ACF9A2 /* MJExtension.debug.xcconfig */, + 0B9B03BEB44CCDFF18FEE55715D4A1D2 /* MJExtension.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/AFNetworking"; + path = "../Target Support Files/MJExtension"; sourceTree = ""; }; - FD9A095A034275DDD4B641A19EDD2858 /* Support Files */ = { + FFCEE0C324C097DD405FA1A8163BB77B /* KVOController */ = { isa = PBXGroup; children = ( - 3D4DA97F44A3E9B9DF8DE22D5F1013AA /* KVOController.modulemap */, - F2A292C84E0672A6AB870E90C2E1A782 /* KVOController-dummy.m */, - 675F05A1F628D95DA68D9FF83209529F /* KVOController-Info.plist */, - 6BE3D63D680693D29B885F513E979F54 /* KVOController-prefix.pch */, - 1037F5E5E79D393A5DCCBF9821E853CE /* KVOController-umbrella.h */, - 2C5E848B4CD97F8C69DC4F1E308215A6 /* KVOController.debug.xcconfig */, - 19FF85FEFCEA28C75F88E113C66FF120 /* KVOController.release.xcconfig */, + 91FA0FDD6B2374A6FC8A6C0CED13E68D /* FBKVOController.h */, + 017CC416DF4B09B507A4693CE0D9D036 /* FBKVOController.m */, + E08477CA1EEFB03F593230BD6E2B3999 /* KVOController.h */, + 4F64F161CCA386C7ADC468013CEE41DB /* NSObject+FBKVOController.h */, + 8772F73860C81DBD39F55A1E6CE5CB24 /* NSObject+FBKVOController.m */, + 428F2D0FC6AB9677E21F8E5C8273D533 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/KVOController"; + name = KVOController; + path = KVOController; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 07FC1767BE2EF721E07A8CA9D7E5FFB2 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6379B0FB9FE32475D1FC2CC5C9DDCDA4 /* Pods-EasydictTests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0D318E33925F4D6751990129780459A9 /* Headers */ = { + 0614F40A4688CFA54670945A0BBF3A85 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - E36EDB7D9F3BF29441278396BAF57CC6 /* FBLPromise.h in Headers */, - 10E74043EED4469BAF7AC389CBEB3393 /* FBLPromise+All.h in Headers */, - 2518EDD9A6F0AE26D47181E7ED9183F2 /* FBLPromise+Always.h in Headers */, - 545BE3599D55062C08E927E0F50F6DAC /* FBLPromise+Any.h in Headers */, - 589A405ED7C0749CD183211F015F0C26 /* FBLPromise+Async.h in Headers */, - FF31B3CE78D562237757D3927DB7A69D /* FBLPromise+Await.h in Headers */, - 55CB62D1F7EE6429A7834E3AAE77A0BB /* FBLPromise+Catch.h in Headers */, - F0A1D7D75657A49CD2646DCCBC5EDA9B /* FBLPromise+Delay.h in Headers */, - F910BD786EAC0827455DD4EB4F8BFF91 /* FBLPromise+Do.h in Headers */, - D5E0AD6F8F7F0C764B4BB90919EE5C1E /* FBLPromise+Race.h in Headers */, - 2156F19816CFDDC3D576270E8FD9707E /* FBLPromise+Recover.h in Headers */, - F35A88EC4B44BC6CA0452A1DB7E95A59 /* FBLPromise+Reduce.h in Headers */, - 1FBBB6026829431F0C0A1F37D3C91205 /* FBLPromise+Retry.h in Headers */, - DFEA7F649892568F3DB20B6CC8C04F00 /* FBLPromise+Testing.h in Headers */, - 5C3F7FA1D14C0D299270BF4CBA6CB76C /* FBLPromise+Then.h in Headers */, - CBF16C576CF899BF7299CEF8F839A3A0 /* FBLPromise+Timeout.h in Headers */, - F825084483FF6AB4288385D41C2FA424 /* FBLPromise+Validate.h in Headers */, - B613CAE3FF82BC0DDAE93524291C1480 /* FBLPromise+Wrap.h in Headers */, - A806C1F91999176464548E1DBB3B302B /* FBLPromiseError.h in Headers */, - 52030D53950AA0A754838F8381DF1D24 /* FBLPromisePrivate.h in Headers */, - 4F26CB82782248B671F06D1A742D816F /* FBLPromises.h in Headers */, - 4D6C431F21D310FC56360368F7E65586 /* PromisesObjC-umbrella.h in Headers */, + F7F422DE3C74FAE3913657DA71B79D95 /* FBLPromise.h in Headers */, + 6FCA0A39D7BD53452E8FEA30DAC7A5E2 /* FBLPromise+All.h in Headers */, + 9C5898F3855483405265386247DBBA69 /* FBLPromise+Always.h in Headers */, + D7B27B87D478264632E7F12244957E45 /* FBLPromise+Any.h in Headers */, + 882BEC83C7C39C4BFFE330932E2E8F16 /* FBLPromise+Async.h in Headers */, + 33D36C9417D5766F6810F9E806004E8A /* FBLPromise+Await.h in Headers */, + B8376FB055FE342C143FAF0377BE44EC /* FBLPromise+Catch.h in Headers */, + D36F44863379E3624EE533E5B3FB42FE /* FBLPromise+Delay.h in Headers */, + C43622BD96DB36055B67D230BA92F1CA /* FBLPromise+Do.h in Headers */, + 43B985E0B5F31159F48D1FCE4BCD2969 /* FBLPromise+Race.h in Headers */, + 56A2866DB0DFB55151CEE191D5D54ECA /* FBLPromise+Recover.h in Headers */, + ECA64968A1B60FB1AF186DD2833A9F06 /* FBLPromise+Reduce.h in Headers */, + D1F9943FFE98079B9701DA3FC736AB11 /* FBLPromise+Retry.h in Headers */, + CF292FF382748CF8AA4B4E19104BC4FA /* FBLPromise+Testing.h in Headers */, + 2D718A3DAEED61222FC3EEFF8D50EB69 /* FBLPromise+Then.h in Headers */, + A79C57C6DE3B4F02A99D3D8C8FC0FB5C /* FBLPromise+Timeout.h in Headers */, + DEF4B83C73BC8FDEE5F8C2C99311DB28 /* FBLPromise+Validate.h in Headers */, + 792536C8E5BFDAF18B5B52CDC6834045 /* FBLPromise+Wrap.h in Headers */, + 56E481D6819F2C1E4263695416BB3F40 /* FBLPromiseError.h in Headers */, + 0217E31F2EB9EE5031852EBDBD9988B3 /* FBLPromisePrivate.h in Headers */, + 06AA616198CC0D554F11B5624FD59E03 /* FBLPromises.h in Headers */, + D39D021C6940C40788B0A2EA85AF1281 /* PromisesObjC-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 191AFD5B761D09494C38685D3E99001C /* Headers */ = { + 07FC1767BE2EF721E07A8CA9D7E5FFB2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 460144EF3793D4C5273B18B57702FA44 /* FIRAnalyticsConfiguration.h in Headers */, - FD33862AA28A79703A340ABBAD888754 /* FIRApp.h in Headers */, - 27927F8A16313BF1F508FB5FA7E21183 /* FIRAppInternal.h in Headers */, - CAC4CECFC6F6D4B664BE057DEF311C73 /* FIRBundleUtil.h in Headers */, - 2BB636C193D7074F0D85AE4802FAE04B /* FIRComponent.h in Headers */, - E964E1D758734818D2D1F29E04CF2AE7 /* FIRComponentContainer.h in Headers */, - 67F00DF287F5E1CCAFC1245566CDFE57 /* FIRComponentContainerInternal.h in Headers */, - 09CCBA4ABEE08F93EF36D85B5015D3B0 /* FIRComponentType.h in Headers */, - 0587C12497CE2FD9B88B8A433CD95824 /* FIRConfiguration.h in Headers */, - 07FC6DCD4D07EF0B3509946BFABA3059 /* FIRConfigurationInternal.h in Headers */, - DE827AFF18DDB324518A4E1E02CC73FF /* FIRDependency.h in Headers */, - 375992668DB7E07D93C6DE42811C3201 /* FirebaseCore.h in Headers */, - D91E7B587DB73A8C485B57A7C7D6AFB6 /* FirebaseCore-umbrella.h in Headers */, - 50AB0E1A988012F4FD975666F0316A4F /* FirebaseCoreInternal.h in Headers */, - DAEB8D9F100A8A22872C4ABB5391DFCF /* FIRFirebaseUserAgent.h in Headers */, - EDAFE5260C83264B2C3F0C2DF3A05364 /* FIRHeartbeatLogger.h in Headers */, - AFEC04D39C87AC443522A9F8446986A9 /* FIRLibrary.h in Headers */, - D657FAD184CC0EAF892643EE5DC71390 /* FIRLogger.h in Headers */, - 67F37C3E91B6C5D51F0B70BABE5698B7 /* FIRLoggerLevel.h in Headers */, - C772B21700DD2BD5C6C94840366F744C /* FIROptions.h in Headers */, - 9F4C4BAC48DCDC6AC96DF0A9A0E63741 /* FIROptionsInternal.h in Headers */, - 1ABEC7D5F9E81F20BF11C90C2B447144 /* FIRVersion.h in Headers */, + 6379B0FB9FE32475D1FC2CC5C9DDCDA4 /* Pods-EasydictTests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 19D8BC86CEB2D6DFF00F295ED7540EF0 /* Headers */ = { + 0CC31DB5EE16670BCE2AC2D4E86A61C2 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 2CE54DAE0FFCBDA8862E457991A7935A /* FIRAppInternal.h in Headers */, - E8322431126E5D9A7CAD0DDC97FDDB24 /* FIRComponent.h in Headers */, - 743EA59AD23FC8A38376E6B36D3A1EE4 /* FIRComponentContainer.h in Headers */, - 843557639FD0DFB0B5BB9CDA5DACB29F /* FIRComponentType.h in Headers */, - F6B1EEB3CD0AF658C818752272603987 /* FIRCurrentDateProvider.h in Headers */, - F6821BEC17A0BE43C392CC5012793DEE /* FIRDependency.h in Headers */, - F5A1C4CFAB62D869D0C96D89D5DF09A0 /* FirebaseCoreInternal.h in Headers */, - 3FC32ADBE6B79E8637E573CCA6D2B597 /* FirebaseInstallations.h in Headers */, - 0A7C40131C6F1FBC61A532C77B6CC771 /* FirebaseInstallations-umbrella.h in Headers */, - F17BACE2CB77EF345726F7D9E76FEFDC /* FirebaseInstallationsInternal.h in Headers */, - B3BADF8B25C8615BC8A20C3C10481FAF /* FIRHeartbeatLogger.h in Headers */, - 189975C0472C77627A5EDA083B18DFC7 /* FIRInstallations.h in Headers */, - 84C2473F66484C373BF1485758CFCEDD /* FIRInstallationsAPIService.h in Headers */, - B3F532F24F2446BA09C191837AB9F49F /* FIRInstallationsAuthTokenResult.h in Headers */, - 77F920CCE30ED45F7D1945CC428B5ECA /* FIRInstallationsAuthTokenResultInternal.h in Headers */, - D822383056983AB8DBBB13D6581B4734 /* FIRInstallationsBackoffController.h in Headers */, - 0542328DDE14EE114ECBAD75F7F6663F /* FIRInstallationsErrors.h in Headers */, - 43CF837FAE14BD5BF13E0AC9CD9BF40D /* FIRInstallationsErrorUtil.h in Headers */, - D78572D1CDA75EEEBEA8728F6E032FC2 /* FIRInstallationsHTTPError.h in Headers */, - 8EB850C83CE115C31E35B12B18A7A923 /* FIRInstallationsIDController.h in Headers */, - 7CB9816F33BD9B26822CB0E442547ACC /* FIRInstallationsIIDStore.h in Headers */, - 1FC92644E8AD8917857F1A2E8F4D09D5 /* FIRInstallationsIIDTokenStore.h in Headers */, - 4D253B0E0F21EE9EF8EEA0F8BD63E6D1 /* FIRInstallationsItem.h in Headers */, - F94FF774BDA8F9371D430F0E756FC3E1 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, - 67171A31C86CCF921A26BF0A4D802A6A /* FIRInstallationsLogger.h in Headers */, - 79416C10D4656F084ABF44DF277B74CC /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, - 2234E4D42CEC4B2C10CC5D4AF2787F6D /* FIRInstallationsStatus.h in Headers */, - BFB6F43CCCF2D46EB5DC2708363090ED /* FIRInstallationsStore.h in Headers */, - 99FF85D64D408B3148F45E75A56E6AAA /* FIRInstallationsStoredAuthToken.h in Headers */, - BAEC1CE28F4FE728CC12D9EB776BAAA0 /* FIRInstallationsStoredItem.h in Headers */, - 9580BD8962D522E923426210CC9A5E25 /* FIRLibrary.h in Headers */, - 51855AF76FFA872B225C03E0017B7A1F /* FIRLogger.h in Headers */, - EABA2BDDACEED4C3B834C10BDF15778C /* FIROptionsInternal.h in Headers */, + AFBF9C8B977A32CE723C22BE4D8BEAE0 /* FirebaseCoreInternal-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3583,15 +3430,44 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3A9704169CCCDA4EE04BB0C5132C5588 /* Headers */ = { + 540316EE78778B5E1509B1709D846F41 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D441B48B193F0384A29A2FDDF9FB0D56 /* nanopb-umbrella.h in Headers */, - 1D87A247C0C84AAF87FCB358A8C688E7 /* pb.h in Headers */, - B66E9352186FA183F800AD52E6E0F3C2 /* pb_common.h in Headers */, - 959D567188348BC0FFFD2E5EAC3AF0F3 /* pb_decode.h in Headers */, - 22E8811D3EB29F546237BAAD7201D90F /* pb_encode.h in Headers */, + 412858DBC295E38907F9F31A9E656DE3 /* GoogleUtilities-umbrella.h in Headers */, + 6C6C7B0B5E420F9FDB3DACEC3CD5B747 /* GULAppDelegateSwizzler.h in Headers */, + 6F9B71D9B2411AC6875DC195CA17198A /* GULAppDelegateSwizzler_Private.h in Headers */, + FC840532475F5DE9C9279A77BB32B2DF /* GULAppEnvironmentUtil.h in Headers */, + A167F93B4A04B07386B82F3C2F2972C1 /* GULApplication.h in Headers */, + BFF5829DA95BA3CDD9E662CD926F7A14 /* GULHeartbeatDateStorable.h in Headers */, + 5C92F284CB9E8EC9AC26C7616B0804F9 /* GULHeartbeatDateStorage.h in Headers */, + CECD7D896C8651C351C54F4125218C03 /* GULHeartbeatDateStorageUserDefaults.h in Headers */, + 2CDCB6A3DD6665F48B57C9D4128E3DD8 /* GULKeychainStorage.h in Headers */, + 4AD25F79F7E5ADEE40E5F616ACAE84FA /* GULKeychainUtils.h in Headers */, + C06385072E4D949535855C0260BA5D86 /* GULLogger.h in Headers */, + F837C758586FDF2BB45F1E15BE9A2B1F /* GULLoggerCodes.h in Headers */, + 52B75B47CC5B6D1DA4A0AE8F19A57723 /* GULLoggerLevel.h in Headers */, + 381AD2A5691BDBAF4EFEC87BB9BEE8FF /* GULMutableDictionary.h in Headers */, + 8EA143BBA0F4762E6072B2322CB0D742 /* GULNetwork.h in Headers */, + 9BE8902D9306B259772D36C0C2E7E4BD /* GULNetworkConstants.h in Headers */, + D1A020B06688EF3053559B3389A9AB51 /* GULNetworkInfo.h in Headers */, + 360269331DD0C92899310266B0106231 /* GULNetworkInternal.h in Headers */, + DA444A558ADC11D8F1F0DF2CE04FC8E7 /* GULNetworkLoggerProtocol.h in Headers */, + 69F4F6075796D61ACA33357DBF99A75A /* GULNetworkMessageCode.h in Headers */, + 1526488205D80AF51EF36ECCADA6C6AD /* GULNetworkURLSession.h in Headers */, + BE7CE16741C56AA17D24CF94CEA7F345 /* GULNSData+zlib.h in Headers */, + 2206BC37FC996004CA6C5E22F8D1238D /* GULOriginalIMPConvenienceMacros.h in Headers */, + BAF84D3676EDD761D14E9BCCE51DAC5C /* GULReachabilityChecker.h in Headers */, + C8ACDAB20390B752B2ECD94974638CEB /* GULReachabilityChecker+Internal.h in Headers */, + C174448FA4D002F78F92EBEFE854B081 /* GULReachabilityMessageCode.h in Headers */, + 8140B4C2665BC1949A6CADE733BD0F1E /* GULSceneDelegateSwizzler.h in Headers */, + 7ACF058FC7D0B2730E426CD07334B2F1 /* GULSceneDelegateSwizzler_Private.h in Headers */, + FFE7D2D948315F7C76D4FDF19EF78E6D /* GULSecureCoding.h in Headers */, + 758A920668AF787C20C771DF470F6F9A /* GULSwizzler.h in Headers */, + B18B8CCC5168742B25F70F31D9FD68FA /* GULURLSessionDataResponse.h in Headers */, + 0B69DEEA662FBA7EF5BA845982C3E11D /* GULUserDefaults.h in Headers */, + 0EAB091F4227E872623543F590FF19AA /* IsAppEncrypted.h in Headers */, + BB83DA94250702759CD2A99819D20DCC /* NSURLSession+GULPromises.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3634,6 +3510,46 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 66A22480DCC04891C8D5184B472DD724 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B2A1C267A4FA617139A2996370FAC121 /* FIRAppInternal.h in Headers */, + B63462B3CD61602D6A166873DB57819C /* FIRComponent.h in Headers */, + F043EAC0F9FC24E0E0090195ABB8C428 /* FIRComponentContainer.h in Headers */, + 7E732AACD4059785B704FE03CB29A8F6 /* FIRComponentType.h in Headers */, + A8F9DD43A5866C7F426A3AB0EB38BF6A /* FIRCurrentDateProvider.h in Headers */, + 386D4D3E17FA62D3D706D51AF5092D5F /* FIRDependency.h in Headers */, + E5761AD56EA65C921D1848D7F70031DC /* FirebaseCoreInternal.h in Headers */, + 4644D4DF5B95E68CF91624BE6C0AF052 /* FirebaseInstallations.h in Headers */, + DF9E768B3A0958A5142872B18E3147C5 /* FirebaseInstallations-umbrella.h in Headers */, + FF6A24703084BBCA10046FD8BE7E5312 /* FirebaseInstallationsInternal.h in Headers */, + B71B1A0555FA4C5458FE22D5F8160E10 /* FIRHeartbeatLogger.h in Headers */, + 2607D63877862E12310ED13E9947D242 /* FIRInstallations.h in Headers */, + 36BD0C3012FF379F83BDE71F7482F733 /* FIRInstallationsAPIService.h in Headers */, + C69020D9571032BAFA9CF5B3D9486191 /* FIRInstallationsAuthTokenResult.h in Headers */, + EB33E736DCC940DD75BDA4FDBB90BC0B /* FIRInstallationsAuthTokenResultInternal.h in Headers */, + C3E149EB33506EF1C57438EFF186DD86 /* FIRInstallationsBackoffController.h in Headers */, + EB0159F5E98EC7324564435CB2621CFB /* FIRInstallationsErrors.h in Headers */, + 1434C2D069F8E72E7EFBC0EE7FA9C6BC /* FIRInstallationsErrorUtil.h in Headers */, + 62196AC2A58DA5FD9F715D471AFB0AB5 /* FIRInstallationsHTTPError.h in Headers */, + 09856CCE45555403F6A04BB8EA2A46D8 /* FIRInstallationsIDController.h in Headers */, + E129009534D17A3EA61B51C74932282D /* FIRInstallationsIIDStore.h in Headers */, + 68636477C99C80C6F487E54D9EF27CC4 /* FIRInstallationsIIDTokenStore.h in Headers */, + 1323F3C82A1BC19AC72F2AF59CF756EE /* FIRInstallationsItem.h in Headers */, + 7C07315B1E658A19C8F3952DA62762D2 /* FIRInstallationsItem+RegisterInstallationAPI.h in Headers */, + 70D75D705C2279C0E9BC1A8519663B1E /* FIRInstallationsLogger.h in Headers */, + 1380CD160A7A07A48A8951841CB0FB20 /* FIRInstallationsSingleOperationPromiseCache.h in Headers */, + 30B16E993920DE65A3719CD2266353D5 /* FIRInstallationsStatus.h in Headers */, + 7AC2020EBA80D6CF0CEC5F81FEDE9F0A /* FIRInstallationsStore.h in Headers */, + D2C001FD370182DE117DA936DE1C8503 /* FIRInstallationsStoredAuthToken.h in Headers */, + E814549BD2C1F3A8953FD6F3F49F073F /* FIRInstallationsStoredItem.h in Headers */, + 600CBE1C09B4A9F46B79D83C21255A79 /* FIRLibrary.h in Headers */, + 1366DB905B6C2C42571EA5A663F77D1F /* FIRLogger.h in Headers */, + 4DD4B37F65BC8F5E26C279315615FFFA /* FIROptionsInternal.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 678D46A2A979B059B3F172AD8C01A280 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3645,11 +3561,32 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 72FA3D91FC443FA38354F93765DA088B /* Headers */ = { + 8881D7C2940323D6E8B9FFF76B7DEFEF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 4953F4740D1DEF0E6B8008CBFCAA5CC6 /* FirebaseCoreInternal-umbrella.h in Headers */, + E78A3381EE453E5E230658CEBC69F3CA /* FIRAnalyticsConfiguration.h in Headers */, + A9FF5FD6A2BDE1A9B177AA61B919190E /* FIRApp.h in Headers */, + 11B11189190CA95CF28C9BC2B7EF7E76 /* FIRAppInternal.h in Headers */, + 238B2FE822D5A62220F91D10840752A4 /* FIRBundleUtil.h in Headers */, + ED5CE57A0B1C37BB25F9C24F518E3C78 /* FIRComponent.h in Headers */, + 097C175D0A66B65C0C7C4BE43FB8AEA9 /* FIRComponentContainer.h in Headers */, + 3F9C69DC54BF5BB6380DE0C642F0622B /* FIRComponentContainerInternal.h in Headers */, + DC8D366C7E3B2F176ED4C6C13C7B6EF0 /* FIRComponentType.h in Headers */, + 251D91C9C934A3FC330C3E701FFCCBC3 /* FIRConfiguration.h in Headers */, + E8C9F89559A605BE48C7442502CAF8F2 /* FIRConfigurationInternal.h in Headers */, + 629692C9CE1DF8EF310E78269460F38C /* FIRDependency.h in Headers */, + 95215A88C2C23C67D95399D0640E9315 /* FirebaseCore.h in Headers */, + B6E188F24B02DB0072170701DD10F972 /* FirebaseCore-umbrella.h in Headers */, + 4098A889F1EE3ACCD927B3CD73F36058 /* FirebaseCoreInternal.h in Headers */, + 2D6606D68A3D0ED253953F282135E61A /* FIRFirebaseUserAgent.h in Headers */, + B515502B61794263194F503D9EB9FE9A /* FIRHeartbeatLogger.h in Headers */, + BCD7464661024546F6E981253804DD94 /* FIRLibrary.h in Headers */, + 387CF58D24C29D2760D2CD4EA852477E /* FIRLogger.h in Headers */, + D7F5A2AB979F77A0D46F2AC7A0103DB6 /* FIRLoggerLevel.h in Headers */, + D6B6D53181F7ADA9EA5727F1067D342D /* FIROptions.h in Headers */, + 1D7E3CF0BE53131B8DCF6650DE9DA4DB /* FIROptionsInternal.h in Headers */, + 5C41101175AC7B4E3FD748BE5C7BC240 /* FIRVersion.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -3667,55 +3604,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A3C4C1A0E71F68953482D38FA68CF9D3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 2CFD4BE29D8D282CE49973B515DBB124 /* Pods-Easydict-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AA47AA2BABD2B50AE12B073AE3B2FFF8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - CFD6B36369A0F6AF7567A2BECACCF01F /* GoogleUtilities-umbrella.h in Headers */, - D3AA5D2DC4CB6C91C4EB83EEF49C48FF /* GULAppDelegateSwizzler.h in Headers */, - 99259C7BA5AB79360C72BF5B6842DB54 /* GULAppDelegateSwizzler_Private.h in Headers */, - 086EE2D0770A1BB4EF0C9C19FD778224 /* GULAppEnvironmentUtil.h in Headers */, - 08C12A6AF41D98739C78D0511D32EA11 /* GULApplication.h in Headers */, - ED8A70F508FE13CD7FEA34E890767DA5 /* GULHeartbeatDateStorable.h in Headers */, - CEAC1513332CCD1A74CBB6E3B9160257 /* GULHeartbeatDateStorage.h in Headers */, - 4BA257E775CCF680B435F94C9586A3C1 /* GULHeartbeatDateStorageUserDefaults.h in Headers */, - 7C4A62574F134FF6C56AC0A3D3D6D901 /* GULKeychainStorage.h in Headers */, - AF1DB01173080909C4F51F9D6566FE46 /* GULKeychainUtils.h in Headers */, - C01D5A208773F5FC492970AC321DDE49 /* GULLogger.h in Headers */, - C380FEDE48B95A70F3F4976FEEFB8D78 /* GULLoggerCodes.h in Headers */, - 155D189BF61FDB2312D889F0F44DA613 /* GULLoggerLevel.h in Headers */, - 39E6C7F1D3C32B69C7BFC7E7795D6B3F /* GULMutableDictionary.h in Headers */, - 0DCB939F27AF4550E3BA1B3C184AAF88 /* GULNetwork.h in Headers */, - 63762380D6B86A596C393CAF0BF4FCA0 /* GULNetworkConstants.h in Headers */, - 2792FA7044941175FE0521CC5600658D /* GULNetworkInfo.h in Headers */, - BCCEB652DF206B6D1C4F198CC8502021 /* GULNetworkInternal.h in Headers */, - FB0E753CFDE3A4CBC3BE0CF0150B5964 /* GULNetworkLoggerProtocol.h in Headers */, - 4F7DB4073B5C0AF463FE66038905910A /* GULNetworkMessageCode.h in Headers */, - F1C6BF328BE0765041A4BD07697D1ACC /* GULNetworkURLSession.h in Headers */, - 932B1F2E7AAB54683E2EB46D2308412A /* GULNSData+zlib.h in Headers */, - FC9069E27B04DCA0AF361D261C5A5E6C /* GULOriginalIMPConvenienceMacros.h in Headers */, - 8F0BA1EA7E1132FCCB2BD85A6F982586 /* GULReachabilityChecker.h in Headers */, - ED060AB935A27B3A0856B3138818913F /* GULReachabilityChecker+Internal.h in Headers */, - 750014FD2A30381DA5049E57C7F28053 /* GULReachabilityMessageCode.h in Headers */, - 85D2AB6BFCA86D718B7EFBB333B17657 /* GULSceneDelegateSwizzler.h in Headers */, - 05A83C90873359548F0BFDCA99648C69 /* GULSceneDelegateSwizzler_Private.h in Headers */, - FC01EA7BAB67836B2F93C5D8551BE6DF /* GULSecureCoding.h in Headers */, - 4339A5B07FA81E703B5F57B914EE5A61 /* GULSwizzler.h in Headers */, - E2E2A6AACEB89DDFB6434BA3AAF7B4BD /* GULURLSessionDataResponse.h in Headers */, - 5ED446040E44AEAC3F9AD5BBBDEF4992 /* GULUserDefaults.h in Headers */, - D4D0288CF43797B7CE975A05562A04A8 /* IsAppEncrypted.h in Headers */, - 3FF07E6B05079878C66F10917CC040C5 /* NSURLSession+GULPromises.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; AA7C7B13F0829DCB17CDC1A6CF9994A6 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,6 +3680,26 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + E484C6F9B8165933C734F9C23AC5918F /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 9E4B9B31724D2230D4A55D69E3759EFC /* Pods-Easydict-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + F006C229F836FED53D007904D8FD51D4 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + E4E6E9DD0F71C075538896FD3C70945B /* nanopb-umbrella.h in Headers */, + 396C7D16EE66C0D769666A7A7B3B280D /* pb.h in Headers */, + 403EB5A8B5DFCF6A3964C3B569F5BEAA /* pb_common.h in Headers */, + 278950B836C935D669DFCEA81D2F754F /* pb_decode.h in Headers */, + 80AAF66B77ECC51B6507F417923DC808 /* pb_encode.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -3825,16 +3733,16 @@ buildRules = ( ); dependencies = ( - 3E0FA81F6E4F747455BC2447F35EB75B /* PBXTargetDependency */, - 8E176676A5A64AF9B6F33DFB53101A4D /* PBXTargetDependency */, - B8EC4B0DEAFB7C9F197095634539A332 /* PBXTargetDependency */, - 7CD5ED4639A3F07AB5CA68E27850D222 /* PBXTargetDependency */, - 31E496309BEACA18FE8779EA19402912 /* PBXTargetDependency */, - 24AA67FAD742C0DA3FE6F3C26618B007 /* PBXTargetDependency */, - 9179D7D37C4952EEAABE67BBD87A442B /* PBXTargetDependency */, - ED417472E6BAB4AAAE06BA82DE9825BB /* PBXTargetDependency */, - 0CA6065F24C95A1F5F80C4FB4A41FF81 /* PBXTargetDependency */, - E4465491036FDE3E24E82EC2B0139E7E /* PBXTargetDependency */, + F5FBCD4DE6D21D2A0B17EB1F0C8A8B1C /* PBXTargetDependency */, + CDDCCCF082ED83AB1DEA7704B13B2099 /* PBXTargetDependency */, + 5847DC1E7FE2B5BB368A3957B8C0FB04 /* PBXTargetDependency */, + 2CF2C601BD32EC8B412B100CF68BD9E0 /* PBXTargetDependency */, + 7C8C7422841C268FD657DDEDE45BE8D0 /* PBXTargetDependency */, + 7C8222CBE9B2D967C6D8F1D7AF9B659B /* PBXTargetDependency */, + BD1F7C2FE2EECED807CB437C67509CF9 /* PBXTargetDependency */, + 2FB6420371EED3689F8B22962900A5F7 /* PBXTargetDependency */, + 7DD70641C7D061E4823FC4E760322E6F /* PBXTargetDependency */, + 4C7BEC81DB21231CA90EF3DF0C45E7C2 /* PBXTargetDependency */, ); name = "Pods-EasydictTests"; productName = Pods_EasydictTests; @@ -3843,11 +3751,11 @@ }; 0A273FF147C6C1A3B504E3652CD01233 /* MASPreferences-MASPreferences */ = { isa = PBXNativeTarget; - buildConfigurationList = EC16C017DE1417167E6F5BA25580BFAD /* Build configuration list for PBXNativeTarget "MASPreferences-MASPreferences" */; + buildConfigurationList = 6FE22B135905175246668954FEBA5282 /* Build configuration list for PBXNativeTarget "MASPreferences-MASPreferences" */; buildPhases = ( - 23244956864A83194BB70BC612F81A2B /* Sources */, - 6ADEE4EFD08BD087C209B85181550B2B /* Frameworks */, - 7DA106AE1A5955CAEBB1BCF570FE930F /* Resources */, + 600C715C6E7006B812222A56C12B2CA5 /* Sources */, + 93CC12A18EE20FD4C5C89E27368D730E /* Frameworks */, + 23F12DCCD5C726C6411539AE2DC8D75B /* Resources */, ); buildRules = ( ); @@ -3878,17 +3786,17 @@ }; 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */ = { isa = PBXNativeTarget; - buildConfigurationList = 81D9229A14FCC5DBB8606112BCB23C05 /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */; + buildConfigurationList = 2DF9D2BA607AFB080AD9CD254E05A4EE /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */; buildPhases = ( - 72FA3D91FC443FA38354F93765DA088B /* Headers */, - 0B9DCE554BDF015C4240C012A97B0F15 /* Sources */, - 180110205825ACB6E8675379233DE4EA /* Frameworks */, - 49CEDBC4729A0493E18CDE34CAC651BE /* Resources */, + 0CC31DB5EE16670BCE2AC2D4E86A61C2 /* Headers */, + 7990C8CF77362522C697920747D9C864 /* Sources */, + 33CAB36BDD2B7771EA18F436EE20A5E3 /* Frameworks */, + F47027243F91A1EC67EA4B82D22C1E3B /* Resources */, ); buildRules = ( ); dependencies = ( - 554F629475EA1394D349AE5FC18A8794 /* PBXTargetDependency */, + 18A0502B962846EB6CAE479F73ED0515 /* PBXTargetDependency */, ); name = FirebaseCoreInternal; productName = FirebaseCoreInternal; @@ -3907,7 +3815,7 @@ buildRules = ( ); dependencies = ( - 4F2665BA56C4CDE7AA567983F7EDB927 /* PBXTargetDependency */, + 90311445E18155E5260DC3A261A7B83D /* PBXTargetDependency */, ); name = MASShortcut; productName = MASShortcut; @@ -3916,12 +3824,12 @@ }; 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */ = { isa = PBXNativeTarget; - buildConfigurationList = EFA4EA5EAF05B398BD4A386874D8E204 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; + buildConfigurationList = 14893F605F0E3EA9C204AED78EF314A6 /* Build configuration list for PBXNativeTarget "PromisesObjC" */; buildPhases = ( - 0D318E33925F4D6751990129780459A9 /* Headers */, - B0B32545ED756F4BA65F43BE0085044A /* Sources */, - 3F16934004F26E1B958D2DD15E7FF1DE /* Frameworks */, - 9235036D04E84353C9AD751EAD910D64 /* Resources */, + 0614F40A4688CFA54670945A0BBF3A85 /* Headers */, + B46CB9262ED782C2505FA87F1C4A4367 /* Sources */, + E48612DE7692150063254EBB1960832A /* Frameworks */, + 104C8A64C91A75F96A3296355A98EBBD /* Resources */, ); buildRules = ( ); @@ -3952,18 +3860,18 @@ }; 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */ = { isa = PBXNativeTarget; - buildConfigurationList = E9F3E887C1BA120BCD805CBA3851D8C3 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; + buildConfigurationList = CB1A1EDAEA68F3A2B0A7949CC86FA042 /* Build configuration list for PBXNativeTarget "FirebaseCore" */; buildPhases = ( - 191AFD5B761D09494C38685D3E99001C /* Headers */, - DD3B49BA662ACE4B6991D75DAD462654 /* Sources */, - 635CD641E539B3601D3185ED1B6F5569 /* Frameworks */, - 11508672D74E31FADFD857A374AE5DCD /* Resources */, + 8881D7C2940323D6E8B9FFF76B7DEFEF /* Headers */, + A70D687696710C2A633DCEA112913182 /* Sources */, + 52F4576851DF46C31E321BBB294B11A0 /* Frameworks */, + 86D89F58F19035ED38B7F60059554244 /* Resources */, ); buildRules = ( ); dependencies = ( - 43513606CA33BF0A2E9EC074104F2CB5 /* PBXTargetDependency */, - 86D4FE1ED31E64C1226662F80FAEC331 /* PBXTargetDependency */, + 228FD3205D365B547A381CC83C7367BA /* PBXTargetDependency */, + 3005016EEE57CA4F0DCBC4127041FE25 /* PBXTargetDependency */, ); name = FirebaseCore; productName = FirebaseCore; @@ -4008,11 +3916,11 @@ }; 73C37A16ECCEAD845651DCDEE95675BE /* MASShortcut-MASShortcut */ = { isa = PBXNativeTarget; - buildConfigurationList = 80AEA59C9AA721689B4B67E2B1668292 /* Build configuration list for PBXNativeTarget "MASShortcut-MASShortcut" */; + buildConfigurationList = DC605F91E3E99892406D710CCCF6B996 /* Build configuration list for PBXNativeTarget "MASShortcut-MASShortcut" */; buildPhases = ( - 8704E14A9523B4FEC5D6B9A602D62747 /* Sources */, - 5D1AAEC90711265793F76F65572D17B8 /* Frameworks */, - 7E9DFCFBC3082C6D97E2EFF6E59D593B /* Resources */, + 67E742F627C6582EEF396F9A2B1AB9B7 /* Sources */, + 03330C2E8E11173EFD7E4699D50AC503 /* Frameworks */, + CC87A4B566009C7666593DB55A8856CF /* Resources */, ); buildRules = ( ); @@ -4025,37 +3933,36 @@ }; 85E42DEBB9BFEB455B18B8D5F0F36F65 /* Pods-Easydict */ = { isa = PBXNativeTarget; - buildConfigurationList = D08975B1202A946E3AD8AA36B6C7F82C /* Build configuration list for PBXNativeTarget "Pods-Easydict" */; + buildConfigurationList = AE1D0C6E92DCE032A5E5093F95FD3C7C /* Build configuration list for PBXNativeTarget "Pods-Easydict" */; buildPhases = ( - A3C4C1A0E71F68953482D38FA68CF9D3 /* Headers */, - 4F4A4B4E5C61EA687D4122EB8252A1A2 /* Sources */, - 446C86D91F42D83E02B06298C7C050CA /* Frameworks */, - 4737FD0FA802C943B62FC4B64B43D287 /* Resources */, + E484C6F9B8165933C734F9C23AC5918F /* Headers */, + 50E701789CB8AA7E70E2DE840A482792 /* Sources */, + FAA5F72777EB8D25A5D9AB3670BBCD28 /* Frameworks */, + DAC816718F95C0824E2265F3094B139A /* Resources */, ); buildRules = ( ); dependencies = ( - 5BB8E9D46EEAE9658FE5DC375798D959 /* PBXTargetDependency */, - 5B1C1B21239BD64A470DB107BA1E8960 /* PBXTargetDependency */, - CD1C4BDE0FC6B0204681C16360732CFB /* PBXTargetDependency */, - B5B8DDF88E634B17D401C2BA3A096BA7 /* PBXTargetDependency */, - 1B55DB1E87B627232A71494FDC845A31 /* PBXTargetDependency */, - EB42863F0F416DC20F7F77380F58489C /* PBXTargetDependency */, - 64F7FB687543B3A852E078FDB678146B /* PBXTargetDependency */, - B869FBD0AC18AA1D39C0E7617526FF7A /* PBXTargetDependency */, - 812C5F61FF174429239D80F1049B247B /* PBXTargetDependency */, - F2C876C11D39194B4ABB365BDDD73ECE /* PBXTargetDependency */, - 2DE62283987322C13F4D41B8CB5E0C6C /* PBXTargetDependency */, - BB985B29222136F780D49E741753A4D0 /* PBXTargetDependency */, - EE5EDCF7922963C033ACC9B8DBD128F6 /* PBXTargetDependency */, - F8BA06BC7B72614DB8D4FB9D7C972EDE /* PBXTargetDependency */, - 626D97300D6BABB34E34E8A80DB1C988 /* PBXTargetDependency */, - 0A2F80DD78BFA6CB22D437469D036754 /* PBXTargetDependency */, - 697B4ABB09A5991CBF628AB9FB636113 /* PBXTargetDependency */, - 16D2FDA2D20308248C3F1583738DC10E /* PBXTargetDependency */, - 83842C63E3BBC3FF6061221E95343210 /* PBXTargetDependency */, - 5B4F5A7E347204B273441B9103A0E2FF /* PBXTargetDependency */, - B9FFEDEA914A2A9D9A6B832C51046278 /* PBXTargetDependency */, + 6FAE42E865D341D813F21A6E860DA7B6 /* PBXTargetDependency */, + 765684F180203A58019E1836613D79A7 /* PBXTargetDependency */, + 385B6AE355431557C0480778B9F03E1A /* PBXTargetDependency */, + 7EACDA232898323E170099D77B7804B2 /* PBXTargetDependency */, + 78BAB4597E3A7910E08059DB862F98C4 /* PBXTargetDependency */, + 721DB455E083E09A0DD20A2E19D98D7C /* PBXTargetDependency */, + EF59229BF66AD3D7FBB83E21DDA2B0F7 /* PBXTargetDependency */, + D4AA5D2430864C643104510D6A3EB2DE /* PBXTargetDependency */, + EE0606598B1F89E8891600D266668646 /* PBXTargetDependency */, + CFBA5D1D419B4256731E79F0D1965C4A /* PBXTargetDependency */, + 754FCEC88253321870AAD9F9A52FDBD9 /* PBXTargetDependency */, + CD2413AB5516E65DEE1321B3CC47F310 /* PBXTargetDependency */, + 8F137AF0FE6916EA16AE731CED53D607 /* PBXTargetDependency */, + 9BD44A42010B7989FA2F79D2445EDB96 /* PBXTargetDependency */, + 3F38FC131B4EEBDA6888EECAC8F9EB4F /* PBXTargetDependency */, + FC6708D9F9BD105FDCDED02A2301D841 /* PBXTargetDependency */, + 9564EE51990A87B70E9495B02DEF7995 /* PBXTargetDependency */, + F08352281251B001ADB83B709819BF99 /* PBXTargetDependency */, + DCFE46516D29A76C869DAF017004AAA8 /* PBXTargetDependency */, + 96A020E4E2AF3F0A4735CF497C67D890 /* PBXTargetDependency */, ); name = "Pods-Easydict"; productName = Pods_Easydict; @@ -4064,19 +3971,19 @@ }; 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */ = { isa = PBXNativeTarget; - buildConfigurationList = 9C1BC0289F5518779B8A4E9C21CF25F1 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; + buildConfigurationList = E5FCB11C4C21F8000D9D4FC622C4755C /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */; buildPhases = ( - 19D8BC86CEB2D6DFF00F295ED7540EF0 /* Headers */, - 453DCFD75603B95C74F0CD01A6DBA834 /* Sources */, - CADF2AB0D10344CE210EF2069035DCDA /* Frameworks */, - D2331F66FAEBB0D68535530A1D359EFA /* Resources */, + 66A22480DCC04891C8D5184B472DD724 /* Headers */, + EB4DFDD1EC31AC3AEEB1DC5444F50A02 /* Sources */, + B2E41845D23F5CCA1CF5CE6FC0426F33 /* Frameworks */, + 05E448B23ADC29DCDAC14C05D6FCB16C /* Resources */, ); buildRules = ( ); dependencies = ( - 8EA50CA4CC82BC4CDC68FEF846CF9484 /* PBXTargetDependency */, - 520D69300853BFCFB6CC6C8716F0F780 /* PBXTargetDependency */, - BC28F4AB19C8963E1A84D7CC5DAF07CF /* PBXTargetDependency */, + BDD0C7027CE4E5D7791145A3C366C02E /* PBXTargetDependency */, + 07578876BA28F31C559D715FDBB86E76 /* PBXTargetDependency */, + 69FF46D1791DB071600D2079CAA676BF /* PBXTargetDependency */, ); name = FirebaseInstallations; productName = FirebaseInstallations; @@ -4085,17 +3992,17 @@ }; 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */ = { isa = PBXNativeTarget; - buildConfigurationList = DA72AAEE3E36AFCA94C19EBE2F25C1A9 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; + buildConfigurationList = 02ED8A7C975062CC64FFE89185F54D65 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */; buildPhases = ( - AA47AA2BABD2B50AE12B073AE3B2FFF8 /* Headers */, - 3AAF346C35069EF1804CCADD096866B0 /* Sources */, - E4161178434919DACF6B7A64E3CFBFAB /* Frameworks */, - A7860947436667175AEACFEF84276231 /* Resources */, + 540316EE78778B5E1509B1709D846F41 /* Headers */, + B56A29E6EA278F1195D8A7B910CD662B /* Sources */, + 82E536C050BCE436B1AA94E5DC88D815 /* Frameworks */, + 233234798A16414EC5098CE7F2153F91 /* Resources */, ); buildRules = ( ); dependencies = ( - D8835A95807AE8342DECDCA68650C2F2 /* PBXTargetDependency */, + 6B2A0C0F773DCB9569773C01DF191333 /* PBXTargetDependency */, ); name = GoogleUtilities; productName = GoogleUtilities; @@ -4132,7 +4039,7 @@ buildRules = ( ); dependencies = ( - 94BD046E8E20E54ECD1EEBDEDD1B6162 /* PBXTargetDependency */, + AE09FD839927CE00B272688F62433354 /* PBXTargetDependency */, ); name = MASPreferences; productName = MASPreferences; @@ -4141,12 +4048,12 @@ }; D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */ = { isa = PBXNativeTarget; - buildConfigurationList = C0670BF75A5B356D4CC5B641C6DF3111 /* Build configuration list for PBXNativeTarget "nanopb" */; + buildConfigurationList = A5AF4D992946620112B66B22999E7A86 /* Build configuration list for PBXNativeTarget "nanopb" */; buildPhases = ( - 3A9704169CCCDA4EE04BB0C5132C5588 /* Headers */, - E87178DE6C98F942C03B8B58C5287AAA /* Sources */, - 308160FDB8E37F176A0AAECC9FB5B84D /* Frameworks */, - 730EA9CBDEAF81C2DBF62B85B335CD5F /* Resources */, + F006C229F836FED53D007904D8FD51D4 /* Headers */, + DD68450381CBE52F8D556F64DB772146 /* Sources */, + CDB81A039DBC250BC5BF7D27359E8A98 /* Frameworks */, + 38FA9592CE8BB95923192E239623E763 /* Resources */, ); buildRules = ( ); @@ -4251,7 +4158,6 @@ 0470353E8CC9CF58F0DD2C31E0F3E085 /* Pods-EasydictTests */, 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */, 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */, - ED77B4B88587C894E85C361023D67C53 /* Sparkle */, F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */, 1CD0618C486973D5588EF20D2E8C0AEA /* SwiftFormat */, ); @@ -4266,93 +4172,71 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 11508672D74E31FADFD857A374AE5DCD /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 1C5C09E0A9D3FFF44C9A2D2EEFC11A37 /* Resources */ = { + 05E448B23ADC29DCDAC14C05D6FCB16C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 35A04E3D56729C21B2C23D946D3D2936 /* Resources */ = { + 104C8A64C91A75F96A3296355A98EBBD /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4737FD0FA802C943B62FC4B64B43D287 /* Resources */ = { + 1C5C09E0A9D3FFF44C9A2D2EEFC11A37 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 49CEDBC4729A0493E18CDE34CAC651BE /* Resources */ = { + 233234798A16414EC5098CE7F2153F91 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 4C01DE77BA52FE917D39D96D38D157F7 /* Resources */ = { + 23F12DCCD5C726C6411539AE2DC8D75B /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + C5ECFEA076178947E7B92B835F7F533A /* MASPreferencesWindow.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 730EA9CBDEAF81C2DBF62B85B335CD5F /* Resources */ = { + 35A04E3D56729C21B2C23D946D3D2936 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 74397A5E64F3D58831A4F0E31F95ABA5 /* Resources */ = { + 38FA9592CE8BB95923192E239623E763 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 7DA106AE1A5955CAEBB1BCF570FE930F /* Resources */ = { + 4C01DE77BA52FE917D39D96D38D157F7 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5A22A330C53999AA43D354D5F231B038 /* MASPreferencesWindow.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7E9DFCFBC3082C6D97E2EFF6E59D593B /* Resources */ = { + 74397A5E64F3D58831A4F0E31F95ABA5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 51993D641741D58D777B76E993B651BA /* cs.lproj in Resources */, - 94CA83498BA942E7E82ED9F61508E5BC /* de.lproj in Resources */, - 9B4EA39A4FECC9D9C9A0486E926DFF5A /* en.lproj in Resources */, - 94FCBBC643961AFA76DD54E1DC82B6F0 /* es.lproj in Resources */, - 98DC7152B0792A78EBCF1E01EEB44EE0 /* fr.lproj in Resources */, - 50F2EC880CE83074B385855D143C76B4 /* it.lproj in Resources */, - 8832124D709A94D868383E10A05A1F9F /* ja.lproj in Resources */, - 07A348719B789867F67783951EE3985D /* ko.lproj in Resources */, - 3915A579539CDFCC3A29C64E351D8345 /* nl.lproj in Resources */, - 212235F044881DE7E457984F342F2C1C /* pl.lproj in Resources */, - 707B82F63FF56E0AA36A5E6BB820E749 /* pt.lproj in Resources */, - 29F83A3316B93DB5CA2C02DFB2E3CD88 /* ru.lproj in Resources */, - 732891897D61A904D068FF8CBD5D2DB7 /* sv.lproj in Resources */, - FAF1C8AD9786710E14B29870986B87A5 /* zh-Hans.lproj in Resources */, - 5D975092790052FDDED833BF4E191935 /* zh-Hant.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9235036D04E84353C9AD751EAD910D64 /* Resources */ = { + 86D89F58F19035ED38B7F60059554244 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4374,28 +4258,43 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - A7860947436667175AEACFEF84276231 /* Resources */ = { + B8E8D5E5D1ED0D861BF0C3F5228B5E45 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B8E8D5E5D1ED0D861BF0C3F5228B5E45 /* Resources */ = { + BC665AA86AC9AA7A4AD82F95245A797D /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - BC665AA86AC9AA7A4AD82F95245A797D /* Resources */ = { + CC87A4B566009C7666593DB55A8856CF /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 67C8D8ADF8A11D5E4C3D32E6D9F1B84D /* cs.lproj in Resources */, + 8861548F556D1516B49B431495C4FC91 /* de.lproj in Resources */, + F9E78E7957FEDE21B7E1B63E5CD26DA7 /* en.lproj in Resources */, + 3A056E281C1BF6714E8FEE398F2339A7 /* es.lproj in Resources */, + A24BFE02026020BC7C997A4F1E4476B5 /* fr.lproj in Resources */, + BD6F67DC54C8D51899F961570D881318 /* it.lproj in Resources */, + 533E3D7960BD10DB79183A7AFFC95C26 /* ja.lproj in Resources */, + 62E378A83FC08197E7C53A6470F9A182 /* ko.lproj in Resources */, + 2A98BA37967E6286D880D6FA2AD32B5A /* nl.lproj in Resources */, + B5EA4F3F3003C5BD04615914B9A258B3 /* pl.lproj in Resources */, + 2689ACB68BFD89A4319C55DCF4279D62 /* pt.lproj in Resources */, + D9A28EB1D22BBBB5AC1C21AE4C1E0E9A /* ru.lproj in Resources */, + F213FAFC6A75E980C91D8BDFE68398D5 /* sv.lproj in Resources */, + A24B25C1DDDC90FAC2C5DC3B2FBCE95C /* zh-Hans.lproj in Resources */, + 9AA33EC86110841F42799F635E3E7C29 /* zh-Hant.lproj in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; - D2331F66FAEBB0D68535530A1D359EFA /* Resources */ = { + DAC816718F95C0824E2265F3094B139A /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4417,41 +4316,48 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + F47027243F91A1EC67EA4B82D22C1E3B /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 8C5B5926777AB8C2838BC915F74F1BC1 /* [CP] Copy XCFrameworks */ = { + 35F3BFE483DD5CC01E38185C6C2E2092 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-input-files.xcfilelist", ); name = "[CP] Copy XCFrameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; - 9AAC30B184A9031FCED5484923D3AD91 /* [CP] Copy XCFrameworks */ = { + 8C5B5926777AB8C2838BC915F74F1BC1 /* [CP] Copy XCFrameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-input-files.xcfilelist", ); name = "[CP] Copy XCFrameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement-xcframeworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/FirebaseAnalytics/FirebaseAnalytics-xcframeworks.sh\"\n"; showEnvVarsInLog = 0; }; AAD7D4593ED3B713FDA455F0E36487CE /* [CP] Copy XCFrameworks */ = { @@ -4474,26 +4380,6 @@ /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 0B9DCE554BDF015C4240C012A97B0F15 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA016446F7567550C68525173AC55E2E /* _ObjC_HeartbeatController.swift in Sources */, - D2E98075AEBEE849065B09FE18CFA68D /* _ObjC_HeartbeatsPayload.swift in Sources */, - 4E79AE7205066B877683EAE42848FCE8 /* FirebaseCoreInternal-dummy.m in Sources */, - F4DC366B72E3095BE6FD056EC1C99E93 /* Heartbeat.swift in Sources */, - F2F454E618C6C806ECF6F238D6082CDC /* HeartbeatController.swift in Sources */, - 2CED8655895D228B964F57DB1D8C34F8 /* HeartbeatLoggingTestUtils.swift in Sources */, - 9D523EE6D046D07253F6D6CD2ED52C45 /* HeartbeatsBundle.swift in Sources */, - 0C9E5A02EC07D8C009DD30E2EAF69EE6 /* HeartbeatsPayload.swift in Sources */, - A98B52095F9C489F119A94F427A11062 /* HeartbeatStorage.swift in Sources */, - 7D5BD4C0794690E8C9A22126B8D1D897 /* RingBuffer.swift in Sources */, - 3A763A53191897A405DA2D3409DFB72A /* Storage.swift in Sources */, - 792285DF92F2C67CF52E334069B8DE3A /* StorageFactory.swift in Sources */, - 755FC4FC87ECED46E3E9921443B1B6EE /* WeakContainer.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 18E0B4A1E792FBD893C6AFF30D9A4739 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4536,72 +4422,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 23244956864A83194BB70BC612F81A2B /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3AAF346C35069EF1804CCADD096866B0 /* Sources */ = { + 50E701789CB8AA7E70E2DE840A482792 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - FE1969D109E4271946EABE52FB085C5C /* GoogleUtilities-dummy.m in Sources */, - E362654BC529BD54F6B7F7A7E93084E3 /* GULAppDelegateSwizzler.m in Sources */, - F977D6C26D67BB9F71EFD5FBC5645B56 /* GULAppEnvironmentUtil.m in Sources */, - FA52C929CAA789474C35E7555E3A34F3 /* GULHeartbeatDateStorage.m in Sources */, - 513F6A2BB479B6F854D23DE357BB9C2A /* GULHeartbeatDateStorageUserDefaults.m in Sources */, - C79BE7915C9F88122EE4210D3DD8E79C /* GULKeychainStorage.m in Sources */, - AE793D7A5BABA922A56226071BBCCA7E /* GULKeychainUtils.m in Sources */, - 72D017AADCB1C59BECF76DEC2A8FBD48 /* GULLogger.m in Sources */, - 5D1535B195A20A83DAB1A5830D71E0A2 /* GULMutableDictionary.m in Sources */, - 161F8584C26C2D29C50FD9DD650C6BB5 /* GULNetwork.m in Sources */, - 7DD2344DE7877A6AE87A7B3F638A6C9E /* GULNetworkConstants.m in Sources */, - B0C98A12FADD85724B284EB96967EA0A /* GULNetworkInfo.m in Sources */, - A54247ABA49583F293E707D8B5028B1A /* GULNetworkURLSession.m in Sources */, - CCFE7851BCF0D1D1006B3A59A6A21A9C /* GULNSData+zlib.m in Sources */, - D9E78D4668420BFA9D041614AFFB22A4 /* GULReachabilityChecker.m in Sources */, - FB16E6DA740554ECF92A48EEA02E392B /* GULSceneDelegateSwizzler.m in Sources */, - 0F39E96C39E0B0CB71B268F5FD1AA4CB /* GULSecureCoding.m in Sources */, - D73AB871B459D3389C55E4DF695FCD25 /* GULSwizzler.m in Sources */, - 1433200D31E98ABA204D865F1279F4C5 /* GULURLSessionDataResponse.m in Sources */, - C8A7AD99D34AD9A5418C272E90AA793D /* GULUserDefaults.m in Sources */, - 91BBBE3D0B2DD981C830135D9F6152A6 /* IsAppEncrypted.m in Sources */, - 0789BD6BE484AD4F73DD0AEAF0E80584 /* NSURLSession+GULPromises.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 453DCFD75603B95C74F0CD01A6DBA834 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 318342C929C4A8AB22627B7AC8449B42 /* FIRCurrentDateProvider.m in Sources */, - 0B49E69109C29E8604C9B5E68504CB05 /* FirebaseInstallations-dummy.m in Sources */, - 917C0C4610DB4424D13D8DC963FF7F93 /* FIRInstallations.m in Sources */, - 1347CB06E821EB204920E1A014487269 /* FIRInstallationsAPIService.m in Sources */, - 78641A1AC7029D3F0F32249B97470016 /* FIRInstallationsAuthTokenResult.m in Sources */, - 5B527713CA77A1B78FADDAEE9B945934 /* FIRInstallationsBackoffController.m in Sources */, - 2903825E4B8C2D7CE6CB88AE0374ED88 /* FIRInstallationsErrorUtil.m in Sources */, - 8B704183EDA24926F08CF253ED169997 /* FIRInstallationsHTTPError.m in Sources */, - 80D808E01AC20178B60DEFD0D2BD4488 /* FIRInstallationsIDController.m in Sources */, - C16651D6E856FBD9B69CF5E2817BB0CF /* FIRInstallationsIIDStore.m in Sources */, - 45343C6BD68389D5D64F67ADA774B647 /* FIRInstallationsIIDTokenStore.m in Sources */, - FB5F7FF62513F0DEB185C232F886B6EE /* FIRInstallationsItem.m in Sources */, - 5A63F9704F32CB07506406B4982999F4 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, - CC17F63B1DEE6D32B54212F1254A8222 /* FIRInstallationsLogger.m in Sources */, - 8955255AD7B8EBBEFD6411AFDEB454A3 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, - 20EA9F154FBFA9F3E96D4DA8A654E4F6 /* FIRInstallationsStore.m in Sources */, - F26985F5ACDEC583366DF4D1960C5101 /* FIRInstallationsStoredAuthToken.m in Sources */, - 8AB027F62A2F4180EBF517771A936A0B /* FIRInstallationsStoredItem.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4F4A4B4E5C61EA687D4122EB8252A1A2 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 27FA476DD7EA07E724F086D79724DE4F /* Pods-Easydict-dummy.m in Sources */, + B26BF9DF5132BE5ECA93A15E7028566D /* Pods-Easydict-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4632,6 +4457,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 600C715C6E7006B812222A56C12B2CA5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 632DEA6DCC1AC3F324CF8695E4FA4EAD /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4646,10 +4478,30 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 8704E14A9523B4FEC5D6B9A602D62747 /* Sources */ = { + 67E742F627C6582EEF396F9A2B1AB9B7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7990C8CF77362522C697920747D9C864 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 11A621744F474DB1CA46DF4C60D08B68 /* _ObjC_HeartbeatController.swift in Sources */, + E8CCD2FFCDCB2432559837C3388DC17F /* _ObjC_HeartbeatsPayload.swift in Sources */, + EA7EC088FC3C944F9F2EA9B4CAB0D77D /* FirebaseCoreInternal-dummy.m in Sources */, + E1FBE2498E622ABF66A6A21411C77F80 /* Heartbeat.swift in Sources */, + 71A851C5477AC589CA3B149728BACB64 /* HeartbeatController.swift in Sources */, + 054DBBE04F37DB6DD38C9DA2234FDA79 /* HeartbeatLoggingTestUtils.swift in Sources */, + 70606CA9B520DAFB0615207B4A663BBA /* HeartbeatsBundle.swift in Sources */, + 61149ACF0ED9D1B3F7DC90C419FDBFFF /* HeartbeatsPayload.swift in Sources */, + 577EC443C83EDCF51608C3FCD935785C /* HeartbeatStorage.swift in Sources */, + 4FFA4416DAE1242308617CC9FBAB3796 /* RingBuffer.swift in Sources */, + BC8F75AB45086D554CB028BD4BA487D3 /* Storage.swift in Sources */, + DDB6B0BA7C2C2554BBA3B61B0742B5BC /* StorageFactory.swift in Sources */, + 616EC88DCB603EF67D28FC5BD4D2783B /* WeakContainer.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4675,6 +4527,27 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A70D687696710C2A633DCEA112913182 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 6F92499517FA29D231CA51417C59AFE9 /* FIRAnalyticsConfiguration.m in Sources */, + A207A5AD4B0D27441A6A4F8E11E9A7AC /* FIRApp.m in Sources */, + 35C06E67CAAC41AF662AAFFF725C87C6 /* FIRBundleUtil.m in Sources */, + 2AF33E4419BDD78DBD838F1D60319495 /* FIRComponent.m in Sources */, + 46C3EF7A9E7555F9D608A5D3FC91F5C3 /* FIRComponentContainer.m in Sources */, + 43D2C3366133B164643C265E9712BE73 /* FIRComponentType.m in Sources */, + 49F54453E64C12D8DB48C8FCC77ABD89 /* FIRConfiguration.m in Sources */, + 87AEA5793D5BCB0DE53EE8AC0A5EB6D5 /* FIRDependency.m in Sources */, + 08A42F03265909E583EBB5EA96DA6635 /* FirebaseCore-dummy.m in Sources */, + EA827EACA81857493EC3BF86B9A7E0CA /* FIRFirebaseUserAgent.m in Sources */, + 1E091351693AAF5A5396AB801BC2B1F4 /* FIRHeartbeatLogger.m in Sources */, + 8A057682F8F4FA3635A98B02E535B8D7 /* FIRLogger.m in Sources */, + 28C706A658E9ADF28932FEFF151CDF18 /* FIROptions.m in Sources */, + 757F13C4C2EC56A29CB6CEC950310337 /* FIRVersion.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9A4A428411D7908E31BD7DE3790322A /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4757,33 +4630,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - B0B32545ED756F4BA65F43BE0085044A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C3EA4DC3E450DEF5ED2E5F1E092BACBC /* FBLPromise.m in Sources */, - E017BAFF21FC1FFCA4550F46A7621A75 /* FBLPromise+All.m in Sources */, - 0F481D0A96EE9DCE7A6193E47F6DAF8D /* FBLPromise+Always.m in Sources */, - CF443E1D8984474E205256D55C8EDC39 /* FBLPromise+Any.m in Sources */, - 2D4795E535C6A217D59965856FD46ADA /* FBLPromise+Async.m in Sources */, - AFA0423FC19D69E5C239C3FDB613AB26 /* FBLPromise+Await.m in Sources */, - 67F96398C771B9F675F87F094C687E68 /* FBLPromise+Catch.m in Sources */, - 347F3E6A9A9F0806BC89BE784599C294 /* FBLPromise+Delay.m in Sources */, - 4B3358E6832754AEAC4316657F43AB9E /* FBLPromise+Do.m in Sources */, - 27E92806A67BFA5B98E4A668C458C06F /* FBLPromise+Race.m in Sources */, - 5426622DBB8ABCC3B2A5D30D5E94FF5A /* FBLPromise+Recover.m in Sources */, - 1DC5EC6ABC6261ABEBB0DE86860DF9CD /* FBLPromise+Reduce.m in Sources */, - 9CFBC655DBB0D495D0AE5B2F261E9D1C /* FBLPromise+Retry.m in Sources */, - 79435F7F18365077BC0B4FD7605F8030 /* FBLPromise+Testing.m in Sources */, - E640826D19B139E8D98B38304A804F51 /* FBLPromise+Then.m in Sources */, - 9D710E4DBB42452FC1B61974D61D21A2 /* FBLPromise+Timeout.m in Sources */, - 1BCB76FDC8BD5F4E908700C27731B591 /* FBLPromise+Validate.m in Sources */, - 9886A202743C3D756057B418ECA92694 /* FBLPromise+Wrap.m in Sources */, - 7362960416D1EC319EED7C3B29DF9128 /* FBLPromiseError.m in Sources */, - 5A8E2F824945E88A1A22CC766A2D8C85 /* PromisesObjC-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; B361498D1FAB5FF404561E9A03BCEBC2 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4808,6 +4654,62 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B46CB9262ED782C2505FA87F1C4A4367 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 223F11E817EE45BA1D7AC505377E9C18 /* FBLPromise.m in Sources */, + B96168BA1D52D7361264E1E1B4B25E51 /* FBLPromise+All.m in Sources */, + EB0145FE5EF2D79E8028B0F0E9BF8E43 /* FBLPromise+Always.m in Sources */, + 4B596DFC772B546756DFEFB751AA6314 /* FBLPromise+Any.m in Sources */, + FF2A70613AD2FC1BBB2FF13965D885E6 /* FBLPromise+Async.m in Sources */, + AA43BC70054FA5FE5B8FC4BF78E41531 /* FBLPromise+Await.m in Sources */, + A3C6557D62B4C2802C1EA51FDFF82C2A /* FBLPromise+Catch.m in Sources */, + A32EB412D6CB2D3D10730EEAD893F000 /* FBLPromise+Delay.m in Sources */, + 468E23522181A89F0A840B51AEED2FDF /* FBLPromise+Do.m in Sources */, + 55FE00085029AB965AD0562B5DEDCB33 /* FBLPromise+Race.m in Sources */, + A074AAA89A4F6553CDD7657E4D1A1932 /* FBLPromise+Recover.m in Sources */, + 3994CE1C1D1B0DFB667F94048839D41F /* FBLPromise+Reduce.m in Sources */, + A2B3B17B767F3996298B9B6B240F2B96 /* FBLPromise+Retry.m in Sources */, + D8A55922B6812FC9829397C0DF800BB2 /* FBLPromise+Testing.m in Sources */, + 0551443017279ADE06834AD539F81563 /* FBLPromise+Then.m in Sources */, + BF2C249F3A370622008F4056E6A78492 /* FBLPromise+Timeout.m in Sources */, + CC5CF9E9C4486881B6CD156BC228B076 /* FBLPromise+Validate.m in Sources */, + 78A6121722F0F5E5CA5895B26407E86F /* FBLPromise+Wrap.m in Sources */, + E3899A9946709DB6264C0BBB1E28039F /* FBLPromiseError.m in Sources */, + 75750FF8A56C467040F030FC75820B79 /* PromisesObjC-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B56A29E6EA278F1195D8A7B910CD662B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3044C383FCF5593D03A9202D43DA92D7 /* GoogleUtilities-dummy.m in Sources */, + AAEEAB4C69E22DD6B2FB8A666BFC3B6F /* GULAppDelegateSwizzler.m in Sources */, + E7902DCBFFCE6A5816F9C15C691AD48A /* GULAppEnvironmentUtil.m in Sources */, + 249AAB6784FB55305807C24C9F3289D4 /* GULHeartbeatDateStorage.m in Sources */, + BE140C2F6E2CECFC1364D7549978F9F8 /* GULHeartbeatDateStorageUserDefaults.m in Sources */, + BD6D191E610E0FAC317ED1E5601F2B6C /* GULKeychainStorage.m in Sources */, + 65297E970EE270F5E9E62807896E4B65 /* GULKeychainUtils.m in Sources */, + 52FDDFA7CAC97B18E5F1DB4F75ED9C01 /* GULLogger.m in Sources */, + 8A54946EEE53C07D333C7796A1CDF741 /* GULMutableDictionary.m in Sources */, + 292E80CD2B2CCD4CA1A3D3673D80D5FB /* GULNetwork.m in Sources */, + 3250EE4C465E41D9A15330561196912A /* GULNetworkConstants.m in Sources */, + 56D336038B96070B74E73D08E42667CE /* GULNetworkInfo.m in Sources */, + 0D7AF303204D175FF3F35D35094F3772 /* GULNetworkURLSession.m in Sources */, + BD714C2F54A348222F0DDB1263B4F1CB /* GULNSData+zlib.m in Sources */, + B659081FDA6F637E1D8378ADFE0C29E6 /* GULReachabilityChecker.m in Sources */, + 60F72AFBA5824B1B56F33A93791218B3 /* GULSceneDelegateSwizzler.m in Sources */, + 90036FEB76AE7E6A717514DED83790FE /* GULSecureCoding.m in Sources */, + 8E73C71576EC96DD495F9939BC4CC968 /* GULSwizzler.m in Sources */, + 9DB047485ADDD9B38230D95E25D46115 /* GULURLSessionDataResponse.m in Sources */, + B08A36083E1685A7CDA85E132525CD07 /* GULUserDefaults.m in Sources */, + 814BE064A29D607B3F1781E76CE4F6CF /* IsAppEncrypted.m in Sources */, + F5B65CBF444CA525F303A8D3045F8283 /* NSURLSession+GULPromises.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C6023C2AE78CB93A694CD9A3AEE44D1E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4835,330 +4737,328 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DD3B49BA662ACE4B6991D75DAD462654 /* Sources */ = { + DD68450381CBE52F8D556F64DB772146 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0F60B5A390A684C7D939B1A98185A223 /* FIRAnalyticsConfiguration.m in Sources */, - BBE1B10F56669463F6558E212C4DEE71 /* FIRApp.m in Sources */, - 7001DA3BD8F4DFFCFE00A56DCFC61999 /* FIRBundleUtil.m in Sources */, - DC4CDE87E95F95C9AC37E91683698FC1 /* FIRComponent.m in Sources */, - CFEA92A58B4128629FAC581DDAC74D04 /* FIRComponentContainer.m in Sources */, - AE4C6A459CA135ACA56556F0216D2589 /* FIRComponentType.m in Sources */, - 942CA8EC04306F3DB8859494E56E96D5 /* FIRConfiguration.m in Sources */, - CD2457269E918F6E4B9691F143E58BD0 /* FIRDependency.m in Sources */, - 4F565B7D5C2751816379B9D5C7BB4388 /* FirebaseCore-dummy.m in Sources */, - A56F2610AF8CCE323668172007CE4462 /* FIRFirebaseUserAgent.m in Sources */, - A818DF199C8C4DFB7FC26302F1BE9CEC /* FIRHeartbeatLogger.m in Sources */, - A13052C67C414C303156585D98CAAD80 /* FIRLogger.m in Sources */, - 4BEC6B973C1B0375CA1B143019BFC230 /* FIROptions.m in Sources */, - D47A1B561A6E7A150F86DB585B5FB282 /* FIRVersion.m in Sources */, + 17105831BF7DB5F6FBE1318EB9EC123A /* nanopb-dummy.m in Sources */, + 8D69689DAB6FC315EFDADF833D508B6C /* pb_common.c in Sources */, + 505F9569C83807CAC320C3CE06FD2DAE /* pb_decode.c in Sources */, + AC38B73CE1A68CA06C95ADD564D5FF4A /* pb_encode.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - E87178DE6C98F942C03B8B58C5287AAA /* Sources */ = { + EB4DFDD1EC31AC3AEEB1DC5444F50A02 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - D8C9030BBFC1DEC530BC8CA415D1B375 /* nanopb-dummy.m in Sources */, - 144C471186A0CC15A7EF0E25C9AE4D97 /* pb_common.c in Sources */, - 20BBC159A514E4FB84568689CFE68C40 /* pb_decode.c in Sources */, - 6589FBEEE26D7F6E58F3BECF1FFBD42F /* pb_encode.c in Sources */, + 449421AB21F79103629F362A4B6AA699 /* FIRCurrentDateProvider.m in Sources */, + 084A1C182E9550E4CD053D68A116ACA9 /* FirebaseInstallations-dummy.m in Sources */, + 6BBEA7988C760FE6E643E22799F4F2A9 /* FIRInstallations.m in Sources */, + BFE03937C652F809754555E5BA8FC35D /* FIRInstallationsAPIService.m in Sources */, + F470E0B2AFEF7624AC59E42C8F1CA81E /* FIRInstallationsAuthTokenResult.m in Sources */, + 1DBC7EE7CB11F9350B1A57A1B8B9DE03 /* FIRInstallationsBackoffController.m in Sources */, + DBDE89B8AA0CA0752F37A3DF65E549D3 /* FIRInstallationsErrorUtil.m in Sources */, + A0623BFD7D475714A4D9A91342435908 /* FIRInstallationsHTTPError.m in Sources */, + 73A00F67E02649B371FE2DB3470B95E8 /* FIRInstallationsIDController.m in Sources */, + 006280D20B8D1F1DC73731CEC7A90BDF /* FIRInstallationsIIDStore.m in Sources */, + A55DD56A53EBB256D72969A74D7301F2 /* FIRInstallationsIIDTokenStore.m in Sources */, + 5CE62B503996D53B8311AF08973B8D70 /* FIRInstallationsItem.m in Sources */, + E19AF69C916CAAC05B696A5D3125F744 /* FIRInstallationsItem+RegisterInstallationAPI.m in Sources */, + 3517346CF0008DB33E5557EDC91CA7AE /* FIRInstallationsLogger.m in Sources */, + 23B33610BA55EFB8F0B0681F98DFD108 /* FIRInstallationsSingleOperationPromiseCache.m in Sources */, + 47C76EDB5202E67F4B53E7EB4FEDB222 /* FIRInstallationsStore.m in Sources */, + 788EA65E63930B917B07E59472828AE1 /* FIRInstallationsStoredAuthToken.m in Sources */, + 0169B92687D6CFA17E7F6264AD0FCCE4 /* FIRInstallationsStoredItem.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 0A2F80DD78BFA6CB22D437469D036754 /* PBXTargetDependency */ = { + 0419827F2C8E3A2CE6322E84E2D34995 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = DE90565BE91B94D712CAAC7C001A2B61 /* PBXContainerItemProxy */; - }; - 0CA6065F24C95A1F5F80C4FB4A41FF81 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = 84B343ECD05EECFA03E3B1BCCFB19313 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = 7705E38F915554812B29E27609692C9F /* PBXContainerItemProxy */; }; - 16D2FDA2D20308248C3F1583738DC10E /* PBXTargetDependency */ = { + 07578876BA28F31C559D715FDBB86E76 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SSZipArchive; - target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; - targetProxy = F9554582D162271FFA82F58F1605EB79 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 1F49FB1CB3880C10EB72018C455E1175 /* PBXContainerItemProxy */; }; - 1B55DB1E87B627232A71494FDC845A31 /* PBXTargetDependency */ = { + 18A0502B962846EB6CAE479F73ED0515 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 7392F452780401764C6048EC459CD856 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 8E03E4AFC34C721B14C92B543E01B7F8 /* PBXContainerItemProxy */; }; - 22009A41713836CEDA21CBC7ED4EBA05 /* PBXTargetDependency */ = { + 2042F6143661576E498C13613139E414 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FirebaseInstallations; target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = BC5A21F35BB2A9837DBAC2914DA9F870 /* PBXContainerItemProxy */; + targetProxy = B2D8874AEDC7052C090C75323BDFA9CE /* PBXContainerItemProxy */; }; - 24AA67FAD742C0DA3FE6F3C26618B007 /* PBXTargetDependency */ = { + 228FD3205D365B547A381CC83C7367BA /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MASShortcut; - target = 2B2B481A164695722839BD581D442457 /* MASShortcut */; - targetProxy = 461E5A04692B74F45383C5783E0BC005 /* PBXContainerItemProxy */; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = 23882E5B402DAA99230B9EC4C79EC4A1 /* PBXContainerItemProxy */; }; - 2DE62283987322C13F4D41B8CB5E0C6C /* PBXTargetDependency */ = { + 2CF2C601BD32EC8B412B100CF68BD9E0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 8EDA3DBB44F5833DEA7AAC051D5F2344 /* PBXContainerItemProxy */; + targetProxy = 216D7E3A1D7E3E693FFCB2D36536CF5B /* PBXContainerItemProxy */; }; - 31E496309BEACA18FE8779EA19402912 /* PBXTargetDependency */ = { + 2FB6420371EED3689F8B22962900A5F7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MASPreferences; - target = CCE0F64E83CEAFEE20D04DC7BD57303E /* MASPreferences */; - targetProxy = 68F60A6A22D5A19813EAAA4BA3D4B860 /* PBXContainerItemProxy */; + name = Masonry; + target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; + targetProxy = 21B1CF51F6C5890683680C9F90031D6A /* PBXContainerItemProxy */; }; - 3E0FA81F6E4F747455BC2447F35EB75B /* PBXTargetDependency */ = { + 3005016EEE57CA4F0DCBC4127041FE25 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AFNetworking; - target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; - targetProxy = BA745C0DEB6B4B863E123B0109114253 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = 2FF0A6B56CC5A6CBF7069A25BAC5FF96 /* PBXContainerItemProxy */; }; - 43513606CA33BF0A2E9EC074104F2CB5 /* PBXTargetDependency */ = { + 385B6AE355431557C0480778B9F03E1A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = D38A425280300171FDCEAC0639E498EB /* PBXContainerItemProxy */; + name = CocoaLumberjack; + target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; + targetProxy = 691867C4436782C2465270C7A0B08D9B /* PBXContainerItemProxy */; }; - 4F2665BA56C4CDE7AA567983F7EDB927 /* PBXTargetDependency */ = { + 3F38FC131B4EEBDA6888EECAC8F9EB4F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "MASShortcut-MASShortcut"; - target = 73C37A16ECCEAD845651DCDEE95675BE /* MASShortcut-MASShortcut */; - targetProxy = 75E68FF209D9D8C5CE2EDD09BE68E2C2 /* PBXContainerItemProxy */; + name = Masonry; + target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; + targetProxy = 3AA9D3100A590BD19B2965BB82B5162D /* PBXContainerItemProxy */; }; - 520D69300853BFCFB6CC6C8716F0F780 /* PBXTargetDependency */ = { + 48EA099553AAB09F1066372BD42CA2BD /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 3E9D742DF73887E191C4BDEC728A7C79 /* PBXContainerItemProxy */; + targetProxy = 2E262FCEAC1346B16B8F5B9F66306FFB /* PBXContainerItemProxy */; }; - 554F629475EA1394D349AE5FC18A8794 /* PBXTargetDependency */ = { + 4C7BEC81DB21231CA90EF3DF0C45E7C2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 717812D660A10D38BDE763EF916D510F /* PBXContainerItemProxy */; + name = SSZipArchive; + target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; + targetProxy = 32E283DC62656852EA8AE8B25BDB7D93 /* PBXContainerItemProxy */; }; - 5B1C1B21239BD64A470DB107BA1E8960 /* PBXTargetDependency */ = { + 5847DC1E7FE2B5BB368A3957B8C0FB04 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AppCenter; - target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; - targetProxy = 3C514B918CB07C3C39688381BC9DA102 /* PBXContainerItemProxy */; + name = JLRoutes; + target = 94C1BAA17BCEBC27586488A205D2E0CB /* JLRoutes */; + targetProxy = D9393E8099905AEF53BACCDA509DAD1E /* PBXContainerItemProxy */; }; - 5B4F5A7E347204B273441B9103A0E2FF /* PBXTargetDependency */ = { + 58D6C6BF4E2CD553779280B944132291 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SwiftFormat; - target = 1CD0618C486973D5588EF20D2E8C0AEA /* SwiftFormat */; - targetProxy = 20564685512BD9ED7D8258BF56361C33 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = C0069FDFFED4CF1DC0654BC0ACA0D721 /* PBXContainerItemProxy */; }; - 5BB8E9D46EEAE9658FE5DC375798D959 /* PBXTargetDependency */ = { + 69FF46D1791DB071600D2079CAA676BF /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = AFNetworking; - target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; - targetProxy = E69DBA16358ADEF2BE3DD65454E6D2DE /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 1E17020F263F13DC6872F2C20809FCA1 /* PBXContainerItemProxy */; }; - 626D97300D6BABB34E34E8A80DB1C988 /* PBXTargetDependency */ = { + 6B2A0C0F773DCB9569773C01DF191333 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Masonry; - target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; - targetProxy = 5B66F42E3C75A60C8BA8EADB6061D53D /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = C647B2E36726B12FEA3B8E75503EF589 /* PBXContainerItemProxy */; }; - 64F7FB687543B3A852E078FDB678146B /* PBXTargetDependency */ = { + 6FAE42E865D341D813F21A6E860DA7B6 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseInstallations; - target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; - targetProxy = ECB2A02B3A4FE50FDA2CDEB391755977 /* PBXContainerItemProxy */; + name = AFNetworking; + target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; + targetProxy = 5F3A1CAD92A1C0C53BE176157A1CB9FA /* PBXContainerItemProxy */; }; - 697B4ABB09A5991CBF628AB9FB636113 /* PBXTargetDependency */ = { + 721DB455E083E09A0DD20A2E19D98D7C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ReactiveObjC; - target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; - targetProxy = 5476933B60D486FEFEB0B0F4A656EA11 /* PBXContainerItemProxy */; + name = FirebaseCoreInternal; + target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; + targetProxy = 855A0B3E5E0BE795C727CF69C02B88DA /* PBXContainerItemProxy */; }; - 6BD97CE664536B0531A83F74E7710D78 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 8D3CBACF0B40F970B186CBAFCAE0475A /* PBXContainerItemProxy */; - }; - 7CD5ED4639A3F07AB5CA68E27850D222 /* PBXTargetDependency */ = { + 754FCEC88253321870AAD9F9A52FDBD9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = KVOController; target = 2568F753F09C4DFFD8770DCC78EDAEAE /* KVOController */; - targetProxy = 09E52036F18B454B0A99E710618CD00B /* PBXContainerItemProxy */; + targetProxy = 381A3449B6717808E11A7BC73EF5EB7E /* PBXContainerItemProxy */; }; - 812C5F61FF174429239D80F1049B247B /* PBXTargetDependency */ = { + 765684F180203A58019E1836613D79A7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 73552FC10E8081670F4D6A45F45B0208 /* PBXContainerItemProxy */; + name = AppCenter; + target = A3282A5B2437E609EEB85861D7ECE717 /* AppCenter */; + targetProxy = 7AE0B3EEAA76606688053B4274B7342B /* PBXContainerItemProxy */; }; - 83842C63E3BBC3FF6061221E95343210 /* PBXTargetDependency */ = { + 78BAB4597E3A7910E08059DB862F98C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Sparkle; - target = ED77B4B88587C894E85C361023D67C53 /* Sparkle */; - targetProxy = 0841343322C767F0E420279F1558EB2D /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 6F24B7C9D210BC02FD7E5F893FDF768E /* PBXContainerItemProxy */; }; - 866018C2922349D976E2A124225BAD77 /* PBXTargetDependency */ = { + 7BEF7867AA0C21C8C4A1406215BC8858 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleUtilities; target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = E9EF83102526DB5E0E0554BBCBD4E1CE /* PBXContainerItemProxy */; + targetProxy = D037B37E137652FFD16651D85DE98A12 /* PBXContainerItemProxy */; }; - 86D4FE1ED31E64C1226662F80FAEC331 /* PBXTargetDependency */ = { + 7C8222CBE9B2D967C6D8F1D7AF9B659B /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = 8D6E90FF1F21508F89C70C6E4B0196B4 /* PBXContainerItemProxy */; + name = MASShortcut; + target = 2B2B481A164695722839BD581D442457 /* MASShortcut */; + targetProxy = 49033C7EACD5D9DF83EA20B4B427D8E5 /* PBXContainerItemProxy */; }; - 8E176676A5A64AF9B6F33DFB53101A4D /* PBXTargetDependency */ = { + 7C8C7422841C268FD657DDEDE45BE8D0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = CocoaLumberjack; - target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = 595B632000F2C998CA1A2DDF6F8F7477 /* PBXContainerItemProxy */; + name = MASPreferences; + target = CCE0F64E83CEAFEE20D04DC7BD57303E /* MASPreferences */; + targetProxy = B638632CD1CB1A332FD251F6B9BD5B96 /* PBXContainerItemProxy */; }; - 8EA50CA4CC82BC4CDC68FEF846CF9484 /* PBXTargetDependency */ = { + 7DD70641C7D061E4823FC4E760322E6F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = EECA3834B793342911FD97EB32611973 /* PBXContainerItemProxy */; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = AB63B6ADE78C8477ABE540C14B502B20 /* PBXContainerItemProxy */; }; - 9179D7D37C4952EEAABE67BBD87A442B /* PBXTargetDependency */ = { + 7EACDA232898323E170099D77B7804B2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MJExtension; - target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; - targetProxy = 0DA8716B441F4BE5FD7100717C136214 /* PBXContainerItemProxy */; + name = FirebaseAnalytics; + target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; + targetProxy = 66571C0774E4E38596973666C0A16EAD /* PBXContainerItemProxy */; }; - 94BD046E8E20E54ECD1EEBDEDD1B6162 /* PBXTargetDependency */ = { + 89CEF2FC414C888ACA08C819BD6308A2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "MASPreferences-MASPreferences"; - target = 0A273FF147C6C1A3B504E3652CD01233 /* MASPreferences-MASPreferences */; - targetProxy = FA7DC6709C1B6B2B93432D3B2CB46AD7 /* PBXContainerItemProxy */; + name = nanopb; + target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; + targetProxy = C89D2166AAFA3E889A64D97E9021F75C /* PBXContainerItemProxy */; }; - 9C7321F75711435715C54E172DCAB5A3 /* PBXTargetDependency */ = { + 8F137AF0FE6916EA16AE731CED53D607 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleUtilities; - target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; - targetProxy = D0620792E10BD2E77B94A84BA71C8192 /* PBXContainerItemProxy */; + name = MASShortcut; + target = 2B2B481A164695722839BD581D442457 /* MASShortcut */; + targetProxy = 0E972D87A8EF0F62F2CED374B21637BB /* PBXContainerItemProxy */; }; - A12FF3D47E43927B48291647EED6F436 /* PBXTargetDependency */ = { + 90311445E18155E5260DC3A261A7B83D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "MASShortcut-MASShortcut"; + target = 73C37A16ECCEAD845651DCDEE95675BE /* MASShortcut-MASShortcut */; + targetProxy = EE44A9E03EACF8A09ADD909BACE3E3F5 /* PBXContainerItemProxy */; + }; + 9564EE51990A87B70E9495B02DEF7995 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ReactiveObjC; + target = 438B238ACC7DF1178D1BCE1A31983146 /* ReactiveObjC */; + targetProxy = FB2903C5D407A01064D4C2B27A6655DB /* PBXContainerItemProxy */; + }; + 96A020E4E2AF3F0A4735CF497C67D890 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = nanopb; target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = C81B7AF59B736505DDE8E35E7BD57442 /* PBXContainerItemProxy */; + targetProxy = 1A76496C6F9DC54DEF00A94A44F9FBB8 /* PBXContainerItemProxy */; }; - B5B8DDF88E634B17D401C2BA3A096BA7 /* PBXTargetDependency */ = { + 9BD44A42010B7989FA2F79D2445EDB96 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseAnalytics; - target = C49E7A4D59E5C8BE8DE9FB1EFB150185 /* FirebaseAnalytics */; - targetProxy = C32CDDAB8B431C78820EC7EC7B0CB6FD /* PBXContainerItemProxy */; + name = MJExtension; + target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; + targetProxy = 37A36CEBBC248F595451C56FBF9572D5 /* PBXContainerItemProxy */; }; - B869FBD0AC18AA1D39C0E7617526FF7A /* PBXTargetDependency */ = { + AE09FD839927CE00B272688F62433354 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = GoogleAppMeasurement; - target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; - targetProxy = 97BC8A9B7F9E7173D1356A2927533FFB /* PBXContainerItemProxy */; + name = "MASPreferences-MASPreferences"; + target = 0A273FF147C6C1A3B504E3652CD01233 /* MASPreferences-MASPreferences */; + targetProxy = 4C4ABFAF81FE1A914D678E7637D5B773 /* PBXContainerItemProxy */; }; - B8EC4B0DEAFB7C9F197095634539A332 /* PBXTargetDependency */ = { + BD1F7C2FE2EECED807CB437C67509CF9 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JLRoutes; - target = 94C1BAA17BCEBC27586488A205D2E0CB /* JLRoutes */; - targetProxy = 79297E59BB75F36694C8B551B5EDA8A6 /* PBXContainerItemProxy */; + name = MJExtension; + target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; + targetProxy = 36A624B5C5E72672F150752A386E61AF /* PBXContainerItemProxy */; }; - B9FFEDEA914A2A9D9A6B832C51046278 /* PBXTargetDependency */ = { + BDD0C7027CE4E5D7791145A3C366C02E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = 902FF10EEC18D3A152B0B50B42512C23 /* PBXContainerItemProxy */; + name = FirebaseCore; + target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; + targetProxy = 0B06D5B6D122E90B177ADDDB78D5D8B4 /* PBXContainerItemProxy */; }; - BB985B29222136F780D49E741753A4D0 /* PBXTargetDependency */ = { + CD2413AB5516E65DEE1321B3CC47F310 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = MASPreferences; target = CCE0F64E83CEAFEE20D04DC7BD57303E /* MASPreferences */; - targetProxy = 2CEC1D6C600AC81290D0D1C603673694 /* PBXContainerItemProxy */; + targetProxy = B278576CE56C342B607C3BE890A406EB /* PBXContainerItemProxy */; }; - BC28F4AB19C8963E1A84D7CC5DAF07CF /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = C9BF68369ABF014BA3D07F62E5EC2963 /* PBXContainerItemProxy */; - }; - CD1C4BDE0FC6B0204681C16360732CFB /* PBXTargetDependency */ = { + CDDCCCF082ED83AB1DEA7704B13B2099 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = CocoaLumberjack; target = E95654B155D25890BE8E26081FCA8265 /* CocoaLumberjack */; - targetProxy = E79022D3D988311ED1F5793506F25824 /* PBXContainerItemProxy */; + targetProxy = 00CD1BA66E6B855D4F1B7160DAA9E5F2 /* PBXContainerItemProxy */; }; - D8835A95807AE8342DECDCA68650C2F2 /* PBXTargetDependency */ = { + CFBA5D1D419B4256731E79F0D1965C4A /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = PromisesObjC; - target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; - targetProxy = FB1CE6306BABF94D6641FD357066DAD3 /* PBXContainerItemProxy */; + name = JLRoutes; + target = 94C1BAA17BCEBC27586488A205D2E0CB /* JLRoutes */; + targetProxy = F16BF13262A7CE44A55EED33F530CCBE /* PBXContainerItemProxy */; }; - E4465491036FDE3E24E82EC2B0139E7E /* PBXTargetDependency */ = { + D4AA5D2430864C643104510D6A3EB2DE /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SSZipArchive; - target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; - targetProxy = E1ED68C63DE86E44A7066A4ABFE610C1 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 7F490BAED085D5CD5CBBE16FA54E5F73 /* PBXContainerItemProxy */; }; - EB42863F0F416DC20F7F77380F58489C /* PBXTargetDependency */ = { + DCFE46516D29A76C869DAF017004AAA8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCoreInternal; - target = 25E9E9A17BC3F670357D7385C521E48E /* FirebaseCoreInternal */; - targetProxy = 397D777E74EE6CF160896D32F5A2BB9E /* PBXContainerItemProxy */; + name = SwiftFormat; + target = 1CD0618C486973D5588EF20D2E8C0AEA /* SwiftFormat */; + targetProxy = 3587521551682BFC04EAD28AEF55F9D7 /* PBXContainerItemProxy */; }; - ECFDCEF8F93C562CA49F166E92B44523 /* PBXTargetDependency */ = { + EE0606598B1F89E8891600D266668646 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FirebaseCore; - target = 4402AFF83DBDC4DD07E198685FDC2DF2 /* FirebaseCore */; - targetProxy = 30A019EB9413EBC0FB989EF07D2FC5F5 /* PBXContainerItemProxy */; + name = GoogleUtilities; + target = 8D7F5D5DD528D21A72DC87ADA5B12E2D /* GoogleUtilities */; + targetProxy = CAC791A7248041BAC63941D2897CA195 /* PBXContainerItemProxy */; }; - ED417472E6BAB4AAAE06BA82DE9825BB /* PBXTargetDependency */ = { + EE7E2126B7370567DD9D7C526628449F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Masonry; - target = 55AF53E6C77A10ED4985E04D74A8878E /* Masonry */; - targetProxy = D5F5855E3DD60CCC57D45D957B85BF84 /* PBXContainerItemProxy */; + name = GoogleAppMeasurement; + target = B53D977A951AFC38B21751B706C1DF83 /* GoogleAppMeasurement */; + targetProxy = 4ADBC4CF8E740BFEA00BE555C573C91A /* PBXContainerItemProxy */; }; - EE5EDCF7922963C033ACC9B8DBD128F6 /* PBXTargetDependency */ = { + EF59229BF66AD3D7FBB83E21DDA2B0F7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MASShortcut; - target = 2B2B481A164695722839BD581D442457 /* MASShortcut */; - targetProxy = F3CFD3A36003B108E8D12A390C112B66 /* PBXContainerItemProxy */; + name = FirebaseInstallations; + target = 87803597EB3F20FC46472B85392EC4FD /* FirebaseInstallations */; + targetProxy = 7C1CFBE7C98EC9E7676D04B4F84510A9 /* PBXContainerItemProxy */; }; - F2C876C11D39194B4ABB365BDDD73ECE /* PBXTargetDependency */ = { + F08352281251B001ADB83B709819BF99 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = JLRoutes; - target = 94C1BAA17BCEBC27586488A205D2E0CB /* JLRoutes */; - targetProxy = 89B13785C6EC487D6366E4373347BD84 /* PBXContainerItemProxy */; + name = SSZipArchive; + target = F60E38364AFF5E1349FF07415B944396 /* SSZipArchive */; + targetProxy = 11D87E5F16C373F93B7CF56A6DCF3EAF /* PBXContainerItemProxy */; }; - F4736D37E369BA6D69FDB1883DABBE9E /* PBXTargetDependency */ = { + F5FBCD4DE6D21D2A0B17EB1F0C8A8B1C /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = nanopb; - target = D2B5E7DCCBBFB32341D857D01211A1A3 /* nanopb */; - targetProxy = B1C090F0C42AB041DF8A9F50727E7CEB /* PBXContainerItemProxy */; + name = AFNetworking; + target = 0130B3724283586C0E9D2A112D4F2AA1 /* AFNetworking */; + targetProxy = 349743CB946801FF69BE6A7CDB8A2319 /* PBXContainerItemProxy */; }; - F8BA06BC7B72614DB8D4FB9D7C972EDE /* PBXTargetDependency */ = { + FC6708D9F9BD105FDCDED02A2301D841 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = MJExtension; - target = 4D3BA58D0583DF37575CACAB3DDADC85 /* MJExtension */; - targetProxy = BE60430AD6D9AD56E25D88D6CD6312CC /* PBXContainerItemProxy */; + name = PromisesObjC; + target = 2BBF7206D7FAC92C82A042A99C4A98F8 /* PromisesObjC */; + targetProxy = 703802D304CB4674642CB435D4FDADF8 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ - DE09D58D8F6416B0621F85CCBC40977C /* MASPreferencesWindow.xib */ = { + AD50EA0E4AB5CE6FB7EFD090927BC9D1 /* MASPreferencesWindow.xib */ = { isa = PBXVariantGroup; children = ( - 25A4879A14549DEAB2B62CA60E61A8BB /* MASPreferencesWindow.xib */, + 3636516D994F98D9AAE05AC8400B0B3B /* MASPreferencesWindow.xib */, ); name = MASPreferencesWindow.xib; path = Framework; @@ -5167,45 +5067,9 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ - 01CF7441D6164D79F691962E13035299 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 72F2FE5BC6638B3327F3F4BB08D5F788 /* FirebaseCoreInternal.release.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - 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/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreInternal; - PRODUCT_NAME = FirebaseCoreInternal; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 043770A62E4D6E4557524616820F24D9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B969010B6688844D2ECA0D0CE1A1CC10 /* Masonry.debug.xcconfig */; + baseConfigurationReference = 51BCB427DFB1FB8DD4A94C2BA83C54FD /* Masonry.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5240,7 +5104,7 @@ }; 0447264BBB1ADDAB8D840537AB3D9373 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 37DC7887921BCB144A6E4E229590F09F /* AppCenter.debug.xcconfig */; + baseConfigurationReference = 22D70FD469CBE1924104E35DB9FC52DD /* AppCenter.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -5256,9 +5120,9 @@ }; name = Debug; }; - 077232498F91DC1CCF08986D3B261E87 /* Debug */ = { + 0C0FD866D8E471B7918EA49896103C5B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 609E77E4D2CCD96114D951A3BC472C14 /* FirebaseCore.debug.xcconfig */; + baseConfigurationReference = A7C96140FB225FCD9A5321D667ECA077 /* MASShortcut.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5271,7 +5135,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/MASShortcut/MASShortcut-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MASShortcut/MASShortcut-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5279,21 +5144,21 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; + MODULEMAP_FILE = "Target Support Files/MASShortcut/MASShortcut.modulemap"; + PRODUCT_MODULE_NAME = MASShortcut; + PRODUCT_NAME = MASShortcut; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; + SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 0C0FD866D8E471B7918EA49896103C5B /* Release */ = { + 2AB055AF6427156A21DFDF0E19F5AE1B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 51C6721857B763BDCDC3EB45544B2A14 /* MASShortcut.release.xcconfig */; + baseConfigurationReference = F4A54128D1EB440A7FB14E9502E74043 /* FirebaseCore.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5306,8 +5171,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MASShortcut/MASShortcut-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MASShortcut/MASShortcut-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseCore/FirebaseCore-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5315,39 +5179,21 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/MASShortcut/MASShortcut.modulemap"; - PRODUCT_MODULE_NAME = MASShortcut; - PRODUCT_NAME = MASShortcut; + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; - }; - 112424DC22F34F1375280D72BD3AEEDF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 51C6721857B763BDCDC3EB45544B2A14 /* MASShortcut.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASShortcut"; - IBSC_MODULE = MASShortcut; - INFOPLIST_FILE = "Target Support Files/MASShortcut/ResourceBundle-MASShortcut-MASShortcut-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = MASShortcut; - SDKROOT = macosx; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; + name = Debug; }; 2F56E83552421DE5781CDF6A7F5E81DE /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2C5E848B4CD97F8C69DC4F1E308215A6 /* KVOController.debug.xcconfig */; + baseConfigurationReference = 361B98E2E6D8C559D08613D82A5E01B9 /* KVOController.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5382,7 +5228,7 @@ }; 31CCC3E65C5F3199484421502A03D5C4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A31E17F9F5A72BE898B1319436003407 /* ReactiveObjC.release.xcconfig */; + baseConfigurationReference = 9E1A19411390D351AD336D68D4FA00C5 /* ReactiveObjC.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5415,9 +5261,9 @@ }; name = Release; }; - 3F7EC0EEDA0FA79BAEEFD18E6B60EC59 /* Debug */ = { + 322102C033AD523F17A67C5EA06D4FF7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A5C2B6EE9BE76F67FC9DA55CDDB2A95 /* MASShortcut.debug.xcconfig */; + baseConfigurationReference = 893E0F41E33FCA61E5021546CE6D27A4 /* PromisesObjC.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5426,12 +5272,10 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; 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/MASShortcut/MASShortcut-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MASShortcut/MASShortcut-Info.plist"; + INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5439,9 +5283,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/MASShortcut/MASShortcut.modulemap"; - PRODUCT_MODULE_NAME = MASShortcut; - PRODUCT_NAME = MASShortcut; + MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = FBLPromises; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5451,11 +5295,12 @@ }; name = Debug; }; - 45F693C9DA8B3438A0F53CB630A06C26 /* Release */ = { + 358B63B08DBD66E66E4B952384DB9A6E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4D95A30EFC80203B17C573B069F04F39 /* Masonry.release.xcconfig */; + baseConfigurationReference = A8CC46CC67F37F7BB5C1AED75A777124 /* GoogleUtilities.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -5465,8 +5310,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Masonry/Masonry-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Masonry/Masonry-Info.plist"; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5474,9 +5318,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/Masonry/Masonry.modulemap"; - PRODUCT_MODULE_NAME = Masonry; - PRODUCT_NAME = Masonry; + MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5486,9 +5330,9 @@ }; name = Release; }; - 46536E6F0D167A675FDDAEF9174088BD /* Debug */ = { + 3E5C8D7C429EA3129896194A56D46B3F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8B00B1A7406B4F5FEEC4C4B39D91D48A /* Pods-Easydict.debug.xcconfig */; + baseConfigurationReference = 0F1C25F44128BF7424E93AA5262DC85E /* Pods-Easydict.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; @@ -5508,24 +5352,96 @@ "@executable_path/../Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = "Target Support Files/Pods-Easydict/Pods-Easydict.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = macosx; + SKIP_INSTALL = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 3F7EC0EEDA0FA79BAEEFD18E6B60EC59 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4E8AC493C840E307120842D3CCCA8C03 /* MASShortcut.debug.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + 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/MASShortcut/MASShortcut-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MASShortcut/MASShortcut-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = "Target Support Files/MASShortcut/MASShortcut.modulemap"; + PRODUCT_MODULE_NAME = MASShortcut; + PRODUCT_NAME = MASShortcut; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 3FF91B9727E9EED6E40B2B7AE1427740 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 51457E42497C9224FE3300F9FE8CCFEC /* FirebaseCoreInternal.debug.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + 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/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/Pods-Easydict/Pods-Easydict.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreInternal; + PRODUCT_NAME = FirebaseCoreInternal; SDKROOT = macosx; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 49F8208D973FABD9F73891F11AE4E14B /* Debug */ = { + 45F693C9DA8B3438A0F53CB630A06C26 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9D685CF55891BC5BF98B38FC1B2D3248 /* SSZipArchive.debug.xcconfig */; + baseConfigurationReference = 8C08E5E51780D8C98E0F18B8884B1AD0 /* Masonry.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5533,11 +5449,12 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; 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/SSZipArchive/SSZipArchive-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/SSZipArchive/SSZipArchive-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Masonry/Masonry-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Masonry/Masonry-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5545,9 +5462,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/SSZipArchive/SSZipArchive.modulemap"; - PRODUCT_MODULE_NAME = SSZipArchive; - PRODUCT_NAME = SSZipArchive; + MODULEMAP_FILE = "Target Support Files/Masonry/Masonry.modulemap"; + PRODUCT_MODULE_NAME = Masonry; + PRODUCT_NAME = Masonry; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5555,24 +5472,41 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; + }; + 47FFE86C558143DC788491EAD9A45BFB /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A7C96140FB225FCD9A5321D667ECA077 /* MASShortcut.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASShortcut"; + IBSC_MODULE = MASShortcut; + INFOPLIST_FILE = "Target Support Files/MASShortcut/ResourceBundle-MASShortcut-MASShortcut-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = MASShortcut; + SDKROOT = macosx; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; }; - 5021E89C0B18ABB9526F892E06C0914A /* Release */ = { + 49F8208D973FABD9F73891F11AE4E14B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3D8DD889BB7D1080B15D98D04A421817 /* GoogleUtilities.release.xcconfig */; + baseConfigurationReference = E1EF5E795B0D36B98BCEF9EA044D51FA /* SSZipArchive.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; 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/GoogleUtilities/GoogleUtilities-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/SSZipArchive/SSZipArchive-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/SSZipArchive/SSZipArchive-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -5580,9 +5514,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; + MODULEMAP_FILE = "Target Support Files/SSZipArchive/SSZipArchive.modulemap"; + PRODUCT_MODULE_NAME = SSZipArchive; + PRODUCT_NAME = SSZipArchive; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -5590,7 +5524,7 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; 5514564CAA23842906E959FB0AFF2AA2 /* Release */ = { isa = XCBuildConfiguration; @@ -5629,9 +5563,27 @@ }; name = Release; }; - 5A14571C465F404CA10D9C1CB6D6E351 /* Debug */ = { + 56D6394F91B624241EF61BB354400EB7 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B99DCD6B13CE0871087F0820B0E1533C /* MASPreferences.debug.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASPreferences"; + IBSC_MODULE = MASPreferences; + INFOPLIST_FILE = "Target Support Files/MASPreferences/ResourceBundle-MASPreferences-MASPreferences-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = MASPreferences; + SDKROOT = macosx; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Debug; + }; + 584CEDFDC3918D754EEE15646D010750 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D736AFA9A254522BFE2E0CAEC0049E78 /* GoogleAppMeasurement.debug.xcconfig */; + baseConfigurationReference = 5AF7AEE3D96C80E2A2BD6F73A753F54F /* GoogleAppMeasurement.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -5645,11 +5597,11 @@ MACOSX_DEPLOYMENT_TARGET = 11.0; SDKROOT = macosx; }; - name = Debug; + name = Release; }; 62F6FD063953FA192F4B3A673FE97AFC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0B46495A9BF42C85115D939CBF2EFA8C /* MJExtension.debug.xcconfig */; + baseConfigurationReference = 6B6C6588DA58752BBDDE2BA757ACF9A2 /* MJExtension.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5684,7 +5636,7 @@ }; 6474019BC5D37ED1C67F92B552F1A4E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1C344F53515BA00521F5FFD7A9FB61ED /* SSZipArchive.release.xcconfig */; + baseConfigurationReference = BD4A52F87DC3BA1F464C7CFCF2CD0D3D /* SSZipArchive.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5716,78 +5668,9 @@ }; name = Release; }; - 6C24299D9142F3C4E7BF568C9125199A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2A3E109E6D10C507E34592DF791A9FB1 /* FirebaseCore.release.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - 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"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCore; - PRODUCT_NAME = FirebaseCore; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 6E06E9C2C84E36C5B979851911A3BBBC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E034A92E25A61CB44A9AB28CE9C4A5BB /* PromisesObjC.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = FBLPromises; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6F812174E894466E66069688252D0EB7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A4414BB3B780D6EC2894CC78F381D7FA /* CocoaLumberjack.debug.xcconfig */; + baseConfigurationReference = 2DE400CBB4489CC6F3C1499D66C296F9 /* CocoaLumberjack.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5823,7 +5706,7 @@ }; 7198CE043F7549A17243F7D986CC7DE9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C89CD4E24276D7608D4BE81DED6E2514 /* MASPreferences.debug.xcconfig */; + baseConfigurationReference = B99DCD6B13CE0871087F0820B0E1533C /* MASPreferences.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5859,7 +5742,7 @@ }; 7496E5B793F62B279404B467920A0A3F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 91BAE3F9E06C3E4BEF63F3A6585FE305 /* CocoaLumberjack.release.xcconfig */; + baseConfigurationReference = 3D2FE22F9E44B16CCF4096F563CD5B6F /* CocoaLumberjack.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -5893,38 +5776,35 @@ }; name = Release; }; - 7569CA0D54160F94E56ADEFEF66EBCFD /* Release */ = { + 75858A06237F877CC74009A930A22378 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0F1C25F44128BF7424E93AA5262DC85E /* Pods-Easydict.release.xcconfig */; + baseConfigurationReference = 4FCE56536486C780A70FA422DCAB52FC /* PromisesObjC.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; 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-Easydict/Pods-Easydict-Info.plist"; + INFOPLIST_FILE = "Target Support Files/PromisesObjC/PromisesObjC-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", "@loader_path/Frameworks", ); - MACH_O_TYPE = staticlib; MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/Pods-Easydict/Pods-Easydict.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; + PRODUCT_MODULE_NAME = FBLPromises; + PRODUCT_NAME = FBLPromises; SDKROOT = macosx; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -5932,7 +5812,7 @@ }; 77A9A4C7C0E39F315878AECFE0340C85 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19FF85FEFCEA28C75F88E113C66FF120 /* KVOController.release.xcconfig */; + baseConfigurationReference = 1E99FD4C8C1F0D38E721E947468397B3 /* KVOController.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5965,44 +5845,9 @@ }; name = Release; }; - 7AEC175576326A3359933A93C5904F7E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 375D9EDBB5FDCC95822ECC11DD9E3FBC /* GoogleUtilities.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - 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/GoogleUtilities/GoogleUtilities-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; - PRODUCT_MODULE_NAME = GoogleUtilities; - PRODUCT_NAME = GoogleUtilities; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 7DFA6BE9948EE0D520F94690444EEFF4 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25CA565A48F341B02CFA4491E868627F /* ReactiveObjC.debug.xcconfig */; + baseConfigurationReference = 6F33667C279D860844EFBD7B2E8644AD /* ReactiveObjC.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6037,7 +5882,7 @@ }; 80FE3E30DE35C00EEF289734BD6835A1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 48A4D709C5807E7DF6202125E2EFD706 /* MJExtension.release.xcconfig */; + baseConfigurationReference = 0B9B03BEB44CCDFF18FEE55715D4A1D2 /* MJExtension.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6072,7 +5917,7 @@ }; 81598A85C9E566CD3600642CF0AF261D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E97F9191C15F8F647C782588ADFF4D5B /* AFNetworking.release.xcconfig */; + baseConfigurationReference = 1918888190B361AAED875B76099F9880 /* AFNetworking.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6167,9 +6012,9 @@ }; name = Release; }; - 89EEAA3D4B5AE73BC396E346297A72CC /* Debug */ = { + 854FDDAFFE743A3DD391AC5CC79864D2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D3074BCA2B1CEF69464A5BC2592D701 /* Sparkle.debug.xcconfig */; + baseConfigurationReference = 704827BD08A40719B3D9AEA42D2D9F6F /* GoogleAppMeasurement.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -6185,9 +6030,9 @@ }; name = Debug; }; - 8A7CF22B789381EF6A9890BE0B775CAC /* Debug */ = { + 893B796FCC3183F0A28DFCEFB69B33E5 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 26B8D148E2AEA9F404859BAC5ED75649 /* nanopb.debug.xcconfig */; + baseConfigurationReference = A3A3D7C7C6D437688DEEE43DEDC93808 /* GoogleUtilities.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6200,8 +6045,7 @@ 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"; + INFOPLIST_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6209,9 +6053,9 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + MODULEMAP_FILE = "Target Support Files/GoogleUtilities/GoogleUtilities.modulemap"; + PRODUCT_MODULE_NAME = GoogleUtilities; + PRODUCT_NAME = GoogleUtilities; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -6221,9 +6065,9 @@ }; name = Debug; }; - 9748303096CF9169AFD78EDF245DB510 /* Release */ = { + 945AC445415FCA281532DEDC12C82985 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9404C5D2D5AD36330D2123A29D64D0AB /* nanopb.release.xcconfig */; + baseConfigurationReference = 5A4A8A537E96BCC778DF2A809DB28B81 /* FirebaseInstallations.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6236,8 +6080,7 @@ 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"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6245,39 +6088,21 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; - PRODUCT_MODULE_NAME = nanopb; - PRODUCT_NAME = nanopb; + MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; - }; - 9A66EEEFC4B04886F5D0D7FEFDDE947E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C89CD4E24276D7608D4BE81DED6E2514 /* MASPreferences.debug.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASPreferences"; - IBSC_MODULE = MASPreferences; - INFOPLIST_FILE = "Target Support Files/MASPreferences/ResourceBundle-MASPreferences-MASPreferences-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = MASPreferences; - SDKROOT = macosx; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; name = Debug; }; 9D56C7C807BEF554AE693FC1C147A3D6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F5F023365F19429AA284155F5358BE7A /* JLRoutes.debug.xcconfig */; + baseConfigurationReference = 321AB8A754CC07FFC5A109B56CA4DD4B /* JLRoutes.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6313,7 +6138,7 @@ }; 9F6B4AB21290A67737A24D8105A17E76 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F803D40759184C33B0B5017CFF355929 /* JLRoutes.release.xcconfig */; + baseConfigurationReference = DADB3042BFB9FE60D019C33320E43AFF /* JLRoutes.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6341,7 +6166,42 @@ SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + A18A2AE9A7D7D2F738379E9DBDDD76C2 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2FB49700B1544065075ACEBEBCDBA604 /* FirebaseCore.release.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + 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"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + "@loader_path/Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = "Target Support Files/FirebaseCore/FirebaseCore.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCore; + PRODUCT_NAME = FirebaseCore; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -6349,7 +6209,7 @@ }; A1B8D9C6673EE83E3F80E3B3F66FF70C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50595756AADA17B6D88C13C914E945E0 /* AFNetworking.debug.xcconfig */; + baseConfigurationReference = F6D5C29893A2E8BB95EF02CC0313A2CB /* AFNetworking.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6382,21 +6242,57 @@ }; name = Debug; }; - A942265E7027F239A3D0EB8401940DA6 /* Release */ = { + A43E0A03744476CA15FA2907F3D9358B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 23A3AEF8BC16D5A39EE2BF2CC700932F /* MASPreferences.release.xcconfig */; + buildSettings = { + CODE_SIGNING_ALLOWED = NO; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASPreferences"; + IBSC_MODULE = MASPreferences; + INFOPLIST_FILE = "Target Support Files/MASPreferences/ResourceBundle-MASPreferences-MASPreferences-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; + MACOSX_DEPLOYMENT_TARGET = 11.0; + PRODUCT_NAME = MASPreferences; + SDKROOT = macosx; + SKIP_INSTALL = YES; + WRAPPER_EXTENSION = bundle; + }; + name = Release; + }; + A7CB1B8B26AF6F2DA280A236FC11282E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BCD53D209929BA5128CBFE7703733130 /* Sparkle.release.xcconfig */; + baseConfigurationReference = 0E8FDA27E5C43766CE8F8A121BEEE2D2 /* nanopb.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; + 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"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", + "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; @@ -6437,9 +6333,27 @@ }; name = Debug; }; - B5AFB2BA06A7EE797AC0A92EB7CB7FBD /* Release */ = { + B6BA742924E0E5E87AB0C87DB332BA28 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A776BE7E2E7AD8278FDFFCAC355D6ECA /* SwiftFormat.debug.xcconfig */; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CLANG_ENABLE_OBJC_WEAK = NO; + COMBINE_HIDPI_IMAGES = YES; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 11.0; + SDKROOT = macosx; + }; + name = Debug; + }; + B7E4E1820C1250637D52CF4B95DAE336 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 04DF1186178576F4AEDD94CD17685B63 /* PromisesObjC.release.xcconfig */; + baseConfigurationReference = 5C1A3F393FCA0A19951A57CD448BF380 /* FirebaseInstallations.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6448,10 +6362,11 @@ "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; 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/PromisesObjC/PromisesObjC-Info.plist"; + INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6459,21 +6374,21 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/PromisesObjC/PromisesObjC.modulemap"; - PRODUCT_MODULE_NAME = FBLPromises; - PRODUCT_NAME = FBLPromises; + MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; + PRODUCT_MODULE_NAME = FirebaseInstallations; + PRODUCT_NAME = FirebaseInstallations; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; + SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - B6BA742924E0E5E87AB0C87DB332BA28 /* Debug */ = { + B8AB58FFE3F91D564D5CC07CF3F3DD83 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6279609618DE4793D65CE4DE50146D17 /* SwiftFormat.debug.xcconfig */; + baseConfigurationReference = 311089BAF5741EFD74E38169BE5DB0B7 /* FirebaseAnalytics.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -6487,29 +6402,47 @@ MACOSX_DEPLOYMENT_TARGET = 11.0; SDKROOT = macosx; }; - name = Debug; + name = Release; }; - B8AB58FFE3F91D564D5CC07CF3F3DD83 /* Release */ = { + BF67C2458B00050C8E27A844138FB1B2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABCCB934892895EB26DDB2C0B9FDC152 /* FirebaseAnalytics.release.xcconfig */; + baseConfigurationReference = 8C84B012298FB3D3A54564CA0F288B8D /* FirebaseCoreInternal.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; COMBINE_HIDPI_IMAGES = YES; + 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/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", + "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; + MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; + PRODUCT_MODULE_NAME = FirebaseCoreInternal; + PRODUCT_NAME = FirebaseCoreInternal; SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.3; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; name = Release; }; C0F3506412CA0D28220A8C3FC819CBAE /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1361D2F48C1D00902788B885559E945E /* MASPreferences.release.xcconfig */; + baseConfigurationReference = 23A3AEF8BC16D5A39EE2BF2CC700932F /* MASPreferences.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6545,7 +6478,7 @@ }; C548A4D61BDEE3659C3AC387BD31DBDD /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C75B39926F38C66443C2FA3F77C5904B /* AppCenter.release.xcconfig */; + baseConfigurationReference = 8BEDDCCAA618C00E5125BEC71B96A8A7 /* AppCenter.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -6561,27 +6494,9 @@ }; name = Release; }; - CE1D8F34DAED867CC09C0E142A535BCA /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1361D2F48C1D00902788B885559E945E /* MASPreferences.release.xcconfig */; - buildSettings = { - CODE_SIGNING_ALLOWED = NO; - COMBINE_HIDPI_IMAGES = YES; - CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/MASPreferences"; - IBSC_MODULE = MASPreferences; - INFOPLIST_FILE = "Target Support Files/MASPreferences/ResourceBundle-MASPreferences-MASPreferences-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; - MACOSX_DEPLOYMENT_TARGET = 11.0; - PRODUCT_NAME = MASPreferences; - SDKROOT = macosx; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; CE466BE2EA36869F615413F9FA519750 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DE752AD9385E065B073A2359902A0DC7 /* SwiftFormat.release.xcconfig */; + baseConfigurationReference = 0C2BADFC9903E9A50628DBD313390AA1 /* SwiftFormat.release.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -6597,41 +6512,6 @@ }; name = Release; }; - D2F37465C34749E9601A7B438450C1EB /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C7C684DDF5BDBEAD4F89E1E350B97E1A /* FirebaseInstallations.debug.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - 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/FirebaseInstallations/FirebaseInstallations-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; D39E634FC2CFF97419EB3682DD2807FA /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6700,7 +6580,7 @@ }; D91B5BBC97E5FC80EDCDD0CC963F2C9B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1F04B80879EB8848A723E4FF7BA1800E /* FirebaseAnalytics.debug.xcconfig */; + baseConfigurationReference = FCBB716E5BE7D01ED87298CAA4C3984B /* FirebaseAnalytics.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -6716,27 +6596,9 @@ }; name = Debug; }; - DFF6873187004C47C2C2FDF19437B886 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B31949005F7BB55713000DC9BCDC48B6 /* GoogleAppMeasurement.release.xcconfig */; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - CLANG_ENABLE_OBJC_WEAK = NO; - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - MACOSX_DEPLOYMENT_TARGET = 11.0; - SDKROOT = macosx; - }; - name = Release; - }; - E7F0D5582C97133CE1CD9F6E86A838CD /* Debug */ = { + DA09E2607AD4E74638E80431D45A413D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8A5C2B6EE9BE76F67FC9DA55CDDB2A95 /* MASShortcut.debug.xcconfig */; + baseConfigurationReference = 4E8AC493C840E307120842D3CCCA8C03 /* MASShortcut.debug.xcconfig */; buildSettings = { CODE_SIGNING_ALLOWED = NO; COMBINE_HIDPI_IMAGES = YES; @@ -6752,12 +6614,12 @@ }; name = Debug; }; - ED90AC9E0B8394B82516067B142E2F25 /* Debug */ = { + EFF603420573E7278B3424C2797098A1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 455AA8836A363E4A9C906FA2B7BA980D /* FirebaseCoreInternal.debug.xcconfig */; + baseConfigurationReference = 8B00B1A7406B4F5FEEC4C4B39D91D48A /* Pods-Easydict.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; - CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; @@ -6767,30 +6629,31 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-Easydict/Pods-Easydict-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseCoreInternal/FirebaseCoreInternal.modulemap"; - PRODUCT_MODULE_NAME = FirebaseCoreInternal; - PRODUCT_NAME = FirebaseCoreInternal; + MODULEMAP_FILE = "Target Support Files/Pods-Easydict/Pods-Easydict.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - F5B743C354EDDFD0AC1097962DED20E9 /* Release */ = { + F2589B4CDB291BCDF3956E715B665CDB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24BF7EC01DBDEAC2D409237393575B91 /* FirebaseInstallations.release.xcconfig */; + baseConfigurationReference = 5F7D6C8BC9D218EB6EF9CED13D45515F /* nanopb.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -6803,7 +6666,8 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations-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"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -6811,21 +6675,30 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 11.0; - MODULEMAP_FILE = "Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap"; - PRODUCT_MODULE_NAME = FirebaseInstallations; - PRODUCT_NAME = FirebaseInstallations; + MODULEMAP_FILE = "Target Support Files/nanopb/nanopb.modulemap"; + PRODUCT_MODULE_NAME = nanopb; + PRODUCT_NAME = nanopb; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.3; + SWIFT_VERSION = 5.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 02ED8A7C975062CC64FFE89185F54D65 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 893B796FCC3183F0A28DFCEFB69B33E5 /* Debug */, + 358B63B08DBD66E66E4B952384DB9A6E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 04F44222E501A49794908D13155D8E85 /* Build configuration list for PBXNativeTarget "JLRoutes" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6835,20 +6708,29 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2734D298ADB3BB6DE1AD51B10EB2EFF2 /* Build configuration list for PBXNativeTarget "KVOController" */ = { + 099CDB4E73BFC7792D5A43021A52564B /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2F56E83552421DE5781CDF6A7F5E81DE /* Debug */, - 77A9A4C7C0E39F315878AECFE0340C85 /* Release */, + 854FDDAFFE743A3DD391AC5CC79864D2 /* Debug */, + 584CEDFDC3918D754EEE15646D010750 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 14893F605F0E3EA9C204AED78EF314A6 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 322102C033AD523F17A67C5EA06D4FF7 /* Debug */, + 75858A06237F877CC74009A930A22378 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2C8D06A2289713323892B3638F08AC0B /* Build configuration list for PBXAggregateTarget "Sparkle" */ = { + 2734D298ADB3BB6DE1AD51B10EB2EFF2 /* Build configuration list for PBXNativeTarget "KVOController" */ = { isa = XCConfigurationList; buildConfigurations = ( - 89EEAA3D4B5AE73BC396E346297A72CC /* Debug */, - A942265E7027F239A3D0EB8401940DA6 /* Release */, + 2F56E83552421DE5781CDF6A7F5E81DE /* Debug */, + 77A9A4C7C0E39F315878AECFE0340C85 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6862,6 +6744,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 2DF9D2BA607AFB080AD9CD254E05A4EE /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3FF91B9727E9EED6E40B2B7AE1427740 /* Debug */, + BF67C2458B00050C8E27A844138FB1B2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 3543966CBCBB8B1310857E673C36709F /* Build configuration list for PBXNativeTarget "Masonry" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6925,29 +6816,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 7A95A43F0AF95493CA77391D4D8C1FBC /* Build configuration list for PBXAggregateTarget "GoogleAppMeasurement" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 5A14571C465F404CA10D9C1CB6D6E351 /* Debug */, - DFF6873187004C47C2C2FDF19437B886 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 80AEA59C9AA721689B4B67E2B1668292 /* Build configuration list for PBXNativeTarget "MASShortcut-MASShortcut" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E7F0D5582C97133CE1CD9F6E86A838CD /* Debug */, - 112424DC22F34F1375280D72BD3AEEDF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 81D9229A14FCC5DBB8606112BCB23C05 /* Build configuration list for PBXNativeTarget "FirebaseCoreInternal" */ = { + 6FE22B135905175246668954FEBA5282 /* Build configuration list for PBXNativeTarget "MASPreferences-MASPreferences" */ = { isa = XCConfigurationList; buildConfigurations = ( - ED90AC9E0B8394B82516067B142E2F25 /* Debug */, - 01CF7441D6164D79F691962E13035299 /* Release */, + 56D6394F91B624241EF61BB354400EB7 /* Debug */, + A43E0A03744476CA15FA2907F3D9358B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -6970,15 +6843,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9C1BC0289F5518779B8A4E9C21CF25F1 /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D2F37465C34749E9601A7B438450C1EB /* Debug */, - F5B743C354EDDFD0AC1097962DED20E9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; A2BB7FD340BB569D9B93200D9B7FEAAC /* Build configuration list for PBXNativeTarget "CocoaLumberjack" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6988,74 +6852,65 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B2B6083FF2E56AD5C69CA24E8DF6434D /* Build configuration list for PBXNativeTarget "ReactiveObjC" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7DFA6BE9948EE0D520F94690444EEFF4 /* Debug */, - 31CCC3E65C5F3199484421502A03D5C4 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C0670BF75A5B356D4CC5B641C6DF3111 /* Build configuration list for PBXNativeTarget "nanopb" */ = { + A5AF4D992946620112B66B22999E7A86 /* Build configuration list for PBXNativeTarget "nanopb" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8A7CF22B789381EF6A9890BE0B775CAC /* Debug */, - 9748303096CF9169AFD78EDF245DB510 /* Release */, + F2589B4CDB291BCDF3956E715B665CDB /* Debug */, + A7CB1B8B26AF6F2DA280A236FC11282E /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D01333115484DA24340B13CDA70830A4 /* Build configuration list for PBXNativeTarget "Pods-EasydictTests" */ = { + AE1D0C6E92DCE032A5E5093F95FD3C7C /* Build configuration list for PBXNativeTarget "Pods-Easydict" */ = { isa = XCConfigurationList; buildConfigurations = ( - AF4AA58D045759F2C56CDEBFF198AC54 /* Debug */, - 5514564CAA23842906E959FB0AFF2AA2 /* Release */, + EFF603420573E7278B3424C2797098A1 /* Debug */, + 3E5C8D7C429EA3129896194A56D46B3F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D08975B1202A946E3AD8AA36B6C7F82C /* Build configuration list for PBXNativeTarget "Pods-Easydict" */ = { + B2B6083FF2E56AD5C69CA24E8DF6434D /* Build configuration list for PBXNativeTarget "ReactiveObjC" */ = { isa = XCConfigurationList; buildConfigurations = ( - 46536E6F0D167A675FDDAEF9174088BD /* Debug */, - 7569CA0D54160F94E56ADEFEF66EBCFD /* Release */, + 7DFA6BE9948EE0D520F94690444EEFF4 /* Debug */, + 31CCC3E65C5F3199484421502A03D5C4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - DA72AAEE3E36AFCA94C19EBE2F25C1A9 /* Build configuration list for PBXNativeTarget "GoogleUtilities" */ = { + CB1A1EDAEA68F3A2B0A7949CC86FA042 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7AEC175576326A3359933A93C5904F7E /* Debug */, - 5021E89C0B18ABB9526F892E06C0914A /* Release */, + 2AB055AF6427156A21DFDF0E19F5AE1B /* Debug */, + A18A2AE9A7D7D2F738379E9DBDDD76C2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E9F3E887C1BA120BCD805CBA3851D8C3 /* Build configuration list for PBXNativeTarget "FirebaseCore" */ = { + D01333115484DA24340B13CDA70830A4 /* Build configuration list for PBXNativeTarget "Pods-EasydictTests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 077232498F91DC1CCF08986D3B261E87 /* Debug */, - 6C24299D9142F3C4E7BF568C9125199A /* Release */, + AF4AA58D045759F2C56CDEBFF198AC54 /* Debug */, + 5514564CAA23842906E959FB0AFF2AA2 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EC16C017DE1417167E6F5BA25580BFAD /* Build configuration list for PBXNativeTarget "MASPreferences-MASPreferences" */ = { + DC605F91E3E99892406D710CCCF6B996 /* Build configuration list for PBXNativeTarget "MASShortcut-MASShortcut" */ = { isa = XCConfigurationList; buildConfigurations = ( - 9A66EEEFC4B04886F5D0D7FEFDDE947E /* Debug */, - CE1D8F34DAED867CC09C0E142A535BCA /* Release */, + DA09E2607AD4E74638E80431D45A413D /* Debug */, + 47FFE86C558143DC788491EAD9A45BFB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - EFA4EA5EAF05B398BD4A386874D8E204 /* Build configuration list for PBXNativeTarget "PromisesObjC" */ = { + E5FCB11C4C21F8000D9D4FC622C4755C /* Build configuration list for PBXNativeTarget "FirebaseInstallations" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6E06E9C2C84E36C5B979851911A3BBBC /* Debug */, - B5AFB2BA06A7EE797AC0A92EB7CB7FBD /* Release */, + 945AC445415FCA281532DEDC12C82985 /* Debug */, + B7E4E1820C1250637D52CF4B95DAE336 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Pods/Sparkle/Entitlements/Downloader.entitlements b/Pods/Sparkle/Entitlements/Downloader.entitlements deleted file mode 100644 index ee95ab7e5..000000000 --- a/Pods/Sparkle/Entitlements/Downloader.entitlements +++ /dev/null @@ -1,10 +0,0 @@ - - - - - com.apple.security.app-sandbox - - com.apple.security.network.client - - - diff --git a/Pods/Sparkle/LICENSE b/Pods/Sparkle/LICENSE deleted file mode 100644 index 75e73f505..000000000 --- a/Pods/Sparkle/LICENSE +++ /dev/null @@ -1,134 +0,0 @@ -Copyright (c) 2006-2013 Andy Matuschak. -Copyright (c) 2009-2013 Elgato Systems GmbH. -Copyright (c) 2011-2014 Kornel Lesiński. -Copyright (c) 2015-2017 Mayur Pawashe. -Copyright (c) 2014 C.W. Betts. -Copyright (c) 2014 Petroules Corporation. -Copyright (c) 2014 Big Nerd Ranch. -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -================= -EXTERNAL LICENSES -================= - -bspatch.c and bsdiff.c, from bsdiff 4.3 : - -Copyright 2003-2005 Colin Percival -All rights reserved - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - --- - -sais.c and sais.c, from sais-lite (2010/08/07) : - -The sais-lite copyright is as follows: - -Copyright (c) 2008-2010 Yuta Mori All Rights Reserved. - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - --- - -Portable C implementation of Ed25519, from https://github.com/orlp/ed25519 - -Copyright (c) 2015 Orson Peters - -This software is provided 'as-is', without any express or implied warranty. In no event will the -authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not claim that you wrote the - original software. If you use this software in a product, an acknowledgment in the product - documentation would be appreciated but is not required. - -2. Altered source versions must be plainly marked as such, and must not be misrepresented as - being the original software. - -3. This notice may not be removed or altered from any source distribution. - --- - -SUSignatureVerifier.m: - -Copyright (c) 2011 Mark Hamlin. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. diff --git a/Pods/Sparkle/Sparkle.framework/Autoupdate b/Pods/Sparkle/Sparkle.framework/Autoupdate deleted file mode 120000 index 1a4fc02ca..000000000 --- a/Pods/Sparkle/Sparkle.framework/Autoupdate +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Autoupdate \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Headers b/Pods/Sparkle/Sparkle.framework/Headers deleted file mode 120000 index a177d2a6b..000000000 --- a/Pods/Sparkle/Sparkle.framework/Headers +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Headers \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Modules b/Pods/Sparkle/Sparkle.framework/Modules deleted file mode 120000 index 5736f3186..000000000 --- a/Pods/Sparkle/Sparkle.framework/Modules +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Modules \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/PrivateHeaders b/Pods/Sparkle/Sparkle.framework/PrivateHeaders deleted file mode 120000 index d8e564526..000000000 --- a/Pods/Sparkle/Sparkle.framework/PrivateHeaders +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/PrivateHeaders \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Resources b/Pods/Sparkle/Sparkle.framework/Resources deleted file mode 120000 index 953ee36f3..000000000 --- a/Pods/Sparkle/Sparkle.framework/Resources +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Resources \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Sparkle b/Pods/Sparkle/Sparkle.framework/Sparkle deleted file mode 120000 index b2c52731e..000000000 --- a/Pods/Sparkle/Sparkle.framework/Sparkle +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Sparkle \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Updater.app b/Pods/Sparkle/Sparkle.framework/Updater.app deleted file mode 120000 index 18f322355..000000000 --- a/Pods/Sparkle/Sparkle.framework/Updater.app +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/Updater.app \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Autoupdate b/Pods/Sparkle/Sparkle.framework/Versions/B/Autoupdate deleted file mode 100755 index 975836ec3..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Autoupdate and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUDownloadData.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUDownloadData.h deleted file mode 100644 index d33ab0112..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUDownloadData.h +++ /dev/null @@ -1,52 +0,0 @@ -// -// SPUDownloadData.h -// Sparkle -// -// Created by Mayur Pawashe on 8/10/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -/** - * A class for containing downloaded data along with some information about it. - */ -SU_EXPORT @interface SPUDownloadData : NSObject - -/** - * The raw data that was downloaded. - */ -@property (nonatomic, readonly) NSData *data; - -/** - * The URL that was fetched from. - * - * This may be different from the URL in the request if there were redirects involved. - */ -@property (nonatomic, readonly, copy) NSURL *URL; - -/** - * The IANA charset encoding name if available. Eg: "utf-8" - */ -@property (nonatomic, readonly, nullable, copy) NSString *textEncodingName; - -/** - * The MIME type if available. Eg: "text/plain" - */ -@property (nonatomic, readonly, nullable, copy) NSString *MIMEType; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUpdaterController.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUpdaterController.h deleted file mode 100644 index 2ebce1aaa..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUpdaterController.h +++ /dev/null @@ -1,121 +0,0 @@ -// -// SPUStandardUpdaterController.h -// Sparkle -// -// Created by Mayur Pawashe on 2/28/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -@class SPUUpdater; -@class SPUStandardUserDriver; -@class NSMenuItem; -@protocol SPUUserDriver, SPUUpdaterDelegate, SPUStandardUserDriverDelegate; - -/** - A controller class that instantiates a `SPUUpdater` and allows binding UI to its updater settings. - - This class can be instantiated in a nib or created programatically using `-initWithUpdaterDelegate:userDriverDelegate:` or `-initWithStartingUpdater:updaterDelegate:userDriverDelegate:`. - - The controller's updater targets the application's main bundle and uses Sparkle's standard user interface. - Typically, this class is used by sticking it as a custom NSObject subclass in an Interface Builder nib (probably in MainMenu) but it works well programatically too. - - The controller creates an `SPUUpdater` instance using a `SPUStandardUserDriver` and allows hooking up the check for updates action and handling menu item validation. - It also allows hooking up the updater's and user driver's delegates. - - If you need more control over what bundle you want to update, or you want to provide a custom user interface (via `SPUUserDriver`), please use `SPUUpdater` directly instead. - */ -SU_EXPORT @interface SPUStandardUpdaterController : NSObject -{ -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wobjc-interface-ivars" - /** - * Interface builder outlet for the updater's delegate. - */ - IBOutlet __weak id updaterDelegate; - - /** - * Interface builder outlet for the user driver's delegate. - */ - IBOutlet __weak id userDriverDelegate; -#pragma clang diagnostic pop -} - -/** - Accessible property for the updater. Some properties on the updater can be binded via KVO - - When instantiated from a nib, don't perform update checks before the application has finished launching in a MainMenu nib (i.e applicationDidFinishLaunching:) or before the corresponding window/view controller has been loaded (i.e, windowDidLoad or viewDidLoad). The updater is not guaranteed to be started yet before these points. - */ -@property (nonatomic, readonly) SPUUpdater *updater; - -/** - Accessible property for the updater's user driver. - */ -@property (nonatomic, readonly) SPUStandardUserDriver *userDriver; - -/** - Create a new `SPUStandardUpdaterController` from a nib. - - You cannot call this initializer directly. You must instantiate a `SPUStandardUpdaterController` inside of a nib (typically the MainMenu nib) to use it. - - To create a `SPUStandardUpdaterController` programatically, use `-initWithUpdaterDelegate:userDriverDelegate:` or `-initWithStartingUpdater:updaterDelegate:userDriverDelegate:` instead. - */ -- (instancetype)init NS_UNAVAILABLE; - -/** - Create a new `SPUStandardUpdaterController` programmatically. - - The updater is started automatically. See `-startUpdater` for more information. - */ -- (instancetype)initWithUpdaterDelegate:(nullable id)updaterDelegate userDriverDelegate:(nullable id)userDriverDelegate; - -/** - Create a new `SPUStandardUpdaterController` programmatically allowing you to specify whether or not to start the updater immediately. - - You can specify whether or not you want to start the updater immediately. - If you do not start the updater, you must invoke `-startUpdater` at a later time to start it. - */ -- (instancetype)initWithStartingUpdater:(BOOL)startUpdater updaterDelegate:(nullable id)updaterDelegate userDriverDelegate:(nullable id)userDriverDelegate; - -/** - Starts the updater if it has not already been started. - - You should only call this method yourself if you opted out of starting the updater on initialization. - Hence, do not call this yourself if you are instantiating this controller from a nib. - - This invokes `-[SPUUpdater startUpdater:]`. If the application is misconfigured with Sparkle, an error is logged and an alert is shown to the user (after a few seconds) to contact the developer. - If you want more control over this behavior, you can create your own `SPUUpdater` instead of using `SPUStandardUpdaterController`. - */ -- (void)startUpdater; - -/** - Explicitly checks for updates and displays a progress dialog while doing so. - - This method is meant for a main menu item. - Connect any NSMenuItem to this action in Interface Builder or programmatically, - and Sparkle will check for updates and report back its findings verbosely when it is invoked. - - When the target/action of the menu item is set to this controller and this method, - this controller also handles enabling/disabling the menu item by checking - `-[SPUUpdater canCheckForUpdates]` - - This action checks updates by invoking `-[SPUUpdater checkForUpdates]` - */ -- (IBAction)checkForUpdates:(nullable id)sender; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUserDriver.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUserDriver.h deleted file mode 100644 index f8d5ef09a..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUserDriver.h +++ /dev/null @@ -1,47 +0,0 @@ -// -// SPUStandardUserDriver.h -// Sparkle -// -// Created by Mayur Pawashe on 2/14/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SPUUserDriver.h" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -@protocol SPUStandardUserDriverDelegate; - -/** - Sparkle's standard built-in user driver for updater interactions - */ -SU_EXPORT @interface SPUStandardUserDriver : NSObject - -/** - Initializes a Sparkle's standard user driver for user update interactions - - @param hostBundle The target bundle of the host that is being updated. - @param delegate The optional delegate to this user driver. - */ -- (instancetype)initWithHostBundle:(NSBundle *)hostBundle delegate:(nullable id)delegate; - -/** - Use initWithHostBundle:delegate: instead. - */ -- (instancetype)init NS_UNAVAILABLE; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUserDriverDelegate.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUserDriverDelegate.h deleted file mode 100644 index 7ed3bff04..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUStandardUserDriverDelegate.h +++ /dev/null @@ -1,193 +0,0 @@ -// -// SPUStandardUserDriverDelegate.h -// Sparkle -// -// Created by Mayur Pawashe on 3/3/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -@protocol SUVersionDisplay; -@class SUAppcastItem; -@class SPUUserUpdateState; - -/** - A protocol for Sparkle's standard user driver's delegate - - This includes methods related to UI interactions - */ -SU_EXPORT @protocol SPUStandardUserDriverDelegate - -@optional - -/** - Called before showing a modal alert window, - to give the opportunity to hide attached windows that may get in the way. - */ -- (void)standardUserDriverWillShowModalAlert; - -/** - Called after showing a modal alert window, - to give the opportunity to hide attached windows that may get in the way. - */ -- (void)standardUserDriverDidShowModalAlert; - -/** - Returns an object that formats version numbers for display to the user. - If you don't implement this method or return @c nil, the standard version formatter will be used. - */ -- (_Nullable id )standardUserDriverRequestsVersionDisplayer; - -/** - Decides whether or not the standard user driver should provide an option to show full release notes to the user. - - When a user checks for new updates and no new update is found, Sparkle by default will offer to show the application's version history to the user - by providing a "Version History" button in the no new update available alert. - - If this delegate method is implemented to return `NO`, then Sparkle will not provide an option to show full release notes to the user. - - @param item The appcast item corresponding to the latest version available. - @return @c YES to allow Sparkle to show full release notes to the user, otherwise @c NO to disallow this. - */ -- (BOOL)standardUserDriverShouldShowVersionHistoryForAppcastItem:(SUAppcastItem *)item; - -/** - Handles showing the full release notes to the user. - - When a user checks for new updates and no new update is found, Sparkle will offer to show the application's version history to the user - by providing a "Version History" button in the no new update available alert. - - If this delegate method is not implemented, Sparkle will instead offer to open the - `fullReleaseNotesLink` (or `releaseNotesLink` if the former is unavailable) from the appcast's latest `item` in the user's web browser. - - If this delegate method is implemented, Sparkle will instead ask the delegate to show the full release notes to the user. - A delegate may want to implement this method if they want to show in-app or offline release notes. - - @param item The appcast item corresponding to the latest version available. - */ -- (void)standardUserDriverShowVersionHistoryForAppcastItem:(SUAppcastItem *)item; - -/** - Specifies whether or not the download, extraction, and installing status windows allows to be minimized. - - By default, the status window showing the current status of the update (download, extraction, ready to install) is allowed to be minimized - for regular application bundle updates. - - @return @c YES if the status window is allowed to be minimized (default behavior), otherwise @c NO. - */ -- (BOOL)standardUserDriverAllowsMinimizableStatusWindow; - -/** - Declares whether or not gentle scheduled update reminders are supported. - - The delegate may implement scheduled update reminders that are presented in a gentle manner by implementing one or both of: - `-standardUserDriverWillHandleShowingUpdate:forUpdate:state:` and `-standardUserDriverShouldHandleShowingScheduledUpdate:andInImmediateFocus:` - - Visit https://sparkle-project.org/documentation/gentle-reminders for more information and examples. - - @return @c YES if gentle scheduled update reminders are implemented by standard user driver delegate, otherwise @c NO (default). - */ -@property (nonatomic, readonly) BOOL supportsGentleScheduledUpdateReminders; - -/** - Specifies if the standard user driver should handle showing a new scheduled update, or if its delegate should handle showing the update instead. - - If you implement this method and return @c NO the delegate is then responsible for showing the update, - which must be implemented and done in `-standardUserDriverWillHandleShowingUpdate:forUpdate:state:` - The motivation for the delegate being responsible for showing updates is to override Sparkle's default behavior - and add gentle reminders for new updates. - - Returning @c YES is the default behavior and allows the standard user driver to handle showing the update. - - If the standard user driver handles showing the update, `immediateFocus` reflects whether or not it will show the update in immediate and utmost focus. - The standard user driver may choose to show the update in immediate and utmost focus when the app was launched recently - or the system has been idle for some time. - - If `immediateFocus` is @c NO the standard user driver may want to defer showing the update until the user comes back to the app. - For background running applications, when `immediateFocus` is @c NO the standard user driver will always want to show - the update alert immediately, but behind other running applications or behind the app's own windows if it's currently active. - - There should be no side effects made when implementing this method so you should just return @c YES or @c NO - You will also want to implement `-standardUserDriverWillHandleShowingUpdate:forUpdate:state:` for adding additional update reminders. - - This method is not called for user-initiated update checks. The standard user driver always handles those. - - Visit https://sparkle-project.org/documentation/gentle-reminders for more information and examples. - - @param update The update the standard user driver should show. - @param immediateFocus If @c immediateFocus is @c YES, then the standard user driver proposes to show the update in immediate and utmost focus. See discussion for more details. - - @return @c YES if the standard user should handle showing the scheduled update (default behavior), otherwise @c NO if the delegate handles showing it. - */ -- (BOOL)standardUserDriverShouldHandleShowingScheduledUpdate:(SUAppcastItem *)update andInImmediateFocus:(BOOL)immediateFocus; - -/** - Called before an update will be shown to the user. - - If the standard user driver handles showing the update, `handleShowingUpdate` will be `YES`. - Please see `-standardUserDriverShouldHandleShowingScheduledUpdate:andInImmediateFocus:` for how the standard user driver - may handle showing scheduled updates when `handleShowingUpdate` is `YES` and `state.userInitiated` is `NO`. - - If the delegate declared it handles showing the update by returning @c NO in `-standardUserDriverShouldHandleShowingScheduledUpdate:andInImmediateFocus:` - then the delegate should handle showing update reminders in this method, or at some later point. - In this case, `handleShowingUpdate` will be @c NO. - To bring the update alert in focus, you may call `-[SPUStandardUpdaterController checkForUpdates:]` or `-[SPUUpdater checkForUpdates]`. - You may want to show additional UI indicators in your application that will show this update in focus - and want to dismiss additional UI indicators in `-standardUserDriverWillFinishUpdateSession` or `-standardUserDriverDidReceiveUserAttentionForUpdate:` - - If `state.userInitiated` is @c YES then the standard user driver always handles showing the new update and `handleShowingUpdate` will be @c YES. - In this case, it may still be useful for the delegate to intercept this method right before a new update will be shown. - - This method is not called when bringing an update that has already been presented back in focus. - - Visit https://sparkle-project.org/documentation/gentle-reminders for more information and examples. - - @param handleShowingUpdate @c YES if the standard user driver handles showing the update, otherwise @c NO if the delegate handles showing the update. - @param update The update that will be shown. - @param state The user state of the update which includes if the update check was initiated by the user. - */ -- (void)standardUserDriverWillHandleShowingUpdate:(BOOL)handleShowingUpdate forUpdate:(SUAppcastItem *)update state:(SPUUserUpdateState *)state; - -/** - Called when a new update first receives attention from the user. - - This occurs either when the user first brings the update alert in utmost focus or when the user makes a choice to install an update or dismiss/skip it. - - This may be useful to intercept for dismissing custom attention-based UI indicators (e.g, user notifications) introduced when implementing - `-standardUserDriverWillHandleShowingUpdate:forUpdate:state:` - - For custom UI indicators that need to still be on screen after the user has started to install an update, please see `-standardUserDriverWillFinishUpdateSession`. - - @param update The new update that the user gave attention to. - */ -- (void)standardUserDriverDidReceiveUserAttentionForUpdate:(SUAppcastItem *)update; - -/** - Called before the standard user driver session will finish its current update session. - - This may occur after the user has dismissed / skipped a new update or after an update error has occurred. - For updaters updating external/other bundles, this may also be called after an update has been successfully installed. - - This may be useful to intercept for dismissing custom UI indicators introduced when implementing - `-standardUserDriverWillHandleShowingUpdate:forUpdate:state:` - - For UI indicators that need to be dismissed when the user has given attention to a new update alert, - please see `-standardUserDriverDidReceiveUserAttentionForUpdate:` - */ -- (void)standardUserDriverWillFinishUpdateSession; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdateCheck.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdateCheck.h deleted file mode 100644 index 80a200196..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdateCheck.h +++ /dev/null @@ -1,33 +0,0 @@ -// -// SPUUpdateCheck.h -// SPUUpdateCheck -// -// Created by Mayur Pawashe on 8/28/21. -// Copyright © 2021 Sparkle Project. All rights reserved. -// - -#ifndef SPUUpdateCheck_h -#define SPUUpdateCheck_h - -/** - Describes the type of update check being performed. - - Each update check corresponds to an update check method on `SPUUpdater`. - */ -typedef NS_ENUM(NSInteger, SPUUpdateCheck) -{ - /** - The user-initiated update check corresponding to `-[SPUUpdater checkForUpdates]`. - */ - SPUUpdateCheckUpdates = 0, - /** - The background scheduled update check corresponding to `-[SPUUpdater checkForUpdatesInBackground]`. - */ - SPUUpdateCheckUpdatesInBackground = 1, - /** - The informational probe update check corresponding to `-[SPUUpdater checkForUpdateInformation]`. - */ - SPUUpdateCheckUpdateInformation = 2 -}; - -#endif /* SPUUpdateCheck_h */ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdatePermissionRequest.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdatePermissionRequest.h deleted file mode 100644 index c1a362c39..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdatePermissionRequest.h +++ /dev/null @@ -1,42 +0,0 @@ -// -// SPUUpdatePermissionRequest.h -// Sparkle -// -// Created by Mayur Pawashe on 8/14/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -/** - This class represents information needed to make a permission request for checking updates. - */ -SU_EXPORT @interface SPUUpdatePermissionRequest : NSObject - -/** - Initializes a new update permission request instance. - - @param systemProfile The system profile information. - */ -- (instancetype)initWithSystemProfile:(NSArray *> *)systemProfile; - -/** - A read-only property for the user's system profile. - */ -@property (nonatomic, readonly) NSArray *> *systemProfile; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdater.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdater.h deleted file mode 100644 index e2f8dca17..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdater.h +++ /dev/null @@ -1,368 +0,0 @@ -// -// SPUUpdater.h -// Sparkle -// -// Created by Andy Matuschak on 1/4/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#import "SPUUserDriver.h" -#pragma clang diagnostic pop -#else -#import -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -@class SUAppcastItem, SUAppcast; - -@protocol SPUUpdaterDelegate; - -/** - The main API in Sparkle for controlling the update mechanism. - - This class is used to configure the update parameters as well as manually and automatically schedule and control checks for updates. - - For convenience, you can create a standard or nib instantiable updater by using `SPUStandardUpdaterController`. - - Prefer to set initial properties in your bundle's Info.plist as described in [Customizing Sparkle](https://sparkle-project.org/documentation/customization/). - - Otherwise only if you need dynamic behavior for user settings should you set properties on the updater such as: - - `automaticallyChecksForUpdates` - - `updateCheckInterval` - - `automaticallyDownloadsUpdates` - - `feedURL` - - Please view the documentation on each of these properties for more detail if you are to configure them dynamically. - */ -SU_EXPORT @interface SPUUpdater : NSObject - -/** - Initializes a new `SPUUpdater` instance - - This creates an updater, but to start it and schedule update checks `-startUpdater:` needs to be invoked first. - - Related: See `SPUStandardUpdaterController` which wraps a `SPUUpdater` instance and is suitable for instantiating inside of nib files. - - @param hostBundle The bundle that should be targetted for updating. - @param applicationBundle The application bundle that should be waited for termination and relaunched (unless overridden). Usually this can be the same as hostBundle. This may differ when updating a plug-in or other non-application bundle. - @param userDriver The user driver that Sparkle uses for user update interaction. - @param delegate The delegate for `SPUUpdater`. - */ -- (instancetype)initWithHostBundle:(NSBundle *)hostBundle applicationBundle:(NSBundle *)applicationBundle userDriver:(id )userDriver delegate:(nullable id)delegate; - -/** - Use `-initWithHostBundle:applicationBundle:userDriver:delegate:` or `SPUStandardUpdaterController` standard adapter instead. - - If you want to drop an updater into a nib, use `SPUStandardUpdaterController`. - */ -- (instancetype)init NS_UNAVAILABLE; - -/** - Starts the updater. - - This method first checks if Sparkle is configured properly. A valid feed URL should be set before this method is invoked. - - If the configuration is valid, an update cycle is started in the next main runloop cycle. - During this cycle, a permission prompt may be brought up (if needed) for checking if the user wants automatic update checking. - Otherwise if automatic update checks are enabled, a scheduled update alert may be brought up if enough time has elapsed since the last check. - See `automaticallyChecksForUpdates` for more information. - - After starting the updater and before the next runloop cycle, one of `-checkForUpdates`, `-checkForUpdatesInBackground`, or `-checkForUpdateInformation` can be invoked. - This may be useful if you want to check for updates immediately or without showing a potential permission prompt. - - If the updater cannot be started (i.e, due to a configuration issue in the application), you may want to fall back appropriately. - For example, the standard updater controller (`SPUStandardUpdaterController`) alerts the user that the app is misconfigured and to contact the developer. - - This must be called on the main thread. - - @param error The error that is populated if this method fails. Pass NULL if not interested in the error information. - @return YES if the updater started otherwise NO with a populated error - */ -- (BOOL)startUpdater:(NSError * __autoreleasing *)error; - -/** - Checks for updates, and displays progress while doing so if needed. - - This is meant for users initiating a new update check or checking the current update progress. - - If an update hasn't started, the user may be shown that a new check for updates is occurring. - If an update has already been downloaded or begun installing from a previous session, the user may be presented to install that update. - If the user is already being presented with an update, that update will be shown to the user in active focus. - - This will find updates that the user has previously opted into skipping. - - See `canCheckForUpdates` property which can determine when this method may be invoked. - */ -- (void)checkForUpdates; - -/** - Checks for updates, but does not show any UI unless an update is found. - - You usually do not need to call this method directly. If `automaticallyChecksForUpdates` is @c YES, - Sparkle calls this method automatically according to its update schedule using the `updateCheckInterval` - and the `lastUpdateCheckDate`. Therefore, you should typically only consider calling this method directly if you - opt out of automatic update checks. Calling this method when updating your own bundle is invalid if Sparkle is configured - to ask the user's permission to check for updates automatically and `automaticallyChecksForUpdates` is `NO`. - If you want to reset the updater's cycle after an updater setting change, see `resetUpdateCycle` or `resetUpdateCycleAfterShortDelay` instead. - - This is meant for programmatically initating a check for updates in the background without the user initiating it. - This check will not show UI if no new updates are found. - - If a new update is found, the updater's user driver may handle showing it at an appropriate (but not necessarily immediate) time. - If you want control over when and how a new update is shown, please see https://sparkle-project.org/documentation/gentle-reminders/ - - Note if automated downloading/installing is turned on, either a new update may be downloaded in the background to be installed silently, - or an already downloaded update may be shown. - - This will not find updates that the user has opted into skipping. - - This method does not do anything if there is a `sessionInProgress`. - */ -- (void)checkForUpdatesInBackground; - -/** - Begins a "probing" check for updates which will not actually offer to - update to that version. - - However, the delegate methods - `-[SPUUpdaterDelegate updater:didFindValidUpdate:]` and - `-[SPUUpdaterDelegate updaterDidNotFindUpdate:]` will be called, - so you can use that information in your UI. - - `-[SPUUpdaterDelegate updater:didFinishUpdateCycleForUpdateCheck:error:]` will be called when - this probing check is completed. - - Updates that have been skipped by the user will not be found. - - This method does not do anything if there is a `sessionInProgress`. - */ -- (void)checkForUpdateInformation; - -/** - A property indicating whether or not updates can be checked by the user. - - An update check can be made by the user when an update session isn't in progress, or when an update or its progress is being shown to the user. - A user cannot check for updates when data (such as the feed or an update) is still being downloaded automatically in the background. - - This property is suitable to use for menu item validation for seeing if `-checkForUpdates` can be invoked. - - This property is also KVO-compliant. - - Note this property does not reflect whether or not an update session is in progress. Please see `sessionInProgress` property instead. - */ -@property (nonatomic, readonly) BOOL canCheckForUpdates; - -/** - A property indicating whether or not an update session is in progress. - - An update session is in progress when the appcast is being downloaded, an update is being downloaded, - an update is being shown, update permission is being requested, or the installer is being started. - - An active session is when Sparkle's fired scheduler is running. - - Note an update session may not be running even though Sparkle's installer (ran as a separate process) may be running, - or even though the update has been downloaded but the installation has been deferred. In both of these cases, a new update session - may be activated with the update resumed at a later point (automatically or manually). - - See also: - - `canCheckForUpdates` property which is more suited for menu item validation and deciding if the user can initiate update checks. - - `-[SPUUpdaterDelegate updater:didFinishUpdateCycleForUpdateCheck:error:]` which lets the updater delegate know when an update cycle and session finishes. - */ -@property (nonatomic, readonly) BOOL sessionInProgress; - -/** - A property indicating whether or not to check for updates automatically. - - By default, Sparkle asks users on second launch for permission if they want automatic update checks enabled - and sets this property based on their response. If `SUEnableAutomaticChecks` is set in the Info.plist, - this permission request is not performed however. - - Setting this property will persist in the host bundle's user defaults. - Hence developers shouldn't maintain an additional user default for this property. - Only set this property if the user wants to change the default via a user settings option. - Do not always set it on launch unless you want to ignore the user's preference. - For testing environments, you can disable update checks by passing `-SUEnableAutomaticChecks NO` - to your app's command line arguments instead of setting this property. - - The update schedule cycle will be reset in a short delay after the property's new value is set. - This is to allow reverting this property without kicking off a schedule change immediately - */ -@property (nonatomic) BOOL automaticallyChecksForUpdates; - -/** - A property indicating the current automatic update check interval in seconds. - - Prefer to set SUScheduledCheckInterval directly in your Info.plist for setting the initial value. - - Setting this property will persist in the host bundle's user defaults. - Hence developers shouldn't maintain an additional user default for this property. - Only set this property if the user wants to change the default via a user settings option. - Do not always set it on launch unless you want to ignore the user's preference. - - The update schedule cycle will be reset in a short delay after the property's new value is set. - This is to allow reverting this property without kicking off a schedule change immediately - */ -@property (nonatomic) NSTimeInterval updateCheckInterval; - -/** - A property indicating whether or not updates can be automatically downloaded in the background. - - By default, updates are not automatically downloaded. - - By default starting from Sparkle 2.4, users are provided an option to opt in to automatically downloading and installing updates when they are asked if they want automatic update checks enabled. - The default value for this option is based on what the developer sets `SUAutomaticallyUpdate` in their Info.plist. - This is not done if `SUEnableAutomaticChecks` is set in the Info.plist however. Please check `automaticallyChecksForUpdates` property for more details. - - Note that the developer can disallow automatic downloading of updates from being enabled (via `SUAllowsAutomaticUpdates` Info.plist key). - In this case, this property will return NO regardless of how this property is set. - - Prefer to set `SUAutomaticallyUpdate` directly in your Info.plist for setting the initial value. - - Setting this property will persist in the host bundle's user defaults. - Hence developers shouldn't maintain an additional user default for this property. - Only set this property if the user wants to change the default via a user settings option. - Do not always set it on launch unless you want to ignore the user's preference. - */ -@property (nonatomic) BOOL automaticallyDownloadsUpdates; - -/** - The URL of the appcast used to download update information. - - If the updater's delegate implements `-[SPUUpdaterDelegate feedURLStringForUpdater:]`, this will return that feed URL. - Otherwise if the feed URL has been set before using `-[SPUUpdater setFeedURL:]`, the feed URL returned will be retrieved from the host bundle's user defaults. - Otherwise the feed URL in the host bundle's Info.plist will be returned. - If no feed URL can be retrieved, returns nil. - - For setting a primary feed URL, please set the `SUFeedURL` property in your Info.plist. - For setting an alternative feed URL, please prefer `-[SPUUpdaterDelegate feedURLStringForUpdater:]` over `-setFeedURL:`. - Please see the documentation for `-setFeedURL:` for migrating away from that API. - - This property must be called on the main thread; calls from background threads will return nil. - */ -@property (nonatomic, readonly, nullable) NSURL *feedURL; - -/** - Set the URL of the appcast used to download update information. This method is deprecated. - - Setting this property will persist in the host bundle's user defaults. - To avoid this undesirable behavior, please consider implementing - `-[SPUUpdaterDelegate feedURLStringForUpdater:]` instead of using this method. - - Calling `-clearFeedURLFromUserDefaults` will remove any feed URL that has been set in the host bundle's user defaults. - Passing nil to this method can also do this, but using `-clearFeedURLFromUserDefaults` is preferred. - To migrate away from using this API, you must clear and remove any feed URLs set in the user defaults through this API. - - If you do not need to alternate between multiple feeds, set the SUFeedURL in your Info.plist instead of invoking this method. - - For beta updates, you may consider migrating to `-[SPUUpdaterDelegate allowedChannelsForUpdater:]` in the future. - - Updaters that update other developer's bundles should not call this method. - - This method must be called on the main thread; calls from background threads will have no effect. - */ -- (void)setFeedURL:(nullable NSURL *)feedURL __deprecated_msg("Please call -[SPUUpdater clearFeedURLFromUserDefaults] to migrate away from using this API and transition to either specifying the feed URL in your Info.plist, using channels in Sparkle 2, or using -[SPUUpdaterDelegate feedURLStringForUpdater:] to specify the dynamic feed URL at runtime"); - -/** - Clears any feed URL from the host bundle's user defaults that was set via `-setFeedURL:` - - You should call this method if you have used `-setFeedURL:` in the past and want to stop using that API. - Otherwise for compatibility Sparkle will prefer to use the feed URL that was set in the user defaults over the one that was specified in the host bundle's Info.plist, - which is often undesirable (except for testing purposes). - - If a feed URL is found stored in the host bundle's user defaults (from calling `-setFeedURL:`) before it gets cleared, - then that previously set URL is returned from this method. - - This method should be called as soon as possible, after your application finished launching or right after the updater has been started - if you manually manage starting the updater. - - Updaters that update other developer's bundles should not call this method. - - This method must be called on the main thread. - - @return A previously set feed URL in the host bundle's user defaults, if available, otherwise this returns `nil` - */ -- (nullable NSURL *)clearFeedURLFromUserDefaults; - -/** - The host bundle that is being updated. - */ -@property (nonatomic, readonly) NSBundle *hostBundle; - -/** - The user agent used when checking for updates. - - By default the user agent string returned is in the format: - `$(BundleDisplayName)/$(BundleDisplayVersion) Sparkle/$(SparkleDisplayVersion)` - - BundleDisplayVersion is derived from the main application's Info.plist's CFBundleShortVersionString. - - Note if Sparkle is being used to update another application, the bundle information retrieved is from the main application performing the updating. - - This default implementation can be overrided. - */ -@property (nonatomic, copy) NSString *userAgentString; - -/** - The HTTP headers used when checking for updates, downloading release notes, and downloading updates. - - The keys of this dictionary are HTTP header fields and values are corresponding values. - */ -@property (nonatomic, copy, nullable) NSDictionary *httpHeaders; - -/** - A property indicating whether or not the user's system profile information is sent when checking for updates. - - Setting this property will persist in the host bundle's user defaults. - */ -@property (nonatomic) BOOL sendsSystemProfile; - -/** - The date of the last update check or nil if no check has been performed yet. - - For testing purposes, the last update check is stored in the `SULastCheckTime` key in the host bundle's user defaults. - For example, `defaults delete my-bundle-id SULastCheckTime` can be invoked to clear the last update check time and test - if update checks are automatically scheduled. - */ -@property (nonatomic, readonly, copy, nullable) NSDate *lastUpdateCheckDate; - -/** - Appropriately re-schedules the update checking timer according to the current updater settings. - - This method should only be called in response to a user changing updater settings. This method may trigger a new update check to occur in the background if an updater setting such as the updater's feed or allowed channels has changed. - - If the `updateCheckInterval` or `automaticallyChecksForUpdates` properties are changed, this method is automatically invoked after a short delay using `-resetUpdateCycleAfterShortDelay`. In these cases, manually resetting the update cycle is not necessary. - - See also `-resetUpdateCycleAfterShortDelay` which gives the user a short delay before triggering a cycle reset. - */ -- (void)resetUpdateCycle; - -/** - Appropriately re-schedules the update checking timer according to the current updater settings after a short cancellable delay. - - This method calls `resetUpdateCycle` after a short delay to give the user a short amount of time to cancel changing an updater setting. - If this method is called again, any previous reset request that is still inflight will be cancelled. - - For example, if the user changes the `automaticallyChecksForUpdates` setting to `YES`, but quickly undoes their change then - no cycle reset will be done. - - If the `updateCheckInterval` or `automaticallyChecksForUpdates` properties are changed, this method is automatically invoked. In these cases, manually resetting the update cycle is not necessary. - */ -- (void)resetUpdateCycleAfterShortDelay; - -/** - The system profile information that is sent when checking for updates. - */ -@property (nonatomic, readonly, copy) NSArray *> *systemProfileArray; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdaterDelegate.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdaterDelegate.h deleted file mode 100644 index c879e8f8f..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdaterDelegate.h +++ /dev/null @@ -1,476 +0,0 @@ -// -// SPUUpdaterDelegate.h -// Sparkle -// -// Created by Mayur Pawashe on 8/12/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#import "SPUUpdateCheck.h" -#import "SPUUserUpdateState.h" -#pragma clang diagnostic pop -#else -#import -#import -#import -#endif - -@protocol SUVersionComparison; -@class SPUUpdater, SUAppcast, SUAppcastItem, SPUUserUpdateState; - -NS_ASSUME_NONNULL_BEGIN - -// ----------------------------------------------------------------------------- -// SUUpdater Notifications for events that might be interesting to more than just the delegate -// The updater will be the notification object -// ----------------------------------------------------------------------------- -SU_EXPORT extern NSString *const SUUpdaterDidFinishLoadingAppCastNotification; -SU_EXPORT extern NSString *const SUUpdaterDidFindValidUpdateNotification; -SU_EXPORT extern NSString *const SUUpdaterDidNotFindUpdateNotification; -SU_EXPORT extern NSString *const SUUpdaterWillRestartNotification; -#define SUUpdaterWillRelaunchApplicationNotification SUUpdaterWillRestartNotification; -#define SUUpdaterWillInstallUpdateNotification SUUpdaterWillRestartNotification; - -// Key for the SUAppcastItem object in the SUUpdaterDidFindValidUpdateNotification userInfo -SU_EXPORT extern NSString *const SUUpdaterAppcastItemNotificationKey; -// Key for the SUAppcast object in the SUUpdaterDidFinishLoadingAppCastNotification userInfo -SU_EXPORT extern NSString *const SUUpdaterAppcastNotificationKey; - -// ----------------------------------------------------------------------------- -// System Profile Keys -// ----------------------------------------------------------------------------- - -SU_EXPORT extern NSString *const SUSystemProfilerApplicationNameKey; -SU_EXPORT extern NSString *const SUSystemProfilerApplicationVersionKey; -SU_EXPORT extern NSString *const SUSystemProfilerCPU64bitKey; -SU_EXPORT extern NSString *const SUSystemProfilerCPUCountKey; -SU_EXPORT extern NSString *const SUSystemProfilerCPUFrequencyKey; -SU_EXPORT extern NSString *const SUSystemProfilerCPUTypeKey; -SU_EXPORT extern NSString *const SUSystemProfilerCPUSubtypeKey; -SU_EXPORT extern NSString *const SUSystemProfilerHardwareModelKey; -SU_EXPORT extern NSString *const SUSystemProfilerMemoryKey; -SU_EXPORT extern NSString *const SUSystemProfilerOperatingSystemVersionKey; -SU_EXPORT extern NSString *const SUSystemProfilerPreferredLanguageKey; - -// ----------------------------------------------------------------------------- -// SPUUpdater Delegate: -// ----------------------------------------------------------------------------- - -/** - Provides delegation methods to control the behavior of an `SPUUpdater` object. - */ -@protocol SPUUpdaterDelegate -@optional - -/** - Returns whether to allow Sparkle to check for updates. - - For example, this may be used to prevent Sparkle from interrupting a setup assistant. - Alternatively, you may want to consider starting the updater after eg: the setup assistant finishes. - - Note in Swift, this method returns Void and is marked with the throws keyword. If this method - doesn't throw an error, the updater may perform an update check. Otherwise if an error is thrown (we recommend using an NSError), - then the updater may not perform an update check. - - @param updater The updater instance. - @param updateCheck The type of update check that will be performed if the updater is allowed to check for updates. - @param error The populated error object if the updater may not perform a new update check. The @c NSLocalizedDescriptionKey user info key should be populated indicating a description of the error. - @return @c YES if the updater is allowed to check for updates, otherwise @c NO -*/ -- (BOOL)updater:(SPUUpdater *)updater mayPerformUpdateCheck:(SPUUpdateCheck)updateCheck error:(NSError * __autoreleasing *)error; - -/** - Returns the set of Sparkle channels the updater is allowed to find new updates from. - - An appcast item can specify a channel the update is posted to. Without specifying a channel, the appcast item is posted to the default channel. - For instance: - ``` - - 2.0 Beta 1 - beta - - ``` - - This example posts an update to the @c beta channel, so only updaters that are allowed to use the @c beta channel can find this update. - - If the @c element is not present, the update item is posted to the default channel and can be found by any updater. - - You can pick any name you'd like for the channel. The valid characters for channel names are letters, numbers, dashes, underscores, and periods. - - Note to use this feature, all app versions that your users may update from in your feed must use a version of Sparkle that supports this feature. - This feature was added in Sparkle 2. - - @return The set of channel names the updater is allowed to find new updates in. An empty set is the default behavior, - which means the updater will only look for updates in the default channel. - */ -- (NSSet *)allowedChannelsForUpdater:(SPUUpdater *)updater; - -/** - Returns a custom appcast URL used for checking for new updates. - - Override this to dynamically specify the feed URL. - - @param updater The updater instance. - @return An appcast feed URL to check for new updates in, or @c nil for the default behavior and if you don't want to be delegated this task. - */ -- (nullable NSString *)feedURLStringForUpdater:(SPUUpdater *)updater; - -/** - Returns additional parameters to append to the appcast URL's query string. - - This is potentially based on whether or not Sparkle will also be sending along the system profile. - - @param updater The updater instance. - @param sendingProfile Whether the system profile will also be sent. - - @return An array of dictionaries with keys: `key`, `value`, `displayKey`, `displayValue`, the latter two being specifically for display to the user. - */ -- (NSArray *> *)feedParametersForUpdater:(SPUUpdater *)updater sendingSystemProfile:(BOOL)sendingProfile; - -/** - Returns whether Sparkle should prompt the user about checking for new updates automatically. - - Use this to override the default behavior. - - @param updater The updater instance. - @return @c YES if the updater should prompt for permission to check for new updates automatically, otherwise @c NO - */ -- (BOOL)updaterShouldPromptForPermissionToCheckForUpdates:(SPUUpdater *)updater; - -/** - Returns an allowed list of system profile keys to be appended to the appcast URL's query string. - - By default all keys will be included. This method allows overriding which keys should only be allowed. - - @param updater The updater instance. - - @return An array of system profile keys to include in the appcast URL's query string. Elements must be one of the `SUSystemProfiler*Key` constants. Return @c nil for the default behavior and if you don't want to be delegated this task. - */ -- (nullable NSArray *)allowedSystemProfileKeysForUpdater:(SPUUpdater *)updater; - -/** - Called after Sparkle has downloaded the appcast from the remote server. - - Implement this if you want to do some special handling with the appcast once it finishes loading. - - @param updater The updater instance. - @param appcast The appcast that was downloaded from the remote server. - */ -- (void)updater:(SPUUpdater *)updater didFinishLoadingAppcast:(SUAppcast *)appcast; - -/** - Called when a new valid update is found by the update driver. - - @param updater The updater instance. - @param item The appcast item corresponding to the update that is proposed to be installed. - */ -- (void)updater:(SPUUpdater *)updater didFindValidUpdate:(SUAppcastItem *)item; - -/** - Called when a valid new update is not found. - - There are various reasons a new update is unavailable and can't be installed. - - The userInfo dictionary on the error is populated with three keys: - - `SPULatestAppcastItemFoundKey`: if available, this may provide the latest `SUAppcastItem` that was found. This will be @c nil if it's unavailable. - - `SPUNoUpdateFoundReasonKey`: This will provide the `SPUNoUpdateFoundReason`. - For example the reason could be because the latest version in the feed requires a newer OS version or could be because the user is already on the latest version. - - `SPUNoUpdateFoundUserInitiatedKey`: A boolean that indicates if a new update was not found when the user intitiated an update check manually. - - @param updater The updater instance. - @param error An error containing information on why a new valid update was not found - */ -- (void)updaterDidNotFindUpdate:(SPUUpdater *)updater error:(NSError *)error; - -/** - Called when a valid new update is not found. - - If more information is needed on why an update was not found, use `-[SPUUpdaterDelegate updaterDidNotFindUpdate:error:]` instead. - - @param updater The updater instance. - */ -- (void)updaterDidNotFindUpdate:(SPUUpdater *)updater; - -/** - Returns the item in the appcast corresponding to the update that should be installed. - - Please consider using or migrating to other supported features before adopting this method. - Specifically: - - If you want to filter out certain tagged updates (like beta updates), consider `-[SPUUpdaterDelegate allowedChannelsForUpdater:]` instead. - - If you want to treat certain updates as informational-only, consider supplying @c with a set of affected versions users are updating from. - - If you're using special logic or extensions in your appcast, implement this to use your own logic for finding a valid update, if any, in the given appcast. - - Do not base your logic by filtering out items with a minimum or maximum OS version or minimum autoupdate version - because Sparkle already has logic for determining whether or not those items should be filtered out. - - Also do not return a non-top level item from the appcast such as a delta item. Delta items will be ignored. - Sparkle picks the delta item from your selection if the appropriate one is available. - - This method will not be invoked with an appcast that has zero items. Pick the best item from the appcast. - If an item is available that has the same version as the application or bundle to update, do not pick an item that is worse than that version. - - This method may be called multiple times for different selections and filters. This method should be efficient. - - Return `+[SUAppcastItem emptyAppcastItem]` if no appcast item is valid. - - Return @c nil if you don't want to be delegated this task and want to let Sparkle handle picking the best valid update. - - @param appcast The appcast that was downloaded from the remote server. - @param updater The updater instance. - @return The best valid appcast item. - */ -- (nullable SUAppcastItem *)bestValidUpdateInAppcast:(SUAppcast *)appcast forUpdater:(SPUUpdater *)updater; - -/** - Returns whether or not the updater should proceed with the new chosen update from the appcast. - - By default, the updater will always proceed with the best selected update found in an appcast. Override this to override this behavior. - - If you return @c NO and populate the @c error, the user is not shown this @c updateItem nor is the update downloaded or installed. - - Note in Swift, this method returns Void and is marked with the throws keyword. If this method doesn't throw an error, the updater will proceed with the update. - Otherwise if an error is thrown (we recommend using an NSError), then the will not proceed with the update. - - @param updater The updater instance. - @param updateItem The selected update item to proceed with. - @param updateCheck The type of update check that would be performed if proceeded. - @param error An error object that must be populated by the delegate if the updater should not proceed with the update. The @c NSLocalizedDescriptionKey user info key should be populated indicating a description of the error. - @return @c YES if the updater should proceed with @c updateItem, otherwise @c NO if the updater should not proceed with the update with an @c error populated. - */ -- (BOOL)updater:(SPUUpdater *)updater shouldProceedWithUpdate:(SUAppcastItem *)updateItem updateCheck:(SPUUpdateCheck)updateCheck error:(NSError * __autoreleasing *)error; - -/** - Called when a user makes a choice to install, dismiss, or skip an update. - - If the @c choice is `SPUUserUpdateChoiceDismiss` and @c state.stage is `SPUUserUpdateStageDownloaded` the downloaded update is kept - around until the next time Sparkle reminds the user of the update. - - If the @c choice is `SPUUserUpdateChoiceDismiss` and @c state.stage is `SPUUserUpdateStageInstalling` the update is still set to install on application termination. - - If the @c choice is `SPUUserUpdateChoiceSkip` the user will not be reminded in the future for this update unless they initiate an update check themselves. - - If @c updateItem.isInformationOnlyUpdate is @c YES the @c choice cannot be `SPUUserUpdateChoiceInstall`. - - @param updater The updater instance. - @param choice The choice (install, dismiss, or skip) the user made for this @c updateItem - @param updateItem The appcast item corresponding to the update that the user made a choice on. - @param state The current state for the update which includes if the update has already been downloaded or already installing. - */ -- (void)updater:(SPUUpdater *)updater userDidMakeChoice:(SPUUserUpdateChoice)choice forUpdate:(SUAppcastItem *)updateItem state:(SPUUserUpdateState *)state; - -/** - Returns whether the release notes (if available) should be downloaded after an update is found and shown. - - This is specifically for the @c element in the appcast item. - - @param updater The updater instance. - @param updateItem The update item to download and show release notes from. - - @return @c YES to download and show the release notes if available, otherwise @c NO. The default behavior is @c YES. - */ -- (BOOL)updater:(SPUUpdater *)updater shouldDownloadReleaseNotesForUpdate:(SUAppcastItem *)updateItem; - -/** - Called immediately before downloading the specified update. - - @param updater The updater instance. - @param item The appcast item corresponding to the update that is proposed to be downloaded. - @param request The mutable URL request that will be used to download the update. - */ -- (void)updater:(SPUUpdater *)updater willDownloadUpdate:(SUAppcastItem *)item withRequest:(NSMutableURLRequest *)request; - -/** - Called immediately after succesfull download of the specified update. - - @param updater The SUUpdater instance. - @param item The appcast item corresponding to the update that has been downloaded. - */ -- (void)updater:(SPUUpdater *)updater didDownloadUpdate:(SUAppcastItem *)item; - -/** - Called after the specified update failed to download. - - @param updater The updater instance. - @param item The appcast item corresponding to the update that failed to download. - @param error The error generated by the failed download. - */ -- (void)updater:(SPUUpdater *)updater failedToDownloadUpdate:(SUAppcastItem *)item error:(NSError *)error; - -/** - Called when the user cancels an update while it is being downloaded. - - @param updater The updater instance. - */ -- (void)userDidCancelDownload:(SPUUpdater *)updater; - -/** - Called immediately before extracting the specified downloaded update. - - @param updater The SUUpdater instance. - @param item The appcast item corresponding to the update that is proposed to be extracted. - */ -- (void)updater:(SPUUpdater *)updater willExtractUpdate:(SUAppcastItem *)item; - -/** - Called immediately after extracting the specified downloaded update. - - @param updater The SUUpdater instance. - @param item The appcast item corresponding to the update that has been extracted. - */ -- (void)updater:(SPUUpdater *)updater didExtractUpdate:(SUAppcastItem *)item; - -/** - Called immediately before installing the specified update. - - @param updater The updater instance. - @param item The appcast item corresponding to the update that is proposed to be installed. - */ -- (void)updater:(SPUUpdater *)updater willInstallUpdate:(SUAppcastItem *)item; - -/** - Returns whether the relaunch should be delayed in order to perform other tasks. - - This is not called if the user didn't relaunch on the previous update, - in that case it will immediately restart. - - This may also not be called if the application is not going to relaunch after it terminates. - - @param updater The updater instance. - @param item The appcast item corresponding to the update that is proposed to be installed. - @param installHandler The install handler that must be completed before continuing with the relaunch. - - @return @c YES to delay the relaunch until @c installHandler is invoked. - */ -- (BOOL)updater:(SPUUpdater *)updater shouldPostponeRelaunchForUpdate:(SUAppcastItem *)item untilInvokingBlock:(void (^)(void))installHandler; - -/** - Returns whether the application should be relaunched at all. - - Some apps **cannot** be relaunched under certain circumstances. - This method can be used to explicitly prevent a relaunch. - - @param updater The updater instance. - @return @c YES if the updater should be relaunched, otherwise @c NO if it shouldn't. - */ -- (BOOL)updaterShouldRelaunchApplication:(SPUUpdater *)updater; - -/** - Called immediately before relaunching. - - @param updater The updater instance. - */ -- (void)updaterWillRelaunchApplication:(SPUUpdater *)updater; - -/** - Returns an object that compares version numbers to determine their arithmetic relation to each other. - - This method allows you to provide a custom version comparator. - If you don't implement this method or return @c nil, - the standard version comparator will be used. - - Note that the standard version comparator may be used during installation for preventing a downgrade, - even if you provide a custom comparator here. - - @param updater The updater instance. - @return The custom version comparator or @c nil if you don't want to be delegated this task. - */ -- (nullable id)versionComparatorForUpdater:(SPUUpdater *)updater; - -/** - Called when a background update will be scheduled after a delay. - - Automatic update checks need to be enabled for this to trigger. - - @param delay The delay in seconds until the next scheduled update will occur. This is an approximation and may vary due to system state. - - @param updater The updater instance. - */ -- (void)updater:(SPUUpdater *)updater willScheduleUpdateCheckAfterDelay:(NSTimeInterval)delay; - -/** - Called when no update checks will be scheduled in the future. - - This may later change if automatic update checks become enabled. - - @param updater The updater instance. - */ -- (void)updaterWillNotScheduleUpdateCheck:(SPUUpdater *)updater; - -/** - Returns the decryption password (if any) which is used to extract the update archive DMG. - - Return @c nil if no password should be used. - - @param updater The updater instance. - @return The password used for decrypting the archive, or @c nil if no password should be used. - */ -- (nullable NSString *)decryptionPasswordForUpdater:(SPUUpdater *)updater; - -/** - Called when an update is scheduled to be silently installed on quit after downloading the update automatically. - - If the updater is given responsibility, it can later remind the user an update is available if they have not terminated the application for a long time. - - Also if the updater is given responsibility and the update item is marked critical, the new update will be presented to the user immediately after. - - Even if the @c immediateInstallHandler is not invoked, the installer will attempt to install the update on termination. - - @param updater The updater instance. - @param item The appcast item corresponding to the update that is proposed to be installed. - @param immediateInstallHandler The install handler for the delegate to immediately install the update. No UI interaction will be shown and the application will be relaunched after installation. This handler can only be used if @c YES is returned and the delegate handles installing the update. For Sparkle 2.3 onwards, this handler can be invoked multiple times in case the application cancels the termination request. - @return @c YES if the delegate will handle installing the update or @c NO if the updater should be given responsibility. - */ -- (BOOL)updater:(SPUUpdater *)updater willInstallUpdateOnQuit:(SUAppcastItem *)item immediateInstallationBlock:(void (^)(void))immediateInstallHandler; - -/** - Called after the update driver aborts due to an error. - - The update driver runs when checking for updates. This delegate method is called an error occurs during this process. - - Some special possible values of `error.code` are: - - - `SUNoUpdateError`: No new update was found. - - `SUInstallationCanceledError`: The user canceled installing the update when requested for authorization. - - @param updater The updater instance. - @param error The error that caused the update driver to abort. - */ -- (void)updater:(SPUUpdater *)updater didAbortWithError:(NSError *)error; - -/** - Called after the update driver finishes. - - The update driver runs when checking for updates. This delegate method is called when that check is finished. - - An update may be scheduled to be installed during the update cycle, or no updates may be found, or an available update may be dismissed or skipped (which is the same as no error). - - If the @c error is @c nil, no error has occurred. - - Some special possible values of `error.code` are: - - - `SUNoUpdateError`: No new update was found. - - `SUInstallationCanceledError`: The user canceled installing the update when requested for authorization. - - @param updater The updater instance. - @param updateCheck The type of update check was performed. - @param error The error that caused the update driver to abort. This is @c nil if the update driver finished normally and there is no error. - */ -- (void)updater:(SPUUpdater *)updater didFinishUpdateCycleForUpdateCheck:(SPUUpdateCheck)updateCheck error:(nullable NSError *)error; - -/* Deprecated methods */ - -- (BOOL)updaterMayCheckForUpdates:(SPUUpdater *)updater __deprecated_msg("Please use -[SPUUpdaterDelegate updater:mayPerformUpdateCheck:error:] instead."); - -- (void)updater:(SPUUpdater *)updater userDidSkipThisVersion:(SUAppcastItem *)item __deprecated_msg("Please use -[SPUUpdaterDelegate updater:userDidMakeChoice:forUpdate:state:] instead."); - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdaterSettings.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdaterSettings.h deleted file mode 100644 index 8b69e962c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUpdaterSettings.h +++ /dev/null @@ -1,69 +0,0 @@ -// -// SPUUpdaterSettings.h -// Sparkle -// -// Created by Mayur Pawashe on 3/27/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -/** - This class can be used for reading certain updater settings. - - It retrieves the settings by first looking into the host's user defaults. - If the setting is not found in there, then the host's Info.plist file is looked at. - */ -SU_EXPORT @interface SPUUpdaterSettings : NSObject - -- (instancetype)initWithHostBundle:(NSBundle *)hostBundle; - -/** - * Indicates whether or not automatic update checks are enabled. - */ -@property (readonly, nonatomic) BOOL automaticallyChecksForUpdates; - -/** - * The regular update check interval. - */ -@property (readonly, nonatomic) NSTimeInterval updateCheckInterval; - -/** - * Indicates whether or not automatically downloading updates is allowed to be turned on by the user. - * If this value is nil, the developer has not explicitly specified this option. - */ -@property (readonly, nonatomic, nullable) NSNumber *allowsAutomaticUpdatesOption; - -/** - * Indicates whether or not automatically downloading updates is allowed to be turned on by the user. - */ -@property (readonly, nonatomic) BOOL allowsAutomaticUpdates; - -/** - * Indicates whether or not automatically downloading updates is enabled by the user or developer. - * - * Note this does not indicate whether or not automatic downloading of updates is allowable. - * See `-allowsAutomaticUpdates` property for that. - */ -@property (readonly, nonatomic) BOOL automaticallyDownloadsUpdates; - -/** - * Indicates whether or not anonymous system profile information is sent when checking for updates. - */ -@property (readonly, nonatomic) BOOL sendsSystemProfile; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUserDriver.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUserDriver.h deleted file mode 100644 index c43003f9d..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUserDriver.h +++ /dev/null @@ -1,296 +0,0 @@ -// -// SPUUserDriver.h -// Sparkle -// -// Created by Mayur Pawashe on 2/14/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SPUUserUpdateState.h" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -@class SPUUpdatePermissionRequest, SUUpdatePermissionResponse, SUAppcastItem, SPUDownloadData; - -/** - The API in Sparkle for controlling the user interaction. - - This protocol is used for implementing a user interface for the Sparkle updater. Sparkle's internal drivers tell - an object that implements this protocol what actions to take and show to the user. - - Every method in this protocol can be assumed to be called from the main thread. - */ -SU_EXPORT @protocol SPUUserDriver - -/** - * Show an updater permission request to the user - * - * Ask the user for their permission regarding update checks. - * This is typically only called once per app installation. - * - * @param request The update permission request. - * @param reply A reply with a update permission response. - */ -- (void)showUpdatePermissionRequest:(SPUUpdatePermissionRequest *)request reply:(void (^)(SUUpdatePermissionResponse *))reply; - -/** - * Show the user initating an update check - * - * Respond to the user initiating an update check. Sparkle uses this to show the user a window with an indeterminate progress bar. - * - * @param cancellation Invoke this cancellation block to cancel the update check before the update check is completed. - */ -- (void)showUserInitiatedUpdateCheckWithCancellation:(void (^)(void))cancellation; - -/** - * Show the user a new update is found. - * - * Let the user know a new update is found and ask them what they want to do. - * Before this point, `-showUserInitiatedUpdateCheckWithCancellation:` may be called. - * - * The potential `stage`s on the updater @c state are: - * - * `SPUUpdateStateNotDownloaded` - Update has not been downloaded yet. - * - * `SPUUpdateStateDownloaded` - Update has already been downloaded but not started installing yet. - * - * `SPUUpdateStateInstalling` - Update has been downloaded and already started installing. - * - * The `userIntiated` property on the @c state indicates if the update was initiated by the user or if it was automatically scheduled in the background. - * - * Additionally, these properties on the @c appcastItem are of importance: - * - * @c appcastItem.informationOnlyUpdate indicates if the update is only informational and should not be downloaded. You can direct the user to the infoURL property of the appcastItem in their web browser. Sometimes information only updates are used as a fallback in case a bad update is shipped, so you'll want to support this case. - * - * @c appcastItem.majorUpgrade indicates if the update is a major or paid upgrade. - * - * @c appcastItem.criticalUpdate indicates if the update is a critical update. - * - * A reply of `SPUUserUpdateChoiceInstall` begins or resumes downloading or installing the update. - * If the state.stage is `SPUUserUpdateStateInstalling`, this may send a quit event to the application and relaunch it immediately (in this state, this behaves as a fast "install and Relaunch"). - * Do not use this reply if @c appcastItem.informationOnlyUpdate is YES. - * - * A reply of `SPUUserUpdateChoiceDismiss` dismisses the update for the time being. The user may be reminded of the update at a later point. - * If the state.stage is `SPUUserUpdateStateDownloaded`, the downloaded update is kept after dismissing until the next time an update is shown to the user. - * If the state.stage is `SPUUserUpdateStateInstalling`, the installing update is also preserved after dismissing. In this state however, the update will also still be installed after the application is terminated. - * - * A reply of `SPUUserUpdateChoiceSkip` skips this particular version and won't notify the user again, unless they initiate an update check themselves. - * If @c appcastItem.majorUpgrade is YES, the major update and any future minor updates to that major release are skipped, unless a future minor update specifies a `` requirement. - * If the state.stage is `SPUUpdateStateInstalling`, the installation is also canceled when the update is skipped. - * - * @param appcastItem The Appcast Item containing information that reflects the new update. - * @param state The current state of the user update. See above discussion for notable properties. - * @param reply The reply which indicates if the update should be installed, dismissed, or skipped. See above discussion for more details. - */ -- (void)showUpdateFoundWithAppcastItem:(SUAppcastItem *)appcastItem state:(SPUUserUpdateState *)state reply:(void (^)(SPUUserUpdateChoice))reply; - -/** - * Show the user the release notes for the new update - * - * Display the release notes to the user. This will be called after showing the new update. - * This is only applicable if the release notes are linked from the appcast, and are not directly embedded inside of the appcast file. - * That is, this may be invoked if the releaseNotesURL from the appcast item is non-nil. - * - * @param downloadData The data for the release notes that was downloaded from the new update's appcast. - */ -- (void)showUpdateReleaseNotesWithDownloadData:(SPUDownloadData *)downloadData; - -/** - * Show the user that the new update's release notes could not be downloaded - * - * This will be called after showing the new update. - * This is only applicable if the release notes are linked from the appcast, and are not directly embedded inside of the appcast file. - * That is, this may be invoked if the releaseNotesURL from the appcast item is non-nil. - * - * @param error The error associated with why the new update's release notes could not be downloaded. - */ -- (void)showUpdateReleaseNotesFailedToDownloadWithError:(NSError *)error; - -/** - * Show the user a new update was not found - * - * Let the user know a new update was not found after they tried initiating an update check. - * Before this point, `-showUserInitiatedUpdateCheckWithCancellation:` may be called. - * - * There are various reasons a new update is unavailable and can't be installed. - * The @c error object is populated with recovery and suggestion strings suitable to be shown in an alert. - * - * The @c userInfo dictionary on the @c error is also populated with two keys: - * - * `SPULatestAppcastItemFoundKey`: if available, this may provide the latest SUAppcastItem that was found. - * - * `SPUNoUpdateFoundReasonKey`: if available, this will provide the `SUNoUpdateFoundReason`. For example the reason could be because - * the latest version in the feed requires a newer OS version or could be because the user is already on the latest version. - * - * @param error The error associated with why a new update was not found. See above discussion for more details. - * @param acknowledgement Acknowledge to the updater that no update found error was shown. - */ -- (void)showUpdateNotFoundWithError:(NSError *)error acknowledgement:(void (^)(void))acknowledgement; - -/** - * Show the user an update error occurred - * - * Let the user know that the updater failed with an error. This will not be invoked without the user having been - * aware that an update was in progress. - * - * Before this point, any of the non-error user driver methods may have been invoked. - * - * @param error The error associated with what update error occurred. - * @param acknowledgement Acknowledge to the updater that the error was shown. - */ -- (void)showUpdaterError:(NSError *)error acknowledgement:(void (^)(void))acknowledgement; - -/** - * Show the user that downloading the new update initiated - * - * Let the user know that downloading the new update started. - * - * @param cancellation Invoke this cancellation block to cancel the download at any point before `-showDownloadDidStartExtractingUpdate` is invoked. - */ -- (void)showDownloadInitiatedWithCancellation:(void (^)(void))cancellation; - -/** - * Show the user the content length of the new update that will be downloaded - * - * @param expectedContentLength The expected content length of the new update being downloaded. - * An implementor should be able to handle if this value is invalid (more or less than actual content length downloaded). - * Additionally, this method may be called more than once for the same download in rare scenarios. - */ -- (void)showDownloadDidReceiveExpectedContentLength:(uint64_t)expectedContentLength; - -/** - * Show the user that the update download received more data - * - * This may be an appropriate time to advance a visible progress indicator of the download - * @param length The length of the data that was just downloaded - */ -- (void)showDownloadDidReceiveDataOfLength:(uint64_t)length; - -/** - * Show the user that the update finished downloading and started extracting - * - * Sparkle uses this to show an indeterminate progress bar. - * - * Note that an update can resume at this point after having been downloaded before, - * so this may be called without any of the download callbacks being invoked prior. - */ -- (void)showDownloadDidStartExtractingUpdate; - -/** - * Show the user that the update is extracting with progress - * - * Let the user know how far along the update extraction is. - * - * Before this point, `-showDownloadDidStartExtractingUpdate` is called. - * - * @param progress The progress of the extraction from a 0.0 to 1.0 scale - */ -- (void)showExtractionReceivedProgress:(double)progress; - -/** - * Show the user that the update is ready to install & relaunch - * - * Let the user know that the update is ready to install and relaunch, and ask them whether they want to proceed. - * Note if the target application has already terminated, this method may not be invoked. - * - * A reply of `SPUUserUpdateChoiceInstall` installs the update the new update immediately. The application is relaunched only if it is still running by the time this reply is invoked. If the application terminates on its own, Sparkle will attempt to automatically install the update. - * - * A reply of `SPUUserUpdateChoiceDismiss` dismisses the update installation for the time being. Note the update may still be installed automatically after the application terminates. - * - * A reply of `SPUUserUpdateChoiceSkip` cancels the current update that has begun installing and dismisses the update. In this circumstance, the update is canceled but this update version is not skipped in the future. - * - * Before this point, `-showExtractionReceivedProgress:` or `-showUpdateFoundWithAppcastItem:state:reply:` may be called. - * - * @param reply The reply which indicates if the update should be installed, dismissed, or skipped. See above discussion for more details. - */ -- (void)showReadyToInstallAndRelaunch:(void (^)(SPUUserUpdateChoice))reply; - -/** - * Show the user that the update is installing - * - * Let the user know that the update is currently installing. - * - * Before this point, `-showReadyToInstallAndRelaunch:` or `-showUpdateFoundWithAppcastItem:state:reply:` will be called. - * - * @param applicationTerminated Indicates if the application has been terminated already. - * If the application hasn't been terminated, a quit event is sent to the running application before installing the update. - * If the application or user delays or cancels termination, there may be an indefinite period of time before the application fully quits. - * It is up to the implementor whether or not to decide to continue showing installation progress in this case. - * - * @param retryTerminatingApplication This handler gives a chance for the application to re-try sending a quit event to the running application before installing the update. - * The application may cancel or delay termination. This handler gives the user driver another chance to allow the user to try terminating the application again. - * If the application does not delay or cancel application termination, there is no need to invoke this handler. This handler may be invoked multiple times. - * Note this handler should not be invoked if @c applicationTerminated is already @c YES - */ -- (void)showInstallingUpdateWithApplicationTerminated:(BOOL)applicationTerminated retryTerminatingApplication:(void (^)(void))retryTerminatingApplication; - -/** - * Show the user that the update installation finished - * - * Let the user know that the update finished installing. - * - * This will only be invoked if the updater process is still alive, which is typically not the case if - * the updater's lifetime is tied to the application it is updating. This implementation must not try to reference - * the old bundle prior to the installation, which will no longer be around. - * - * Before this point, `-showInstallingUpdateWithApplicationTerminated:retryTerminatingApplication:` will be called. - * - * @param relaunched Indicates if the update was relaunched. - * @param acknowledgement Acknowledge to the updater that the finished installation was shown. - */ -- (void)showUpdateInstalledAndRelaunched:(BOOL)relaunched acknowledgement:(void (^)(void))acknowledgement; - -/** - * Show the user the current presented update or its progress in utmost focus - * - * The user wishes to check for updates while the user is being shown update progress. - * Bring whatever is on screen to frontmost focus (permission request, update information, downloading or extraction status, choice to install update, etc). - */ -- (void)showUpdateInFocus; - -/** - * Dismiss the current update installation - * - * Stop and tear down everything. - * Dismiss all update windows, alerts, progress, etc from the user. - * Basically, stop everything that could have been started. Sparkle may invoke this when aborting or finishing an update. - */ -- (void)dismissUpdateInstallation; - -/* - * Below are deprecated methods that have been replaced by better alternatives. - * The deprecated methods will be used if the alternatives have not been implemented yet. - * In the future support for using these deprecated methods may be removed however. - */ -@optional - -// Clients should move to non-deprecated methods -// Deprecated methods are only (temporarily) kept around for compatibility reasons - -- (void)showUpdateNotFoundWithAcknowledgement:(void (^)(void))acknowledgement __deprecated_msg("Implement -showUpdateNotFoundWithError:acknowledgement: instead"); - -- (void)showUpdateInstallationDidFinishWithAcknowledgement:(void (^)(void))acknowledgement __deprecated_msg("Implement -showUpdateInstalledAndRelaunched:acknowledgement: instead"); - -- (void)dismissUserInitiatedUpdateCheck __deprecated_msg("Transition to new UI appropriately when a new update is shown, when no update is found, or when an update error occurs."); - -- (void)showInstallingUpdate __deprecated_msg("Implement -showInstallingUpdateWithApplicationTerminated:retryTerminatingApplication: instead."); - -- (void)showSendingTerminationSignal __deprecated_msg("Implement -showInstallingUpdateWithApplicationTerminated:retryTerminatingApplication: instead."); - -- (void)showInstallingUpdateWithApplicationTerminated:(BOOL)applicationTerminated __deprecated_msg("Implement -showInstallingUpdateWithApplicationTerminated:retryTerminatingApplication: instead.");; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUserUpdateState.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUserUpdateState.h deleted file mode 100644 index 06725ccc6..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SPUUserUpdateState.h +++ /dev/null @@ -1,85 +0,0 @@ -// -// SPUUserUpdateState.h -// Sparkle -// -// Created by Mayur Pawashe on 2/29/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#ifndef SPUUserUpdateState_h -#define SPUUserUpdateState_h - -#import - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -/** - A choice made by the user when prompted with a new update. - */ -typedef NS_ENUM(NSInteger, SPUUserUpdateChoice) { - /** - Dismisses the update and skips being notified of it in the future. - */ - SPUUserUpdateChoiceSkip, - /** - Downloads (if needed) and installs the update. - */ - SPUUserUpdateChoiceInstall, - /** - Dismisses the update until Sparkle reminds the user of it at a later time. - */ - SPUUserUpdateChoiceDismiss, -}; - -/** - Describes the current stage an update is undergoing. - */ -typedef NS_ENUM(NSInteger, SPUUserUpdateStage) { - /** - The update has not been downloaded. - */ - SPUUserUpdateStageNotDownloaded, - /** - The update has already been downloaded but not begun installing. - */ - SPUUserUpdateStageDownloaded, - /** - The update has already been downloaded and began installing in the background. - */ - SPUUserUpdateStageInstalling -}; - -/** - This represents the user's current update state. - */ -SU_EXPORT @interface SPUUserUpdateState : NSObject - -- (instancetype)init NS_UNAVAILABLE; - -/** - The current update stage. - - This stage indicates if data has been already downloaded or not, or if an update is currently being installed. - */ -@property (nonatomic, readonly) SPUUserUpdateStage stage; - -/** - Indicates whether or not the update check was initiated by the user. - */ -@property (nonatomic, readonly) BOOL userInitiated; - -@end - -NS_ASSUME_NONNULL_END - -#endif /* SPUUserUpdateState_h */ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUAppcast.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUAppcast.h deleted file mode 100644 index 4f8e3cb16..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUAppcast.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// SUAppcast.h -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUAPPCAST_H -#define SUAPPCAST_H - -#import -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -@class SUAppcastItem; - -/** - The appcast representing a collection of `SUAppcastItem` items in the feed. - */ -SU_EXPORT @interface SUAppcast : NSObject - -- (instancetype)init NS_UNAVAILABLE; - -/** - The collection of update items. - - These `SUAppcastItem` items are in the same order as specified in the appcast XML feed and are thus not sorted by version. - */ -@property (readonly, nonatomic, copy) NSArray *items; - -@end - -NS_ASSUME_NONNULL_END - -#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUAppcastItem.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUAppcastItem.h deleted file mode 100644 index e875e501c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUAppcastItem.h +++ /dev/null @@ -1,406 +0,0 @@ -// -// SUAppcastItem.h -// Sparkle -// -// Created by Andy Matuschak on 3/12/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUAPPCASTITEM_H -#define SUAPPCASTITEM_H - -#import - -#ifdef BUILDING_SPARKLE_SOURCES_EXTERNALLY -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import -#endif - -NS_ASSUME_NONNULL_BEGIN - -/** - The appcast item describing an update in the application's appcast feed. - - An appcast item represents a single update item in the `SUAppcast` contained within the @c element. - - Every appcast item must have a `versionString`, and either a `fileURL` or an `infoURL`. - All the remaining properties describing an update to the application are optional. - - Extended documentation and examples on using appcast item features are available at: - https://sparkle-project.org/documentation/publishing/ - */ -SU_EXPORT @interface SUAppcastItem : NSObject - -/** - The version of the update item. - - Sparkle uses this property to compare update items and determine the best available update item in the `SUAppcast`. - - This corresponds to the application update's @c CFBundleVersion - - This is extracted from the @c element, or the @c sparkle:version attribute from the @c element. - */ -@property (nonatomic, copy, readonly) NSString *versionString; - -/** - The human-readable display version of the update item if provided. - - This is the version string shown to the user when they are notified of a new update. - - This corresponds to the application update's @c CFBundleShortVersionString - - This is extracted from the @c element, or the @c sparkle:shortVersionString attribute from the @c element. - - If no short version string is available, this falls back to the update's `versionString`. - */ -@property (nonatomic, copy, readonly) NSString *displayVersionString; - -/** - The file URL to the update item if provided. - - This download contains the actual update Sparkle will attempt to install. - In cases where a download cannot be provided, an `infoURL` must be provided instead. - - A file URL should have an accompanying `contentLength` provided. - - This is extracted from the @c url attribute in the @c element. - */ -@property (nonatomic, readonly, nullable) NSURL *fileURL; - -/** - The content length of the download in bytes. - - This property is used as a fallback when the server doesn't report the content length of the download. - In that case, it is used to report progress of the downloading update to the user. - - A warning is outputted if this property is not equal the server's expected content length (if provided). - - This is extracted from the @c length attribute in the @c element. - It should be specified if a `fileURL` is provided. - */ -@property (nonatomic, readonly) uint64_t contentLength; - -/** - The info URL to the update item if provided. - - This informational link is used to direct the user to learn more about an update they cannot download/install directly from within the application. - The link should point to the product's web page. - - The informational link will be used if `informationOnlyUpdate` is @c YES - - This is extracted from the @c element. - */ -@property (nonatomic, readonly, nullable) NSURL *infoURL; - -/** - Indicates whether or not the update item is only informational and has no download. - - If `infoURL` is not present, this is @c NO - - If `fileURL` is not present, this is @c YES - - Otherwise this is determined based on the contents extracted from the @c element. - */ -@property (nonatomic, getter=isInformationOnlyUpdate, readonly) BOOL informationOnlyUpdate; - -/** - The title of the appcast item if provided. - - This is extracted from the @c element. - */ -@property (nonatomic, copy, readonly, nullable) NSString *title; - -/** - The date string of the appcast item if provided. - - The `date` property is constructed from this property and expects this string to comply with the following date format: - `E, dd MMM yyyy HH:mm:ss Z` - - This is extracted from the @c <pubDate> element. - */ -@property (nonatomic, copy, readonly, nullable) NSString *dateString; - -/** - The date constructed from the `dateString` property if provided. - - Sparkle by itself only uses this property for phased group rollouts specified via `phasedRolloutInterval`, but clients may query this property too. - - This date is constructed using the @c en_US locale. - */ -@property (nonatomic, copy, readonly, nullable) NSDate *date; - -/** - The release notes URL of the appcast item if provided. - - This external link points to an HTML file that Sparkle downloads and renders to show the user a new or old update item's changelog. - - An alternative to using an external release notes link is providing an embedded `itemDescription`. - - This is extracted from the @c <sparkle:releaseNotesLink> element. - */ -@property (nonatomic, readonly, nullable) NSURL *releaseNotesURL; - -/** - The description of the appcast item if provided. - - A description may be provided for inline/embedded release notes for new updates using @c <![CDATA[...]]> - This is an alternative to providing a `releaseNotesURL`. - - This is extracted from the @c <description> element. - */ -@property (nonatomic, copy, readonly, nullable) NSString *itemDescription; - -/** - The format of the `itemDescription` for inline/embedded release notes if provided. - - This may be: - - @c html - - @c plain-text - - This is extracted from the @c sparkle:descriptionFormat attribute in the @c <description> element. - - If the format is not provided in the @c <description> element of the appcast item, then this property may default to `html`. - - If the @c <description> element of the appcast item is not available, this property is `nil`. - */ -@property (nonatomic, readonly, nullable) NSString *itemDescriptionFormat; - -/** - The full release notes URL of the appcast item if provided. - - The link should point to the product's full changelog. - - Sparkle's standard user interface offers to show these full release notes when a user checks for a new update and no new update is available. - - This is extracted from the @c <sparkle:fullReleaseNotesLink> element. - */ -@property (nonatomic, readonly, nullable) NSURL *fullReleaseNotesURL; - -/** - The required minimum system operating version string for this update if provided. - - This version string should contain three period-separated components. - - Example: @c 10.13.0 - - Use `minimumOperatingSystemVersionIsOK` property to test if the current running system passes this requirement. - - This is extracted from the @c <sparkle:minimumSystemVersion> element. - */ -@property (nonatomic, copy, readonly, nullable) NSString *minimumSystemVersion; - -/** - Indicates whether or not the current running system passes the `minimumSystemVersion` requirement. - */ -@property (nonatomic, readonly) BOOL minimumOperatingSystemVersionIsOK; - -/** - The required maximum system operating version string for this update if provided. - - A maximum system operating version requirement should only be made in unusual scenarios. - - This version string should contain three period-separated components. - - Example: @c 10.14.0 - - Use `maximumOperatingSystemVersionIsOK` property to test if the current running system passes this requirement. - - This is extracted from the @c <sparkle:maximumSystemVersion> element. - */ -@property (nonatomic, copy, readonly, nullable) NSString *maximumSystemVersion; - -/** - Indicates whether or not the current running system passes the `maximumSystemVersion` requirement. - */ -@property (nonatomic, readonly) BOOL maximumOperatingSystemVersionIsOK; - -/** - The channel the update item is on if provided. - - An update item may specify a custom channel name (such as @c beta) that can only be found by updaters that filter for that channel. - If no channel is provided, the update item is assumed to be on the default channel. - - This is extracted from the @c <sparkle:channel> element. - Old applications must be using Sparkle 2 or later to interpret the channel element and to ignore unmatched channels. - */ -@property (nonatomic, readonly, nullable) NSString *channel; - -/** - The installation type of the update at `fileURL` - - This may be: - - @c application - indicates this is a regular application update. - - @c package - indicates this is a guided package installer update. - - @c interactive-package - indicates this is an interactive package installer update (deprecated; use "package" instead) - - This is extracted from the @c sparkle:installationType attribute in the @c <enclosure> element. - - If no installation type is provided in the enclosure, the installation type is inferred from the `fileURL` file extension instead. - - If the file extension is @c pkg or @c mpkg, the installation type is @c package otherwise it is @c application - - Hence, the installation type in the enclosure element only needs to be specified for package based updates distributed inside of a @c zip or other archive format. - - Old applications must be using Sparkle 1.26 or later to support downloading bare package updates (`pkg` or `mpkg`) that are not additionally archived inside of a @c zip or other archive format. - */ -@property (nonatomic, copy, readonly) NSString *installationType; - -/** - The phased rollout interval of the update item in seconds if provided. - - This is the interval between when different groups of users are notified of a new update. - - For this property to be used by Sparkle, the published `date` on the update item must be present as well. - - After each interval after the update item's `date`, a new group of users become eligible for being notified of the new update. - - This is extracted from the @c <sparkle:phasedRolloutInterval> element. - - Old applications must be using Sparkle 1.25 or later to support phased rollout intervals, otherwise they may assume updates are immediately available. - */ -@property (nonatomic, copy, readonly, nullable) NSNumber* phasedRolloutInterval; - -/** - The minimum bundle version string this update requires for automatically downloading and installing updates if provided. - - If an application's bundle version meets this version requirement, it can install the new update item in the background automatically. - - Otherwise if the requirement is not met, the user is always prompted to install the update. In this case, the update is assumed to be a `majorUpgrade`. - - If the update is a `majorUpgrade` and the update is skipped by the user, other future update alerts with the same `minimumAutoupdateVersion` will also be skipped automatically unless an update specifies `ignoreSkippedUpgradesBelowVersion`. - - This version string corresponds to the application's @c CFBundleVersion - - This is extracted from the @c <sparkle:minimumAutoupdateVersion> element. - */ -@property (nonatomic, copy, readonly, nullable) NSString *minimumAutoupdateVersion; - -/** - Indicates whether or not the update item is a major upgrade. - - An update is a major upgrade if the application's bundle version doesn't meet the `minimumAutoupdateVersion` requirement. - */ -@property (nonatomic, getter=isMajorUpgrade, readonly) BOOL majorUpgrade; - -/** - Previously skipped upgrades by the user will be ignored if they skipped an update whose version precedes this version. - - This can only be applied if the update is a `majorUpgrade`. - - This version string corresponds to the application's @c CFBundleVersion - - This is extracted from the @c <sparkle:ignoreSkippedUpgradesBelowVersion> element. - - Old applications must be using Sparkle 2.1 or later, otherwise this property will be ignored. - */ -@property (nonatomic, readonly, nullable) NSString *ignoreSkippedUpgradesBelowVersion; - -/** - Indicates whether or not the update item is critical. - - Critical updates are shown to the user more promptly. Sparkle's standard user interface also does not allow them to be skipped. - - This is determined and extracted from a top-level @c <sparkle:criticalUpdate> element or a @c sparkle:criticalUpdate element inside of a @c sparkle:tags element. - - Old applications must be using Sparkle 2 or later to support the top-level @c <sparkle:criticalUpdate> element. - */ -@property (nonatomic, getter=isCriticalUpdate, readonly) BOOL criticalUpdate; - -/** - Specifies the operating system the download update is available for if provided. - - If this property is not provided, then the supported operating system is assumed to be macOS. - - Known potential values for this string are @c macos and @c windows - - Sparkle on Mac ignores update items that are for other operating systems. - This is only useful for sharing appcasts between Sparkle on Mac and Sparkle on other operating systems. - - Use `macOsUpdate` property to test if this update item is for macOS. - - This is extracted from the @c sparkle:os attribute in the @c <enclosure> element. - */ -@property (nonatomic, copy, readonly, nullable) NSString *osString; - -/** - Indicates whether or not this update item is for macOS. - - This is determined from the `osString` property. - */ -@property (nonatomic, getter=isMacOsUpdate, readonly) BOOL macOsUpdate; - -/** - The delta updates for this update item. - - Sparkle uses these to download and apply a smaller update based on the version the user is updating from. - - The key is based on the @c sparkle:version of the update. - The value is an update item that will have `deltaUpdate` be @c YES - - Clients typically should not need to examine the contents of the delta updates. - - This is extracted from the @c <sparkle:deltas> element. - */ -@property (nonatomic, copy, readonly, nullable) NSDictionary<NSString *, SUAppcastItem *> *deltaUpdates; - -/** - The expected size of the Sparkle executable file before applying this delta update. - - This attribute is used to test if the delta item can still be applied. If Sparkle's executable file has changed (e.g. from having an architecture stripped), - then the delta item cannot be applied. - - This is extracted from the @c sparkle:deltaFromSparkleExecutableSize attribute from the @c <enclosure> element of a @c sparkle:deltas item. - This attribute is optional for delta update items. - */ -@property (nonatomic, nonatomic, readonly, nullable) NSNumber *deltaFromSparkleExecutableSize; - -/** - An expected set of Sparkle's locales present on disk before applying this delta update. - - This attribute is used to test if the delta item can still be applied. If Sparkle's list of locales present on disk (.lproj directories) do not contain any items from this set, - (e.g. from having localization files stripped) then the delta item cannot be applied. This set does not need to be a complete list of locales. Sparkle may even decide - to not process all them. 1-10 should be a decent amount. - - This is extracted from the @c sparkle:deltaFromSparkleLocales attribute from the @c <enclosure> element of a @c sparkle:deltas item. - The locales extracted from this attribute are delimited by a comma (e.g. "en,ca,fr,hr,hu"). This attribute is optional for delta update items. - */ -@property (nonatomic, nonatomic, readonly, nullable) NSSet<NSString *> *deltaFromSparkleLocales; - -/** - Indicates whether or not the update item is a delta update. - - An update item is a delta update if it is in the `deltaUpdates` of another update item. - */ -@property (nonatomic, getter=isDeltaUpdate, readonly) BOOL deltaUpdate; - -/** - The dictionary representing the entire appcast item. - - This is useful for querying custom extensions or elements from the appcast item. - */ -@property (nonatomic, readonly, copy) NSDictionary *propertiesDictionary; - -- (instancetype)init NS_UNAVAILABLE; - -/** - An empty appcast item. - - This may be used as a potential return value in `-[SPUUpdaterDelegate bestValidUpdateInAppcast:forUpdater:]` - */ -+ (instancetype)emptyAppcastItem; - -// Deprecated initializers -- (nullable instancetype)initWithDictionary:(NSDictionary *)dict __deprecated_msg("Properties that depend on the system or application version are not supported when used with this initializer. The designated initializer is available in SUAppcastItem+Private.h. Please first explore other APIs or contact us to describe your use case."); -- (nullable instancetype)initWithDictionary:(NSDictionary *)dict failureReason:(NSString * _Nullable __autoreleasing *_Nullable)error __deprecated_msg("Properties that depend on the system or application version are not supported when used with this initializer. The designated initializer is available in SUAppcastItem+Private.h. Please first explore other APIs or contact us to describe your use case."); -- (nullable instancetype)initWithDictionary:(NSDictionary *)dict relativeToURL:(NSURL * _Nullable)appcastURL failureReason:(NSString * _Nullable __autoreleasing *_Nullable)error __deprecated_msg("Properties that depend on the system or application version are not supported when used with this initializer. The designated initializer is available in SUAppcastItem+Private.h. Please first explore other APIs or contact us to describe your use case."); - -@end - -NS_ASSUME_NONNULL_END - -#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUErrors.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUErrors.h deleted file mode 100644 index 2211c172e..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUErrors.h +++ /dev/null @@ -1,107 +0,0 @@ -// -// SUErrors.h -// Sparkle -// -// Created by C.W. Betts on 10/13/14. -// Copyright (c) 2014 Sparkle Project. All rights reserved. -// - -#ifndef SUERRORS_H -#define SUERRORS_H - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#endif - -/** - * Error domain used by Sparkle - */ -SU_EXPORT extern NSString *const SUSparkleErrorDomain; - -typedef NS_ENUM(OSStatus, SUError) { - // Configuration phase errors - SUNoPublicDSAFoundError = 0001, - SUInsufficientSigningError = 0002, - SUInsecureFeedURLError = 0003, - SUInvalidFeedURLError = 0004, - SUInvalidUpdaterError = 0005, - SUInvalidHostBundleIdentifierError = 0006, - SUInvalidHostVersionError = 0007, - - // Appcast phase errors. - SUAppcastParseError = 1000, - SUNoUpdateError = 1001, - SUAppcastError = 1002, - SURunningFromDiskImageError = 1003, - SUResumeAppcastError = 1004, - SURunningTranslocated = 1005, - SUWebKitTerminationError = 1006, - SUReleaseNotesError = 1007, - - // Download phase errors. - SUTemporaryDirectoryError = 2000, - SUDownloadError = 2001, - - // Extraction phase errors. - SUUnarchivingError = 3000, - SUSignatureError = 3001, - SUValidationError = 3002, - - // Installation phase errors. - SUFileCopyFailure = 4000, - SUAuthenticationFailure = 4001, - SUMissingUpdateError = 4002, - SUMissingInstallerToolError = 4003, - SURelaunchError = 4004, - SUInstallationError = 4005, - SUDowngradeError = 4006, - SUInstallationCanceledError = 4007, - SUInstallationAuthorizeLaterError = 4008, - SUNotValidUpdateError = 4009, - SUAgentInvalidationError = 4010, - SUInstallationRootInteractiveError = 4011, - SUInstallationWriteNoPermissionError = 4012, - - // API misuse errors. - SUIncorrectAPIUsageError = 5000 -}; - -/** - The reason why a new update is not available. - */ -typedef NS_ENUM(OSStatus, SPUNoUpdateFoundReason) { - /** - A new update is unavailable for an unknown reason. - */ - SPUNoUpdateFoundReasonUnknown, - /** - A new update is unavailable because the user is on the latest known version in the appcast feed. - */ - SPUNoUpdateFoundReasonOnLatestVersion, - /** - A new update is unavailable because the user is on a version newer than the latest known version in the appcast feed. - */ - SPUNoUpdateFoundReasonOnNewerThanLatestVersion, - /** - A new update is unavailable because the user's operating system version is too old for the update. - */ - SPUNoUpdateFoundReasonSystemIsTooOld, - /** - A new update is unavailable because the user's operating system version is too new for the update. - */ - SPUNoUpdateFoundReasonSystemIsTooNew -}; - -SU_EXPORT extern NSString *const SPUNoUpdateFoundReasonKey; -SU_EXPORT extern NSString *const SPULatestAppcastItemFoundKey; -SU_EXPORT extern NSString *const SPUNoUpdateFoundUserInitiatedKey; - -#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUExport.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUExport.h deleted file mode 100644 index 3e3f8a164..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUExport.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// SUExport.h -// Sparkle -// -// Created by Jake Petroules on 2014-08-23. -// Copyright (c) 2014 Sparkle Project. All rights reserved. -// - -#ifndef SUEXPORT_H -#define SUEXPORT_H - -#ifdef BUILDING_SPARKLE -#define SU_EXPORT __attribute__((visibility("default"))) -#else -#define SU_EXPORT -#endif - -#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUStandardVersionComparator.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUStandardVersionComparator.h deleted file mode 100644 index 1316819ae..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUStandardVersionComparator.h +++ /dev/null @@ -1,63 +0,0 @@ -// -// SUStandardVersionComparator.h -// Sparkle -// -// Created by Andy Matuschak on 12/21/07. -// Copyright 2007 Andy Matuschak. All rights reserved. -// - -#ifndef SUSTANDARDVERSIONCOMPARATOR_H -#define SUSTANDARDVERSIONCOMPARATOR_H - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#import "SUVersionComparisonProtocol.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#import <Sparkle/SUVersionComparisonProtocol.h> -#endif - -NS_ASSUME_NONNULL_BEGIN - -/** - Sparkle's default version comparator. - - This comparator is adapted from MacPAD, by Kevin Ballard. - It's "dumb" in that it does essentially string comparison, - in components split by character type. -*/ -SU_EXPORT @interface SUStandardVersionComparator : NSObject <SUVersionComparison> - -/** - Initializes a new instance of the standard version comparator. -*/ -- (instancetype)init; - -/** - A singleton instance of the comparator. - */ -@property (nonatomic, class, readonly) SUStandardVersionComparator *defaultComparator; - -/** - Compares two version strings through textual analysis. - - These version strings should be in the format of x, x.y, or x.y.z where each component is a number. - For example, valid version strings include "1.5.3", "500", or "4000.1" - These versions that are compared correspond to the @c CFBundleVersion values of the updates. - - @param versionA The first version string to compare. - @param versionB The second version string to compare. - @return A comparison result between @c versionA and @c versionB -*/ -- (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; - -@end - -NS_ASSUME_NONNULL_END -#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdatePermissionResponse.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdatePermissionResponse.h deleted file mode 100644 index d2a50ae0c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdatePermissionResponse.h +++ /dev/null @@ -1,73 +0,0 @@ -// -// SUUpdatePermissionResponse.h -// Sparkle -// -// Created by Mayur Pawashe on 2/8/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#endif - -NS_ASSUME_NONNULL_BEGIN - -/** - This class represents a response for permission to check updates. -*/ -SU_EXPORT @interface SUUpdatePermissionResponse : NSObject<NSSecureCoding> - -/** - Initializes a new update permission response instance. - - @param automaticUpdateChecks Flag to enable automatic update checks. - @param sendSystemProfile Flag for if system profile information should be sent to the server hosting the appcast. - */ -- (instancetype)initWithAutomaticUpdateChecks:(BOOL)automaticUpdateChecks sendSystemProfile:(BOOL)sendSystemProfile; - -/** - Initializes a new update permission response instance. - - @param automaticUpdateChecks Flag to enable automatic update checks. - @param automaticUpdateDownloading Flag to enable automatic downloading and installing of updates. If this is nil, this option will be ignored. - @param sendSystemProfile Flag for if system profile information should be sent to the server hosting the appcast. - */ -- (instancetype)initWithAutomaticUpdateChecks:(BOOL)automaticUpdateChecks automaticUpdateDownloading:(NSNumber * _Nullable)automaticUpdateDownloading sendSystemProfile:(BOOL)sendSystemProfile; - -/* - Use -initWithAutomaticUpdateChecks:sendSystemProfile: instead. - */ -- (instancetype)init NS_UNAVAILABLE; - -/** - A read-only property indicating if update checks should be done automatically. - */ -@property (nonatomic, readonly) BOOL automaticUpdateChecks; - -/** - A read-only property indicating if updates should be automatically downloaded and installed. - - If this property is `nil`, then no user choice was made for this option. - - If `automaticUpdateChecks` is `NO` then this property should not be `@(YES)`. - Set it to `NO` if the user was given the choice of automatically downloading and installing updates, - otherwise set it to `nil`. - */ -@property (nonatomic, readonly, nullable) NSNumber *automaticUpdateDownloading; - -/** - A read-only property indicating if system profile should be sent or not. - */ -@property (nonatomic, readonly) BOOL sendSystemProfile; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdater.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdater.h deleted file mode 100644 index 5bc7d68b3..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdater.h +++ /dev/null @@ -1,212 +0,0 @@ -// -// SUUpdater.h -// Sparkle -// -// Created by Andy Matuschak on 1/4/06. -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SUUPDATER_H -#define SUUPDATER_H - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#import "SUVersionComparisonProtocol.h" -#import "SUVersionDisplayProtocol.h" -#import "SUUpdaterDelegate.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#import <Sparkle/SUVersionComparisonProtocol.h> -#import <Sparkle/SUVersionDisplayProtocol.h> -#import <Sparkle/SUUpdaterDelegate.h> -#endif - -@class SUAppcastItem, SUAppcast, NSMenuItem; - -@protocol SUUpdaterDelegate; - -/** - The legacy API in Sparkle for controlling the update mechanism. - - This class is now deprecated and acts as a thin wrapper around `SPUUpdater` and `SPUStandardUserDriver`. - - If you are migrating to Sparkle 2, use `SPUStandardUpdaterController` instead, or `SPUUpdater` if you need more control. - */ -__deprecated_msg("Deprecated in Sparkle 2. Use SPUStandardUpdaterController instead, or SPUUpdater if you need more control.") -SU_EXPORT @interface SUUpdater : NSObject - -@property (unsafe_unretained, nonatomic) IBOutlet id<SUUpdaterDelegate> delegate; - -/*! - The shared updater for the main bundle. - - This is equivalent to passing [NSBundle mainBundle] to SUUpdater::updaterForBundle: - */ -+ (SUUpdater *)sharedUpdater; - -/*! - The shared updater for a specified bundle. - If an updater has already been initialized for the provided bundle, that shared instance will be returned. - */ -+ (SUUpdater *)updaterForBundle:(NSBundle *)bundle; - -/*! - Designated initializer for SUUpdater. - - If an updater has already been initialized for the provided bundle, that shared instance will be returned. - */ -- (instancetype)initForBundle:(NSBundle *)bundle; - -/*! - Explicitly checks for updates and displays a progress dialog while doing so. - - This method is meant for a main menu item. - Connect any menu item to this action in Interface Builder, - and Sparkle will check for updates and report back its findings verbosely - when it is invoked. - - This will find updates that the user has opted into skipping. - */ -- (IBAction)checkForUpdates:(id)sender; - -/*! - The menu item validation used for the -checkForUpdates: action - */ -- (BOOL)validateMenuItem:(NSMenuItem *)menuItem; - -/*! - Checks for updates, but does not display any UI unless an update is found. - - This is meant for programmatically initating a check for updates. That is, - it will display no UI unless it actually finds an update, in which case it - proceeds as usual. - - If automatic downloading of updates it turned on and allowed, however, - this will invoke that behavior, and if an update is found, it will be downloaded - in the background silently and will be prepped for installation. - - This will not find updates that the user has opted into skipping. - */ -- (void)checkForUpdatesInBackground; - -/*! - A property indicating whether or not to check for updates automatically. - - Setting this property will persist in the host bundle's user defaults. - The update schedule cycle will be reset in a short delay after the property's new value is set. - This is to allow reverting this property without kicking off a schedule change immediately - */ -@property (nonatomic) BOOL automaticallyChecksForUpdates; - -/*! - A property indicating whether or not updates can be automatically downloaded in the background. - - Note that automatic downloading of updates can be disallowed by the developer. - In this case, -automaticallyDownloadsUpdates will return NO regardless of how this property is set. - - Setting this property will persist in the host bundle's user defaults. - */ -@property (nonatomic) BOOL automaticallyDownloadsUpdates; - -/*! - A property indicating the current automatic update check interval. - - Setting this property will persist in the host bundle's user defaults. - The update schedule cycle will be reset in a short delay after the property's new value is set. - This is to allow reverting this property without kicking off a schedule change immediately - */ -@property (nonatomic) NSTimeInterval updateCheckInterval; - -/*! - Begins a "probing" check for updates which will not actually offer to - update to that version. - - However, the delegate methods - SUUpdaterDelegate::updater:didFindValidUpdate: and - SUUpdaterDelegate::updaterDidNotFindUpdate: will be called, - so you can use that information in your UI. - - Updates that have been skipped by the user will not be found. - */ -- (void)checkForUpdateInformation; - -/*! - The URL of the appcast used to download update information. - - Setting this property will persist in the host bundle's user defaults. - If you don't want persistence, you may want to consider instead implementing - SUUpdaterDelegate::feedURLStringForUpdater: or SUUpdaterDelegate::feedParametersForUpdater:sendingSystemProfile: - - This property must be called on the main thread. - */ -@property (nonatomic, copy) NSURL *feedURL; - -/*! - The host bundle that is being updated. - */ -@property (readonly, nonatomic) NSBundle *hostBundle; - -/*! - The bundle this class (SUUpdater) is loaded into. - */ -@property (nonatomic, readonly) NSBundle *sparkleBundle; - -/*! - The user agent used when checking for and downloading updates. - - The default implementation can be overrided. - */ -@property (nonatomic, copy) NSString *userAgentString; - -/*! - The HTTP headers used when checking for and downloading updates. - - The keys of this dictionary are HTTP header fields (NSString) and values are corresponding values (NSString) - */ -@property (copy, nonatomic) NSDictionary<NSString *, NSString *> *httpHeaders; - -/*! - A property indicating whether or not the user's system profile information is sent when checking for updates. - - Setting this property will persist in the host bundle's user defaults. - */ -@property (nonatomic) BOOL sendsSystemProfile; - -/*! - A property indicating the decryption password used for extracting updates shipped as Apple Disk Images (dmg) - */ -@property (nonatomic, copy) NSString *decryptionPassword; - -/*! - Returns the date of last update check. - - \returns \c nil if no check has been performed. - */ -@property (nonatomic, readonly, copy) NSDate *lastUpdateCheckDate; - -/*! - Appropriately schedules or cancels the update checking timer according to - the preferences for time interval and automatic checks. - - This call does not change the date of the next check, - but only the internal NSTimer. - */ -- (void)resetUpdateCycle; - -/*! - A property indicating whether or not an update is in progress. - - Note this property is not indicative of whether or not user initiated updates can be performed. - Use SUUpdater::validateMenuItem: for that instead. - */ -@property (nonatomic, readonly) BOOL updateInProgress; - -@end - -#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdaterDelegate.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdaterDelegate.h deleted file mode 100644 index 42edf332c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUUpdaterDelegate.h +++ /dev/null @@ -1,363 +0,0 @@ -// -// SUUpdaterDelegate.h -// Sparkle -// -// Created by Mayur Pawashe on 3/12/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#endif - -@protocol SUVersionComparison, SUVersionDisplay; -@class SUUpdater, SUAppcast, SUAppcastItem; - -NS_ASSUME_NONNULL_BEGIN - -// ----------------------------------------------------------------------------- -// SUUpdater Notifications for events that might be interesting to more than just the delegate -// The updater will be the notification object -// ----------------------------------------------------------------------------- -SU_EXPORT extern NSString *const SUUpdaterDidFinishLoadingAppCastNotification; -SU_EXPORT extern NSString *const SUUpdaterDidFindValidUpdateNotification; -SU_EXPORT extern NSString *const SUUpdaterDidNotFindUpdateNotification; -SU_EXPORT extern NSString *const SUUpdaterWillRestartNotification; -#define SUUpdaterWillRelaunchApplicationNotification SUUpdaterWillRestartNotification; -#define SUUpdaterWillInstallUpdateNotification SUUpdaterWillRestartNotification; - -// Key for the SUAppcastItem object in the SUUpdaterDidFindValidUpdateNotification userInfo -SU_EXPORT extern NSString *const SUUpdaterAppcastItemNotificationKey; -// Key for the SUAppcast object in the SUUpdaterDidFinishLoadingAppCastNotification userInfo -SU_EXPORT extern NSString *const SUUpdaterAppcastNotificationKey; - -// ----------------------------------------------------------------------------- -// SUUpdater Delegate: -// ----------------------------------------------------------------------------- - -/*! - Provides methods to control the behavior of an SUUpdater object. - */ -__deprecated_msg("Deprecated in Sparkle 2. See SPUUpdaterDelegate instead") -@protocol SUUpdaterDelegate <NSObject> -@optional - -/*! - Returns whether to allow Sparkle to pop up. - - For example, this may be used to prevent Sparkle from interrupting a setup assistant. - - \param updater The SUUpdater instance. - */ -- (BOOL)updaterMayCheckForUpdates:(SUUpdater *)updater; - -/*! - Returns additional parameters to append to the appcast URL's query string. - - This is potentially based on whether or not Sparkle will also be sending along the system profile. - - \param updater The SUUpdater instance. - \param sendingProfile Whether the system profile will also be sent. - - \return An array of dictionaries with keys: "key", "value", "displayKey", "displayValue", the latter two being specifically for display to the user. - */ -- (NSArray<NSDictionary<NSString *, NSString *> *> *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:(BOOL)sendingProfile; - -/*! - Returns a custom appcast URL. - - Override this to dynamically specify the entire URL. - - An alternative may be to use SUUpdaterDelegate::feedParametersForUpdater:sendingSystemProfile: - and let the server handle what kind of feed to provide. - - \param updater The SUUpdater instance. - */ -- (nullable NSString *)feedURLStringForUpdater:(SUUpdater *)updater; - -/*! - Returns whether Sparkle should prompt the user about automatic update checks. - - Use this to override the default behavior. - - \param updater The SUUpdater instance. - */ -- (BOOL)updaterShouldPromptForPermissionToCheckForUpdates:(SUUpdater *)updater; - -/*! - Called after Sparkle has downloaded the appcast from the remote server. - - Implement this if you want to do some special handling with the appcast once it finishes loading. - - \param updater The SUUpdater instance. - \param appcast The appcast that was downloaded from the remote server. - */ -- (void)updater:(SUUpdater *)updater didFinishLoadingAppcast:(SUAppcast *)appcast; - -/*! - Returns the item in the appcast corresponding to the update that should be installed. - - If you're using special logic or extensions in your appcast, - implement this to use your own logic for finding a valid update, if any, - in the given appcast. - - \param appcast The appcast that was downloaded from the remote server. - \param updater The SUUpdater instance. - */ -- (nullable SUAppcastItem *)bestValidUpdateInAppcast:(SUAppcast *)appcast forUpdater:(SUUpdater *)updater; - -/*! - Called when a valid update is found by the update driver. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - */ -- (void)updater:(SUUpdater *)updater didFindValidUpdate:(SUAppcastItem *)item; - -/*! - Called when a valid update is not found. - - \param updater The SUUpdater instance. - */ -- (void)updaterDidNotFindUpdate:(SUUpdater *)updater; - -/*! - Called just before the scheduled update driver prompts the user to install an update. - - \param updater The SUUpdater instance. - - \return YES to allow the update prompt to be shown (the default behavior), or NO to suppress it. - */ - - (BOOL)updaterShouldShowUpdateAlertForScheduledUpdate:(SUUpdater *)updater forItem:(SUAppcastItem *)item; - - /*! - Called after the user dismisses the update alert. - - \param updater The SUUpdater instance. - \param permanently YES if the alert will not appear again for this update; NO if it may reappear. - */ - - (void)updater:(SUUpdater *)updater didDismissUpdateAlertPermanently:(BOOL)permanently forItem:(SUAppcastItem *)item; - -/*! - Called immediately before downloading the specified update. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be downloaded. - \param request The mutable URL request that will be used to download the update. - */ -- (void)updater:(SUUpdater *)updater willDownloadUpdate:(SUAppcastItem *)item withRequest:(NSMutableURLRequest *)request; - -/*! - Called immediately after succesfull download of the specified update. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that has been downloaded. - */ -- (void)updater:(SUUpdater *)updater didDownloadUpdate:(SUAppcastItem *)item; - -/*! - Called after the specified update failed to download. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that failed to download. - \param error The error generated by the failed download. - */ -- (void)updater:(SUUpdater *)updater failedToDownloadUpdate:(SUAppcastItem *)item error:(NSError *)error; - -/*! - Called when the user clicks the cancel button while and update is being downloaded. - - \param updater The SUUpdater instance. - */ -- (void)userDidCancelDownload:(SUUpdater *)updater; - -/*! - Called immediately before extracting the specified downloaded update. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be extracted. - */ -- (void)updater:(SUUpdater *)updater willExtractUpdate:(SUAppcastItem *)item; - -/*! - Called immediately after extracting the specified downloaded update. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that has been extracted. - */ -- (void)updater:(SUUpdater *)updater didExtractUpdate:(SUAppcastItem *)item; - -/*! - Called immediately before installing the specified update. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - */ -- (void)updater:(SUUpdater *)updater willInstallUpdate:(SUAppcastItem *)item; - -/*! - Called when an update is skipped by the user. - - \param updater The updater instance. - \param item The appcast item corresponding to the update that the user skipped. - */ -- (void)updater:(SUUpdater *)updater userDidSkipThisVersion:(SUAppcastItem *)item; - -/*! - Returns whether the relaunch should be delayed in order to perform other tasks. - - This is not called if the user didn't relaunch on the previous update, - in that case it will immediately restart. - - This may also not be called if the application is not going to relaunch after it terminates. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - \param invocation The invocation that must be completed with `[invocation invoke]` before continuing with the relaunch. - - \return \c YES to delay the relaunch until \p invocation is invoked. - */ -- (BOOL)updater:(SUUpdater *)updater shouldPostponeRelaunchForUpdate:(SUAppcastItem *)item untilInvoking:(NSInvocation *)invocation; - -/*! - Returns whether the relaunch should be delayed in order to perform other tasks. - - This is not called if the user didn't relaunch on the previous update, - in that case it will immediately restart. - - This method acts as a simpler alternative to SUUpdaterDelegate::updater:shouldPostponeRelaunchForUpdate:untilInvoking: avoiding usage of NSInvocation, which is not available in Swift environments. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - - \return \c YES to delay the relaunch. - */ -- (BOOL)updater:(SUUpdater *)updater shouldPostponeRelaunchForUpdate:(SUAppcastItem *)item; - -/*! - Returns whether the application should be relaunched at all. - - Some apps \b cannot be relaunched under certain circumstances. - This method can be used to explicitly prevent a relaunch. - - \param updater The SUUpdater instance. - */ -- (BOOL)updaterShouldRelaunchApplication:(SUUpdater *)updater; - -/*! - Called immediately before relaunching. - - \param updater The SUUpdater instance. - */ -- (void)updaterWillRelaunchApplication:(SUUpdater *)updater; - -/*! - Called immediately after relaunching. SUUpdater delegate must be set before applicationDidFinishLaunching: to catch this event. - - \param updater The SUUpdater instance. - */ -- (void)updaterDidRelaunchApplication:(SUUpdater *)updater; - -/*! - Returns an object that compares version numbers to determine their arithmetic relation to each other. - - This method allows you to provide a custom version comparator. - If you don't implement this method or return \c nil, - the standard version comparator will be used. Note that the - standard version comparator may be used during installation for preventing - a downgrade, even if you provide a custom comparator here. - - \sa SUStandardVersionComparator - - \param updater The SUUpdater instance. - */ -- (nullable id<SUVersionComparison>)versionComparatorForUpdater:(SUUpdater *)updater; - -/*! - Returns an object that formats version numbers for display to the user. - If you don't implement this method or return \c nil, the standard version formatter will be used. - - \sa SUUpdateAlert - \param updater The SUUpdater instance. - */ -- (nullable id <SUVersionDisplay>)versionDisplayerForUpdater:(SUUpdater *)updater; - -/*! - Returns the path to the application which is used to relaunch after the update is installed. - - The installer also waits for the termination of the application at this path. - - The default is the path of the host bundle. - - \param updater The SUUpdater instance. - */ -- (nullable NSString *)pathToRelaunchForUpdater:(SUUpdater *)updater; - -/*! - Called before an updater shows a modal alert window, - to give the host the opportunity to hide attached windows that may get in the way. - - \param updater The SUUpdater instance. - */ -- (void)updaterWillShowModalAlert:(SUUpdater *)updater; - -/*! - Called after an updater shows a modal alert window, - to give the host the opportunity to hide attached windows that may get in the way. - - \param updater The SUUpdater instance. - */ -- (void)updaterDidShowModalAlert:(SUUpdater *)updater; - -/*! - Called when an update is scheduled to be silently installed on quit. - - This is after an update has been automatically downloaded in the background. - (i.e. SUUpdater::automaticallyDownloadsUpdates is YES) - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - \param invocation Can be used to trigger an immediate silent install and relaunch. - */ -- (void)updater:(SUUpdater *)updater willInstallUpdateOnQuit:(SUAppcastItem *)item immediateInstallationInvocation:(NSInvocation *)invocation; - -/*! - Called when an update is scheduled to be silently installed on quit. - This is after an update has been automatically downloaded in the background. - (i.e. SUUpdater::automaticallyDownloadsUpdates is YES) - This method acts as a more modern alternative to SUUpdaterDelegate::updater:willInstallUpdateOnQuit:immediateInstallationInvocation: using a block instead of NSInvocation, which is not available in Swift environments. - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that is proposed to be installed. - \param installationBlock Can be used to trigger an immediate silent install and relaunch. - */ -- (void)updater:(SUUpdater *)updater willInstallUpdateOnQuit:(SUAppcastItem *)item immediateInstallationBlock:(void (^)(void))installationBlock; - -/*! - Calls after an update that was scheduled to be silently installed on quit has been canceled. - - \param updater The SUUpdater instance. - \param item The appcast item corresponding to the update that was proposed to be installed. - - \deprecated This method is no longer invoked. The installer will try to its best ability to install the update. - */ -- (void)updater:(SUUpdater *)updater didCancelInstallUpdateOnQuit:(SUAppcastItem *)item __deprecated; - -/*! - Called after an update is aborted due to an error. - - \param updater The SUUpdater instance. - \param error The error that caused the abort - */ -- (void)updater:(SUUpdater *)updater didAbortWithError:(NSError *)error; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUVersionComparisonProtocol.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUVersionComparisonProtocol.h deleted file mode 100644 index 8d22d7a9f..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUVersionComparisonProtocol.h +++ /dev/null @@ -1,42 +0,0 @@ -// -// SUVersionComparisonProtocol.h -// Sparkle -// -// Created by Andy Matuschak on 12/21/07. -// Copyright 2007 Andy Matuschak. All rights reserved. -// - -#ifndef SUVERSIONCOMPARISONPROTOCOL_H -#define SUVERSIONCOMPARISONPROTOCOL_H - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#endif - -NS_ASSUME_NONNULL_BEGIN - -/** - Provides version comparison facilities for Sparkle. -*/ -@protocol SUVersionComparison - -/** - An abstract method to compare two version strings. - - Should return NSOrderedAscending if b > a, NSOrderedDescending if b < a, - and NSOrderedSame if they are equivalent. -*/ -- (NSComparisonResult)compareVersion:(NSString *)versionA toVersion:(NSString *)versionB; // *** MAY BE CALLED ON NON-MAIN THREAD! - -@end - -NS_ASSUME_NONNULL_END -#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUVersionDisplayProtocol.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUVersionDisplayProtocol.h deleted file mode 100644 index 2874706e6..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/SUVersionDisplayProtocol.h +++ /dev/null @@ -1,78 +0,0 @@ -// -// SUVersionDisplayProtocol.h -// EyeTV -// -// Created by Uli Kusterer on 08.12.09. -// Copyright 2009 Elgato Systems GmbH. All rights reserved. -// - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#endif - -@class SUAppcastItem; - -NS_ASSUME_NONNULL_BEGIN - -/** - Applies special display formatting to version numbers of the bundle to update and the update before presenting them to the user. -*/ -SU_EXPORT @protocol SUVersionDisplay <NSObject> - -/** - Formats an update's version string and bundle's version string for display. - - This method is used to format both the display version of the update and the display version of the bundle to update. - - The display versions returned by this method are then used for presenting to the user when a new update is available, - or when the user cannot download/install the latest update for a specific reason, or when the user has a newer version - installed than the latest known version in the update feed. - - On input, the `update.displayVersionString` and `*inOutBundleDisplayVersion` may be the same, but the - `update.versionString` and `bundleVersion` will differ. To differentiate between these display versions, you may - choose to return different display version strings for the update and bundle. - - @param update The update to format the update display version from. You can query `update.displayVersionString` and `update.versionString` to retrieve the update's version information. - @param inOutBundleDisplayVersion On input, the display version string (or `CFBundleShortVersionString`) of the bundle to update. On output, this is the display version string of the bundle to show to the user. - @param bundleVersion The version (or CFBundleVersion) of the bundle to update. - @return A new display version string of the `update.displayVersionString` to show to the user. - */ -- (NSString *)formatUpdateDisplayVersionFromUpdate:(SUAppcastItem *)update andBundleDisplayVersion:(NSString * _Nonnull __autoreleasing * _Nonnull)inOutBundleDisplayVersion withBundleVersion:(NSString *)bundleVersion; - -@optional - -/** - Formats a bundle's version string for display. - - This method is used to format the display version of the bundle. - This method may be used when no new update is available and the user is already on the latest known version. - In this case, no new update version is shown to the user. - - This method is optional. If it's not implemented, Sparkle will default to using the `bundleDisplayVersion` passed to this method. - - @param bundleDisplayVersion The display version string (or `CFBundleShortVersionString`) of the bundle to update. - @param bundleVersion The version (or `CFBundleVersion`) of the bundle to update. - @param matchingUpdate The update in the feed that corresponds to the current bundle, or `nil` if no matching update item could be found in the feed. - @return A new display version string of the bundle to show to the user. - */ -- (NSString *)formatBundleDisplayVersion:(NSString *)bundleDisplayVersion withBundleVersion:(NSString *)bundleVersion matchingUpdate:(SUAppcastItem * _Nullable)matchingUpdate; - -/** - Formats two version strings. - - Both versions are provided so that important distinguishing information - can be displayed while also leaving out unnecessary/confusing parts. -*/ -- (void)formatVersion:(NSString *_Nonnull*_Nonnull)inOutVersionA andVersion:(NSString *_Nonnull*_Nonnull)inOutVersionB __deprecated_msg("Please use -formatUpdateDisplayVersionFromUpdate:andBundleDisplayVersion:withBundleVersion:"); - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/Sparkle.h b/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/Sparkle.h deleted file mode 100644 index a048d2670..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Headers/Sparkle.h +++ /dev/null @@ -1,39 +0,0 @@ -// -// Sparkle.h -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -#ifndef SPARKLE_H -#define SPARKLE_H - -// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless -// there are name-space collisions) so we can list all of them to start with: - -#import <Sparkle/SUExport.h> -#import <Sparkle/SUAppcast.h> -#import <Sparkle/SUAppcastItem.h> -#import <Sparkle/SUStandardVersionComparator.h> -#import <Sparkle/SPUUpdater.h> -#import <Sparkle/SPUUpdaterDelegate.h> -#import <Sparkle/SPUUpdaterSettings.h> -#import <Sparkle/SUVersionComparisonProtocol.h> -#import <Sparkle/SUVersionDisplayProtocol.h> -#import <Sparkle/SUErrors.h> -#import <Sparkle/SPUUpdatePermissionRequest.h> -#import <Sparkle/SUUpdatePermissionResponse.h> -#import <Sparkle/SPUUserDriver.h> -#import <Sparkle/SPUDownloadData.h> - -// UI bits -#import <Sparkle/SPUStandardUpdaterController.h> -#import <Sparkle/SPUStandardUserDriver.h> -#import <Sparkle/SPUStandardUserDriverDelegate.h> - -// Deprecated bits -#import <Sparkle/SUUpdater.h> -#import <Sparkle/SUUpdaterDelegate.h> - -#endif diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Modules/module.modulemap b/Pods/Sparkle/Sparkle.framework/Versions/B/Modules/module.modulemap deleted file mode 100644 index af3fe6d05..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Modules/module.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Sparkle { - umbrella header "Sparkle.h" - - export * - module * { export * } -} diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUAppcastItemStateResolver.h b/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUAppcastItemStateResolver.h deleted file mode 100644 index 929d3f1b7..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUAppcastItemStateResolver.h +++ /dev/null @@ -1,38 +0,0 @@ -// -// SPUAppcastItemStateResolver.h -// Sparkle -// -// Created by Mayur Pawashe on 5/31/21. -// Copyright © 2021 Sparkle Project. All rights reserved. -// - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#endif - -NS_ASSUME_NONNULL_BEGIN - -@class SUStandardVersionComparator, SPUAppcastItemState; -@protocol SUVersionComparison; - -/** - Private exposed class used to resolve Appcast Item properties that rely on external factors such as a host. - This resolver is used for constructing appcast items. - */ -SU_EXPORT @interface SPUAppcastItemStateResolver : NSObject - -- (instancetype)init NS_UNAVAILABLE; - -- (instancetype)initWithHostVersion:(NSString *)hostVersion applicationVersionComparator:(id<SUVersionComparison>)applicationVersionComparator standardVersionComparator:(SUStandardVersionComparator *)standardVersionComparator; - -@end - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUGentleUserDriverReminders.h b/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUGentleUserDriverReminders.h deleted file mode 100644 index a509e0e07..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUGentleUserDriverReminders.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// SPUGentleUserDriverReminders.h -// Sparkle -// -// Copyright © 2022 Sparkle Project. All rights reserved. -// - -#ifndef SPUGentleUserDriverReminders_h -#define SPUGentleUserDriverReminders_h - -/** - A private protocol for user drivers implementing gentle scheduled reminders - */ -@protocol SPUGentleUserDriverReminders - -- (void)logGentleScheduledUpdateReminderWarningIfNeeded; - -- (void)resetTimeSinceOpportuneUpdateNotice; - -@end - -#endif /* SPUGentleUserDriverReminders_h */ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUInstallationType.h b/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUInstallationType.h deleted file mode 100644 index 2c6e55619..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUInstallationType.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SPUInstallationType.h -// Sparkle -// -// Created by Mayur Pawashe on 7/24/16. -// Copyright © 2016 Sparkle Project. All rights reserved. -// - -#ifndef SPUInstallationType_h -#define SPUInstallationType_h - -#define SPUInstallationTypeApplication @"application" // the default installation type for ordinary application updates -#define SPUInstallationTypeGuidedPackage @"package" // the preferred installation type for package installations -#define SPUInstallationTypeInteractivePackage @"interactive-package" // the deprecated installation type; use guided package instead - -#define SPUInstallationTypesArray (@[SPUInstallationTypeApplication, SPUInstallationTypeGuidedPackage, SPUInstallationTypeInteractivePackage]) -#define SPUValidInstallationType(x) ((x != nil) && [SPUInstallationTypesArray containsObject:(NSString * _Nonnull)x]) - -#endif /* SPUInstallationType_h */ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUStandardUserDriver+Private.h b/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUStandardUserDriver+Private.h deleted file mode 100644 index 45bd43fef..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUStandardUserDriver+Private.h +++ /dev/null @@ -1,40 +0,0 @@ -// -// SPUStandardUserDriver+Private.h -// Sparkle -// -// Copyright © 2022 Sparkle Project. All rights reserved. -// - -#ifndef SPUStandardUserDriver_Private_h -#define SPUStandardUserDriver_Private_h - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SPUStandardUserDriver.h" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SPUStandardUserDriver.h> -#import <Sparkle/SUExport.h> -#endif - -@class NSWindowController; - -NS_ASSUME_NONNULL_BEGIN - -SU_EXPORT @interface SPUStandardUserDriver (Private) - -/** - Private API for accessing the active update alert's window controller. - This is the window controller that shows the update's release notes and install choices. - This can be accessed in -[SPUStandardUserDriverDelegate standardUserDriverWillHandleShowingUpdate:forUpdate:state:] - */ -@property (nonatomic, readonly, nullable) NSWindowController *activeUpdateAlert; - -@end - -NS_ASSUME_NONNULL_END - -#endif /* SPUStandardUserDriver_Private_h */ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUUserAgent+Private.h b/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUUserAgent+Private.h deleted file mode 100644 index 392fccb40..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SPUUserAgent+Private.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// SPUUserAgent+Private.h -// Sparkle -// -// Created by Mayur Pawashe on 11/12/21. -// Copyright © 2021 Sparkle Project. All rights reserved. -// - -#import <Foundation/Foundation.h> - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -#endif - -NS_ASSUME_NONNULL_BEGIN - -@class SUHost; - -SU_EXPORT NSString *SPUMakeUserAgentWithHost(SUHost *responsibleHost, NSString * _Nullable displayNameSuffix); - -SU_EXPORT NSString *SPUMakeUserAgentWithBundle(NSBundle *responsibleBundle, NSString * _Nullable displayNameSuffix); - -NS_ASSUME_NONNULL_END diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SUAppcastItem+Private.h b/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SUAppcastItem+Private.h deleted file mode 100644 index 1005ded9c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SUAppcastItem+Private.h +++ /dev/null @@ -1,39 +0,0 @@ -// -// SUAppcastItem+Private.h -// Sparkle -// -// Created by Mayur Pawashe on 4/30/21. -// Copyright © 2021 Sparkle Project. All rights reserved. -// - -#ifndef SUAppcastItem_Private_h -#define SUAppcastItem_Private_h - -#import <Foundation/Foundation.h> - -NS_ASSUME_NONNULL_BEGIN - -// Available in SPUAppcastItemStateResolver.h (a private exposed header) -@class SPUAppcastItemStateResolver; -@class SUSignatures; - -@interface SUAppcastItem (Private) <NSSecureCoding> - -/** - Initializes with data from a dictionary provided by the RSS class and state resolver - - This initializer method is intended to be marked "private" and discouraged from public usage. - This method is available however. Talk to us to describe your use case and if you need to construct appcast items yourself. - */ -- (nullable instancetype)initWithDictionary:(NSDictionary *)dict relativeToURL:(NSURL * _Nullable)appcastURL stateResolver:(SPUAppcastItemStateResolver *)stateResolver failureReason:(NSString * _Nullable __autoreleasing *_Nullable)error; - -/** - The EdDSA and DSA signatures along with their statuses. - */ -@property (readonly, nonatomic, nullable) SUSignatures *signatures; - -@end - -NS_ASSUME_NONNULL_END - -#endif /* SUAppcastItem_Private_h */ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SUInstallerLauncher+Private.h b/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SUInstallerLauncher+Private.h deleted file mode 100644 index 8922e1813..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/PrivateHeaders/SUInstallerLauncher+Private.h +++ /dev/null @@ -1,37 +0,0 @@ -// -// SUInstallerLauncher+Private.h -// SUInstallerLauncher+Private -// -// Created by Mayur Pawashe on 8/21/21. -// Copyright © 2021 Sparkle Project. All rights reserved. -// - -#ifndef SUInstallerLauncher_Private_h -#define SUInstallerLauncher_Private_h - -#if defined(BUILDING_SPARKLE_SOURCES_EXTERNALLY) -// Ignore incorrect warning -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header" -#import "SUExport.h" -#import "SPUInstallationType.h" -#pragma clang diagnostic pop -#else -#import <Sparkle/SUExport.h> -// Chances are clients will need this too -#import <Sparkle/SPUInstallationType.h> -#endif - -@class NSString; - -/** - Private API for determining if the system needs authorization access to update a bundle path - - This API is not supported when used directly from a Sandboxed applications and will always return @c YES in that case. - - @param bundlePath The bundle path to test if authorization is needed when performing an update that replaces this bundle. - @return @c YES if Sparkle thinks authorization is needed to update the @c bundlePath, otherwise @c NO. - */ -SU_EXPORT BOOL SPUSystemNeedsAuthorizationAccessForBundlePath(NSString *bundlePath); - -#endif /* SUInstallerLauncher_Private_h */ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib deleted file mode 100644 index ce9f4cbfc..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdateAlert.nib and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib deleted file mode 100644 index d1a64e0b9..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib deleted file mode 100644 index 01210ef5e..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/Sparkle.strings deleted file mode 100644 index 4f44fbc92..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Base.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Info.plist b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Info.plist deleted file mode 100644 index 9717a3a64..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/Info.plist +++ /dev/null @@ -1,48 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>BuildMachineOSBuild</key> - <string>22G120</string> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundleExecutable</key> - <string>Sparkle</string> - <key>CFBundleIdentifier</key> - <string>org.sparkle-project.Sparkle</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>Sparkle</string> - <key>CFBundlePackageType</key> - <string>FMWK</string> - <key>CFBundleShortVersionString</key> - <string>2.5.1</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleSupportedPlatforms</key> - <array> - <string>MacOSX</string> - </array> - <key>CFBundleVersion</key> - <string>2032</string> - <key>DTCompiler</key> - <string>com.apple.compilers.llvm.clang.1_0</string> - <key>DTPlatformBuild</key> - <string></string> - <key>DTPlatformName</key> - <string>macosx</string> - <key>DTPlatformVersion</key> - <string>13.3</string> - <key>DTSDKBuild</key> - <string>22E245</string> - <key>DTSDKName</key> - <string>macosx13.3</string> - <key>DTXcode</key> - <string>1431</string> - <key>DTXcodeBuild</key> - <string>14E300c</string> - <key>LSMinimumSystemVersion</key> - <string>10.13</string> -</dict> -</plist> diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ReleaseNotesColorStyle.css b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ReleaseNotesColorStyle.css deleted file mode 100644 index bcd84a205..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ReleaseNotesColorStyle.css +++ /dev/null @@ -1,13 +0,0 @@ -@media (prefers-color-scheme: dark) { - html { - color-scheme: dark; - color: white; - background: transparent; - } - :link { - color: #419CFF; - } - :link:active { - color: #FF1919; - } -} diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/SUStatus.nib b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/SUStatus.nib deleted file mode 100644 index a5bb5ac2e..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/SUStatus.nib and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/SUUpdateAlert.strings deleted file mode 100644 index 55b02304b..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "محدث البرنامج"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "معلومات عن الإصدار:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "تذكيري لاحقًا"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "تخطي هذا الإصدار"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "تثبيت التحديث"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "تنزيل التحديثات وتثبيتها تلقائيًا في المستقبل"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index dcd6dde09..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "عدم التحقق"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "هل تريد أن يتم التحقق من وجود تحديثات تلقائيًا؟"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "تضمين تقرير عن النظام دون ذكر معلومات عن المستخدم"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "تنزيل التحديثات وتثبيتها تلقائيًا في المست"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "التحقق تلقائيًا"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/Sparkle.strings deleted file mode 100644 index 7ba248ad3..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ar.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ca.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ca.lproj/SUUpdateAlert.strings deleted file mode 100644 index 284cf6dc6..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ca.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Actualització del programari"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Notes d'aquesta versió:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Recorda-m'ho més tard"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Omet aquesta versió"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Instal·la l'actualització"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Descarrega i instal·la les actualitzacions automàticament en el futur"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ca.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ca.lproj/Sparkle.strings deleted file mode 100644 index 1a8d279b4..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ca.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/SUUpdateAlert.strings deleted file mode 100644 index ff7d56ff6..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Aktualizace aplikace"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Poznámky k vydání:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Připomenout později"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Přeskočit tuto verzi"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Instalovat aktualizaci"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "V budoucnu stahovat a instalovat aktualizace automaticky"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 6c971d19d..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Informace z anonymního systémového profilu pomáhají vývojářům lépe plánovat budoucí vývoj aplikace.\nBudete-li mít nějaký dotaz, obraťte se na nás.\n\nToto jsou informace, které budou odeslány:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Nevyhledávat"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Vyhledávat aktualizace automaticky?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Odeslat anonymní systémový profil"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Stahovat a instalovat aktualizace automaticky"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Automaticky vyhledávat"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/Sparkle.strings deleted file mode 100644 index 8025bac12..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/cs.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/SUUpdateAlert.strings deleted file mode 100644 index 271ae308f..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Software Update"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Om denne udgivelse:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Påmind mig senere"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Spring over"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Installer"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Hent og installer opdateringer automatisk i fremtiden"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 0bc75d70c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Søg ikke"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Søg efter opdateringer automatisk?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Vedhæft anonym systemprofil"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Hent og installer opdateringer automatisk"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Søg automatisk"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/Sparkle.strings deleted file mode 100644 index 07b5827d5..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/da.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/SUUpdateAlert.strings deleted file mode 100644 index 93e067a3b..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Softwareupdate"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Versionshinweise:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Später erinnern"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Diese Version überspringen"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Installieren"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Updates in Zukunft automatisch laden und installieren"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index b34f5a44c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = ""; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = ""; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Das anonymisierte Systemprofil unterstützt uns bei der zukünftigen Entwicklung. Bitte kontaktiere uns, wenn du Fragen hierzu hast.\n\nDiese Informationen würden an uns gesendet werden:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Nicht suchen"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Automatisch nach Updates suchen?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Anonymisiertes Systemprofil übertragen"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Updates automatisch laden und installieren"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Automatisch suchen"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/Sparkle.strings deleted file mode 100644 index d551282f6..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/de.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/SUUpdateAlert.strings deleted file mode 100644 index fc8679d8e..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Ενημέρωση προγράμματος"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Σημειώσεις Έκδοσης:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Υπενθύμιση Αργότερα"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Παράλειψη Έκδοσης"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Εγκατάσταση Ενημέρωσης"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Αυτόματη λήψη και εγκατάσταση ενημερώσεων στο μέλλον"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index febfca22e..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Οι ανώνυμες πληροφορίες του προφίλ του συστήματός σας, μας βοηθούν στο σχεδιασμό της μελλοντικής ανάπτυξης του προγράμματος. Παρακαλώ επικοινωνήστε μαζί μας άν έχετε ερωτήσεις.\n\nΑυτές είναι οι πληροφορίες που θα σταλούν σε εμάς:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Κανένας έλεγχος"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Αυτόματος έλεγχος για ενημερώσεις;"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Συμπερίληψη του ανώνυμου προφίλ του συστήματός σας"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Αυτόματη λήψη και εγκατάσταση ενημερώσεων"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Αυτόματος Ελεγχος"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/Sparkle.strings deleted file mode 100644 index 805e4074c..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/el.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/en.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/en.lproj/SUUpdateAlert.strings deleted file mode 100644 index 45a4cfc06..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/en.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,18 +0,0 @@ - -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Software Update"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Release Notes:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Remind Me Later"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Skip This Version"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Install Update"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Automatically download and install updates in the future"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/en.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/en.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index fe430d94b..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/en.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,27 +0,0 @@ - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "176"; */ -"OhZ-1K-DmA.title" = "Check Automatically"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "177"; */ -"cCJ-V0-aTi.title" = "Don’t Check"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "178"; */ -"gmh-T4-BO0.title" = "Check for updates automatically?"; - -/* Class = "NSTextFieldCell"; title = "DO NOT LOCALIZE"; ObjectID = "179"; */ -"179.title" = "DO NOT LOCALIZE"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "180"; */ -"gz7-LM-gNf.title" = "Include anonymous system profile"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Automatically download and install updates"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/SUUpdateAlert.strings deleted file mode 100644 index ab59ec28f..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Actualización de software"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Notas de la versión:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Recordármelo"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "No instalar esta versión"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Instalar actualización"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Descargar e instalar actualizaciones automáticamente"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 885bf2981..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "La información de perfil de sistema anónimo se usa para ayudarnos a planear el trabajo de desarrollo futuro. Por favor, póngase en contacto con nosotros si tiene preguntas sobre esto.\n\nEsta es la información que nos enviaría:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "No comprobar"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "¿Comprobar si hay actualizaciones automáticamente?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Incluir perfil de sistema anónimo"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Descargar e instalar actualizaciones automáticamente"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Comprobar automáticamente"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/Sparkle.strings deleted file mode 100644 index a79fc47ee..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/es.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fa.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fa.lproj/Sparkle.strings deleted file mode 100644 index 342f6584f..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fa.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/SUUpdateAlert.strings deleted file mode 100644 index dca6e2e39..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Ohjelmiston pävitys"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Tietoa päivityksestä:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Muistuta myöhemmin"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Ohita tämä versio"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Asenna päivitys"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Hae ja asenna päivitykset jatkossa automaattisesti"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 04bf32bed..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Älä tarkista"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Tarkista päivitykset käynnistyksen yhteydessä?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Sisällytä nimetön järjestelmäprofiili"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Hae ja asenna päivitykset automaattisesti"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Tarkista automaattisesti"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/Sparkle.strings deleted file mode 100644 index 974473a4e..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fi.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/SUUpdateAlert.strings deleted file mode 100644 index fd8042edc..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Mise à jour logiciel"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Notes de version :"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Pas maintenant"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Ignorer cette version"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Installer"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Télécharger et installer automatiquement les mises à jour"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index c059f185a..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Les informations anonymes de profil système nous aident à planifier les futurs développements. Contactez-nous pour toute question à ce sujet.\n\nCi-dessous figurent les informations qui seront transmises :"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Ne pas vérifier"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Rechercher automatiquement les mises à jour ?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Avec transmission anonyme de mon profil système"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Télécharger et installer automatiquement les mises à jour"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Vérifier automatiquement"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/Sparkle.strings deleted file mode 100644 index 8a9ee0479..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/fr.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdateAlert.strings deleted file mode 100644 index dc8fa211e..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/he.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "עדכון תכנה"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "פרטי גרסה:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "הזכר לי מאוחר יותר"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "דלג על גרסה זו"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "התקן עדכון"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "הורד והתקן עדכונים אוטומטית גם בעתיד"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/he.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/he.lproj/Sparkle.strings deleted file mode 100644 index 8a29dbe6a..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/he.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/SUUpdateAlert.strings deleted file mode 100644 index 60525afb3..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Aktualiziranje softvera"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Napomene uz izdanje:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Podsjeti me kasnije"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Zanemari ovu verziju"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Instaliraj nadogradnju"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Ubuduće preuzmi i instaliraj nadogradnje automatski"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 665e3a1ae..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonimizirani podaci profila susatava pomažu nam planirati budući razvoj. Kontaktiraj nas, ako imaš pitanja o tome.\n\nŠalju se sljedeći podaci:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Nemoj provjeravati"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Automatski provjeriti nadogradnje?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Uključi anonimizirane podatke o profilu sustava"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Preuzmi i instaliraj nadogradnje automatski"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Provjeri automatski"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/Sparkle.strings deleted file mode 100644 index 2dc1a9184..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hr.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/SUUpdateAlert.strings deleted file mode 100644 index 841a5423c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Szoftverfrissítés"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Változások az előző verzióhoz képest:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Emlékeztessen később"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Verzió kihagyása"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Telepítés"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "A jövőben automatikusan töltse le és telepítse a frissítéseket"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index d1a121f36..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,20 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Manuális keresés"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Keresse automatikusan a frissítéseket?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Anonim rendszerinformáció küldése"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Automatikus keresés"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/Sparkle.strings deleted file mode 100644 index 6b397d42e..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/hu.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/SUUpdateAlert.strings deleted file mode 100644 index 314a8caa0..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Hugbúnaðaruppfærsla"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Útgáfupunktar:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Áminntu mig síðar"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Sleppa þessari útgáfu"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Innsetja"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Sækja og innsetja uppfærslur sjálfkrafa framvegis"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 66dc31878..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Upplýsingar úr nafnlausum kerfisskýrslum eru notaðar til að hjálpa okkur við framtíðarþróun hugbúnaðarins. Ekki hika við að hafa samband ef spurningar vakna um þetta.\n\nÞetta eru upplýsingarnar sem yrðu sendar:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Ekki kanna"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Athuga sjálfkrafa með uppfærslur?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Innifela nafnlausa kerfisskýrslu"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Sækja og innsetja uppfærslur sjálfkrafa"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Kanna sjálfkrafa"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/Sparkle.strings deleted file mode 100644 index 1b1858138..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/is.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/SUUpdateAlert.strings deleted file mode 100644 index cc0d7c349..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Aggiornamento Software"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Note di rilascio:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Ricordamelo più tardi"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Ignora questa versione"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Installa"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "In futuro scarica e installa automaticamente gli aggiornamenti"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index a051914fd..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Le informazioni del profilo di sistema anomino sono utilizzate per aiutarci in futuri lavori di sviluppo. Contattaci se hai dei quesiti sull’argomento.\n\nQueste sono le informazioni che verrebbero inviate:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Non controllare"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Controllo automaticamente gli aggiornamenti?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Include profilo di sistema anonimo"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Scarica e installa automaticamente gli aggiornamenti"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Controlla Automaticamente"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/Sparkle.strings deleted file mode 100644 index 27f083400..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/it.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/SUUpdateAlert.strings deleted file mode 100644 index 6ac6410d6..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "ソフトウェア・アップデート"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "リリースノート:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "後で通知"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "このバージョンはスキップ"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "アップデートをインストール"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "今後はアップデートのダウンロードとインストールを自動で行う"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index cff48a228..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,20 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "匿名のシステムプロファイル情報は、今後の開発の参考にさせていただきます。この件に関してご質問があればご連絡下さい。\n\n以下の情報が送信されます:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "確認しない"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "アップデートを自動で確認しますか?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "匿名のシステム情報を含める"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "自動で確認"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/Sparkle.strings deleted file mode 100644 index 903adfc73..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ja.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/SUUpdateAlert.strings deleted file mode 100644 index ee92bf295..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Software Update"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "배포 정보:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "나중에"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "이 버전 건너뛰기"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "업데이트 설치"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "나중에 업데이트 자동으로 다운로드 및 설치"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 472ef4372..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,20 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "익명으로 보내지는 시스템 정보로 차후 프로그램 개발에 도움이 될 수 있습니다. 질문이 있으시면 연락 주십시오.\n\n아래 정보가 전송될 것입니다."; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "취소"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "자동으로 업데이트 확인할까요?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "익명 시스템 정보 포함"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "자동으로 확인"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/Sparkle.strings deleted file mode 100644 index fe2190e43..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ko.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/SUUpdateAlert.strings deleted file mode 100644 index bd58fbb6b..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,18 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Programoppdatering"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Om oppdateringen:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Utsett"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Hopp over"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Installer"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Last ned og installer automatisk i fremtiden"; - diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index c921f6267..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,24 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Den anonyme systemprofilen hjelper oss med å planlegge fremtidig utviklingsarbeid. Ta gjerne kontakt med oss hvis du har spørsmål om dette.
\nFølgende innhold vil bli sendt:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Ikke søk"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Søk etter oppdateringer automatisk?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Inkluder anonym systemprofil"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Last ned og installer automatisk"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Søk automatisk"; - diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/Sparkle.strings deleted file mode 100644 index 3d8e2aa2a..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nb.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/SUUpdateAlert.strings deleted file mode 100644 index 3edac367f..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Software-update"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Versiegegevens:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Herinner mij later"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Sla deze versie over"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Installeer update"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Download en installeer updates voortaan automatisch"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 899536103..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Aan de hand van anonieme informatie over het systeemprofiel kunnen wij toekomstige ontwikkelingswerkzaamheden beter plannen. Neem contact met ons op als je hierover vragen hebt.\n\nDit is de informatie die wordt verzonden:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Zoek niet"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Automatisch zoeken naar updates?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Voeg anoniem systeemprofiel bij"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Download en installeer updates automatisch"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Zoek automatisch"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/Sparkle.strings deleted file mode 100644 index 3c4c92ba1..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/nl.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/SUUpdateAlert.strings deleted file mode 100644 index 4092fd0ac..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Uaktualnienie oprogramowania"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Szczegóły wydania:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Przypomnij później"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Pomiń tę wersję"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Zainstaluj teraz"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Automatycznie pobierz i zainstaluj przyszłe uaktualnienia"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index ca85ca81a..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Nie sprawdzaj"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Sprawdzać automatycznie uaktualnienia?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Załącz anonimowe informacje o systemie"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Automatycznie pobierz i zainstaluj uaktualnienia"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Sprawdzaj automatycznie"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/Sparkle.strings deleted file mode 100644 index 33226f240..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pl.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/SUUpdateAlert.strings deleted file mode 100644 index 65aab0875..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Atualização de Software"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Notas do Lançamento:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Mais Tarde"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Ignorar Esta Versão"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Instalar Atualização"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Baixar e instalar atualizações futuras automaticamente"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index a43527078..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,26 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "As informações anônimas do sistema são usadas para nos ajudar a planejar o desenvolvimento futuro do aplicativo. Contate-nos caso tenha dúvidas sobre este procedimento.\n\nAs seguintes informações seriam enviadas:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Não Buscar"; - -/* Class = "NSTextFieldCell"; title = "DO NOT LOCALIZE"; ObjectID = "cfa-j0-Ya4"; */ -"cfa-j0-Ya4.title" = ""; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Buscar atualizações automaticamente?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Incluir perfil anônimo do sistema"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Baixar e instalar atualizações automaticamente"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Buscar Automaticamente"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/Sparkle.strings deleted file mode 100644 index 6c393ab94..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-BR.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/SUUpdateAlert.strings deleted file mode 100644 index ae805c423..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Actualização de Software"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Notas de lançamento:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Lembrar mais tarde"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Saltar esta versão"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Instalar actualização"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "No futuro, transferir e instalar actualizações automaticamente"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index cb41028ab..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "A informação anónima do perfil de sistema é usada para no futuro nos ajudar a planear o trabalho de desenvolvimento. Por favor contacte-nos se tiver alguma questão acerca deste assunto.\n\nEsta é a informação que seria enviada:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Não procurar"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Procurar actualizações automaticamente?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Incluir perfil de sistema anónimo"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Transferir e instalar actualizações automaticamente"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Procurar automaticamente"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/Sparkle.strings deleted file mode 100644 index fddae71bb..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/pt-PT.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/SUUpdateAlert.strings deleted file mode 100644 index 37e9bc76e..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Actualizarea aplicației"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Note de ediție:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Amintește-mi mai târziu"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Sari peste…"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Instalează actualizarea"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "În viitor descarcă și instalează în automat actualizările"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index c9d381378..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Nu verifica"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Verifică pentru actualizări în mod automat?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Include profil anomin de sistem"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Descarcă și instalează în automat actualizările"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Verifică în mod automat"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/Sparkle.strings deleted file mode 100644 index f08fba0eb..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ro.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/SUUpdateAlert.strings deleted file mode 100644 index 137fd579f..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Обновление программного обеспечения"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Заметки о выпуске:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Напоминать позже"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Пропустить эту версию"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Установить обновление"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Автоматически загружать и устанавливать обновления в будущем"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 99f15966c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Использование анонимного профиля системы помогает нам в планировании будущей работы по разработке. Если у вас есть какие-либо вопросы по этой теме, обращайтесь к нам.\n\nЭто информация, предназначенная для отправления:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Не проверять"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Выполнять автоматическую проверку наличия обновлений?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Включить анонимный профиль системы"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Автоматически загружать и устанавливать обновления"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Проверять автоматически"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/Sparkle.strings deleted file mode 100644 index 1ce90e80b..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/ru.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/SUUpdateAlert.strings deleted file mode 100644 index 266f0fb40..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Aktualizácia softvéru"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Poznámky k vydaniu:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Pripomenúť neskôr"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Vynechať túto verziu"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Nainštalovať"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "V budúcnosti aktualizácie preberať a inštalovať automaticky"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 25c836d80..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,20 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonymný profil systému nám umožní zlepšiť plánovanie budúceho vývoja aplikácie. Ak máte ohľadom tohto akékoľvek otázky, neváhajte a kontaktujte nás.\n\nOdosielané budú nasledujúce informácie:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Nekontrolovať"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Kontrolovať aktualizácie automaticky?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Zahrnúť anonymný profil systému"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Kontrolovať automaticky"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/Sparkle.strings deleted file mode 100644 index 9e3444e0d..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sk.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/SUUpdateAlert.strings deleted file mode 100644 index d10602134..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Posodabljanje programske opreme"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Opombe ob izdaji:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Spomni me kasneje"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Preskoči to verzijo"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Namesti posodobitev"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "V prihodnje samodejno nameščaj posodobitve"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 03b141ca0..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonimni profil sistema se uporablja za načrtovanje nadaljnega razvoja programa. V primeru vprašanj nas lahko kontaktirate.\n\nPošljejo se sledeče informacije:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Ne preverjaj"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Naj občasno preverjam, če so na voljo posodobitve?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Vključi anonimni profil sistema"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Samodejno namestite posodobitve"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Samodejno preverjaj"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/Sparkle.strings deleted file mode 100644 index 2e64a63ba..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sl.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/SUUpdateAlert.strings deleted file mode 100644 index 382b634a2..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Programuppdatering"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Versionsinformation:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Påminn mig senare"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Hoppa över denna version"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Installera uppdatering"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Hämta och installera nya uppdateringar automatiskt i framtiden."; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index b26b32e4e..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Textcell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Textcell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Anonym systemprofilinformation används för att hjälpa oss att planera framtida utvecklingsarbete. Vänligen kontakta oss ifall du har några frågot om detta.\n\nDetta är informationen som skulle sändas:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Kontrollera inte"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Leta efter uppdateringar automatiskt?\n"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Inkludera anonym systemprofil"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Hämta och installera nya uppdateringar automatiskt."; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Kontrollera automatiskt"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/Sparkle.strings deleted file mode 100644 index df36ec1c6..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/sv.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/SUUpdateAlert.strings deleted file mode 100644 index c57e3d3c5..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "อัพเดทซอฟต์แวร์"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Release Notes:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "เตือนในภายหลัง"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "ข้ามเวอร์ชั่นนี้"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "ติดตั้งอัพเดท"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "ดาวน์โหลดและติดตั้งอัพเดทโดยอัตโนมัติในอนาคต"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index b755d0381..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "ข้อมูลระบบแบบนิรนามช่วยในการวางแผนพัฒนาแอปพลิเคชันของเราในอนาคต กรุณาติดต่อเราถ้าคุณมีข้อสงสัยในเรื่องนี้\n\nนี่คือข้อมูลที่จะถูกส่งไป:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "ไม่ต้องตรวจสอบ"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "ตรวจสอบอัพเดทอัตโนมัติ?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "ส่งข้อมูลระบบแบบนิรนาม"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "ดาวน์โหลดและติดตั้งอัพเดทโดยอัตโนมัติ"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "ตรวจสอบโดยอัตโนมัติ"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/Sparkle.strings deleted file mode 100644 index 6b8c87868..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/th.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/SUUpdateAlert.strings deleted file mode 100644 index 7f67ed641..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Software-Aktualisierung"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Sürüm Hakkında:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Sonra Hatırlat"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Bu Sürümü Geç"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Kur"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Bundan sonra güncellemeleri kendiliğinden indir ve kur"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 4901fadde..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Gönderdiğiniz anonim sistem bilgileri bu yazılımın geliştirilmesi için kullanılacaktır. Konu ile ilgili ayrıntılı bilgi için lütfen bizimle bağlantıya geçiniz. Göndereceğiniz Bilgiler:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Arama"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Güncellemeler otomatik olarak aransın mı?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Sistem bilgilerini kimlik gizlenmiş olarak gönder"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Güncellemeleri kendiliğinden indir ve kur"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Otomatik Olarak Ara"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/Sparkle.strings deleted file mode 100644 index 5496cbb92..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/tr.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/SUUpdateAlert.strings deleted file mode 100644 index ece667079..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "Оновлення програмного забезпечення"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "Примітки про нову версію:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "Нагадати пізніше"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "Пропустити цю версію"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "Встановити оновлення"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "Автоматично завантажувати та встановлювати оновлення у майбутньому"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 27451a334..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "Використання анонімного профілю системи допомагає нам у планування майбутньої розробки. Якщо у вас виникли питання щодо цього, звертайтесь до нас.\n\nІнформація, що буде надіслано:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "Не перервіряти"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "Виконувати автоматичну перевірку оновлень?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "Автоматично надсилати профіль системи"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "Автоматично завантажувати та встановлювати оновлення"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "Перевіряти автоматично"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/Sparkle.strings deleted file mode 100644 index e3f079190..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/uk.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/SUUpdateAlert.strings deleted file mode 100644 index 5772fc63f..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "软件更新"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "更新信息:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "稍后提示我"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "跳过这个版本"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "安装更新"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "以后自动下载并安装更新"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index bdf7d69eb..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "无记名系统概况信息被用于帮助我们安排将来的开发工作。如果对此存在疑问请联系我们。\n\n这是将要被发送的信息::"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "不核查"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "自动核查更新?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "包括无记名系统概况"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "自动下载并安装更新"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "自动核查"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/Sparkle.strings deleted file mode 100644 index 3acf2a0c6..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_CN.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/SUUpdateAlert.strings deleted file mode 100644 index d7cb6fe14..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "軟體更新"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "更新事項:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "稍後提醒我"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "跳過此版本"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "安裝更新"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "以後自動下載並安裝更新"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index b40c572fb..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "匿名系統概況資訊可用來協助我等計畫未來開發工作。若對此有任何疑問,請聯繫我等。\n\n以下係會傳送嘅資訊:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "毋檢查"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "自動檢查更新?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "包含匿名系統概況"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "自動下載並安裝更新"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "自動檢查"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/Sparkle.strings deleted file mode 100644 index 4d758a3c8..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_HK.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/SUUpdateAlert.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/SUUpdateAlert.strings deleted file mode 100644 index d53374dd2..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/SUUpdateAlert.strings +++ /dev/null @@ -1,17 +0,0 @@ -/* Class = "NSWindow"; title = "Software Update"; ObjectID = "5"; */ -"5.title" = "軟體更新"; - -/* Class = "NSTextFieldCell"; title = "Release Notes:"; ObjectID = "170"; */ -"170.title" = "更新事項:"; - -/* Class = "NSButtonCell"; title = "Remind Me Later"; ObjectID = "171"; */ -"171.title" = "暫緩提醒"; - -/* Class = "NSButtonCell"; title = "Skip This Version"; ObjectID = "172"; */ -"172.title" = "跳過此版本"; - -/* Class = "NSButtonCell"; title = "Install Update"; ObjectID = "173"; */ -"173.title" = "安裝更新項目"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates in the future"; ObjectID = "175"; */ -"175.title" = "自動下載並安裝未來的更新項目"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.strings deleted file mode 100644 index 635b4532c..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/SUUpdatePermissionPrompt.strings +++ /dev/null @@ -1,23 +0,0 @@ -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "43"; */ -"43.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "45"; */ -"45.title" = "Text Cell"; - -/* Class = "NSTextFieldCell"; title = "Anonymous system profile information is used to help us plan future development work. Please contact us if you have any questions about this.\n\nThis is the information that would be sent:"; ObjectID = "183"; */ -"183.title" = "匿名系統描述資訊可用來協助我們計畫未來的開發工作。若您有任何相關問題,請與我們聯繫。\n\n以下是會傳送的資訊:"; - -/* Class = "NSButtonCell"; title = "Don’t Check"; ObjectID = "cCJ-V0-aTi"; */ -"cCJ-V0-aTi.title" = "不要檢查"; - -/* Class = "NSTextFieldCell"; title = "Check for updates automatically?"; ObjectID = "gmh-T4-BO0"; */ -"gmh-T4-BO0.title" = "自動檢查更新項目?"; - -/* Class = "NSButtonCell"; title = "Include anonymous system profile"; ObjectID = "gz7-LM-gNf"; */ -"gz7-LM-gNf.title" = "包含匿名的系統描述資料"; - -/* Class = "NSButtonCell"; title = "Automatically download and install updates"; ObjectID = "AUc-33-qGN"; */ -"AUc-33-qGN.title" = "自動下載並安裝更新項目"; - -/* Class = "NSButtonCell"; title = "Check Automatically"; ObjectID = "OhZ-1K-DmA"; */ -"OhZ-1K-DmA.title" = "自動檢查"; diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/Sparkle.strings b/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/Sparkle.strings deleted file mode 100644 index 6018e8bca..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Resources/zh_TW.lproj/Sparkle.strings and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Sparkle b/Pods/Sparkle/Sparkle.framework/Versions/B/Sparkle deleted file mode 100755 index d122e0d28..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Sparkle and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/Info.plist b/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/Info.plist deleted file mode 100644 index 16368b2ff..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/Info.plist +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>BuildMachineOSBuild</key> - <string>22G120</string> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundleExecutable</key> - <string>Updater</string> - <key>CFBundleIdentifier</key> - <string>org.sparkle-project.Sparkle.Updater</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleLocalizations</key> - <array> - <string>en</string> - <string>ca</string> - <string>ar</string> - <string>cs</string> - <string>da</string> - <string>de</string> - <string>el</string> - <string>en</string> - <string>es</string> - <string>fa</string> - <string>fi</string> - <string>fr</string> - <string>he</string> - <string>hr</string> - <string>hu</string> - <string>is</string> - <string>it</string> - <string>ja</string> - <string>ko</string> - <string>nb</string> - <string>nl</string> - <string>pl</string> - <string>pt-BR</string> - <string>pt-PT</string> - <string>ro</string> - <string>ru</string> - <string>sk</string> - <string>sl</string> - <string>sv</string> - <string>th</string> - <string>tr</string> - <string>uk</string> - <string>zh_CN</string> - <string>zh_HK</string> - <string>zh_TW</string> - </array> - <key>CFBundleName</key> - <string>Updater</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleShortVersionString</key> - <string>2.5.1</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleSupportedPlatforms</key> - <array> - <string>MacOSX</string> - </array> - <key>CFBundleVersion</key> - <string>2032</string> - <key>DTCompiler</key> - <string>com.apple.compilers.llvm.clang.1_0</string> - <key>DTPlatformBuild</key> - <string></string> - <key>DTPlatformName</key> - <string>macosx</string> - <key>DTPlatformVersion</key> - <string>13.3</string> - <key>DTSDKBuild</key> - <string>22E245</string> - <key>DTSDKName</key> - <string>macosx13.3</string> - <key>DTXcode</key> - <string>1431</string> - <key>DTXcodeBuild</key> - <string>14E300c</string> - <key>LSApplicationCategoryType</key> - <string>public.app-category.utilities</string> - <key>LSMinimumSystemVersion</key> - <string>10.13</string> - <key>LSUIElement</key> - <string>1</string> - <key>NSPrincipalClass</key> - <string>NSApplication</string> -</dict> -</plist> diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater b/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater deleted file mode 100755 index 9e2b2b385..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/MacOS/Updater and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/PkgInfo b/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/PkgInfo deleted file mode 100644 index bd04210fb..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPL???? \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/Resources/SUStatus.nib b/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/Resources/SUStatus.nib deleted file mode 100644 index a5bb5ac2e..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/Resources/SUStatus.nib and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/_CodeSignature/CodeResources b/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/_CodeSignature/CodeResources deleted file mode 100644 index a7bc0d1ac..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/Updater.app/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,128 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>files</key> - <dict> - <key>Resources/SUStatus.nib</key> - <data> - C+A5AK9r0wh2EeQDmcX3eh5QGr8= - </data> - </dict> - <key>files2</key> - <dict> - <key>Resources/SUStatus.nib</key> - <dict> - <key>hash2</key> - <data> - V7nQA4E39SW5aUzqhBVsXTFN0jH5W2mdJr74xs58fWU= - </data> - </dict> - </dict> - <key>rules</key> - <dict> - <key>^Resources/</key> - <true/> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^version.plist$</key> - <true/> - </dict> - <key>rules2</key> - <dict> - <key>.*\.dSYM($|/)</key> - <dict> - <key>weight</key> - <real>11</real> - </dict> - <key>^(.*/)?\.DS_Store$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>2000</real> - </dict> - <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^.*</key> - <true/> - <key>^Info\.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^PkgInfo$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^[^/]+$</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^embedded\.provisionprofile$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^version\.plist$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - </dict> -</dict> -</plist> diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/Info.plist b/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/Info.plist deleted file mode 100644 index fc219ba0d..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/Info.plist +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>BuildMachineOSBuild</key> - <string>22G120</string> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundleExecutable</key> - <string>Downloader</string> - <key>CFBundleIdentifier</key> - <string>org.sparkle-project.Downloader</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>Downloader</string> - <key>CFBundlePackageType</key> - <string>XPC!</string> - <key>CFBundleShortVersionString</key> - <string>2.5.1</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleSupportedPlatforms</key> - <array> - <string>MacOSX</string> - </array> - <key>CFBundleVersion</key> - <string>2032</string> - <key>DTCompiler</key> - <string>com.apple.compilers.llvm.clang.1_0</string> - <key>DTPlatformBuild</key> - <string></string> - <key>DTPlatformName</key> - <string>macosx</string> - <key>DTPlatformVersion</key> - <string>13.3</string> - <key>DTSDKBuild</key> - <string>22E245</string> - <key>DTSDKName</key> - <string>macosx13.3</string> - <key>DTXcode</key> - <string>1431</string> - <key>DTXcodeBuild</key> - <string>14E300c</string> - <key>LSMinimumSystemVersion</key> - <string>10.13</string> - <key>NSAppTransportSecurity</key> - <dict> - <key>NSAllowsArbitraryLoads</key> - <false/> - </dict> - <key>NSHumanReadableCopyright</key> - <string>Copyright © 2016 Sparkle Project. All rights reserved.</string> - <key>XPCService</key> - <dict> - <key>RunLoopType</key> - <string>NSRunLoop</string> - <key>ServiceType</key> - <string>Application</string> - </dict> -</dict> -</plist> diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader b/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader deleted file mode 100755 index f33cea186..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/MacOS/Downloader and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/_CodeSignature/CodeResources b/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/_CodeSignature/CodeResources deleted file mode 100644 index d5d0fd744..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>files</key> - <dict/> - <key>files2</key> - <dict/> - <key>rules</key> - <dict> - <key>^Resources/</key> - <true/> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^version.plist$</key> - <true/> - </dict> - <key>rules2</key> - <dict> - <key>.*\.dSYM($|/)</key> - <dict> - <key>weight</key> - <real>11</real> - </dict> - <key>^(.*/)?\.DS_Store$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>2000</real> - </dict> - <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^.*</key> - <true/> - <key>^Info\.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^PkgInfo$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^[^/]+$</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^embedded\.provisionprofile$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^version\.plist$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - </dict> -</dict> -</plist> diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/Info.plist b/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/Info.plist deleted file mode 100644 index a37297999..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/Info.plist +++ /dev/null @@ -1,57 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>BuildMachineOSBuild</key> - <string>22G120</string> - <key>CFBundleDevelopmentRegion</key> - <string>en</string> - <key>CFBundleExecutable</key> - <string>Installer</string> - <key>CFBundleIdentifier</key> - <string>org.sparkle-project.InstallerLauncher</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>6.0</string> - <key>CFBundleName</key> - <string>Installer</string> - <key>CFBundlePackageType</key> - <string>XPC!</string> - <key>CFBundleShortVersionString</key> - <string>2.5.1</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleSupportedPlatforms</key> - <array> - <string>MacOSX</string> - </array> - <key>CFBundleVersion</key> - <string>2032</string> - <key>DTCompiler</key> - <string>com.apple.compilers.llvm.clang.1_0</string> - <key>DTPlatformBuild</key> - <string></string> - <key>DTPlatformName</key> - <string>macosx</string> - <key>DTPlatformVersion</key> - <string>13.3</string> - <key>DTSDKBuild</key> - <string>22E245</string> - <key>DTSDKName</key> - <string>macosx13.3</string> - <key>DTXcode</key> - <string>1431</string> - <key>DTXcodeBuild</key> - <string>14E300c</string> - <key>LSMinimumSystemVersion</key> - <string>10.13</string> - <key>NSHumanReadableCopyright</key> - <string>Copyright © 2016 Sparkle Project. All rights reserved.</string> - <key>XPCService</key> - <dict> - <key>JoinExistingSession</key> - <true/> - <key>ServiceType</key> - <string>Application</string> - </dict> -</dict> -</plist> diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer b/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer deleted file mode 100755 index 167148930..000000000 Binary files a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/MacOS/Installer and /dev/null differ diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/_CodeSignature/CodeResources b/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/_CodeSignature/CodeResources deleted file mode 100644 index d5d0fd744..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/XPCServices/Installer.xpc/Contents/_CodeSignature/CodeResources +++ /dev/null @@ -1,115 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>files</key> - <dict/> - <key>files2</key> - <dict/> - <key>rules</key> - <dict> - <key>^Resources/</key> - <true/> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^version.plist$</key> - <true/> - </dict> - <key>rules2</key> - <dict> - <key>.*\.dSYM($|/)</key> - <dict> - <key>weight</key> - <real>11</real> - </dict> - <key>^(.*/)?\.DS_Store$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>2000</real> - </dict> - <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^.*</key> - <true/> - <key>^Info\.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^PkgInfo$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^[^/]+$</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^embedded\.provisionprofile$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^version\.plist$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - </dict> -</dict> -</plist> diff --git a/Pods/Sparkle/Sparkle.framework/Versions/B/_CodeSignature/CodeResources b/Pods/Sparkle/Sparkle.framework/Versions/B/_CodeSignature/CodeResources deleted file mode 100644 index d042c376b..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/B/_CodeSignature/CodeResources +++ /dev/null @@ -1,2186 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict> - <key>files</key> - <dict> - <key>Resources/Base.lproj/SUUpdateAlert.nib</key> - <data> - CcSGUnHshFRNbXNCax4Fk/Ar3sk= - </data> - <key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib</key> - <data> - kQCQnExWsd4UN/XCwMWsdBo8rmU= - </data> - <key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib</key> - <data> - ShA7h1IUUX/SyuDWg6JseOHtNHo= - </data> - <key>Resources/Base.lproj/Sparkle.strings</key> - <data> - yENpjnRY3Io5iY3w/nXBi2P2CFc= - </data> - <key>Resources/Info.plist</key> - <data> - 9FbDIdSDRbWksMuQACW6EdvicUg= - </data> - <key>Resources/ReleaseNotesColorStyle.css</key> - <data> - NjIvb1z7eJuLCKf9HS15O5heg50= - </data> - <key>Resources/SUStatus.nib</key> - <data> - C+A5AK9r0wh2EeQDmcX3eh5QGr8= - </data> - <key>Resources/ar.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - qTOMJ1P/HhCcJQi4qSJV9l/b7q0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ar.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - zZ/0sjHdlPnBGe10CetKo1kF1xQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ar.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 5Ukin0TnIF0ot6Daz8OSgIoDZJ0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ca.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - l9CaCmAXFcs+Z+8rRt7PX9onkf8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ca.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - DL6k3g2A8CPQPkykQht4w+H/xYc= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/cs.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - G9Wgf14zMhU2alRSZvqclMmlTCA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/cs.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - rhsuTqRoVAfmLW+GJ1vvxJPRJ0U= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/cs.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - KTLNyu97zLvTNgaUfYWqc8nB9C4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/da.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - NEt5JVKz+OoMSynKxJC18KXMGaA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/da.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - s6oFpgOPENk+LCyXJoLfVqZauVQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/da.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 7MO7J38OUDrmZMLJiNSeNRATia8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/de.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - YLQxXHDo3e3Udzaj8LHDIjotWzE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/de.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - W8+shbfn38JAPBpgHTMWuU0oHfQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/de.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - FcFO4FvZjeiHQb9cbZI1wh1jHT4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/el.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - BS+NpAFPK7X/XzX+n99gJLhlNKU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/el.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - TNa05IunzylN4fz2uHvkj5EnyRk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/el.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 6VadVc0qrgmUnWfL3FgiI6TzchM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/en.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - FSez7jCd0gDTFFGHiWL1QXY8OUU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/en.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - 7+SiSQLU1hqbN74YfiBS1cQFVqU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/es.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - Q36SuanjGk70efU6liei3uz+Uds= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/es.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - kNfRs9Pgn30BdjtuNzhRvKXcqu0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/es.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 08cvLbzKYXVy2xMw/nxid5JOK7o= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fa.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - IySTqO8MqmOO/IHR5WBZdf0jYaA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fi.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - My5YiAuNV+4oR1vPL1np+nMMMOI= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fi.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - NcjaY8nD4cpjcpK4M878R5JDK1s= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fi.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - KRoZrUbgs7+EwIxs18H121Szw+0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fr.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - ffz6ccHMgxcBdH6by1YAYX1jpOQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fr.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - p4tAU3Ek6hEWqW9e8+C1L8WMQIM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fr.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - BS6wdN+n1R2u/skiaNGAfrXwcKA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/he.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - nZXhvxaoacIflCBRrHxQ4NDkeKg= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/he.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - +bhO5LfEJtbZlq+wfPs/WUEO2ic= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hr.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - b/ru54Y0QwvH9Kz9sfRPEoP5z5k= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hr.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - rdv7bU5k1tUG/tyNsQ1i/Rniypk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hr.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 70rdfUc3cUNcMed6Hq4zQBWoGrk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hu.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - VD/QPXFfEHRW7ksDLYiiO1xl1LQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hu.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - PMarJZpNhDysjzZuBuyKv8KBTXQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hu.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 5CCN2xKgiom6y3+mcWd48RVdX48= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/is.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - bQiB5tUCaD24QKubEYeBTXsAF1g= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/is.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - vGNXtUX/4qNYIzE89IO7e4GxS60= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/is.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - tplLwN1kGq9MoWLnyPQhozI6c54= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/it.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - Yev0Ro2PsLfgCLoY7JNED63PnqM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/it.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - IGMzQ4TCQgpEQaOcESzlhe8ny9I= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/it.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - HvJh7rlxinaVRX3rGu84YDTq5j8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ja.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - vl6gP7QCeuFYsNYdgVYYUcm0S/4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ja.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - vmA8scrUnfvMygrsa76QF557nDU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ja.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - qUoPouJsSuujtYJeA1Jn1M6d+CA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ko.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - xZjyKASZdwg70f4m29uGtJjFUgQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ko.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - d+ifBccX26E56rM7eOY72BKC5aY= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ko.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - vidckNwrgXZkzwbptfj9ycGywxE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nb.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - fck+vL9Sgcx19X7HthrjizRGhu8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nb.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - eiq9zVX/y56Q0ymxVNFnYahFbxs= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nb.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - Xm8t/g53ktlmyq8w1aI29nEiGO8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nl.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - 5ZpTsHPgV4inhhYiISGjC03BMG4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nl.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - LgvDZbmPK7Ox9+gNe7zXN3egxlM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nl.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - HUFefTfqhwJx6nNNmACg3qxtHKo= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pl.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - HX2RXVrN+fpwO4I60/UDyNuGj5Y= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pl.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - abNyxpda7OkXoR5Ok35XgMr9eBc= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pl.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - MXjhjMKrcFaSZhXYssMrBTXPu80= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-BR.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - YFXY6v+45ptf8TuBq2MsKKdhfQ8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-BR.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - 2iCpI0fy7Tm1zxR19dV1iCYW3bo= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-BR.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - mVP9x5C0h0Q+njDLXhZXmDsOjWM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-PT.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - pWRHcAJRvjUt7BOLr/gd+IupcGA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-PT.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - Om//DOu8+gBjHYrCHVmxKxBDvPs= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-PT.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 6IY8J7Jbjd3eG/BMld5iJSwZZvM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ro.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - a/RNqEdkehva+SwGWz11MktFGWA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ro.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - JDMBsS6fp2v5X+C0d1EJAREHIkA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ro.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - rihcAKPJ1j7EoW5B+lq7Dpci/Zo= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ru.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - Lmn0e5MDPfan55gnani1dQbR10Q= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ru.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - z+XqvyZR2X6cb0PioKpfYDCF3YY= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ru.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - ZtVq/Mf1qT9j8xdhz9ULfJ1O05k= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sk.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - 8o3l6mjHafwy5sLMMO2rZIe7xiQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sk.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - s3Cllq+eYT+urMLfXvnwsMkboWQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sk.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - gqdvwKoHMg+gDZ4MZVVqbV4yqI8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sl.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - Ny5EoZGpd5UK5c3eMIUKLR8x4/I= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sl.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - vbP9bj0jn5GKz9uEu3amXnozkWo= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sl.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - hz8NwYxW1d0aWPQDMF8/c4lJRwU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sv.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - YWicg3ZZLCEoiJ9WOUUZ6WoTZJY= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sv.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - JKbTlT+iKE5KOwvLD9N/Go2K+q0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sv.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - UH7udC5C4WHwnnx4Eg6Io23rBzk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/th.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - Cd6guArNrSoJO3e2ntd1Eys3bok= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/th.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - L4ZWMKTKnMsbMsL8V2V6OLySKLE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/th.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - O9PZTdxbP4Y306ym/2sJ6p5klE0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/tr.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - wl9JoCOsqKgCSgMpFzhwObUUdh8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/tr.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - 7lGd5uiq64Gdix4ymGi5MrjTtjs= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/tr.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - L+JSm1Y1SMSRVqore5+HlcHCyew= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/uk.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - 6/WdcAg1mJs1/HT5krHhOxqyMWk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/uk.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - I4B4qXPwnMhj/A+yU0vvngP7oak= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/uk.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 3YLrl/aRzoPCubIKa873XDZeU1w= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_CN.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - DjCjxSor6wnKAz8bFLcPCnW1Kw0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_CN.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - xeCj4c1ifxxhDFeLtNsSc4NgBFw= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_CN.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - Q18TnLdR6a0E72xXP6ETh0FF4CY= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_HK.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - +9prrb68fl57+m9WFQ+8Ay6XjRk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_HK.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - 5Pazf5ErH02Ny5mFB+R+dwCWPVM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_HK.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - v2NQCc/vUJacBpqiLL5yANtiGc4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_TW.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash</key> - <data> - 167IbTfOhYu699bxXBhaGehjrco= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_TW.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash</key> - <data> - SNJz+3Rb1AJ2cKstnbGWL6Q8OW8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_TW.lproj/Sparkle.strings</key> - <dict> - <key>hash</key> - <data> - 48nGyIkkDrsDKSq77pFReYsumCA= - </data> - <key>optional</key> - <true/> - </dict> - </dict> - <key>files2</key> - <dict> - <key>Autoupdate</key> - <dict> - <key>cdhash</key> - <data> - RCwRgkKAn3gLUh+Vm0Ab3yDVncg= - </data> - <key>requirement</key> - <string>cdhash H"442c118242809f780b521f959b401bdf20d59dc8" or cdhash H"ad8e65731ccaa48750adedd11474b5f41d4c6ba3"</string> - </dict> - <key>Headers/SPUDownloadData.h</key> - <dict> - <key>hash2</key> - <data> - yhS+aH6hPb1hSOt0tT6Rej2kQoPz6wrtntLOBuoIIJs= - </data> - </dict> - <key>Headers/SPUStandardUpdaterController.h</key> - <dict> - <key>hash2</key> - <data> - +3I+CmUwJuOPUMU9MsBJW4BZNzMkjeJjyYVSGAFGKh8= - </data> - </dict> - <key>Headers/SPUStandardUserDriver.h</key> - <dict> - <key>hash2</key> - <data> - Y4fOofv2Ua1TAI9qM7wL8CalQGHLa1spvUNg9JB71NE= - </data> - </dict> - <key>Headers/SPUStandardUserDriverDelegate.h</key> - <dict> - <key>hash2</key> - <data> - Y1CXvdztYvr7TNU5uykV9jSjdvcpl2aCQPwjVHZe+IQ= - </data> - </dict> - <key>Headers/SPUUpdateCheck.h</key> - <dict> - <key>hash2</key> - <data> - H30F2i5GYmOu/j4JEw5WsuZbiGJXnge5gpyb9e2SHAM= - </data> - </dict> - <key>Headers/SPUUpdatePermissionRequest.h</key> - <dict> - <key>hash2</key> - <data> - hnRNYPeaK0NWoKPXEYs2AoyD6QOE0CHDJWJxKM5Ma24= - </data> - </dict> - <key>Headers/SPUUpdater.h</key> - <dict> - <key>hash2</key> - <data> - 2RfJYG0mMGzLSAP82wi9XHEFSfkoBc22JiIik4SObd0= - </data> - </dict> - <key>Headers/SPUUpdaterDelegate.h</key> - <dict> - <key>hash2</key> - <data> - LHjSN/efNGASgXqi8P76eNivCLV2QZxP2/rvDMLcKyU= - </data> - </dict> - <key>Headers/SPUUpdaterSettings.h</key> - <dict> - <key>hash2</key> - <data> - Nnk1lMwSl/z+ugdM8ovU0U/bQUoOWG6zjYQHXPF+kCU= - </data> - </dict> - <key>Headers/SPUUserDriver.h</key> - <dict> - <key>hash2</key> - <data> - FZyzRoNn6SIm0ugYRKGMzlmq0C60WknB8YHjZtfmmYw= - </data> - </dict> - <key>Headers/SPUUserUpdateState.h</key> - <dict> - <key>hash2</key> - <data> - Z4UKJcXMF/bUmSkIiM+D8jTiS8i5x1CLqoo4uG4aQvg= - </data> - </dict> - <key>Headers/SUAppcast.h</key> - <dict> - <key>hash2</key> - <data> - M3KUgO+Ud/n5t/rXjFYzQMUTPDA8fK7W46QQfuh5DnA= - </data> - </dict> - <key>Headers/SUAppcastItem.h</key> - <dict> - <key>hash2</key> - <data> - imKkb6r+8fp+9enH9Xlnh0VZ5S12ZkwmU53UHTx/Tdo= - </data> - </dict> - <key>Headers/SUErrors.h</key> - <dict> - <key>hash2</key> - <data> - fmP8Y0mI10K5McjVGtVKtgzae36JLxmqLw3sr7vdBGY= - </data> - </dict> - <key>Headers/SUExport.h</key> - <dict> - <key>hash2</key> - <data> - XO8CQmbFThLbYg949NEGhg3g+iouIw3/3+BCCLtEdFE= - </data> - </dict> - <key>Headers/SUStandardVersionComparator.h</key> - <dict> - <key>hash2</key> - <data> - fUB7nOch1cZQ50HstpLnfxLvO14Y6oE29yRI6NcgjGw= - </data> - </dict> - <key>Headers/SUUpdatePermissionResponse.h</key> - <dict> - <key>hash2</key> - <data> - HScQok/zuc704lNfwGl1Csr6nigQLAsjeRJXG1HTuks= - </data> - </dict> - <key>Headers/SUUpdater.h</key> - <dict> - <key>hash2</key> - <data> - 8BXIwn75UYazfTyDZklTch+t6AlsOxNdTI/bNj/qx1I= - </data> - </dict> - <key>Headers/SUUpdaterDelegate.h</key> - <dict> - <key>hash2</key> - <data> - XRFzmZB3ShVUFY8JAvcjptVwxLmD/VL5rwnFoy5rSlc= - </data> - </dict> - <key>Headers/SUVersionComparisonProtocol.h</key> - <dict> - <key>hash2</key> - <data> - KLu0JKx6uB4rk/YeNZ/vo+0J1qONCyZQBNIQPA9GvbQ= - </data> - </dict> - <key>Headers/SUVersionDisplayProtocol.h</key> - <dict> - <key>hash2</key> - <data> - PyPE+5u9vBlxRYDuTdf3P/wxQ26nM8m7MIw/dOerUSw= - </data> - </dict> - <key>Headers/Sparkle.h</key> - <dict> - <key>hash2</key> - <data> - OkQqMusip3u1oI5hrGeNr/32xpfTMCC4Kmg7r0Aijgw= - </data> - </dict> - <key>Modules/module.modulemap</key> - <dict> - <key>hash2</key> - <data> - 1TF+JZkzFr6n8oH4WItto+C5Vf3K12f0H9KjqD0A5QU= - </data> - </dict> - <key>PrivateHeaders/SPUAppcastItemStateResolver.h</key> - <dict> - <key>hash2</key> - <data> - HDvimACMGXV647Jwg2IqAFvOgJoB8G0sdPbeoW8yFO4= - </data> - </dict> - <key>PrivateHeaders/SPUGentleUserDriverReminders.h</key> - <dict> - <key>hash2</key> - <data> - 9W2dJ38WQX151mpIS0r8/EfCqZV6jEh621xwna2JVAI= - </data> - </dict> - <key>PrivateHeaders/SPUInstallationType.h</key> - <dict> - <key>hash2</key> - <data> - hj9Br7Gf1Y8X1dqNvSUHMP70K+Q+S9xZAyPYMqKthFQ= - </data> - </dict> - <key>PrivateHeaders/SPUStandardUserDriver+Private.h</key> - <dict> - <key>hash2</key> - <data> - rMdk5zH+nm0wf+Mt6k0GtFGWQiXCsql0WiPwNanN6q0= - </data> - </dict> - <key>PrivateHeaders/SPUUserAgent+Private.h</key> - <dict> - <key>hash2</key> - <data> - DD6nxqq6syhA5BxWuyLPq03uTd4zAmA7b0q6msG1hQw= - </data> - </dict> - <key>PrivateHeaders/SUAppcastItem+Private.h</key> - <dict> - <key>hash2</key> - <data> - 760gwh52KqECJ9eZ1qZ6YyaaFHNHaEFf9mel5xnG4aE= - </data> - </dict> - <key>PrivateHeaders/SUInstallerLauncher+Private.h</key> - <dict> - <key>hash2</key> - <data> - yy6cRl8IqwMJwr86TS98NdnHb/WkSAaUcAoiKYUg3ZQ= - </data> - </dict> - <key>Resources/Base.lproj/SUUpdateAlert.nib</key> - <dict> - <key>hash2</key> - <data> - rNJnQOQk5Kw1RR/pFDaL/mDaQ6JBYFTTBPMmbSZRWD8= - </data> - </dict> - <key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-101300.nib</key> - <dict> - <key>hash2</key> - <data> - JKjxgN6h8KUeAa51gY+o3UrMEEEIvZUG3qN6jSF8jZk= - </data> - </dict> - <key>Resources/Base.lproj/SUUpdatePermissionPrompt.nib/keyedobjects-110000.nib</key> - <dict> - <key>hash2</key> - <data> - bwYMQkHPDvn3lBABOZ6BxAcwSpZ3Lrl1YyvMRkNWt6U= - </data> - </dict> - <key>Resources/Base.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - aZ6hIsTY6mApb4yL8CxqMHw0W1sTdp71lBqcEBR5ATk= - </data> - </dict> - <key>Resources/Info.plist</key> - <dict> - <key>hash2</key> - <data> - Dy/WmuCmE24UxzyloRd3mVz58qGsAObENDPwHRx7TB4= - </data> - </dict> - <key>Resources/ReleaseNotesColorStyle.css</key> - <dict> - <key>hash2</key> - <data> - dr1pmXWP2OUdF+a0gttDT5tHaMArA3r2vS46AAzoy8E= - </data> - </dict> - <key>Resources/SUStatus.nib</key> - <dict> - <key>hash2</key> - <data> - V7nQA4E39SW5aUzqhBVsXTFN0jH5W2mdJr74xs58fWU= - </data> - </dict> - <key>Resources/ar.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - 33nOBJb6OPaZt3PKT2iUJ3RfF/c59DAGmt9TCQVn74A= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ar.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - ku6BdTbNrkSmKEdwyNA1hmoKbQ3uRv8JR4LK4cjqgpA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ar.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - yx9tkKjj3aOHvgdYCWXM89uhlyVeNb4oqcAenJxibwI= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ca.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - 18qLsTRnJfi0wDf6A85XbiMXGORSmuo9Ul3IK4m5gq0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ca.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - 3iHHzb3P1DvR6KaXp59ybrj1JySnfOgPbOigOIgI7es= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/cs.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - qSoDl0PIYv+OrSxtJfUYk9xeQihmzfaxAf+egKyw4y4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/cs.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - obkk1c1EawdfEyPHqo5ddIzsUcWfClFUbg895zj3/Ag= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/cs.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - 2Nm0MQj4WgMucaSuEdljuTIGS/oceXEuVWi2kDgjRq0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/da.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - aKNcPadrNnf7wuYmBAxoRzES9XhxXRHMrW/+9MtZBQs= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/da.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - xremLoAOqEfufOFyjOrH8S8ZkWwRklRhGCGB/igGD38= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/da.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - BOUi5PfyUb/ZRM6WZOuFC34IOic4+XPJkLikDtwhZIw= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/de.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - A6JiLH5c4UX2iobAPXPHv7TLiBInrdHvtvqnnsTBxLI= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/de.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - GPjZbm0EAKfj0CK7Pb1UITo5WoDzNpf4m2XELfj3eio= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/de.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - Wv+mo8RfxojepYE9GcBeYwUNycpqkk9qo/BjYGwb08M= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/el.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - utAXO7a8Od4ICYV3R0WQBa8ncUQ30SfruZACTuvyDxk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/el.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - V0h7tXPJI0b1Z0FEMxe7RJIn2oWGg9QUhF/cRSz7aWE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/el.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - Bl2oDZnDwbj55sSp/MNoHmcSbiOW5kxY1OGcL3k5scY= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/en.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - EBVS8ZfEIJxGSghO17emwoHQo0LVWWzBJMFs8RwvKWg= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/en.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - MN0HeTdXIxqALqUMUoLnVkRcDcvnDXqjsifU07tV3a8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/es.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - 8KSmmlZHYEiMGUwXQRV+ZDxs07XmaeH4XIYI+di1ono= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/es.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - GEtUsrVDWqXyHAV8lWPrEUWQm30jetvOjJZdlI7egwQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/es.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - OaVgz8LiS96ZT2vfsJKv7bM+mwC0DT7Px6A1rIxboYg= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fa.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - Ue4NSlcLQL9OAOrD5Ibul1RaIwZOl6vcIv7DsffzQMA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fi.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - O+ja0EMKj5RxMmW3TRALc9XTpMJ7Y7dwXm706E33rUA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fi.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - MfjVC0QQ0Dxvz6Rt03EhMaahM5Gh5rhqMSJFEqzSRLo= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fi.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - O6+s8+GKGX06x08WB1v526jOSl30MEoNnzjhYKe4IA0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fr.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - Avyaxx14FRXq/CTIDvvF7uww42SRhYgNSc960h7MCfc= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fr.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - qlNtkoH6vAA93/yxp8Stav74m46gvKb+3R26QDMSsXs= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/fr.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - O5To7z4frtvm1D6zwFzz6rpleVtia2BFro3bElXznDg= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/he.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - SmfKGCNVK9M61LCNGqWk4/FZInlcKG2U9uD5ajPVobw= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/he.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - dWNbn7k2fHYYtPta1WhZ1DvglupayXIaQjBYK/8G7cQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hr.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - L7shRNgdZIfbt5y5pioLEIo+A9I7VtgIUFpzoCFkB1I= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hr.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - 5x5zRCWzWYlbd7MkUcbPs5ZWrWQRDZnj3s9K2LmsnBw= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hr.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - Nmip9NgB014UDYN3yOsmsOFa9D3wED0L56Mve3WIVQg= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hu.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - 8LbsWTkMSczHFa4Rh9XZDRo0uCOyrV9VXUYEiEvnG7I= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hu.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - twHi8JXysxao7MlTGr178ZpB8yz1mXkij2V5n8NJWSQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/hu.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - 0UBqgjXjtRG51lEacNaLTmNvj5aFUeJ7oo1J4WYkrCw= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/is.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - 04Q9PpqtuYz6kfVhf6eI9XBxJn0LQB9Ck/ceBq1ztGU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/is.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - heK63dQF7YJvehrOEQk1jesq6v3bQBJy2jL+w5jjMlE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/is.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - 5/4A+HgH/PhUAQ3NVnURPeiIJsQYJyZ28sAObmxJlVU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/it.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - 1zxkJlohqYtSJb0pj93fJXlPkedYm2IllbilGRDFo90= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/it.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - XjyG4RGvcVUZia4jJHGYQEfgocs1iEx7iljn+vue5xY= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/it.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - 2Glm2TwT78wZfe8iqBg8z/oCgrmtzqthnzNlHvHt5ls= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ja.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - vFagmq7Xdp80v7/plWY/m3PBNbxFsCeu0x8wDzZQRT4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ja.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - zYuOp6owctTI6zIFWac7yKqGLEglaXnTlNOnh/n7mow= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ja.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - ND5iilhwr65bkm+YhqLGqKEISY1I2td3Ncn8D8Vdass= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ko.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - shkQwYfF0rI+GzhWoVLqI7A1hKTnRr/o4wnUFb3Vhik= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ko.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - lqPQJYKtJlVGV2/UpetCpxTEpb4u5aUUU9CjmZO2OaI= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ko.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - YqbMnU7mRpPLmsdD7YIXgMZkaxkkL5aaeoiv4bLN93I= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nb.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - RQbKlvLGnVjjVMP5eHHNUCv5kLJl4EA6zNGdDKatbH0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nb.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - F85iUA2aHbvo23Z0jJ/T/pwJ2HOQdYD5eRyAow9cSgY= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nb.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - 6sl0vlKoRBQtvGvC7oGwtHA8/B+fNdwBGwN2AyISsXQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nl.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - tp3fY8ogv+xcQOFkz5BkDNTZHIaRrhGgT9uKfCjDB70= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nl.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - Yrwc9ESTayZoqv2JWm0nD1IHGLeAiBncPc2OeaVz8J8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/nl.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - tBjWBavMtayqool9JGs+xH56A2Kui/7dRQX27xG2jx0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pl.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - oB2rGM/SPnJLdvhUz2CJfm8TS6XhrhmHD2gFyrVSq8U= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pl.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - ubFfFWaG2RKXgeGR4DRtvbY0fH+SNJZzBebSPCo6K5c= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pl.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - KwctPd8Y+mrsEYWALAkKXeCfY4celUbA3MVn+Ye4Imc= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-BR.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - hDN04zbJliR6KRqEv4lEuAVNTjbkmyYUpKjCbWKaKdU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-BR.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - 6NvKj6GmzGQLAsGBC6IUvRBoLSRfEJuWi7ZitoTyoTk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-BR.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - Kcwam/xq0V6VzMD4+rbUrDyAtrsl186J6lEeu5K2qD4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-PT.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - gto4ribWYRWZl0Eez6/7XZg3EesExPlGb5Nz1YVTuzE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-PT.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - st4wdNoLjj5sVIFHqDAh3cjRFhxhpzkcFP7AJSXjYkw= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/pt-PT.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - RLdbB4cQnps2k/crFyvGScdjmGE3KSkG448wTbYi4vY= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ro.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - PZZnueQNOLmQuEtkELhzxhnG+MDu7RyeOaySHSoHmYU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ro.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - IkIaDJ/HgpnBNNkP+MF2JGSd+rNgAI+o9c2aNor+ewo= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ro.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - w2L0Ki7vhlIa92HDkDRmDExmCXIGkOWil+ROXr+6I+k= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ru.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - wdiMmOcek4MJvdl1u2OoccWD56zCu2lKDGUd40bnMb8= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ru.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - /uARbwIQFupNOZvlyWgeE722GAsKcu4/QooLAEGHCBQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/ru.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - INHL+VHSTd0hjYmUXHPShl3l4xTB4C3KcCLgVn/AHGw= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sk.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - FDJ/dTwG5X34BF9lDDkFVGJUwpLeKi1MUbF072nYass= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sk.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - xa+UPXIC+og1IpGE6bA/+51E2uR9ZG+HGWKFA83tTNU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sk.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - VmLLF6tJBA+j9jFby3BVx9GagD//qx4ETRywoU71PVQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sl.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - OAq7ojI6K/xR4nFEK1OBTiJeNaHqgb8xCgzZ5Y3P7Uo= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sl.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - ik4klDAQYgMT5hrecUkfi+K/tuGyvOYk96xp+z98l74= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sl.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - VTtzpxCnkPCO1yB2GviO6AkaZFKPpcUh530dTdqFcQE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sv.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - LYXEBB7MF82Ig5MgIM9pTtJJAYJL51nzYzbVW1kdSGI= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sv.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - XDORKepHKWfDihFVMFnshPW/qjSLPLoU/zHqJQbRoBk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/sv.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - nidShaf5BKX1wQntkXeQhcGQoWUzNgVQhfHSM44GXVM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/th.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - dvWO9t2NYZ+cQoe/9B3Tib+EPOdPp4wgatHaVVhu8gQ= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/th.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - mxCL8k437ikdUpl3px2Ii/2fZqL85x1Fn/xe7h1YI6E= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/th.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - vj4h7104vuQqis9NXvSgrgQNz9czX6lMJqdvem4VCUk= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/tr.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - Eas+RUaJ03H05UVqHIhONcr5aa06Oj3g21RnNac5od4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/tr.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - D3zqZ6c91YzDkgT4Vs+/SM98tCcw+qDhY/eKhohBfZg= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/tr.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - noD1zsNtx5u2wHPX8rarT7YPn+H09/DgvHb2553BnDo= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/uk.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - lR6DOvFkMHpmbtXQJNE1aXtRXgBbd0siVMoq01D4dhM= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/uk.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - +MphWMKEy2hsIqrjroJQcq+x1mytcNeZm+z3Lv+ll6A= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/uk.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - gvuLzOKGahqSQtAwSCb9CuBAYuDVwfj+lwwSv/NPq8s= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_CN.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - NXEAoNAKcjI5GBtGxYcUXmtz+rP06ocJSSVlaR/lnMA= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_CN.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - 8co96MJCMuKNvaPFe13uh2d028P/Cgpa8iOiNml9rfE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_CN.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - nKdLa3IQhWTKipj6MF+VwRUugjpvTVuGIpzQF/QDUYI= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_HK.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - zegYIhIFwtdJa87mjTlkalyYSz31LrnhiwNWDJDPqBU= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_HK.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - 54ogzTvsgJOl4aSWIQRzRzky1TddmGlpamTLhHMJWb0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_HK.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - AKEvYEi8FGZbbYnhpr2nqeUWrBQaj7wJjo8/KjED1U0= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_TW.lproj/SUUpdateAlert.strings</key> - <dict> - <key>hash2</key> - <data> - jdmB9inrJUf1OmYmVnORSMfdz5z1SWmBtdv39I776K4= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_TW.lproj/SUUpdatePermissionPrompt.strings</key> - <dict> - <key>hash2</key> - <data> - 4tCLZKKcNuOJ1up1IgFXUeEp7s5U5BOBGHC1EZMyrhE= - </data> - <key>optional</key> - <true/> - </dict> - <key>Resources/zh_TW.lproj/Sparkle.strings</key> - <dict> - <key>hash2</key> - <data> - NhrxIO01cQJckmOoEhEbQ73y2RcEy8drXCHDvsvcLEw= - </data> - <key>optional</key> - <true/> - </dict> - <key>Updater.app</key> - <dict> - <key>cdhash</key> - <data> - mRGWI9AviSEEEN93P0WRn57vs0A= - </data> - <key>requirement</key> - <string>cdhash H"99119623d02f89210410df773f45919f9eefb340" or cdhash H"c796b692526ae67bf297ff34d3f4a4921b48e371"</string> - </dict> - <key>XPCServices/Downloader.xpc</key> - <dict> - <key>cdhash</key> - <data> - jn6OO0N4dj7O0uTyeG9C5ghEX5E= - </data> - <key>requirement</key> - <string>cdhash H"8e7e8e3b4378763eced2e4f2786f42e608445f91" or cdhash H"fd6e494e7a18c42cc42d5f9f2540a0716b4dbbc9"</string> - </dict> - <key>XPCServices/Installer.xpc</key> - <dict> - <key>cdhash</key> - <data> - lc31VygUeWKmkaNa9iEKbbkjfFg= - </data> - <key>requirement</key> - <string>cdhash H"95cdf55728147962a691a35af6210a6db9237c58" or cdhash H"4ef0b0ae03d4d48d37e52e616dce252be3c2979d"</string> - </dict> - </dict> - <key>rules</key> - <dict> - <key>^Resources/</key> - <true/> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^version.plist$</key> - <true/> - </dict> - <key>rules2</key> - <dict> - <key>.*\.dSYM($|/)</key> - <dict> - <key>weight</key> - <real>11</real> - </dict> - <key>^(.*/)?\.DS_Store$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>2000</real> - </dict> - <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^.*</key> - <true/> - <key>^Info\.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^PkgInfo$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^Resources/.*\.lproj/</key> - <dict> - <key>optional</key> - <true/> - <key>weight</key> - <real>1000</real> - </dict> - <key>^Resources/.*\.lproj/locversion.plist$</key> - <dict> - <key>omit</key> - <true/> - <key>weight</key> - <real>1100</real> - </dict> - <key>^Resources/Base\.lproj/</key> - <dict> - <key>weight</key> - <real>1010</real> - </dict> - <key>^[^/]+$</key> - <dict> - <key>nested</key> - <true/> - <key>weight</key> - <real>10</real> - </dict> - <key>^embedded\.provisionprofile$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - <key>^version\.plist$</key> - <dict> - <key>weight</key> - <real>20</real> - </dict> - </dict> -</dict> -</plist> diff --git a/Pods/Sparkle/Sparkle.framework/Versions/Current b/Pods/Sparkle/Sparkle.framework/Versions/Current deleted file mode 120000 index 7371f47a6..000000000 --- a/Pods/Sparkle/Sparkle.framework/Versions/Current +++ /dev/null @@ -1 +0,0 @@ -B \ No newline at end of file diff --git a/Pods/Sparkle/Sparkle.framework/XPCServices b/Pods/Sparkle/Sparkle.framework/XPCServices deleted file mode 120000 index 99c46ea23..000000000 --- a/Pods/Sparkle/Sparkle.framework/XPCServices +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/XPCServices \ No newline at end of file diff --git a/Pods/Sparkle/bin/BinaryDelta b/Pods/Sparkle/bin/BinaryDelta deleted file mode 100755 index 2625c625d..000000000 Binary files a/Pods/Sparkle/bin/BinaryDelta and /dev/null differ diff --git a/Pods/Sparkle/bin/generate_appcast b/Pods/Sparkle/bin/generate_appcast deleted file mode 100755 index 1352a5fe4..000000000 Binary files a/Pods/Sparkle/bin/generate_appcast and /dev/null differ diff --git a/Pods/Sparkle/bin/generate_keys b/Pods/Sparkle/bin/generate_keys deleted file mode 100755 index 4d776af1c..000000000 Binary files a/Pods/Sparkle/bin/generate_keys and /dev/null differ diff --git a/Pods/Sparkle/bin/old_dsa_scripts/sign_update b/Pods/Sparkle/bin/old_dsa_scripts/sign_update deleted file mode 100755 index fddaae839..000000000 --- a/Pods/Sparkle/bin/old_dsa_scripts/sign_update +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -set -e -set -o pipefail -if [ "$#" -ne 2 ]; then - echo "Usage: $0 update_archive_file dsa_priv.pem" - echo "This is an old DSA signing script for deprecated DSA keys." - echo "Do not use this for new applications." - exit 1 -fi -openssl=/usr/bin/openssl -version=`$openssl version` -if [[ $version =~ "OpenSSL 0.9" ]]; then - # pre-10.13 system: Fall back to OpenSSL DSS1 digest because it does not like the -sha1 option - $openssl dgst -sha1 -binary < "$1" | $openssl dgst -dss1 -sign "$2" | $openssl enc -base64 -else - # 10.13 and later: Use LibreSSL SHA1 digest - $openssl dgst -sha1 -binary < "$1" | $openssl dgst -sha1 -sign "$2" | $openssl enc -base64 -fi diff --git a/Pods/Sparkle/bin/sign_update b/Pods/Sparkle/bin/sign_update deleted file mode 100755 index 90bd66bdd..000000000 Binary files a/Pods/Sparkle/bin/sign_update and /dev/null differ diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.markdown b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.markdown index 29ca3f893..5bd1a3d44 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.markdown @@ -1322,144 +1322,6 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## Sparkle - -Copyright (c) 2006-2013 Andy Matuschak. -Copyright (c) 2009-2013 Elgato Systems GmbH. -Copyright (c) 2011-2014 Kornel Lesiński. -Copyright (c) 2015-2017 Mayur Pawashe. -Copyright (c) 2014 C.W. Betts. -Copyright (c) 2014 Petroules Corporation. -Copyright (c) 2014 Big Nerd Ranch. -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -================= -EXTERNAL LICENSES -================= - -bspatch.c and bsdiff.c, from bsdiff 4.3 <http://www.daemonology.net/bsdiff/>: - -Copyright 2003-2005 Colin Percival -All rights reserved - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - --- - -sais.c and sais.c, from sais-lite (2010/08/07) <https://sites.google.com/site/yuta256/sais>: - -The sais-lite copyright is as follows: - -Copyright (c) 2008-2010 Yuta Mori All Rights Reserved. - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - --- - -Portable C implementation of Ed25519, from https://github.com/orlp/ed25519 - -Copyright (c) 2015 Orson Peters <orsonpeters@gmail.com> - -This software is provided 'as-is', without any express or implied warranty. In no event will the -authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not claim that you wrote the - original software. If you use this software in a product, an acknowledgment in the product - documentation would be appreciated but is not required. - -2. Altered source versions must be plainly marked as such, and must not be misrepresented as - being the original software. - -3. This notice may not be removed or altered from any source distribution. - --- - -SUSignatureVerifier.m: - -Copyright (c) 2011 Mark Hamlin. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - - ## SwiftFormat MIT License diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.plist b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.plist index ac197ecfc..12d0a765f 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.plist @@ -1441,150 +1441,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. <key>Type</key> <string>PSGroupSpecifier</string> </dict> - <dict> - <key>FooterText</key> - <string>Copyright (c) 2006-2013 Andy Matuschak. -Copyright (c) 2009-2013 Elgato Systems GmbH. -Copyright (c) 2011-2014 Kornel Lesiński. -Copyright (c) 2015-2017 Mayur Pawashe. -Copyright (c) 2014 C.W. Betts. -Copyright (c) 2014 Petroules Corporation. -Copyright (c) 2014 Big Nerd Ranch. -All rights reserved. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -================= -EXTERNAL LICENSES -================= - -bspatch.c and bsdiff.c, from bsdiff 4.3 <http://www.daemonology.net/bsdiff/>: - -Copyright 2003-2005 Colin Percival -All rights reserved - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - --- - -sais.c and sais.c, from sais-lite (2010/08/07) <https://sites.google.com/site/yuta256/sais>: - -The sais-lite copyright is as follows: - -Copyright (c) 2008-2010 Yuta Mori All Rights Reserved. - -Permission is hereby granted, free of charge, to any person -obtaining a copy of this software and associated documentation -files (the "Software"), to deal in the Software without -restriction, including without limitation the rights to use, -copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following -conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - --- - -Portable C implementation of Ed25519, from https://github.com/orlp/ed25519 - -Copyright (c) 2015 Orson Peters <orsonpeters@gmail.com> - -This software is provided 'as-is', without any express or implied warranty. In no event will the -authors be held liable for any damages arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not claim that you wrote the - original software. If you use this software in a product, an acknowledgment in the product - documentation would be appreciated but is not required. - -2. Altered source versions must be plainly marked as such, and must not be misrepresented as - being the original software. - -3. This notice may not be removed or altered from any source distribution. - --- - -SUSignatureVerifier.m: - -Copyright (c) 2011 Mark Hamlin. - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing that the following conditions -are met: -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. -</string> - <key>License</key> - <string>MIT</string> - <key>Title</key> - <string>Sparkle</string> - <key>Type</key> - <string>PSGroupSpecifier</string> - </dict> <dict> <key>FooterText</key> <string>MIT License diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Debug-input-files.xcfilelist index ee97d2854..b64c50d5b 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Debug-input-files.xcfilelist @@ -14,5 +14,4 @@ ${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework ${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework ${BUILT_PRODUCTS_DIR}/ReactiveObjC/ReactiveObjC.framework ${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework -${PODS_ROOT}/Sparkle/Sparkle.framework ${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Debug-output-files.xcfilelist index 0b9e75a30..e6e624845 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Debug-output-files.xcfilelist @@ -13,5 +13,4 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactiveObjC.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Release-input-files.xcfilelist index ee97d2854..b64c50d5b 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Release-input-files.xcfilelist @@ -14,5 +14,4 @@ ${BUILT_PRODUCTS_DIR}/Masonry/Masonry.framework ${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework ${BUILT_PRODUCTS_DIR}/ReactiveObjC/ReactiveObjC.framework ${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework -${PODS_ROOT}/Sparkle/Sparkle.framework ${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Release-output-files.xcfilelist index 0b9e75a30..e6e624845 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks-Release-output-files.xcfilelist @@ -13,5 +13,4 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Masonry.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactiveObjC.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework -${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework \ No newline at end of file diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks.sh b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks.sh index d004c472b..5c6224df2 100755 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks.sh +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict-frameworks.sh @@ -191,7 +191,6 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework" install_framework "${BUILT_PRODUCTS_DIR}/ReactiveObjC/ReactiveObjC.framework" install_framework "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework" - install_framework "${PODS_ROOT}/Sparkle/Sparkle.framework" install_framework "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then @@ -210,7 +209,6 @@ if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework" install_framework "${BUILT_PRODUCTS_DIR}/ReactiveObjC/ReactiveObjC.framework" install_framework "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework" - install_framework "${PODS_ROOT}/Sparkle/Sparkle.framework" install_framework "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework" fi if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then diff --git a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.debug.xcconfig b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.debug.xcconfig index fb525b508..f204ad2b7 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.debug.xcconfig +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.debug.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/Sparkle" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/../Frameworks' '@loader_path/Frameworks' "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" @loader_path/../Frameworks +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/../Frameworks' '@loader_path/Frameworks' "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" -iframework "${PODS_ROOT}/Sparkle" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"iconv" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppKit" -framework "Carbon" -framework "CocoaLumberjack" -framework "CoreServices" -framework "FBLPromises" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreInternal" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleUtilities" -framework "JLRoutes" -framework "KVOController" -framework "MASPreferences" -framework "MASShortcut" -framework "MJExtension" -framework "Masonry" -framework "ReactiveObjC" -framework "SSZipArchive" -framework "Security" -framework "Sparkle" -framework "StoreKit" -framework "SystemConfiguration" -framework "nanopb" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"iconv" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppKit" -framework "Carbon" -framework "CocoaLumberjack" -framework "CoreServices" -framework "FBLPromises" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreInternal" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleUtilities" -framework "JLRoutes" -framework "KVOController" -framework "MASPreferences" -framework "MASShortcut" -framework "MJExtension" -framework "Masonry" -framework "ReactiveObjC" -framework "SSZipArchive" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "nanopb" 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-Easydict/Pods-Easydict.release.xcconfig b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig index fb525b508..f204ad2b7 100644 --- a/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig +++ b/Pods/Target Support Files/Pods-Easydict/Pods-Easydict.release.xcconfig @@ -1,12 +1,12 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_ROOT}/Sparkle" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" "${PODS_ROOT}/FirebaseAnalytics/Frameworks" "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 $(inherited) PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1 HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/../Frameworks' '@loader_path/Frameworks' "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" @loader_path/../Frameworks +LD_RUNPATH_SEARCH_PATHS = $(inherited) /usr/lib/swift '@executable_path/../Frameworks' '@loader_path/Frameworks' "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" LIBRARY_SEARCH_PATHS = $(inherited) "${TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" /usr/lib/swift -OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" -iframework "${PODS_ROOT}/Sparkle" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"iconv" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppKit" -framework "Carbon" -framework "CocoaLumberjack" -framework "CoreServices" -framework "FBLPromises" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreInternal" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleUtilities" -framework "JLRoutes" -framework "KVOController" -framework "MASPreferences" -framework "MASShortcut" -framework "MJExtension" -framework "Masonry" -framework "ReactiveObjC" -framework "SSZipArchive" -framework "Security" -framework "Sparkle" -framework "StoreKit" -framework "SystemConfiguration" -framework "nanopb" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking/AFNetworking.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack/CocoaLumberjack.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore/FirebaseCore.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations/FirebaseInstallations.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities/GoogleUtilities.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes/JLRoutes.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/KVOController/KVOController.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences/MASPreferences.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut/MASShortcut.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension/MJExtension.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/Masonry/Masonry.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC/FBLPromises.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC/ReactiveObjC.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive/SSZipArchive.framework/Headers" -isystem "${PODS_CONFIGURATION_BUILD_DIR}/nanopb/nanopb.framework/Headers" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/AFNetworking" -iframework "${PODS_ROOT}/AppCenter/AppCenter-SDK-Apple" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Analytics" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Core" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/AppCenter/Crashes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/CocoaLumberjack" -iframework "${PODS_ROOT}/FirebaseAnalytics/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/FirebaseAnalytics/AdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCore" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseCoreInternal" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/FirebaseInstallations" -iframework "${PODS_ROOT}/GoogleAppMeasurement/Frameworks" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/AdIdSupport" -iframework "${PODS_XCFRAMEWORKS_BUILD_DIR}/GoogleAppMeasurement/WithoutAdIdSupport" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/GoogleUtilities" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/JLRoutes" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/KVOController" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASPreferences" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MASShortcut" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/MJExtension" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/Masonry" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/PromisesObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/ReactiveObjC" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/SSZipArchive" -iframework "${PODS_CONFIGURATION_BUILD_DIR}/nanopb" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"iconv" -l"sqlite3" -l"z" -framework "AFNetworking" -framework "AppCenter" -framework "AppCenterAnalytics" -framework "AppCenterCrashes" -framework "AppKit" -framework "Carbon" -framework "CocoaLumberjack" -framework "CoreServices" -framework "FBLPromises" -framework "FirebaseAnalytics" -framework "FirebaseCore" -framework "FirebaseCoreInternal" -framework "FirebaseInstallations" -framework "Foundation" -framework "GoogleAppMeasurement" -framework "GoogleAppMeasurementIdentitySupport" -framework "GoogleUtilities" -framework "JLRoutes" -framework "KVOController" -framework "MASPreferences" -framework "MASShortcut" -framework "MJExtension" -framework "Masonry" -framework "ReactiveObjC" -framework "SSZipArchive" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "nanopb" 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/Sparkle/Sparkle-copy-dsyms-input-files.xcfilelist b/Pods/Target Support Files/Sparkle/Sparkle-copy-dsyms-input-files.xcfilelist deleted file mode 100644 index eac98b438..000000000 --- a/Pods/Target Support Files/Sparkle/Sparkle-copy-dsyms-input-files.xcfilelist +++ /dev/null @@ -1 +0,0 @@ -${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM \ No newline at end of file diff --git a/Pods/Target Support Files/Sparkle/Sparkle-copy-dsyms-output-files.xcfilelist b/Pods/Target Support Files/Sparkle/Sparkle-copy-dsyms-output-files.xcfilelist deleted file mode 100644 index 5b34bd927..000000000 --- a/Pods/Target Support Files/Sparkle/Sparkle-copy-dsyms-output-files.xcfilelist +++ /dev/null @@ -1 +0,0 @@ -${DWARF_DSYM_FOLDER_PATH}/Sparkle.framework.dSYM \ No newline at end of file diff --git a/Pods/Target Support Files/Sparkle/Sparkle-copy-dsyms.sh b/Pods/Target Support Files/Sparkle/Sparkle-copy-dsyms.sh deleted file mode 100755 index 7d9a0913c..000000000 --- a/Pods/Target Support Files/Sparkle/Sparkle-copy-dsyms.sh +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/sh -set -e -set -u -set -o pipefail - -function on_error { - echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" -} -trap 'on_error $LINENO' ERR - -# Used as a return value for each invocation of `strip_invalid_archs` function. -STRIP_BINARY_RETVAL=0 - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - warn_missing_arch=${2:-true} - # Get architectures for current target binary - binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" - # Intersect them with the architectures we are building for - intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" - # If there are no archs supported by this binary then warn the user - if [[ -z "$intersected_archs" ]]; then - if [[ "$warn_missing_arch" == "true" ]]; then - echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." - fi - STRIP_BINARY_RETVAL=1 - return - fi - stripped="" - for arch in $binary_archs; do - if ! [[ "${ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi - STRIP_BINARY_RETVAL=0 -} - -# This protects against multiple targets copying the same framework dependency at the same time. The solution -# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html -RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") - -# Copies and strips a vendored dSYM -install_dsym() { - local source="$1" - warn_missing_arch=${2:-true} - if [ -r "$source" ]; then - # Copy the dSYM into the targets temp dir. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" - - local basename - basename="$(basename -s .dSYM "$source")" - binary_name="$(ls "$source/Contents/Resources/DWARF")" - binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" - - # Strip invalid architectures from the dSYM. - if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then - strip_invalid_archs "$binary" "$warn_missing_arch" - fi - if [[ $STRIP_BINARY_RETVAL == 0 ]]; then - # Move the stripped file into its final destination. - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" - else - # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. - mkdir -p "${DWARF_DSYM_FOLDER_PATH}" - touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" - fi - fi -} - -# Copies the bcsymbolmap files of a vendored framework -install_bcsymbolmap() { - local bcsymbolmap_path="$1" - local destination="${BUILT_PRODUCTS_DIR}" - echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" - rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" -} - -install_dsym "${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM" diff --git a/Pods/Target Support Files/Sparkle/Sparkle.debug.xcconfig b/Pods/Target Support Files/Sparkle/Sparkle.debug.xcconfig deleted file mode 100644 index f1ba7cac5..000000000 --- a/Pods/Target Support Files/Sparkle/Sparkle.debug.xcconfig +++ /dev/null @@ -1,15 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CODE_SIGN_IDENTITY = -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Sparkle -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Sparkle" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) @loader_path/../Frameworks -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/Sparkle -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Sparkle/Sparkle.release.xcconfig b/Pods/Target Support Files/Sparkle/Sparkle.release.xcconfig deleted file mode 100644 index f1ba7cac5..000000000 --- a/Pods/Target Support Files/Sparkle/Sparkle.release.xcconfig +++ /dev/null @@ -1,15 +0,0 @@ -CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO -CODE_SIGN_IDENTITY = -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Sparkle -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Sparkle" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) @loader_path/../Frameworks -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_DEVELOPMENT_LANGUAGE = ${DEVELOPMENT_LANGUAGE} -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/Sparkle -PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES -USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Sparkle/Sparkle.xcconfig b/Pods/Target Support Files/Sparkle/Sparkle.xcconfig deleted file mode 100644 index 92a18e3eb..000000000 --- a/Pods/Target Support Files/Sparkle/Sparkle.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -CODE_SIGN_IDENTITY = -CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Sparkle -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Sparkle" -GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -LD_RUNPATH_SEARCH_PATHS = $(inherited) @loader_path/../Frameworks -PODS_BUILD_DIR = ${BUILD_DIR} -PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/Sparkle -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES