Edit
This commit is contained in:
parent
201d1d4e30
commit
aa464137ea
|
@ -59,7 +59,7 @@
|
|||
8CD500DE1DAEC9FF002270FC /* TokeniserState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD500DD1DAEC9FF002270FC /* TokeniserState.swift */; };
|
||||
8CE2D93F1DB2796C00C7BDE3 /* Cleaner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CE2D93E1DB2796C00C7BDE3 /* Cleaner.swift */; };
|
||||
8CE2D9411DB27CAD00C7BDE3 /* Tag.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CE2D9401DB27CAD00C7BDE3 /* Tag.swift */; };
|
||||
8CE418201DAA54A900240B42 /* SwiftSoup.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CE418161DAA54A900240B42 /* SwiftSoup.framework */; };
|
||||
8CE418201DAA54A900240B42 /* SwiftSoup-iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8CE418161DAA54A900240B42 /* SwiftSoup-iOS.framework */; };
|
||||
8CE418271DAA54A900240B42 /* SwiftSoup.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE418191DAA54A900240B42 /* SwiftSoup.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
8CE418591DAA568600240B42 /* Connection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CE418301DAA568600240B42 /* Connection.swift */; };
|
||||
8CE4185A1DAA568600240B42 /* DataUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CE418321DAA568600240B42 /* DataUtil.swift */; };
|
||||
|
@ -211,7 +211,7 @@
|
|||
8CD500DD1DAEC9FF002270FC /* TokeniserState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokeniserState.swift; sourceTree = "<group>"; };
|
||||
8CE2D93E1DB2796C00C7BDE3 /* Cleaner.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Cleaner.swift; sourceTree = "<group>"; };
|
||||
8CE2D9401DB27CAD00C7BDE3 /* Tag.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tag.swift; sourceTree = "<group>"; };
|
||||
8CE418161DAA54A900240B42 /* SwiftSoup.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftSoup.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8CE418161DAA54A900240B42 /* SwiftSoup-iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "SwiftSoup-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8CE418191DAA54A900240B42 /* SwiftSoup.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftSoup.h; sourceTree = "<group>"; };
|
||||
8CE4181A1DAA54A900240B42 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
8CE4181F1DAA54A900240B42 /* SwiftSoupTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftSoupTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
|
@ -245,7 +245,7 @@
|
|||
8CE418571DAA568600240B42 /* SwiftSoup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftSoup.swift; sourceTree = "<group>"; };
|
||||
8CEA29581DAC112B0064A341 /* CharacterReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CharacterReader.swift; sourceTree = "<group>"; };
|
||||
8CEA295A1DAC23820064A341 /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
|
||||
BD3B5BA91FBED933001FDB3B /* SwiftSoupMac.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftSoupMac.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
BD3B5BA91FBED933001FDB3B /* SwiftSoup-macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = "SwiftSoup-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
BD3B5BAA1FBED934001FDB3B /* InfoMac.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = InfoMac.plist; path = /Users/nabil/Documents/nabil/SwiftSoup/Sources/InfoMac.plist; sourceTree = "<absolute>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
@ -261,7 +261,7 @@
|
|||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
8CE418201DAA54A900240B42 /* SwiftSoup.framework in Frameworks */,
|
||||
8CE418201DAA54A900240B42 /* SwiftSoup-iOS.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
@ -399,9 +399,9 @@
|
|||
8CE418171DAA54A900240B42 /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8CE418161DAA54A900240B42 /* SwiftSoup.framework */,
|
||||
8CE418161DAA54A900240B42 /* SwiftSoup-iOS.framework */,
|
||||
8CE4181F1DAA54A900240B42 /* SwiftSoupTests.xctest */,
|
||||
BD3B5BA91FBED933001FDB3B /* SwiftSoupMac.framework */,
|
||||
BD3B5BA91FBED933001FDB3B /* SwiftSoup-macOS.framework */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
|
@ -505,9 +505,9 @@
|
|||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
8CE418151DAA54A900240B42 /* SwiftSoup */ = {
|
||||
8CE418151DAA54A900240B42 /* SwiftSoup-iOS */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = 8CE4182A1DAA54A900240B42 /* Build configuration list for PBXNativeTarget "SwiftSoup" */;
|
||||
buildConfigurationList = 8CE4182A1DAA54A900240B42 /* Build configuration list for PBXNativeTarget "SwiftSoup-iOS" */;
|
||||
buildPhases = (
|
||||
8CE418111DAA54A900240B42 /* Sources */,
|
||||
8CE418121DAA54A900240B42 /* Frameworks */,
|
||||
|
@ -518,9 +518,9 @@
|
|||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = SwiftSoup;
|
||||
name = "SwiftSoup-iOS";
|
||||
productName = SwiftSoup;
|
||||
productReference = 8CE418161DAA54A900240B42 /* SwiftSoup.framework */;
|
||||
productReference = 8CE418161DAA54A900240B42 /* SwiftSoup-iOS.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
8CE4181E1DAA54A900240B42 /* SwiftSoupTests */ = {
|
||||
|
@ -541,9 +541,9 @@
|
|||
productReference = 8CE4181F1DAA54A900240B42 /* SwiftSoupTests.xctest */;
|
||||
productType = "com.apple.product-type.bundle.unit-test";
|
||||
};
|
||||
BD3B5B681FBED933001FDB3B /* SwiftSoupMac */ = {
|
||||
BD3B5B681FBED933001FDB3B /* SwiftSoup-macOS */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = BD3B5BA61FBED933001FDB3B /* Build configuration list for PBXNativeTarget "SwiftSoupMac" */;
|
||||
buildConfigurationList = BD3B5BA61FBED933001FDB3B /* Build configuration list for PBXNativeTarget "SwiftSoup-macOS" */;
|
||||
buildPhases = (
|
||||
BD3B5B691FBED933001FDB3B /* Sources */,
|
||||
BD3B5BA21FBED933001FDB3B /* Frameworks */,
|
||||
|
@ -554,9 +554,9 @@
|
|||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = SwiftSoupMac;
|
||||
name = "SwiftSoup-macOS";
|
||||
productName = SwiftSoup;
|
||||
productReference = BD3B5BA91FBED933001FDB3B /* SwiftSoupMac.framework */;
|
||||
productReference = BD3B5BA91FBED933001FDB3B /* SwiftSoup-macOS.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
@ -572,7 +572,7 @@
|
|||
8CE418151DAA54A900240B42 = {
|
||||
CreatedOnToolsVersion = 8.0;
|
||||
LastSwiftMigration = 0900;
|
||||
ProvisioningStyle = Automatic;
|
||||
ProvisioningStyle = Manual;
|
||||
};
|
||||
8CE4181E1DAA54A900240B42 = {
|
||||
CreatedOnToolsVersion = 8.0;
|
||||
|
@ -593,8 +593,8 @@
|
|||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
8CE418151DAA54A900240B42 /* SwiftSoup */,
|
||||
BD3B5B681FBED933001FDB3B /* SwiftSoupMac */,
|
||||
8CE418151DAA54A900240B42 /* SwiftSoup-iOS */,
|
||||
BD3B5B681FBED933001FDB3B /* SwiftSoup-macOS */,
|
||||
8CE4181E1DAA54A900240B42 /* SwiftSoupTests */,
|
||||
);
|
||||
};
|
||||
|
@ -787,7 +787,7 @@
|
|||
/* Begin PBXTargetDependency section */
|
||||
8CE418221DAA54A900240B42 /* PBXTargetDependency */ = {
|
||||
isa = PBXTargetDependency;
|
||||
target = 8CE418151DAA54A900240B42 /* SwiftSoup */;
|
||||
target = 8CE418151DAA54A900240B42 /* SwiftSoup-iOS */;
|
||||
targetProxy = 8CE418211DAA54A900240B42 /* PBXContainerItemProxy */;
|
||||
};
|
||||
/* End PBXTargetDependency section */
|
||||
|
@ -916,7 +916,9 @@
|
|||
CLANG_ANALYZER_OBJC_UNUSED_IVARS = NO;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
DEFINES_MODULE = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
|
@ -925,10 +927,11 @@
|
|||
GCC_WARN_UNUSED_VARIABLE = NO;
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.scinfu.SwiftSoup;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
|
@ -943,7 +946,9 @@
|
|||
CLANG_ANALYZER_OBJC_UNUSED_IVARS = NO;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
DEFINES_MODULE = YES;
|
||||
DEVELOPMENT_TEAM = "";
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
DYLIB_INSTALL_NAME_BASE = "@rpath";
|
||||
|
@ -952,10 +957,11 @@
|
|||
GCC_WARN_UNUSED_VARIABLE = NO;
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
|
||||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.scinfu.SwiftSoup;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SDKROOT = iphoneos;
|
||||
SKIP_INSTALL = YES;
|
||||
SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
|
||||
|
@ -1024,6 +1030,7 @@
|
|||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.scinfu.SwiftSoup;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = macosx;
|
||||
|
@ -1052,6 +1059,7 @@
|
|||
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
||||
MACH_O_TYPE = mh_dylib;
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.10;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.scinfu.SwiftSoup;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SDKROOT = macosx;
|
||||
|
@ -1073,7 +1081,7 @@
|
|||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
8CE4182A1DAA54A900240B42 /* Build configuration list for PBXNativeTarget "SwiftSoup" */ = {
|
||||
8CE4182A1DAA54A900240B42 /* Build configuration list for PBXNativeTarget "SwiftSoup-iOS" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
8CE4182B1DAA54A900240B42 /* Debug */,
|
||||
|
@ -1091,7 +1099,7 @@
|
|||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
BD3B5BA61FBED933001FDB3B /* Build configuration list for PBXNativeTarget "SwiftSoupMac" */ = {
|
||||
BD3B5BA61FBED933001FDB3B /* Build configuration list for PBXNativeTarget "SwiftSoup-macOS" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
BD3B5BA71FBED933001FDB3B /* Debug */,
|
||||
|
|
Loading…
Reference in New Issue