|
@@ -7,6 +7,7 @@
|
|
objects = {
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
/* Begin PBXBuildFile section */
|
|
|
|
+ 6C5B22F8226029AC00C19E94 /* shim.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C5B22F7226029AC00C19E94 /* shim.swift */; };
|
|
6CC8D4741D96DF990031ED04 /* Base32.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "_____Product_Base32" /* Base32.framework */; };
|
|
6CC8D4741D96DF990031ED04 /* Base32.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "_____Product_Base32" /* Base32.framework */; };
|
|
_LinkFileRef_Base32_via_Base32Tests /* Base32.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "_____Product_Base32" /* Base32.framework */; };
|
|
_LinkFileRef_Base32_via_Base32Tests /* Base32.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = "_____Product_Base32" /* Base32.framework */; };
|
|
__src_cc_ref_Sources/Base32/Base16.swift /* Base16.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Sources/Base32/Base16.swift /* Base16.swift */; };
|
|
__src_cc_ref_Sources/Base32/Base16.swift /* Base16.swift in Sources */ = {isa = PBXBuildFile; fileRef = __PBXFileRef_Sources/Base32/Base16.swift /* Base16.swift */; };
|
|
@@ -30,7 +31,7 @@
|
|
/* End PBXContainerItemProxy section */
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
/* Begin PBXFileReference section */
|
|
- 6C1C19C51FEEA37600371B6F /* Package@swift-4.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Package@swift-4.swift"; sourceTree = "<group>"; };
|
|
|
|
|
|
+ 6C5B22F7226029AC00C19E94 /* shim.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = shim.swift; sourceTree = "<group>"; };
|
|
6C9233FE1E5307C2003ABE13 /* LinuxMain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LinuxMain.swift; path = Tests/LinuxMain.swift; sourceTree = "<group>"; };
|
|
6C9233FE1E5307C2003ABE13 /* LinuxMain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = LinuxMain.swift; path = Tests/LinuxMain.swift; sourceTree = "<group>"; };
|
|
6CDCD8721D98BE7800A65866 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
6CDCD8721D98BE7800A65866 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
|
6CDCD8731D98BE7800A65866 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
|
6CDCD8731D98BE7800A65866 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
|
@@ -91,7 +92,6 @@
|
|
6CDCD8721D98BE7800A65866 /* README.md */,
|
|
6CDCD8721D98BE7800A65866 /* README.md */,
|
|
6CDCD8731D98BE7800A65866 /* LICENSE */,
|
|
6CDCD8731D98BE7800A65866 /* LICENSE */,
|
|
__PBXFileRef_Package.swift /* Package.swift */,
|
|
__PBXFileRef_Package.swift /* Package.swift */,
|
|
- 6C1C19C51FEEA37600371B6F /* Package@swift-4.swift */,
|
|
|
|
"_____Configs_" /* Configs */,
|
|
"_____Configs_" /* Configs */,
|
|
"_____Sources_" /* Sources */,
|
|
"_____Sources_" /* Sources */,
|
|
"_______Tests_" /* Tests */,
|
|
"_______Tests_" /* Tests */,
|
|
@@ -130,6 +130,7 @@
|
|
__PBXFileRef_Sources/Base32/Base16.swift /* Base16.swift */,
|
|
__PBXFileRef_Sources/Base32/Base16.swift /* Base16.swift */,
|
|
__PBXFileRef_Sources/Base32/Base32.swift /* Base32.swift */,
|
|
__PBXFileRef_Sources/Base32/Base32.swift /* Base32.swift */,
|
|
__PBXFileRef_Sources/Base32/StringExtension.swift /* StringExtension.swift */,
|
|
__PBXFileRef_Sources/Base32/StringExtension.swift /* StringExtension.swift */,
|
|
|
|
+ 6C5B22F7226029AC00C19E94 /* shim.swift */,
|
|
);
|
|
);
|
|
name = Base32;
|
|
name = Base32;
|
|
path = Sources/Base32;
|
|
path = Sources/Base32;
|
|
@@ -224,11 +225,22 @@
|
|
__RootObject_ /* Project object */ = {
|
|
__RootObject_ /* Project object */ = {
|
|
isa = PBXProject;
|
|
isa = PBXProject;
|
|
attributes = {
|
|
attributes = {
|
|
- LastUpgradeCheck = 0930;
|
|
|
|
|
|
+ LastUpgradeCheck = 1020;
|
|
|
|
+ TargetAttributes = {
|
|
|
|
+ "______Target_Base32" = {
|
|
|
|
+ LastSwiftMigration = 1020;
|
|
|
|
+ };
|
|
|
|
+ "______Target_Base32Tests" = {
|
|
|
|
+ LastSwiftMigration = 1020;
|
|
|
|
+ };
|
|
|
|
+ "______Target_SecEncodeTransformTests" = {
|
|
|
|
+ LastSwiftMigration = 1020;
|
|
|
|
+ };
|
|
|
|
+ };
|
|
};
|
|
};
|
|
buildConfigurationList = "___RootConfs_" /* Build configuration list for PBXProject "Base32" */;
|
|
buildConfigurationList = "___RootConfs_" /* Build configuration list for PBXProject "Base32" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
compatibilityVersion = "Xcode 3.2";
|
|
- developmentRegion = English;
|
|
|
|
|
|
+ developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
knownRegions = (
|
|
en,
|
|
en,
|
|
@@ -252,6 +264,7 @@
|
|
files = (
|
|
files = (
|
|
__src_cc_ref_Sources/Base32/Base16.swift /* Base16.swift in Sources */,
|
|
__src_cc_ref_Sources/Base32/Base16.swift /* Base16.swift in Sources */,
|
|
__src_cc_ref_Sources/Base32/Base32.swift /* Base32.swift in Sources */,
|
|
__src_cc_ref_Sources/Base32/Base32.swift /* Base32.swift in Sources */,
|
|
|
|
+ 6C5B22F8226029AC00C19E94 /* shim.swift in Sources */,
|
|
__src_cc_ref_Sources/Base32/StringExtension.swift /* StringExtension.swift in Sources */,
|
|
__src_cc_ref_Sources/Base32/StringExtension.swift /* StringExtension.swift in Sources */,
|
|
);
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|