First version
This commit is contained in:
@ -8,18 +8,69 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
E267D1742A8E0DE80069112B /* ResumeBuilderApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1732A8E0DE80069112B /* ResumeBuilderApp.swift */; };
|
||||
E267D1762A8E0DE80069112B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1752A8E0DE80069112B /* ContentView.swift */; };
|
||||
E267D1762A8E0DE80069112B /* CV.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1752A8E0DE80069112B /* CV.swift */; };
|
||||
E267D1782A8E0DE90069112B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E267D1772A8E0DE90069112B /* Assets.xcassets */; };
|
||||
E267D17B2A8E0DE90069112B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E267D17A2A8E0DE90069112B /* Preview Assets.xcassets */; };
|
||||
E267D1832A8E0F320069112B /* Color+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1822A8E0F320069112B /* Color+Extension.swift */; };
|
||||
E267D1852A8E11930069112B /* TopView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1842A8E11930069112B /* TopView.swift */; };
|
||||
E267D1882A8E12D60069112B /* SFSafeSymbols in Frameworks */ = {isa = PBXBuildFile; productRef = E267D1872A8E12D60069112B /* SFSafeSymbols */; };
|
||||
E267D18A2A8E140E0069112B /* LeftImageLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1892A8E140E0069112B /* LeftImageLabel.swift */; };
|
||||
E267D18C2A8E1A890069112B /* TopViewImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D18B2A8E1A890069112B /* TopViewImage.swift */; };
|
||||
E267D18E2A8E1BEE0069112B /* RightImageLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D18D2A8E1BEE0069112B /* RightImageLabel.swift */; };
|
||||
E267D1902A8E32B70069112B /* CareerStationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D18F2A8E32B70069112B /* CareerStationView.swift */; };
|
||||
E267D1922A8E347A0069112B /* TitledCareerSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1912A8E347A0069112B /* TitledCareerSection.swift */; };
|
||||
E267D1942A8E38C60069112B /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1932A8E38C60069112B /* Data.swift */; };
|
||||
E267D1962A8E3E760069112B /* TitledTextSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1952A8E3E760069112B /* TitledTextSection.swift */; };
|
||||
E267D1982A8E43580069112B /* TitledSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1972A8E43580069112B /* TitledSection.swift */; };
|
||||
E267D19A2A8E44F40069112B /* TitledIconSection.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1992A8E44F40069112B /* TitledIconSection.swift */; };
|
||||
E267D19C2A8E45470069112B /* CareerStation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D19B2A8E45470069112B /* CareerStation.swift */; };
|
||||
E267D19E2A8E45540069112B /* TopInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D19D2A8E45540069112B /* TopInfo.swift */; };
|
||||
E267D1A02A8E45620069112B /* CVInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D19F2A8E45620069112B /* CVInfo.swift */; };
|
||||
E267D1A22A8E45AE0069112B /* SkillsSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1A12A8E45AE0069112B /* SkillsSet.swift */; };
|
||||
E267D1A72A8ECC170069112B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1A62A8ECC170069112B /* ContentView.swift */; };
|
||||
E267D1A92A8F5B430069112B /* FlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1A82A8F5B430069112B /* FlowLayout.swift */; };
|
||||
E267D1AD2A8F694A0069112B /* PublicationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1AC2A8F694A0069112B /* PublicationView.swift */; };
|
||||
E267D1AF2A8F69830069112B /* Publication.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1AE2A8F69830069112B /* Publication.swift */; };
|
||||
E267D1B42A8F7FEE0069112B /* LeftBorderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1B32A8F7FEE0069112B /* LeftBorderView.swift */; };
|
||||
E267D1B62A8F96310069112B /* CVStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1B52A8F96310069112B /* CVStyle.swift */; };
|
||||
E267D1B82A8F9A2A0069112B /* HeaderStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1B72A8F9A2A0069112B /* HeaderStyle.swift */; };
|
||||
E267D1BA2A8F9D9C0069112B /* SkillStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1B92A8F9D9C0069112B /* SkillStyle.swift */; };
|
||||
E267D1BC2A8FFF300069112B /* TagView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1BB2A8FFF300069112B /* TagView.swift */; };
|
||||
E267D1C02A9009780069112B /* CVLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E267D1BF2A9009780069112B /* CVLanguage.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
E267D1702A8E0DE80069112B /* ResumeBuilder.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ResumeBuilder.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E267D1732A8E0DE80069112B /* ResumeBuilderApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResumeBuilderApp.swift; sourceTree = "<group>"; };
|
||||
E267D1752A8E0DE80069112B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
E267D1752A8E0DE80069112B /* CV.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CV.swift; sourceTree = "<group>"; };
|
||||
E267D1772A8E0DE90069112B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
E267D17A2A8E0DE90069112B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||||
E267D17C2A8E0DE90069112B /* ResumeBuilder.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ResumeBuilder.entitlements; sourceTree = "<group>"; };
|
||||
E267D1822A8E0F320069112B /* Color+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Color+Extension.swift"; sourceTree = "<group>"; };
|
||||
E267D1842A8E11930069112B /* TopView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopView.swift; sourceTree = "<group>"; };
|
||||
E267D1892A8E140E0069112B /* LeftImageLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftImageLabel.swift; sourceTree = "<group>"; };
|
||||
E267D18B2A8E1A890069112B /* TopViewImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopViewImage.swift; sourceTree = "<group>"; };
|
||||
E267D18D2A8E1BEE0069112B /* RightImageLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RightImageLabel.swift; sourceTree = "<group>"; };
|
||||
E267D18F2A8E32B70069112B /* CareerStationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CareerStationView.swift; sourceTree = "<group>"; };
|
||||
E267D1912A8E347A0069112B /* TitledCareerSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitledCareerSection.swift; sourceTree = "<group>"; };
|
||||
E267D1932A8E38C60069112B /* Data.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Data.swift; sourceTree = "<group>"; };
|
||||
E267D1952A8E3E760069112B /* TitledTextSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitledTextSection.swift; sourceTree = "<group>"; };
|
||||
E267D1972A8E43580069112B /* TitledSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitledSection.swift; sourceTree = "<group>"; };
|
||||
E267D1992A8E44F40069112B /* TitledIconSection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TitledIconSection.swift; sourceTree = "<group>"; };
|
||||
E267D19B2A8E45470069112B /* CareerStation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CareerStation.swift; sourceTree = "<group>"; };
|
||||
E267D19D2A8E45540069112B /* TopInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopInfo.swift; sourceTree = "<group>"; };
|
||||
E267D19F2A8E45620069112B /* CVInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CVInfo.swift; sourceTree = "<group>"; };
|
||||
E267D1A12A8E45AE0069112B /* SkillsSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SkillsSet.swift; sourceTree = "<group>"; };
|
||||
E267D1A62A8ECC170069112B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
E267D1A82A8F5B430069112B /* FlowLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FlowLayout.swift; sourceTree = "<group>"; };
|
||||
E267D1AC2A8F694A0069112B /* PublicationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublicationView.swift; sourceTree = "<group>"; };
|
||||
E267D1AE2A8F69830069112B /* Publication.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Publication.swift; sourceTree = "<group>"; };
|
||||
E267D1B32A8F7FEE0069112B /* LeftBorderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LeftBorderView.swift; sourceTree = "<group>"; };
|
||||
E267D1B52A8F96310069112B /* CVStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CVStyle.swift; sourceTree = "<group>"; };
|
||||
E267D1B72A8F9A2A0069112B /* HeaderStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderStyle.swift; sourceTree = "<group>"; };
|
||||
E267D1B92A8F9D9C0069112B /* SkillStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SkillStyle.swift; sourceTree = "<group>"; };
|
||||
E267D1BB2A8FFF300069112B /* TagView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagView.swift; sourceTree = "<group>"; };
|
||||
E267D1BF2A9009780069112B /* CVLanguage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CVLanguage.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@ -27,6 +78,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E267D1882A8E12D60069112B /* SFSafeSymbols in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@ -53,10 +105,19 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E267D1732A8E0DE80069112B /* ResumeBuilderApp.swift */,
|
||||
E267D1752A8E0DE80069112B /* ContentView.swift */,
|
||||
E267D1A62A8ECC170069112B /* ContentView.swift */,
|
||||
E267D1752A8E0DE80069112B /* CV.swift */,
|
||||
E267D1B02A8F6E5B0069112B /* Main Elements */,
|
||||
E267D1B22A8F6E9C0069112B /* Elements */,
|
||||
E267D1B12A8F6E7F0069112B /* Generic Elements */,
|
||||
E267D1772A8E0DE90069112B /* Assets.xcassets */,
|
||||
E267D17C2A8E0DE90069112B /* ResumeBuilder.entitlements */,
|
||||
E267D1792A8E0DE90069112B /* Preview Content */,
|
||||
E267D1822A8E0F320069112B /* Color+Extension.swift */,
|
||||
E267D1932A8E38C60069112B /* Data.swift */,
|
||||
E267D1A52A8EC34B0069112B /* Data */,
|
||||
E267D1BE2A90095D0069112B /* Language */,
|
||||
E267D1BD2A9009390069112B /* Style */,
|
||||
);
|
||||
path = ResumeBuilder;
|
||||
sourceTree = "<group>";
|
||||
@ -69,6 +130,70 @@
|
||||
path = "Preview Content";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E267D1A52A8EC34B0069112B /* Data */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E267D19F2A8E45620069112B /* CVInfo.swift */,
|
||||
E267D19B2A8E45470069112B /* CareerStation.swift */,
|
||||
E267D1A12A8E45AE0069112B /* SkillsSet.swift */,
|
||||
E267D19D2A8E45540069112B /* TopInfo.swift */,
|
||||
E267D1AE2A8F69830069112B /* Publication.swift */,
|
||||
);
|
||||
path = Data;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E267D1B02A8F6E5B0069112B /* Main Elements */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E267D1842A8E11930069112B /* TopView.swift */,
|
||||
E267D1912A8E347A0069112B /* TitledCareerSection.swift */,
|
||||
E267D1992A8E44F40069112B /* TitledIconSection.swift */,
|
||||
E267D1952A8E3E760069112B /* TitledTextSection.swift */,
|
||||
);
|
||||
path = "Main Elements";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E267D1B12A8F6E7F0069112B /* Generic Elements */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E267D1892A8E140E0069112B /* LeftImageLabel.swift */,
|
||||
E267D18D2A8E1BEE0069112B /* RightImageLabel.swift */,
|
||||
E267D1A82A8F5B430069112B /* FlowLayout.swift */,
|
||||
E267D1972A8E43580069112B /* TitledSection.swift */,
|
||||
E267D1B32A8F7FEE0069112B /* LeftBorderView.swift */,
|
||||
E267D1BB2A8FFF300069112B /* TagView.swift */,
|
||||
);
|
||||
path = "Generic Elements";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E267D1B22A8F6E9C0069112B /* Elements */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E267D18B2A8E1A890069112B /* TopViewImage.swift */,
|
||||
E267D1AC2A8F694A0069112B /* PublicationView.swift */,
|
||||
E267D18F2A8E32B70069112B /* CareerStationView.swift */,
|
||||
);
|
||||
path = Elements;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E267D1BD2A9009390069112B /* Style */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E267D1B52A8F96310069112B /* CVStyle.swift */,
|
||||
E267D1B72A8F9A2A0069112B /* HeaderStyle.swift */,
|
||||
E267D1B92A8F9D9C0069112B /* SkillStyle.swift */,
|
||||
);
|
||||
path = Style;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E267D1BE2A90095D0069112B /* Language */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E267D1BF2A9009780069112B /* CVLanguage.swift */,
|
||||
);
|
||||
path = Language;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@ -85,6 +210,9 @@
|
||||
dependencies = (
|
||||
);
|
||||
name = ResumeBuilder;
|
||||
packageProductDependencies = (
|
||||
E267D1872A8E12D60069112B /* SFSafeSymbols */,
|
||||
);
|
||||
productName = ResumeBuilder;
|
||||
productReference = E267D1702A8E0DE80069112B /* ResumeBuilder.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
@ -113,6 +241,9 @@
|
||||
Base,
|
||||
);
|
||||
mainGroup = E267D1672A8E0DE80069112B;
|
||||
packageReferences = (
|
||||
E267D1862A8E12D60069112B /* XCRemoteSwiftPackageReference "SFSafeSymbols" */,
|
||||
);
|
||||
productRefGroup = E267D1712A8E0DE80069112B /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
@ -139,7 +270,32 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E267D1762A8E0DE80069112B /* ContentView.swift in Sources */,
|
||||
E267D1902A8E32B70069112B /* CareerStationView.swift in Sources */,
|
||||
E267D1982A8E43580069112B /* TitledSection.swift in Sources */,
|
||||
E267D1942A8E38C60069112B /* Data.swift in Sources */,
|
||||
E267D19E2A8E45540069112B /* TopInfo.swift in Sources */,
|
||||
E267D1922A8E347A0069112B /* TitledCareerSection.swift in Sources */,
|
||||
E267D1B42A8F7FEE0069112B /* LeftBorderView.swift in Sources */,
|
||||
E267D1B62A8F96310069112B /* CVStyle.swift in Sources */,
|
||||
E267D1C02A9009780069112B /* CVLanguage.swift in Sources */,
|
||||
E267D1762A8E0DE80069112B /* CV.swift in Sources */,
|
||||
E267D1A22A8E45AE0069112B /* SkillsSet.swift in Sources */,
|
||||
E267D1A72A8ECC170069112B /* ContentView.swift in Sources */,
|
||||
E267D18E2A8E1BEE0069112B /* RightImageLabel.swift in Sources */,
|
||||
E267D1962A8E3E760069112B /* TitledTextSection.swift in Sources */,
|
||||
E267D1B82A8F9A2A0069112B /* HeaderStyle.swift in Sources */,
|
||||
E267D18A2A8E140E0069112B /* LeftImageLabel.swift in Sources */,
|
||||
E267D19A2A8E44F40069112B /* TitledIconSection.swift in Sources */,
|
||||
E267D18C2A8E1A890069112B /* TopViewImage.swift in Sources */,
|
||||
E267D19C2A8E45470069112B /* CareerStation.swift in Sources */,
|
||||
E267D1BA2A8F9D9C0069112B /* SkillStyle.swift in Sources */,
|
||||
E267D1AD2A8F694A0069112B /* PublicationView.swift in Sources */,
|
||||
E267D1BC2A8FFF300069112B /* TagView.swift in Sources */,
|
||||
E267D1A02A8E45620069112B /* CVInfo.swift in Sources */,
|
||||
E267D1832A8E0F320069112B /* Color+Extension.swift in Sources */,
|
||||
E267D1AF2A8F69830069112B /* Publication.swift in Sources */,
|
||||
E267D1852A8E11930069112B /* TopView.swift in Sources */,
|
||||
E267D1A92A8F5B430069112B /* FlowLayout.swift in Sources */,
|
||||
E267D1742A8E0DE80069112B /* ResumeBuilderApp.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@ -274,6 +430,8 @@
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = CHResume;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.reference";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -301,6 +459,8 @@
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_KEY_CFBundleDisplayName = CHResume;
|
||||
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.reference";
|
||||
INFOPLIST_KEY_NSHumanReadableCopyright = "";
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -336,6 +496,25 @@
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
|
||||
/* Begin XCRemoteSwiftPackageReference section */
|
||||
E267D1862A8E12D60069112B /* XCRemoteSwiftPackageReference "SFSafeSymbols" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/SFSafeSymbols/SFSafeSymbols";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 4.0.0;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
/* Begin XCSwiftPackageProductDependency section */
|
||||
E267D1872A8E12D60069112B /* SFSafeSymbols */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = E267D1862A8E12D60069112B /* XCRemoteSwiftPackageReference "SFSafeSymbols" */;
|
||||
productName = SFSafeSymbols;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = E267D1682A8E0DE80069112B /* Project object */;
|
||||
}
|
||||
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "sfsafesymbols",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/SFSafeSymbols/SFSafeSymbols",
|
||||
"state" : {
|
||||
"revision" : "7cca2d60925876b5953a2cf7341cd80fbeac983c",
|
||||
"version" : "4.1.1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 2
|
||||
}
|
Reference in New Issue
Block a user