Revert "Add Mac OSX target"
This commit is contained in:
parent
fd72bb66b4
commit
c22aa0270c
|
@ -22,21 +22,6 @@
|
||||||
2BD943341CB22107007D5FFC /* BrokenXMLDocument.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2BD943331CB22107007D5FFC /* BrokenXMLDocument.xml */; };
|
2BD943341CB22107007D5FFC /* BrokenXMLDocument.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2BD943331CB22107007D5FFC /* BrokenXMLDocument.xml */; };
|
||||||
2BD943361CB2210D007D5FFC /* XMLDocument.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2BD943351CB2210D007D5FFC /* XMLDocument.xml */; };
|
2BD943361CB2210D007D5FFC /* XMLDocument.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2BD943351CB2210D007D5FFC /* XMLDocument.xml */; };
|
||||||
2BD943381CB23CFE007D5FFC /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD943371CB23CFE007D5FFC /* Error.swift */; };
|
2BD943381CB23CFE007D5FFC /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD943371CB23CFE007D5FFC /* Error.swift */; };
|
||||||
E2B5C5361E5D5E9500A84793 /* SwiftyXMLParser.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2B5C52D1E5D5E9400A84793 /* SwiftyXMLParser.framework */; };
|
|
||||||
E2B5C5451E5D5F4400A84793 /* XML.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B6D924D1C7F059B000D2D06 /* XML.swift */; };
|
|
||||||
E2B5C5461E5D5F4600A84793 /* Element.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B6D924E1C7F059B000D2D06 /* Element.swift */; };
|
|
||||||
E2B5C5471E5D5F4800A84793 /* Accessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B6D924F1C7F059B000D2D06 /* Accessor.swift */; };
|
|
||||||
E2B5C5481E5D5F4A00A84793 /* Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B6D92501C7F059B000D2D06 /* Parser.swift */; };
|
|
||||||
E2B5C5491E5D5F4C00A84793 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD943371CB23CFE007D5FFC /* Error.swift */; };
|
|
||||||
E2B5C54A1E5D622A00A84793 /* SwiftyXMLParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B6D92421C7F0587000D2D06 /* SwiftyXMLParserTests.swift */; };
|
|
||||||
E2B5C54B1E5D622C00A84793 /* XMLTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD9432A1CB220E0007D5FFC /* XMLTests.swift */; };
|
|
||||||
E2B5C54C1E5D622E00A84793 /* ParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD9432C1CB220E5007D5FFC /* ParserTests.swift */; };
|
|
||||||
E2B5C54D1E5D623000A84793 /* AccessorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD9432E1CB220EA007D5FFC /* AccessorTests.swift */; };
|
|
||||||
E2B5C54E1E5D623200A84793 /* CustomOperatorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD943301CB220F1007D5FFC /* CustomOperatorTests.swift */; };
|
|
||||||
E2B5C5551E5D662A00A84793 /* SwiftyXMLParser-OSX.h in Headers */ = {isa = PBXBuildFile; fileRef = E2B5C5531E5D660400A84793 /* SwiftyXMLParser-OSX.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
||||||
E2B5C5621E5D8C4300A84793 /* XMLDocument.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2BD943351CB2210D007D5FFC /* XMLDocument.xml */; };
|
|
||||||
E2B5C5631E5D8C4600A84793 /* BrokenXMLDocument.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2BD943331CB22107007D5FFC /* BrokenXMLDocument.xml */; };
|
|
||||||
E2B5C5641E5D8C4800A84793 /* SimpleDocument.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2B225AAE1CBCBA40002282BD /* SimpleDocument.xml */; };
|
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
/* Begin PBXContainerItemProxy section */
|
/* Begin PBXContainerItemProxy section */
|
||||||
|
@ -47,13 +32,6 @@
|
||||||
remoteGlobalIDString = 2B6D92321C7F0587000D2D06;
|
remoteGlobalIDString = 2B6D92321C7F0587000D2D06;
|
||||||
remoteInfo = SwiftyXMLParser;
|
remoteInfo = SwiftyXMLParser;
|
||||||
};
|
};
|
||||||
E2B5C5371E5D5E9500A84793 /* PBXContainerItemProxy */ = {
|
|
||||||
isa = PBXContainerItemProxy;
|
|
||||||
containerPortal = 2B6D922A1C7F0587000D2D06 /* Project object */;
|
|
||||||
proxyType = 1;
|
|
||||||
remoteGlobalIDString = E2B5C52C1E5D5E9400A84793;
|
|
||||||
remoteInfo = "SwiftyXML OSX";
|
|
||||||
};
|
|
||||||
/* End PBXContainerItemProxy section */
|
/* End PBXContainerItemProxy section */
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
/* Begin PBXFileReference section */
|
||||||
|
@ -75,11 +53,6 @@
|
||||||
2BD943331CB22107007D5FFC /* BrokenXMLDocument.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = BrokenXMLDocument.xml; sourceTree = "<group>"; };
|
2BD943331CB22107007D5FFC /* BrokenXMLDocument.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = BrokenXMLDocument.xml; sourceTree = "<group>"; };
|
||||||
2BD943351CB2210D007D5FFC /* XMLDocument.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = XMLDocument.xml; sourceTree = "<group>"; };
|
2BD943351CB2210D007D5FFC /* XMLDocument.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = XMLDocument.xml; sourceTree = "<group>"; };
|
||||||
2BD943371CB23CFE007D5FFC /* Error.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Error.swift; sourceTree = "<group>"; };
|
2BD943371CB23CFE007D5FFC /* Error.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Error.swift; sourceTree = "<group>"; };
|
||||||
E2B5C52D1E5D5E9400A84793 /* SwiftyXMLParser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyXMLParser.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
E2B5C5351E5D5E9500A84793 /* SwiftyXML OSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftyXML OSXTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
E2B5C54F1E5D64CA00A84793 /* Info-OSX.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-OSX.plist"; sourceTree = "<group>"; };
|
|
||||||
E2B5C5511E5D64F300A84793 /* Info-OSX.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-OSX.plist"; sourceTree = "<group>"; };
|
|
||||||
E2B5C5531E5D660400A84793 /* SwiftyXMLParser-OSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SwiftyXMLParser-OSX.h"; sourceTree = "<group>"; };
|
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
@ -98,21 +71,6 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
E2B5C5291E5D5E9400A84793 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
E2B5C5321E5D5E9500A84793 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
E2B5C5361E5D5E9500A84793 /* SwiftyXMLParser.framework in Frameworks */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXFrameworksBuildPhase section */
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
/* Begin PBXGroup section */
|
||||||
|
@ -130,8 +88,6 @@
|
||||||
children = (
|
children = (
|
||||||
2B6D92331C7F0587000D2D06 /* SwiftyXMLParser.framework */,
|
2B6D92331C7F0587000D2D06 /* SwiftyXMLParser.framework */,
|
||||||
2B6D923D1C7F0587000D2D06 /* SwiftyXMLParserTests.xctest */,
|
2B6D923D1C7F0587000D2D06 /* SwiftyXMLParserTests.xctest */,
|
||||||
E2B5C52D1E5D5E9400A84793 /* SwiftyXMLParser.framework */,
|
|
||||||
E2B5C5351E5D5E9500A84793 /* SwiftyXML OSXTests.xctest */,
|
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
@ -139,7 +95,6 @@
|
||||||
2B6D92351C7F0587000D2D06 /* SwiftyXMLParser */ = {
|
2B6D92351C7F0587000D2D06 /* SwiftyXMLParser */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
E2B5C5531E5D660400A84793 /* SwiftyXMLParser-OSX.h */,
|
|
||||||
2B6D92361C7F0587000D2D06 /* SwiftyXMLParser.h */,
|
2B6D92361C7F0587000D2D06 /* SwiftyXMLParser.h */,
|
||||||
2B6D924D1C7F059B000D2D06 /* XML.swift */,
|
2B6D924D1C7F059B000D2D06 /* XML.swift */,
|
||||||
2B6D924E1C7F059B000D2D06 /* Element.swift */,
|
2B6D924E1C7F059B000D2D06 /* Element.swift */,
|
||||||
|
@ -147,7 +102,6 @@
|
||||||
2B6D92501C7F059B000D2D06 /* Parser.swift */,
|
2B6D92501C7F059B000D2D06 /* Parser.swift */,
|
||||||
2BD943371CB23CFE007D5FFC /* Error.swift */,
|
2BD943371CB23CFE007D5FFC /* Error.swift */,
|
||||||
2B6D92381C7F0587000D2D06 /* Info.plist */,
|
2B6D92381C7F0587000D2D06 /* Info.plist */,
|
||||||
E2B5C54F1E5D64CA00A84793 /* Info-OSX.plist */,
|
|
||||||
);
|
);
|
||||||
path = SwiftyXMLParser;
|
path = SwiftyXMLParser;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
@ -162,7 +116,6 @@
|
||||||
2BD9432E1CB220EA007D5FFC /* AccessorTests.swift */,
|
2BD9432E1CB220EA007D5FFC /* AccessorTests.swift */,
|
||||||
2BD943301CB220F1007D5FFC /* CustomOperatorTests.swift */,
|
2BD943301CB220F1007D5FFC /* CustomOperatorTests.swift */,
|
||||||
2B6D92441C7F0587000D2D06 /* Info.plist */,
|
2B6D92441C7F0587000D2D06 /* Info.plist */,
|
||||||
E2B5C5511E5D64F300A84793 /* Info-OSX.plist */,
|
|
||||||
);
|
);
|
||||||
path = SwiftyXMLParserTests;
|
path = SwiftyXMLParserTests;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
@ -188,14 +141,6 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
E2B5C52A1E5D5E9400A84793 /* Headers */ = {
|
|
||||||
isa = PBXHeadersBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
E2B5C5551E5D662A00A84793 /* SwiftyXMLParser-OSX.h in Headers */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXHeadersBuildPhase section */
|
/* End PBXHeadersBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
|
@ -235,49 +180,13 @@
|
||||||
productReference = 2B6D923D1C7F0587000D2D06 /* SwiftyXMLParserTests.xctest */;
|
productReference = 2B6D923D1C7F0587000D2D06 /* SwiftyXMLParserTests.xctest */;
|
||||||
productType = "com.apple.product-type.bundle.unit-test";
|
productType = "com.apple.product-type.bundle.unit-test";
|
||||||
};
|
};
|
||||||
E2B5C52C1E5D5E9400A84793 /* SwiftyXML OSX */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = E2B5C5421E5D5E9500A84793 /* Build configuration list for PBXNativeTarget "SwiftyXML OSX" */;
|
|
||||||
buildPhases = (
|
|
||||||
E2B5C5281E5D5E9400A84793 /* Sources */,
|
|
||||||
E2B5C5291E5D5E9400A84793 /* Frameworks */,
|
|
||||||
E2B5C52A1E5D5E9400A84793 /* Headers */,
|
|
||||||
E2B5C52B1E5D5E9400A84793 /* Resources */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
);
|
|
||||||
name = "SwiftyXML OSX";
|
|
||||||
productName = "SwiftyXML OSX";
|
|
||||||
productReference = E2B5C52D1E5D5E9400A84793 /* SwiftyXMLParser.framework */;
|
|
||||||
productType = "com.apple.product-type.framework";
|
|
||||||
};
|
|
||||||
E2B5C5341E5D5E9500A84793 /* SwiftyXML OSXTests */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = E2B5C5431E5D5E9500A84793 /* Build configuration list for PBXNativeTarget "SwiftyXML OSXTests" */;
|
|
||||||
buildPhases = (
|
|
||||||
E2B5C5311E5D5E9500A84793 /* Sources */,
|
|
||||||
E2B5C5321E5D5E9500A84793 /* Frameworks */,
|
|
||||||
E2B5C5331E5D5E9500A84793 /* Resources */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
E2B5C5381E5D5E9500A84793 /* PBXTargetDependency */,
|
|
||||||
);
|
|
||||||
name = "SwiftyXML OSXTests";
|
|
||||||
productName = "SwiftyXML OSXTests";
|
|
||||||
productReference = E2B5C5351E5D5E9500A84793 /* SwiftyXML OSXTests.xctest */;
|
|
||||||
productType = "com.apple.product-type.bundle.unit-test";
|
|
||||||
};
|
|
||||||
/* End PBXNativeTarget section */
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
/* Begin PBXProject section */
|
||||||
2B6D922A1C7F0587000D2D06 /* Project object */ = {
|
2B6D922A1C7F0587000D2D06 /* Project object */ = {
|
||||||
isa = PBXProject;
|
isa = PBXProject;
|
||||||
attributes = {
|
attributes = {
|
||||||
LastSwiftUpdateCheck = 0820;
|
LastSwiftUpdateCheck = 0720;
|
||||||
LastUpgradeCheck = 0800;
|
LastUpgradeCheck = 0800;
|
||||||
ORGANIZATIONNAME = "Yahoo! Japan";
|
ORGANIZATIONNAME = "Yahoo! Japan";
|
||||||
TargetAttributes = {
|
TargetAttributes = {
|
||||||
|
@ -289,14 +198,6 @@
|
||||||
CreatedOnToolsVersion = 7.2.1;
|
CreatedOnToolsVersion = 7.2.1;
|
||||||
LastSwiftMigration = 0800;
|
LastSwiftMigration = 0800;
|
||||||
};
|
};
|
||||||
E2B5C52C1E5D5E9400A84793 = {
|
|
||||||
CreatedOnToolsVersion = 8.2;
|
|
||||||
ProvisioningStyle = Automatic;
|
|
||||||
};
|
|
||||||
E2B5C5341E5D5E9500A84793 = {
|
|
||||||
CreatedOnToolsVersion = 8.2;
|
|
||||||
ProvisioningStyle = Automatic;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
buildConfigurationList = 2B6D922D1C7F0587000D2D06 /* Build configuration list for PBXProject "SwiftyXMLParser" */;
|
buildConfigurationList = 2B6D922D1C7F0587000D2D06 /* Build configuration list for PBXProject "SwiftyXMLParser" */;
|
||||||
|
@ -313,8 +214,6 @@
|
||||||
targets = (
|
targets = (
|
||||||
2B6D92321C7F0587000D2D06 /* SwiftyXMLParser */,
|
2B6D92321C7F0587000D2D06 /* SwiftyXMLParser */,
|
||||||
2B6D923C1C7F0587000D2D06 /* SwiftyXMLParserTests */,
|
2B6D923C1C7F0587000D2D06 /* SwiftyXMLParserTests */,
|
||||||
E2B5C52C1E5D5E9400A84793 /* SwiftyXML OSX */,
|
|
||||||
E2B5C5341E5D5E9500A84793 /* SwiftyXML OSXTests */,
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
/* End PBXProject section */
|
/* End PBXProject section */
|
||||||
|
@ -337,23 +236,6 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
E2B5C52B1E5D5E9400A84793 /* Resources */ = {
|
|
||||||
isa = PBXResourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
E2B5C5331E5D5E9500A84793 /* Resources */ = {
|
|
||||||
isa = PBXResourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
E2B5C5621E5D8C4300A84793 /* XMLDocument.xml in Resources */,
|
|
||||||
E2B5C5641E5D8C4800A84793 /* SimpleDocument.xml in Resources */,
|
|
||||||
E2B5C5631E5D8C4600A84793 /* BrokenXMLDocument.xml in Resources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXResourcesBuildPhase section */
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
@ -381,30 +263,6 @@
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
E2B5C5281E5D5E9400A84793 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
E2B5C5481E5D5F4A00A84793 /* Parser.swift in Sources */,
|
|
||||||
E2B5C5491E5D5F4C00A84793 /* Error.swift in Sources */,
|
|
||||||
E2B5C5451E5D5F4400A84793 /* XML.swift in Sources */,
|
|
||||||
E2B5C5461E5D5F4600A84793 /* Element.swift in Sources */,
|
|
||||||
E2B5C5471E5D5F4800A84793 /* Accessor.swift in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
E2B5C5311E5D5E9500A84793 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
E2B5C54E1E5D623200A84793 /* CustomOperatorTests.swift in Sources */,
|
|
||||||
E2B5C54D1E5D623000A84793 /* AccessorTests.swift in Sources */,
|
|
||||||
E2B5C54A1E5D622A00A84793 /* SwiftyXMLParserTests.swift in Sources */,
|
|
||||||
E2B5C54B1E5D622C00A84793 /* XMLTests.swift in Sources */,
|
|
||||||
E2B5C54C1E5D622E00A84793 /* ParserTests.swift in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXSourcesBuildPhase section */
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXTargetDependency section */
|
/* Begin PBXTargetDependency section */
|
||||||
|
@ -413,11 +271,6 @@
|
||||||
target = 2B6D92321C7F0587000D2D06 /* SwiftyXMLParser */;
|
target = 2B6D92321C7F0587000D2D06 /* SwiftyXMLParser */;
|
||||||
targetProxy = 2B6D923F1C7F0587000D2D06 /* PBXContainerItemProxy */;
|
targetProxy = 2B6D923F1C7F0587000D2D06 /* PBXContainerItemProxy */;
|
||||||
};
|
};
|
||||||
E2B5C5381E5D5E9500A84793 /* PBXTargetDependency */ = {
|
|
||||||
isa = PBXTargetDependency;
|
|
||||||
target = E2B5C52C1E5D5E9400A84793 /* SwiftyXML OSX */;
|
|
||||||
targetProxy = E2B5C5371E5D5E9500A84793 /* PBXContainerItemProxy */;
|
|
||||||
};
|
|
||||||
/* End PBXTargetDependency section */
|
/* End PBXTargetDependency section */
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
/* Begin XCBuildConfiguration section */
|
||||||
|
@ -576,92 +429,6 @@
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
E2B5C53E1E5D5E9500A84793 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
CLANG_ANALYZER_NONNULL = YES;
|
|
||||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
||||||
CODE_SIGN_IDENTITY = "-";
|
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
|
||||||
DEFINES_MODULE = YES;
|
|
||||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
||||||
DYLIB_CURRENT_VERSION = 1;
|
|
||||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
||||||
FRAMEWORK_VERSION = A;
|
|
||||||
INFOPLIST_FILE = "SwiftyXMLParser/Info-OSX.plist";
|
|
||||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.12;
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = jp.co.yahoo.shopping.SwiftyXMLParser;
|
|
||||||
PRODUCT_NAME = "$(PROJECT_NAME)";
|
|
||||||
SDKROOT = macosx;
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
E2B5C53F1E5D5E9500A84793 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
CLANG_ANALYZER_NONNULL = YES;
|
|
||||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
||||||
CODE_SIGN_IDENTITY = "-";
|
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
|
||||||
DEFINES_MODULE = YES;
|
|
||||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
|
||||||
DYLIB_CURRENT_VERSION = 1;
|
|
||||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
|
||||||
FRAMEWORK_VERSION = A;
|
|
||||||
INFOPLIST_FILE = "SwiftyXMLParser/Info-OSX.plist";
|
|
||||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.12;
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = jp.co.yahoo.shopping.SwiftyXMLParser;
|
|
||||||
PRODUCT_NAME = "$(PROJECT_NAME)";
|
|
||||||
SDKROOT = macosx;
|
|
||||||
SKIP_INSTALL = YES;
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
E2B5C5401E5D5E9500A84793 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
||||||
CLANG_ANALYZER_NONNULL = YES;
|
|
||||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
||||||
CODE_SIGN_IDENTITY = "-";
|
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
|
||||||
INFOPLIST_FILE = "SwiftyXMLParserTests/Info-OSX.plist";
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.12;
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "jp.co.yahoo.shopping.SwiftyXMLParser.SwiftyXML-OSXTests";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SDKROOT = macosx;
|
|
||||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
E2B5C5411E5D5E9500A84793 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
|
|
||||||
CLANG_ANALYZER_NONNULL = YES;
|
|
||||||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
||||||
CODE_SIGN_IDENTITY = "-";
|
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
|
||||||
INFOPLIST_FILE = "SwiftyXMLParserTests/Info-OSX.plist";
|
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.12;
|
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "jp.co.yahoo.shopping.SwiftyXMLParser.SwiftyXML-OSXTests";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
SDKROOT = macosx;
|
|
||||||
SWIFT_VERSION = 3.0;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
/* End XCBuildConfiguration section */
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
/* Begin XCConfigurationList section */
|
||||||
|
@ -692,24 +459,6 @@
|
||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
E2B5C5421E5D5E9500A84793 /* Build configuration list for PBXNativeTarget "SwiftyXML OSX" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
E2B5C53E1E5D5E9500A84793 /* Debug */,
|
|
||||||
E2B5C53F1E5D5E9500A84793 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
E2B5C5431E5D5E9500A84793 /* Build configuration list for PBXNativeTarget "SwiftyXML OSXTests" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
E2B5C5401E5D5E9500A84793 /* Debug */,
|
|
||||||
E2B5C5411E5D5E9500A84793 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
};
|
};
|
||||||
rootObject = 2B6D922A1C7F0587000D2D06 /* Project object */;
|
rootObject = 2B6D922A1C7F0587000D2D06 /* Project object */;
|
||||||
|
|
|
@ -1,99 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Scheme
|
|
||||||
LastUpgradeVersion = "0820"
|
|
||||||
version = "1.3">
|
|
||||||
<BuildAction
|
|
||||||
parallelizeBuildables = "YES"
|
|
||||||
buildImplicitDependencies = "YES">
|
|
||||||
<BuildActionEntries>
|
|
||||||
<BuildActionEntry
|
|
||||||
buildForTesting = "YES"
|
|
||||||
buildForRunning = "YES"
|
|
||||||
buildForProfiling = "YES"
|
|
||||||
buildForArchiving = "YES"
|
|
||||||
buildForAnalyzing = "YES">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "E2B5C52C1E5D5E9400A84793"
|
|
||||||
BuildableName = "SwiftyXMLParser.framework"
|
|
||||||
BlueprintName = "SwiftyXML OSX"
|
|
||||||
ReferencedContainer = "container:SwiftyXMLParser.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</BuildActionEntry>
|
|
||||||
</BuildActionEntries>
|
|
||||||
</BuildAction>
|
|
||||||
<TestAction
|
|
||||||
buildConfiguration = "Debug"
|
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES">
|
|
||||||
<Testables>
|
|
||||||
<TestableReference
|
|
||||||
skipped = "NO">
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "E2B5C5341E5D5E9500A84793"
|
|
||||||
BuildableName = "SwiftyXML OSXTests.xctest"
|
|
||||||
BlueprintName = "SwiftyXML OSXTests"
|
|
||||||
ReferencedContainer = "container:SwiftyXMLParser.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</TestableReference>
|
|
||||||
</Testables>
|
|
||||||
<MacroExpansion>
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "E2B5C52C1E5D5E9400A84793"
|
|
||||||
BuildableName = "SwiftyXMLParser.framework"
|
|
||||||
BlueprintName = "SwiftyXML OSX"
|
|
||||||
ReferencedContainer = "container:SwiftyXMLParser.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</MacroExpansion>
|
|
||||||
<AdditionalOptions>
|
|
||||||
</AdditionalOptions>
|
|
||||||
</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">
|
|
||||||
<MacroExpansion>
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "E2B5C52C1E5D5E9400A84793"
|
|
||||||
BuildableName = "SwiftyXMLParser.framework"
|
|
||||||
BlueprintName = "SwiftyXML OSX"
|
|
||||||
ReferencedContainer = "container:SwiftyXMLParser.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</MacroExpansion>
|
|
||||||
<AdditionalOptions>
|
|
||||||
</AdditionalOptions>
|
|
||||||
</LaunchAction>
|
|
||||||
<ProfileAction
|
|
||||||
buildConfiguration = "Release"
|
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
|
||||||
savedToolIdentifier = ""
|
|
||||||
useCustomWorkingDirectory = "NO"
|
|
||||||
debugDocumentVersioning = "YES">
|
|
||||||
<MacroExpansion>
|
|
||||||
<BuildableReference
|
|
||||||
BuildableIdentifier = "primary"
|
|
||||||
BlueprintIdentifier = "E2B5C52C1E5D5E9400A84793"
|
|
||||||
BuildableName = "SwiftyXMLParser.framework"
|
|
||||||
BlueprintName = "SwiftyXML OSX"
|
|
||||||
ReferencedContainer = "container:SwiftyXMLParser.xcodeproj">
|
|
||||||
</BuildableReference>
|
|
||||||
</MacroExpansion>
|
|
||||||
</ProfileAction>
|
|
||||||
<AnalyzeAction
|
|
||||||
buildConfiguration = "Debug">
|
|
||||||
</AnalyzeAction>
|
|
||||||
<ArchiveAction
|
|
||||||
buildConfiguration = "Release"
|
|
||||||
revealArchiveInOrganizer = "YES">
|
|
||||||
</ArchiveAction>
|
|
||||||
</Scheme>
|
|
|
@ -1,26 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>en</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>$(PRODUCT_NAME)</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>FMWK</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
||||||
<key>NSHumanReadableCopyright</key>
|
|
||||||
<string>Copyright © 2017年 Yahoo! Japan. All rights reserved.</string>
|
|
||||||
<key>NSPrincipalClass</key>
|
|
||||||
<string></string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
|
@ -1,19 +0,0 @@
|
||||||
//
|
|
||||||
// SwiftyXML MacOS.h
|
|
||||||
// SwiftyXML MacOS
|
|
||||||
//
|
|
||||||
// Created by bono.yusuke on 2017/02/22.
|
|
||||||
// Copyright © 2017年 Yahoo! Japan. All rights reserved.
|
|
||||||
//
|
|
||||||
|
|
||||||
#import <Cocoa/Cocoa.h>
|
|
||||||
|
|
||||||
//! Project version number for SwiftyXML MacOS.
|
|
||||||
FOUNDATION_EXPORT double SwiftyXMLParserVersionNumber;
|
|
||||||
|
|
||||||
//! Project version string for SwiftyXML MacOS.
|
|
||||||
FOUNDATION_EXPORT const unsigned char SwiftyXMLParserVersionString[];
|
|
||||||
|
|
||||||
// In this header, you should import all the public headers of your framework using statements like #import <SwiftyXML_MacOS/PublicHeader.h>
|
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import UIKit
|
||||||
import XCTest
|
import XCTest
|
||||||
@testable import SwiftyXMLParser
|
@testable import SwiftyXMLParser
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import UIKit
|
||||||
import XCTest
|
import XCTest
|
||||||
@testable import SwiftyXMLParser
|
@testable import SwiftyXMLParser
|
||||||
|
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
|
||||||
<string>en</string>
|
|
||||||
<key>CFBundleExecutable</key>
|
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
|
||||||
<key>CFBundleIdentifier</key>
|
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
|
||||||
<string>6.0</string>
|
|
||||||
<key>CFBundleName</key>
|
|
||||||
<string>$(PRODUCT_NAME)</string>
|
|
||||||
<key>CFBundlePackageType</key>
|
|
||||||
<string>BNDL</string>
|
|
||||||
<key>CFBundleShortVersionString</key>
|
|
||||||
<string>1.0</string>
|
|
||||||
<key>CFBundleVersion</key>
|
|
||||||
<string>1</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
|
@ -22,7 +22,7 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import UIKit
|
||||||
import XCTest
|
import XCTest
|
||||||
@testable import SwiftyXMLParser
|
@testable import SwiftyXMLParser
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
* THE SOFTWARE.
|
* THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import UIKit
|
||||||
import XCTest
|
import XCTest
|
||||||
@testable import SwiftyXMLParser
|
@testable import SwiftyXMLParser
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue