Skip to content

Commit 6f7239f

Browse files
committed
move crash, rtdb, and appcheck to spm
1 parent a3d97d8 commit 6f7239f

File tree

10 files changed

+160
-339
lines changed

10 files changed

+160
-339
lines changed

appcheck/AppCheckSnippets.xcodeproj/project.pbxproj

Lines changed: 54 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -24,6 +24,10 @@
2424
4265C3BC26AF775A00BD1DB2 /* AppAttestProviderFactories.m in Sources */ = {isa = PBXBuildFile; fileRef = 4265C3BB26AF775A00BD1DB2 /* AppAttestProviderFactories.m */; };
2525
4265C3BE26AF7A6600BD1DB2 /* YourCustomAppCheckProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4265C3BD26AF7A6600BD1DB2 /* YourCustomAppCheckProvider.swift */; };
2626
4265C3C026AF7A7E00BD1DB2 /* YourCustomAppCheckProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 4265C3BF26AF7A7E00BD1DB2 /* YourCustomAppCheckProvider.m */; };
27+
8D7726082D2874A100537A0B /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 8D7726072D2874A100537A0B /* FirebaseAppCheck */; };
28+
8D77260A2D2874A100537A0B /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = 8D7726092D2874A100537A0B /* FirebaseCore */; };
29+
8D77260D2D2874BA00537A0B /* FirebaseAppCheck in Frameworks */ = {isa = PBXBuildFile; productRef = 8D77260C2D2874BA00537A0B /* FirebaseAppCheck */; };
30+
8D77260F2D2874BA00537A0B /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = 8D77260E2D2874BA00537A0B /* FirebaseCore */; };
2731
/* End PBXBuildFile section */
2832

2933
/* Begin PBXFileReference section */
@@ -58,26 +62,23 @@
5862
isa = PBXFrameworksBuildPhase;
5963
buildActionMask = 2147483647;
6064
files = (
65+
8D77260A2D2874A100537A0B /* FirebaseCore in Frameworks */,
66+
8D7726082D2874A100537A0B /* FirebaseAppCheck in Frameworks */,
6167
);
6268
runOnlyForDeploymentPostprocessing = 0;
6369
};
6470
4265C3A226AF723800BD1DB2 /* Frameworks */ = {
6571
isa = PBXFrameworksBuildPhase;
6672
buildActionMask = 2147483647;
6773
files = (
74+
8D77260F2D2874BA00537A0B /* FirebaseCore in Frameworks */,
75+
8D77260D2D2874BA00537A0B /* FirebaseAppCheck in Frameworks */,
6876
);
6977
runOnlyForDeploymentPostprocessing = 0;
7078
};
7179
/* End PBXFrameworksBuildPhase section */
7280

