Skip to content

Commit

Permalink
Update ArgumentParser + Xcode 13 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Wevah committed Nov 30, 2021
1 parent 870ba3e commit 66623ab
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 15 deletions.
106 changes: 106 additions & 0 deletions .swiftpm/xcode/xcshareddata/xcschemes/IDNA-Cocoa.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1240"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "IDNA-Cocoa_IDNA"
BuildableName = "IDNA-Cocoa_IDNA"
BlueprintName = "IDNA-Cocoa_IDNA"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "IDNA"
BuildableName = "IDNA"
BlueprintName = "IDNA"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "IDNATests"
BuildableName = "IDNATests"
BlueprintName = "IDNATests"
ReferencedContainer = "container:">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "IDNATests"
BuildableName = "IDNATests"
BlueprintName = "IDNATests"
ReferencedContainer = "container:">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "IDNA-Cocoa_IDNA"
BuildableName = "IDNA-Cocoa_IDNA"
BlueprintName = "IDNA-Cocoa_IDNA"
ReferencedContainer = "container:">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
22 changes: 12 additions & 10 deletions IDNA.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
B2C8FD7324663ECC006DF2D9 /* UTS46+Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C8FD7224663ECC006DF2D9 /* UTS46+Conversion.swift */; };
B2C8FD7624663F5B006DF2D9 /* UTS46+Loading.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C8FD7424663F55006DF2D9 /* UTS46+Loading.swift */; };
B2C8FD7724663FB8006DF2D9 /* UTS46+Loading.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2C8FD7424663F55006DF2D9 /* UTS46+Loading.swift */; };
B2CF9C6B2430728800A23B4E /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = B2CF9C6A2430728800A23B4E /* ArgumentParser */; };
B2D4B71C2425903000B72AC6 /* libicucore.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = B2D4B71B2425903000B72AC6 /* libicucore.tbd */; settings = {ATTRIBUTES = (Weak, ); }; };
B2D4E99808E0191700574ACD /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.xib */; };
B2D4E99908E0191700574ACD /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
B2D4E99B08E0191700574ACD /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
B2D4E99F08E0191700574ACD /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
B2FBBA1D2752BF4D0079D948 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = B2FBBA1C2752BF4D0079D948 /* ArgumentParser */; };
B30134631A964E2600AF6C4E /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = B30134611A964E2600AF6C4E /* LICENSE */; };
/* End PBXBuildFile section */

Expand Down Expand Up @@ -212,7 +212,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B2CF9C6B2430728800A23B4E /* ArgumentParser in Frameworks */,
B2FBBA1D2752BF4D0079D948 /* ArgumentParser in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -523,7 +523,7 @@
);
name = icumap2code;
packageProductDependencies = (
B2CF9C6A2430728800A23B4E /* ArgumentParser */,
B2FBBA1C2752BF4D0079D948 /* ArgumentParser */,
);
productName = icumap2code;
productReference = B2B4F3CD242EB79E00CC752F /* icumap2code */;
Expand All @@ -542,6 +542,8 @@
dependencies = (
);
name = "PunyCocoa Swift";
packageProductDependencies = (
);
productName = "PunyCocoa Swift";
productReference = B2C3DD42241FECF200484850 /* PunyCocoa Swift.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -636,7 +638,7 @@
);
mainGroup = 29B97314FDCFA39411CA2CEA /* Punycode */;
packageReferences = (
B2CF9C692430728800A23B4E /* XCRemoteSwiftPackageReference "swift-argument-parser" */,
B2FBBA1B2752BF4D0079D948 /* XCRemoteSwiftPackageReference "swift-argument-parser" */,
);
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -1650,20 +1652,20 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
B2CF9C692430728800A23B4E /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
B2FBBA1B2752BF4D0079D948 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "git@github.com:apple/swift-argument-parser.git";
repositoryURL = "https://github.com/apple/swift-argument-parser.git";
requirement = {
branch = main;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
B2CF9C6A2430728800A23B4E /* ArgumentParser */ = {
B2FBBA1C2752BF4D0079D948 /* ArgumentParser */ = {
isa = XCSwiftPackageProductDependency;
package = B2CF9C692430728800A23B4E /* XCRemoteSwiftPackageReference "swift-argument-parser" */;
package = B2FBBA1B2752BF4D0079D948 /* XCRemoteSwiftPackageReference "swift-argument-parser" */;
productName = ArgumentParser;
};
/* End XCSwiftPackageProductDependency section */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "swift-argument-parser",
"repositoryURL": "git@github.com:apple/swift-argument-parser.git",
"repositoryURL": "https://github.com/apple/swift-argument-parser.git",
"state": {
"branch": "main",
"revision": "d424bca0ec66ec0e3888ebdc118379d348a67da3",
"version": null
"branch": null,
"revision": "e1465042f195f374b94f915ba8ca49de24300a0d",
"version": "1.0.2"
}
}
]
Expand Down

0 comments on commit 66623ab

Please sign in to comment.