Skip to content

Commit

Permalink
[:wrench: configure] Add Library using SPM
Browse files Browse the repository at this point in the history
feat: #8
  • Loading branch information
xwoud authored Oct 31, 2021
1 parent 1380d10 commit 093113d
Showing 1 changed file with 65 additions and 5 deletions.
70 changes: 65 additions & 5 deletions Code-Zero.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
objects = {

/* Begin PBXBuildFile section */
A2696D6B272D60C1001A2C60 /* Color.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A2696D6A272D60C1001A2C60 /* Color.xcassets */; };
A2696D6F272D6141001A2C60 /* UIColor+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2696D6E272D6141001A2C60 /* UIColor+Extension.swift */; };
9BF5EA6A272E8A590008A5C3 /* FSCalendar in Frameworks */ = {isa = PBXBuildFile; productRef = 9BF5EA69272E8A590008A5C3 /* FSCalendar */; };
9BF5EA6D272E8B6D0008A5C3 /* Moya in Frameworks */ = {isa = PBXBuildFile; productRef = 9BF5EA6C272E8B6D0008A5C3 /* Moya */; };
9BF5EA70272E8BD20008A5C3 /* SnapKit in Frameworks */ = {isa = PBXBuildFile; productRef = 9BF5EA6F272E8BD20008A5C3 /* SnapKit */; };
A2696D64272D163D001A2C60 /* FuturaStd-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = A2696D5E272D163D001A2C60 /* FuturaStd-Medium.otf */; };
A2696D65272D163D001A2C60 /* Spoqa Han Sans Neo Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = A2696D5F272D163D001A2C60 /* Spoqa Han Sans Neo Bold.otf */; };
A2696D66272D163D001A2C60 /* FuturaStd-Heavy.otf in Resources */ = {isa = PBXBuildFile; fileRef = A2696D60272D163D001A2C60 /* FuturaStd-Heavy.otf */; };
A2696D67272D163D001A2C60 /* Spoqa Han Sans Neo Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = A2696D61272D163D001A2C60 /* Spoqa Han Sans Neo Medium.otf */; };
A2696D68272D163D001A2C60 /* Spoqa Han Sans Neo Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = A2696D62272D163D001A2C60 /* Spoqa Han Sans Neo Regular.otf */; };
A2696D69272D163D001A2C60 /* FuturaStd-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = A2696D63272D163D001A2C60 /* FuturaStd-Bold.otf */; };
A2696D6B272D60C1001A2C60 /* Color.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A2696D6A272D60C1001A2C60 /* Color.xcassets */; };
A2696D6F272D6141001A2C60 /* UIColor+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2696D6E272D6141001A2C60 /* UIColor+Extension.swift */; };
A2B7BDD12714214300F1DB1F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2B7BDD02714214300F1DB1F /* AppDelegate.swift */; };
A2B7BDD32714214300F1DB1F /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2B7BDD22714214300F1DB1F /* SceneDelegate.swift */; };
A2B7BDD52714214300F1DB1F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2B7BDD42714214300F1DB1F /* ViewController.swift */; };
Expand Down Expand Up @@ -49,14 +52,14 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
A2696D6A272D60C1001A2C60 /* Color.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Color.xcassets; sourceTree = "<group>"; };
A2696D6E272D6141001A2C60 /* UIColor+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extension.swift"; sourceTree = "<group>"; };
A2696D5E272D163D001A2C60 /* FuturaStd-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FuturaStd-Medium.otf"; sourceTree = "<group>"; };
A2696D5F272D163D001A2C60 /* Spoqa Han Sans Neo Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Spoqa Han Sans Neo Bold.otf"; sourceTree = "<group>"; };
A2696D60272D163D001A2C60 /* FuturaStd-Heavy.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FuturaStd-Heavy.otf"; sourceTree = "<group>"; };
A2696D61272D163D001A2C60 /* Spoqa Han Sans Neo Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Spoqa Han Sans Neo Medium.otf"; sourceTree = "<group>"; };
A2696D62272D163D001A2C60 /* Spoqa Han Sans Neo Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Spoqa Han Sans Neo Regular.otf"; sourceTree = "<group>"; };
A2696D63272D163D001A2C60 /* FuturaStd-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "FuturaStd-Bold.otf"; sourceTree = "<group>"; };
A2696D6A272D60C1001A2C60 /* Color.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Color.xcassets; sourceTree = "<group>"; };
A2696D6E272D6141001A2C60 /* UIColor+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extension.swift"; sourceTree = "<group>"; };
A2B7BDCD2714214300F1DB1F /* Code-Zero.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Code-Zero.app"; sourceTree = BUILT_PRODUCTS_DIR; };
A2B7BDD02714214300F1DB1F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
A2B7BDD22714214300F1DB1F /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -82,6 +85,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9BF5EA70272E8BD20008A5C3 /* SnapKit in Frameworks */,
9BF5EA6D272E8B6D0008A5C3 /* Moya in Frameworks */,
9BF5EA6A272E8A590008A5C3 /* FSCalendar in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -197,7 +203,6 @@
A2DC88CB271C117D0099438A /* Extension */ = {
isa = PBXGroup;
children = (
A2DC88D0271C11EB0099438A /* Fonts+Extension.swift */,
A2696D6E272D6141001A2C60 /* UIColor+Extension.swift */,
A2DC88D0271C11EB0099438A /* UIFont+Extension.swift */,
);
Expand Down Expand Up @@ -256,6 +261,11 @@
dependencies = (
);
name = "Code-Zero";
packageProductDependencies = (
9BF5EA69272E8A590008A5C3 /* FSCalendar */,
9BF5EA6C272E8B6D0008A5C3 /* Moya */,
9BF5EA6F272E8BD20008A5C3 /* SnapKit */,
);
productName = "Code-Zero";
productReference = A2B7BDCD2714214300F1DB1F /* Code-Zero.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -328,6 +338,11 @@
Base,
);
mainGroup = A2B7BDC42714214300F1DB1F;
packageReferences = (
9BF5EA68272E8A580008A5C3 /* XCRemoteSwiftPackageReference "FSCalendar" */,
9BF5EA6B272E8B6D0008A5C3 /* XCRemoteSwiftPackageReference "Moya" */,
9BF5EA6E272E8BD20008A5C3 /* XCRemoteSwiftPackageReference "SnapKit" */,
);
productRefGroup = A2B7BDCE2714214300F1DB1F /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -770,6 +785,51 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
9BF5EA68272E8A580008A5C3 /* XCRemoteSwiftPackageReference "FSCalendar" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/WenchaoD/FSCalendar";
requirement = {
kind = exactVersion;
version = 2.8.2;
};
};
9BF5EA6B272E8B6D0008A5C3 /* XCRemoteSwiftPackageReference "Moya" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Moya/Moya";
requirement = {
kind = exactVersion;
version = 13.0.0;
};
};
9BF5EA6E272E8BD20008A5C3 /* XCRemoteSwiftPackageReference "SnapKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SnapKit/SnapKit";
requirement = {
kind = exactVersion;
version = 5.0.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
9BF5EA69272E8A590008A5C3 /* FSCalendar */ = {
isa = XCSwiftPackageProductDependency;
package = 9BF5EA68272E8A580008A5C3 /* XCRemoteSwiftPackageReference "FSCalendar" */;
productName = FSCalendar;
};
9BF5EA6C272E8B6D0008A5C3 /* Moya */ = {
isa = XCSwiftPackageProductDependency;
package = 9BF5EA6B272E8B6D0008A5C3 /* XCRemoteSwiftPackageReference "Moya" */;
productName = Moya;
};
9BF5EA6F272E8BD20008A5C3 /* SnapKit */ = {
isa = XCSwiftPackageProductDependency;
package = 9BF5EA6E272E8BD20008A5C3 /* XCRemoteSwiftPackageReference "SnapKit" */;
productName = SnapKit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = A2B7BDC52714214300F1DB1F /* Project object */;
}

0 comments on commit 093113d

Please sign in to comment.