7381
/* Begin PBXGroup section */
74-
37860BEBF061B43F7FE74ABB /* Pods */ = {
75-
isa = PBXGroup;
76-
children = (
77-
);
78-
path = Pods;
79-
sourceTree = "<group>";
80-
};
8182
4265C38826AF71E100BD1DB2 /* Products */ = {
8283
isa = PBXGroup;
8384
children = (
@@ -128,11 +129,18 @@
128129
children = (
129130
4265C38926AF71E100BD1DB2 /* AppCheckSnippetsObjC */,
130131
4265C3A626AF723800BD1DB2 /* AppCheckSnippetsSwift */,
132+
8D77260B2D2874BA00537A0B /* Frameworks */,
131133
4265C38826AF71E100BD1DB2 /* Products */,
132-
37860BEBF061B43F7FE74ABB /* Pods */,
133134
);
134135
sourceTree = "<group>";
135136
};
137+
8D77260B2D2874BA00537A0B /* Frameworks */ = {
138+
isa = PBXGroup;
139+
children = (
140+
);
141+
name = Frameworks;
142+
sourceTree = "<group>";
143+
};
136144
/* End PBXGroup section */
137145

138146
/* Begin PBXNativeTarget section */
@@ -196,6 +204,9 @@
196204
Base,
197205
);
198206
mainGroup = 42A83E6D26AF6E5C00097CA3;
207+
packageReferences = (
208+
8D7726062D2874A100537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
209+
);
199210
productRefGroup = 4265C38826AF71E100BD1DB2 /* Products */;
200211
projectDirPath = "";
201212
projectRoot = "";
@@ -610,6 +621,40 @@
610621
defaultConfigurationName = Release;
611622
};
612623
/* End XCConfigurationList section */
624+
625+
/* Begin XCRemoteSwiftPackageReference section */
626+
8D7726062D2874A100537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
627+
isa = XCRemoteSwiftPackageReference;
628+
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
629+
requirement = {
630+
kind = upToNextMajorVersion;
631+
minimumVersion = 11.6.0;
632+
};
633+
};
634+
/* End XCRemoteSwiftPackageReference section */
635+
636+
/* Begin XCSwiftPackageProductDependency section */
637+
8D7726072D2874A100537A0B /* FirebaseAppCheck */ = {
638+
isa = XCSwiftPackageProductDependency;
639+
package = 8D7726062D2874A100537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
640+
productName = FirebaseAppCheck;
641+
};
642+
8D7726092D2874A100537A0B /* FirebaseCore */ = {
643+
isa = XCSwiftPackageProductDependency;
644+
package = 8D7726062D2874A100537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
645+
productName = FirebaseCore;
646+
};
647+
8D77260C2D2874BA00537A0B /* FirebaseAppCheck */ = {
648+
isa = XCSwiftPackageProductDependency;
649+
package = 8D7726062D2874A100537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
650+
productName = FirebaseAppCheck;
651+
};
652+
8D77260E2D2874BA00537A0B /* FirebaseCore */ = {
653+
isa = XCSwiftPackageProductDependency;
654+
package = 8D7726062D2874A100537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
655+
productName = FirebaseCore;
656+
};
657+
/* End XCSwiftPackageProductDependency section */
613658
};
614659
rootObject = 42A83E6E26AF6E5C00097CA3 /* Project object */;
615660
}

appcheck/Podfile

Lines changed: 0 additions & 20 deletions
This file was deleted.

appcheck/Podfile.lock

Lines changed: 0 additions & 60 deletions
This file was deleted.

crashlytics/CrashlyticsExample.xcodeproj/project.pbxproj

Lines changed: 54 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
8D7726132D2876F400537A0B /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = 8D7726122D2876F400537A0B /* FirebaseCore */; };
11+
8D7726152D2876F400537A0B /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = 8D7726142D2876F400537A0B /* FirebaseCrashlytics */; };
12+
8D7726172D2876FB00537A0B /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = 8D7726162D2876FB00537A0B /* FirebaseCore */; };
13+
8D7726192D2876FB00537A0B /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = 8D7726182D2876FB00537A0B /* FirebaseCrashlytics */; };
1014
8D8FA34322F4CAB100213E06 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D8FA34222F4CAB100213E06 /* AppDelegate.m */; };
1115
8D8FA34622F4CAB100213E06 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D8FA34522F4CAB100213E06 /* ViewController.m */; };
1216
8D8FA34922F4CAB100213E06 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8D8FA34722F4CAB100213E06 /* Main.storyboard */; };
@@ -45,26 +49,37 @@
4549
isa = PBXFrameworksBuildPhase;
4650
buildActionMask = 2147483647;
4751
files = (
52+
8D7726132D2876F400537A0B /* FirebaseCore in Frameworks */,
53+
8D7726152D2876F400537A0B /* FirebaseCrashlytics in Frameworks */,
4854
);
4955
runOnlyForDeploymentPostprocessing = 0;
5056
};
5157
8D8FA35822F4CAF700213E06 /* Frameworks */ = {
5258
isa = PBXFrameworksBuildPhase;
5359
buildActionMask = 2147483647;
5460
files = (
61+
8D7726172D2876FB00537A0B /* FirebaseCore in Frameworks */,
62+
8D7726192D2876FB00537A0B /* FirebaseCrashlytics in Frameworks */,
5563
);
5664
runOnlyForDeploymentPostprocessing = 0;
5765
};
5866
/* End PBXFrameworksBuildPhase section */
5967

