Add SwiftPackageManager with swift gRPC

This commit is contained in:
Piv
2020-05-03 16:06:33 +09:30
parent 82b0332fdb
commit ff73d09855
3 changed files with 112 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 52;
objects = {
/* Begin PBXBuildFile section */
@@ -21,6 +21,7 @@
5A9EB280240100970053D3CF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5A9EB27F240100970053D3CF /* Assets.xcassets */; };
5A9EB283240100970053D3CF /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5A9EB282240100970053D3CF /* Preview Assets.xcassets */; };
5A9EB286240100970053D3CF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5A9EB284240100970053D3CF /* LaunchScreen.storyboard */; };
5AE45131245CFF2800D82BAF /* GRPC in Frameworks */ = {isa = PBXBuildFile; productRef = 5AE45130245CFF2800D82BAF /* GRPC */; };
5BEA7A8C24AF155FC02A6C58 /* Pods_CarController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03FB25F696A1B33332234B4F /* Pods_CarController.framework */; };
/* End PBXBuildFile section */
@@ -51,6 +52,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5AE45131245CFF2800D82BAF /* GRPC in Frameworks */,
5BEA7A8C24AF155FC02A6C58 /* Pods_CarController.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -174,6 +176,9 @@
dependencies = (
);
name = CarController;
packageProductDependencies = (
5AE45130245CFF2800D82BAF /* GRPC */,
);
productName = CarController;
productReference = 5A9EB276240100960053D3CF /* CarController.app */;
productType = "com.apple.product-type.application";
@@ -202,6 +207,9 @@
Base,
);
mainGroup = 5A9EB26D240100950053D3CF;
packageReferences = (
5AE4512F245CFF2800D82BAF /* XCRemoteSwiftPackageReference "grpc-swift" */,
);
productRefGroup = 5A9EB277240100960053D3CF /* Products */;
projectDirPath = "";
projectRoot = "";
@@ -477,6 +485,25 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCRemoteSwiftPackageReference section */
5AE4512F245CFF2800D82BAF /* XCRemoteSwiftPackageReference "grpc-swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/grpc/grpc-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = "1.0.0-alpha.11";
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
5AE45130245CFF2800D82BAF /* GRPC */ = {
isa = XCSwiftPackageProductDependency;
package = 5AE4512F245CFF2800D82BAF /* XCRemoteSwiftPackageReference "grpc-swift" */;
productName = GRPC;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 5A9EB26E240100950053D3CF /* Project object */;
}