Skip to content

Commit dfffbee

Browse files
committed
move remoteconfig to spm
1 parent 80e47a6 commit dfffbee

File tree

3 files changed

+33
-87
lines changed

3 files changed

+33
-87
lines changed

config/ConfigExample.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
1010
16F8E38C3F42EB1FE8184C90 /* GoogleService-Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = 45ED9095BE4BD5109A65B35F /* GoogleService-Info.plist */; };
1111
3623B61971137623FD028C44 /* GoogleService-Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = 45ED9095BE4BD5109A65B35F /* GoogleService-Info.plist */; };
1212
72904828160EC19516620EF7 /* GoogleService-Info.plist in Sources */ = {isa = PBXBuildFile; fileRef = 45ED9095BE4BD5109A65B35F /* GoogleService-Info.plist */; };
13+
8D00BB6D2D3B07A500F6F6DD /* FirebaseRemoteConfig in Frameworks */ = {isa = PBXBuildFile; productRef = 8D00BB6C2D3B07A500F6F6DD /* FirebaseRemoteConfig */; };
1314
EA062D6024A13966006714D3 /* RemoteConfigView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA062D5F24A13966006714D3 /* RemoteConfigView.swift */; };
1415
EA20B48A2497CC9D00B5E581 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B4892497CC9D00B5E581 /* AppDelegate.swift */; };
1516
EA20B48C2497CC9D00B5E581 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B48B2497CC9D00B5E581 /* SceneDelegate.swift */; };
@@ -69,6 +70,7 @@
6970
isa = PBXFrameworksBuildPhase;
7071
buildActionMask = 2147483647;
7172
files = (
73+
8D00BB6D2D3B07A500F6F6DD /* FirebaseRemoteConfig in Frameworks */,
7274
);
7375
runOnlyForDeploymentPostprocessing = 0;
7476
};
@@ -89,6 +91,13 @@
8991
/* End PBXFrameworksBuildPhase section */
9092

9193
/* Begin PBXGroup section */
94+
8D00BB6B2D3B07A500F6F6DD /* Frameworks */ = {
95+
isa = PBXGroup;
96+
children = (
97+
);
98+
name = Frameworks;
99+
sourceTree = "<group>";
100+
};
92101
EA062D5E24A135EC006714D3 /* JSON Recipes */ = {
93102
isa = PBXGroup;
94103
children = (
@@ -107,6 +116,7 @@
107116
EA20B4AA2497CC9F00B5E581 /* ConfigExampleUITests */,
108117
EA20B4872497CC9D00B5E581 /* Products */,
109118
45ED9095BE4BD5109A65B35F /* GoogleService-Info.plist */,
119+
8D00BB6B2D3B07A500F6F6DD /* Frameworks */,
110120
);
111121
sourceTree = "<group>";
112122
};
@@ -243,6 +253,9 @@
243253
Base,
244254
);
245255
mainGroup = EA20B47D2497CC9D00B5E581;
256+
packageReferences = (
257+
8D00BB6A2D3B079000F6F6DD /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
258+
);
246259
productRefGroup = EA20B4872497CC9D00B5E581 /* Products */;
247260
projectDirPath = "";
248261
projectRoot = "";
@@ -634,6 +647,25 @@
634647
defaultConfigurationName = Release;
635648
};
636649
/* End XCConfigurationList section */
650+
651+
/* Begin XCRemoteSwiftPackageReference section */
652+
8D00BB6A2D3B079000F6F6DD /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
653+
isa = XCRemoteSwiftPackageReference;
654+
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
655+
requirement = {
656+
kind = upToNextMajorVersion;
657+
minimumVersion = 11.7.0;
658+
};
659+
};
660+
/* End XCRemoteSwiftPackageReference section */
661+
662+
/* Begin XCSwiftPackageProductDependency section */
663+
8D00BB6C2D3B07A500F6F6DD /* FirebaseRemoteConfig */ = {
664+
isa = XCSwiftPackageProductDependency;
665+
package = 8D00BB6A2D3B079000F6F6DD /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
666+
productName = FirebaseRemoteConfig;
667+
};
668+
/* End XCSwiftPackageProductDependency section */
637669
};
638670
rootObject = EA20B47E2497CC9D00B5E581 /* Project object */;
639671
}

config/Podfile

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

config/Podfile.lock

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

0 commit comments

Comments
 (0)