6068
/* Begin PBXGroup section */
69+
8D7726112D2876F400537A0B /* Frameworks */ = {
70+
isa = PBXGroup;
71+
children = (
72+
);
73+
name = Frameworks;
74+
sourceTree = "<group>";
75+
};
6176
8D8FA33522F4CAB100213E06 = {
6277
isa = PBXGroup;
6378
children = (
6479
8D8FA34022F4CAB100213E06 /* CrashlyticsExample */,
6580
8D8FA35C22F4CAF700213E06 /* CrashlyticsExampleSwift */,
81+
8D7726112D2876F400537A0B /* Frameworks */,
6682
8D8FA33F22F4CAB100213E06 /* Products */,
67-
E21099940C3416ACBB0EB9EC /* Pods */,
6883
);
6984
sourceTree = "<group>";
7085
};
@@ -106,13 +121,6 @@
106121
path = CrashlyticsExampleSwift;
107122
sourceTree = "<group>";
108123
};
109-
E21099940C3416ACBB0EB9EC /* Pods */ = {
110-
isa = PBXGroup;
111-
children = (
112-
);
113-
path = Pods;
114-
sourceTree = "<group>";
115-
};
116124
/* End PBXGroup section */
117125

118126
/* Begin PBXNativeTarget section */
@@ -177,6 +185,9 @@
177185
Base,
178186
);
179187
mainGroup = 8D8FA33522F4CAB100213E06;
188+
packageReferences = (
189+
8D7726102D2876EB00537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
190+
);
180191
productRefGroup = 8D8FA33F22F4CAB100213E06 /* Products */;
181192
projectDirPath = "";
182193
projectRoot = "";
@@ -484,6 +495,40 @@
484495
defaultConfigurationName = Release;
485496
};
486497
/* End XCConfigurationList section */
498+
499+
/* Begin XCRemoteSwiftPackageReference section */
500+
8D7726102D2876EB00537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
501+
isa = XCRemoteSwiftPackageReference;
502+
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
503+
requirement = {
504+
kind = upToNextMajorVersion;
505+
minimumVersion = 11.6.0;
506+
};
507+
};
508+
/* End XCRemoteSwiftPackageReference section */
509+
510+
/* Begin XCSwiftPackageProductDependency section */
511+
8D7726122D2876F400537A0B /* FirebaseCore */ = {
512+
isa = XCSwiftPackageProductDependency;
513+
package = 8D7726102D2876EB00537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
514+
productName = FirebaseCore;
515+
};
516+
8D7726142D2876F400537A0B /* FirebaseCrashlytics */ = {
517+
isa = XCSwiftPackageProductDependency;
518+
package = 8D7726102D2876EB00537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
519+
productName = FirebaseCrashlytics;
520+
};
521+
8D7726162D2876FB00537A0B /* FirebaseCore */ = {
522+
isa = XCSwiftPackageProductDependency;
523+
package = 8D7726102D2876EB00537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
524+
productName = FirebaseCore;
525+
};
526+
8D7726182D2876FB00537A0B /* FirebaseCrashlytics */ = {
527+
isa = XCSwiftPackageProductDependency;
528+
package = 8D7726102D2876EB00537A0B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
529+
productName = FirebaseCrashlytics;
530+
};
531+
/* End XCSwiftPackageProductDependency section */
487532
};
488533
rootObject = 8D8FA33622F4CAB100213E06 /* Project object */;
489534
}

crashlytics/Podfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)