From 22721a013bdd10d5eb395ba18453585f5f3f1f7f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:07:20 +0200 Subject: rebuild the ios platform and the plugins --- .../user.xcuserdatad/xcschemes/AppAuth.xcscheme | 60 ++++++++ .../user.xcuserdatad/xcschemes/Firebase.xcscheme | 60 ++++++++ .../xcschemes/FirebaseABTesting.xcscheme | 60 ++++++++ .../xcschemes/FirebaseAnalytics.xcscheme | 60 ++++++++ .../xcschemes/FirebaseAuth.xcscheme | 60 ++++++++ .../xcschemes/FirebaseCore.xcscheme | 60 ++++++++ .../xcschemes/FirebaseCoreDiagnostics.xcscheme | 60 ++++++++ .../xcschemes/FirebaseCrashlytics.xcscheme | 60 ++++++++ .../xcschemes/FirebaseFirestore.xcscheme | 60 ++++++++ .../xcschemes/FirebaseInstallations.xcscheme | 60 ++++++++ .../xcschemes/FirebaseInstanceID.xcscheme | 60 ++++++++ .../xcschemes/FirebaseMessaging.xcscheme | 60 ++++++++ .../xcschemes/FirebasePerformance.xcscheme | 60 ++++++++ .../xcschemes/FirebaseRemoteConfig.xcscheme | 60 ++++++++ .../user.xcuserdatad/xcschemes/GTMAppAuth.xcscheme | 60 ++++++++ .../xcschemes/GTMSessionFetcher.xcscheme | 60 ++++++++ .../xcschemes/GoogleAppMeasurement.xcscheme | 60 ++++++++ .../xcschemes/GoogleDataTransport.xcscheme | 60 ++++++++ .../xcschemes/GoogleSignIn.xcscheme | 60 ++++++++ .../xcschemes/GoogleToolboxForMac.xcscheme | 60 ++++++++ .../xcschemes/GoogleUtilities.xcscheme | 60 ++++++++ .../xcschemes/Pods-Stone Island.xcscheme | 19 +-- .../xcschemes/PromisesObjC.xcscheme | 58 +++++++ .../user.xcuserdatad/xcschemes/Protobuf.xcscheme | 60 ++++++++ .../user.xcuserdatad/xcschemes/nanopb.xcscheme | 60 ++++++++ .../xcschemes/xcschememanagement.plist | 170 ++++++++++++++++++++- 26 files changed, 1610 insertions(+), 17 deletions(-) create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/AppAuth.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Firebase.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseABTesting.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseAnalytics.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseAuth.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCore.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCrashlytics.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseFirestore.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseInstallations.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseInstanceID.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseMessaging.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebasePerformance.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseRemoteConfig.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GTMAppAuth.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GTMSessionFetcher.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleAppMeasurement.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleSignIn.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleToolboxForMac.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleUtilities.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/PromisesObjC.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Protobuf.xcscheme create mode 100644 StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/nanopb.xcscheme (limited to 'StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad') diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/AppAuth.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/AppAuth.xcscheme new file mode 100644 index 00000000..32dcb0a8 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/AppAuth.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Firebase.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Firebase.xcscheme new file mode 100644 index 00000000..ab9e834d --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Firebase.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseABTesting.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseABTesting.xcscheme new file mode 100644 index 00000000..20f34910 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseABTesting.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseAnalytics.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseAnalytics.xcscheme new file mode 100644 index 00000000..3eba3b7c --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseAnalytics.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseAuth.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseAuth.xcscheme new file mode 100644 index 00000000..4e571de3 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseAuth.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCore.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCore.xcscheme new file mode 100644 index 00000000..a4c140cf --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCore.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme new file mode 100644 index 00000000..21f827d8 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCoreDiagnostics.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCrashlytics.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCrashlytics.xcscheme new file mode 100644 index 00000000..4f33d875 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseCrashlytics.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseFirestore.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseFirestore.xcscheme new file mode 100644 index 00000000..ffc03a11 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseFirestore.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseInstallations.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseInstallations.xcscheme new file mode 100644 index 00000000..68d579ee --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseInstallations.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseInstanceID.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseInstanceID.xcscheme new file mode 100644 index 00000000..35d5ec7d --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseInstanceID.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseMessaging.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseMessaging.xcscheme new file mode 100644 index 00000000..33bbefc2 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseMessaging.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebasePerformance.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebasePerformance.xcscheme new file mode 100644 index 00000000..cee8420d --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebasePerformance.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseRemoteConfig.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseRemoteConfig.xcscheme new file mode 100644 index 00000000..4b1a0e4c --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/FirebaseRemoteConfig.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GTMAppAuth.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GTMAppAuth.xcscheme new file mode 100644 index 00000000..fea01c52 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GTMAppAuth.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GTMSessionFetcher.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GTMSessionFetcher.xcscheme new file mode 100644 index 00000000..4e23ec85 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GTMSessionFetcher.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleAppMeasurement.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleAppMeasurement.xcscheme new file mode 100644 index 00000000..3b0614e1 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleAppMeasurement.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme new file mode 100644 index 00000000..6208c327 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleDataTransport.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleSignIn.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleSignIn.xcscheme new file mode 100644 index 00000000..c204c36e --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleSignIn.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleToolboxForMac.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleToolboxForMac.xcscheme new file mode 100644 index 00000000..a621cd94 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleToolboxForMac.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleUtilities.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleUtilities.xcscheme new file mode 100644 index 00000000..3915f213 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/GoogleUtilities.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Pods-Stone Island.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Pods-Stone Island.xcscheme index fe2e8b66..afa46371 100644 --- a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Pods-Stone Island.xcscheme +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Pods-Stone Island.xcscheme @@ -1,6 +1,6 @@ @@ -29,8 +29,6 @@ shouldUseLaunchSchemeArgsEnv = "YES"> - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Protobuf.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Protobuf.xcscheme new file mode 100644 index 00000000..341e63a1 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/Protobuf.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/nanopb.xcscheme b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/nanopb.xcscheme new file mode 100644 index 00000000..2183889a --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/nanopb.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist index e1a18c63..a4fdf886 100644 --- a/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/StoneIsland/platforms/ios/Pods/Pods.xcodeproj/xcuserdata/user.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,12 +4,180 @@ SchemeUserState + AppAuth.xcscheme + + isShown + + orderHint + 1 + + Firebase.xcscheme + + isShown + + orderHint + 2 + + FirebaseABTesting.xcscheme + + isShown + + orderHint + 3 + + FirebaseAnalytics.xcscheme + + isShown + + orderHint + 4 + + FirebaseAuth.xcscheme + + isShown + + orderHint + 5 + + FirebaseCore.xcscheme + + isShown + + orderHint + 6 + + FirebaseCoreDiagnostics.xcscheme + + isShown + + orderHint + 7 + + FirebaseCrashlytics.xcscheme + + isShown + + orderHint + 8 + + FirebaseFirestore.xcscheme + + isShown + + orderHint + 9 + + FirebaseInstallations.xcscheme + + isShown + + orderHint + 10 + + FirebaseInstanceID.xcscheme + + isShown + + orderHint + 11 + + FirebaseMessaging.xcscheme + + isShown + + orderHint + 12 + + FirebasePerformance.xcscheme + + isShown + + orderHint + 13 + + FirebaseRemoteConfig.xcscheme + + isShown + + orderHint + 14 + + GTMAppAuth.xcscheme + + isShown + + orderHint + 20 + + GTMSessionFetcher.xcscheme + + isShown + + orderHint + 21 + + GoogleAppMeasurement.xcscheme + + isShown + + orderHint + 15 + + GoogleDataTransport.xcscheme + + isShown + + orderHint + 16 + + GoogleSignIn.xcscheme + + isShown + + orderHint + 17 + + GoogleToolboxForMac.xcscheme + + isShown + + orderHint + 18 + + GoogleUtilities.xcscheme + + isShown + + orderHint + 19 + Pods-Stone Island.xcscheme isShown orderHint - 0 + 23 + + PromisesObjC.xcscheme + + isShown + + orderHint + 24 + + Protobuf.xcscheme + + isShown + + orderHint + 25 + + nanopb.xcscheme + + isShown + + orderHint + 22 SuppressBuildableAutocreation -- cgit v1.2.3-70-g09d2