Use push client package
This commit is contained in:
@ -9,15 +9,14 @@
|
||||
/* Begin PBXBuildFile section */
|
||||
881E0B26284B74E200435EC2 /* Data+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 881E0B25284B74E200435EC2 /* Data+Extensions.swift */; };
|
||||
88DBE72A284B989C00D1573B /* DeviceList.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DBE729284B989C00D1573B /* DeviceList.swift */; };
|
||||
E2349959284E0695002B55F8 /* PushAPI in Frameworks */ = {isa = PBXBuildFile; productRef = E2349958284E0695002B55F8 /* PushAPI */; };
|
||||
E234995C284E1D02002B55F8 /* SFSafeSymbols in Frameworks */ = {isa = PBXBuildFile; productRef = E234995B284E1D02002B55F8 /* SFSafeSymbols */; };
|
||||
E234995F284E372B002B55F8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = E2349961284E372B002B55F8 /* Localizable.strings */; };
|
||||
E2349964284F3133002B55F8 /* TextEntryField.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2349963284F3133002B55F8 /* TextEntryField.swift */; };
|
||||
E2349968284F78E3002B55F8 /* Push in Frameworks */ = {isa = PBXBuildFile; productRef = E2349967284F78E3002B55F8 /* Push */; };
|
||||
E29A7E47284B6143000B908A /* FlurSchnapsApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E29A7E46284B6143000B908A /* FlurSchnapsApp.swift */; };
|
||||
E29A7E49284B6143000B908A /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E29A7E48284B6143000B908A /* ContentView.swift */; };
|
||||
E29A7E4B284B6144000B908A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E29A7E4A284B6144000B908A /* Assets.xcassets */; };
|
||||
E29A7E4E284B6144000B908A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E29A7E4D284B6144000B908A /* Preview Assets.xcassets */; };
|
||||
E29A7E55284B619A000B908A /* API.swift in Sources */ = {isa = PBXBuildFile; fileRef = E29A7E54284B619A000B908A /* API.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
@ -33,7 +32,6 @@
|
||||
E29A7E48284B6143000B908A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
E29A7E4A284B6144000B908A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
E29A7E4D284B6144000B908A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||||
E29A7E54284B619A000B908A /* API.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = API.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@ -41,8 +39,8 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E2349968284F78E3002B55F8 /* Push in Frameworks */,
|
||||
E234995C284E1D02002B55F8 /* SFSafeSymbols in Frameworks */,
|
||||
E2349959284E0695002B55F8 /* PushAPI in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -75,7 +73,6 @@
|
||||
E29A7E48284B6143000B908A /* ContentView.swift */,
|
||||
E2349963284F3133002B55F8 /* TextEntryField.swift */,
|
||||
88DBE729284B989C00D1573B /* DeviceList.swift */,
|
||||
E29A7E54284B619A000B908A /* API.swift */,
|
||||
881E0B25284B74E200435EC2 /* Data+Extensions.swift */,
|
||||
E29A7E4A284B6144000B908A /* Assets.xcassets */,
|
||||
E29A7E4C284B6144000B908A /* Preview Content */,
|
||||
@ -108,8 +105,8 @@
|
||||
);
|
||||
name = FlurSchnaps;
|
||||
packageProductDependencies = (
|
||||
E2349958284E0695002B55F8 /* PushAPI */,
|
||||
E234995B284E1D02002B55F8 /* SFSafeSymbols */,
|
||||
E2349967284F78E3002B55F8 /* Push */,
|
||||
);
|
||||
productName = FlurSchnaps;
|
||||
productReference = E29A7E43284B6143000B908A /* FlurSchnaps.app */;
|
||||
@ -141,8 +138,8 @@
|
||||
);
|
||||
mainGroup = E29A7E3A284B6143000B908A;
|
||||
packageReferences = (
|
||||
E2349957284E0695002B55F8 /* XCRemoteSwiftPackageReference "Push-API" */,
|
||||
E234995A284E1D02002B55F8 /* XCRemoteSwiftPackageReference "SFSafeSymbols" */,
|
||||
E2349966284F78E3002B55F8 /* XCRemoteSwiftPackageReference "Push-iOS" */,
|
||||
);
|
||||
productRefGroup = E29A7E44284B6143000B908A /* Products */;
|
||||
projectDirPath = "";
|
||||
@ -174,7 +171,6 @@
|
||||
E2349964284F3133002B55F8 /* TextEntryField.swift in Sources */,
|
||||
E29A7E49284B6143000B908A /* ContentView.swift in Sources */,
|
||||
881E0B26284B74E200435EC2 /* Data+Extensions.swift in Sources */,
|
||||
E29A7E55284B619A000B908A /* API.swift in Sources */,
|
||||
88DBE72A284B989C00D1573B /* DeviceList.swift in Sources */,
|
||||
E29A7E47284B6143000B908A /* FlurSchnapsApp.swift in Sources */,
|
||||
);
|
||||
@ -399,14 +395,6 @@
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
/* Begin XCRemoteSwiftPackageReference section */
|
||||
E2349957284E0695002B55F8 /* XCRemoteSwiftPackageReference "Push-API" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://christophhagen.de/git/ch/Push-API";
|
||||
requirement = {
|
||||
branch = main;
|
||||
kind = branch;
|
||||
};
|
||||
};
|
||||
E234995A284E1D02002B55F8 /* XCRemoteSwiftPackageReference "SFSafeSymbols" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/SFSafeSymbols/SFSafeSymbols";
|
||||
@ -415,19 +403,27 @@
|
||||
minimumVersion = 3.0.0;
|
||||
};
|
||||
};
|
||||
E2349966284F78E3002B55F8 /* XCRemoteSwiftPackageReference "Push-iOS" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://christophhagen.de/git/ch/Push-iOS";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 0.2.0;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
E2349958284E0695002B55F8 /* PushAPI */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = E2349957284E0695002B55F8 /* XCRemoteSwiftPackageReference "Push-API" */;
|
||||
productName = PushAPI;
|
||||
};
|
||||
E234995B284E1D02002B55F8 /* SFSafeSymbols */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = E234995A284E1D02002B55F8 /* XCRemoteSwiftPackageReference "SFSafeSymbols" */;
|
||||
productName = SFSafeSymbols;
|
||||
};
|
||||
E2349967284F78E3002B55F8 /* Push */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = E2349966284F78E3002B55F8 /* XCRemoteSwiftPackageReference "Push-iOS" */;
|
||||
productName = Push;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = E29A7E3B284B6143000B908A /* Project object */;
|
||||
|
@ -21,10 +21,19 @@
|
||||
{
|
||||
"identity" : "push-api",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://christophhagen.de/git/ch/Push-API",
|
||||
"location" : "https://christophhagen.de/git/ch/Push-API.git",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "d5fb765ac998e2f731ec6fe8bf473a396af9b61c"
|
||||
"revision" : "50e74bf15637cbcab3f76ff1255db355cc87bc4e",
|
||||
"version" : "0.5.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "push-ios",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://christophhagen.de/git/ch/Push-iOS",
|
||||
"state" : {
|
||||
"revision" : "910f7e5f91408ddf54ea15fb3ccef182b5daedff",
|
||||
"version" : "0.2.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user