forked from whitesmith/WSTagsField
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bbf3814
commit 4b19844
Showing
9 changed files
with
638 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,381 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 46; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
D7F33FF61D2A7378003F0082 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7F33FF51D2A7378003F0082 /* AppDelegate.swift */; }; | ||
D7F33FF81D2A7378003F0082 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7F33FF71D2A7378003F0082 /* ViewController.swift */; }; | ||
D7F33FFB1D2A7378003F0082 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D7F33FF91D2A7378003F0082 /* Main.storyboard */; }; | ||
D7F33FFD1D2A7378003F0082 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D7F33FFC1D2A7378003F0082 /* Assets.xcassets */; }; | ||
D7F340001D2A7378003F0082 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D7F33FFE1D2A7378003F0082 /* LaunchScreen.storyboard */; }; | ||
D7F340101D2A7416003F0082 /* WSTagsField.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7F3400D1D2A7407003F0082 /* WSTagsField.framework */; }; | ||
D7F340111D2A7416003F0082 /* WSTagsField.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D7F3400D1D2A7407003F0082 /* WSTagsField.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXContainerItemProxy section */ | ||
D7F3400C1D2A7407003F0082 /* PBXContainerItemProxy */ = { | ||
isa = PBXContainerItemProxy; | ||
containerPortal = D7F340071D2A7407003F0082 /* WSTagsField.xcodeproj */; | ||
proxyType = 2; | ||
remoteGlobalIDString = D78C9FEF1D2A6AFD004F4BFF; | ||
remoteInfo = WSTagsField; | ||
}; | ||
D7F3400E1D2A7407003F0082 /* PBXContainerItemProxy */ = { | ||
isa = PBXContainerItemProxy; | ||
containerPortal = D7F340071D2A7407003F0082 /* WSTagsField.xcodeproj */; | ||
proxyType = 2; | ||
remoteGlobalIDString = D78C9FF91D2A6AFD004F4BFF; | ||
remoteInfo = WSTagsFieldTests; | ||
}; | ||
D7F340121D2A7416003F0082 /* PBXContainerItemProxy */ = { | ||
isa = PBXContainerItemProxy; | ||
containerPortal = D7F340071D2A7407003F0082 /* WSTagsField.xcodeproj */; | ||
proxyType = 1; | ||
remoteGlobalIDString = D78C9FEE1D2A6AFD004F4BFF; | ||
remoteInfo = WSTagsField; | ||
}; | ||
/* End PBXContainerItemProxy section */ | ||
|
||
/* Begin PBXCopyFilesBuildPhase section */ | ||
D7F340141D2A7416003F0082 /* Embed Frameworks */ = { | ||
isa = PBXCopyFilesBuildPhase; | ||
buildActionMask = 2147483647; | ||
dstPath = ""; | ||
dstSubfolderSpec = 10; | ||
files = ( | ||
D7F340111D2A7416003F0082 /* WSTagsField.framework in Embed Frameworks */, | ||
); | ||
name = "Embed Frameworks"; | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXCopyFilesBuildPhase section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
D7F33FF21D2A7378003F0082 /* WSTagsFieldExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WSTagsFieldExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
D7F33FF51D2A7378003F0082 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; | ||
D7F33FF71D2A7378003F0082 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; | ||
D7F33FFA1D2A7378003F0082 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | ||
D7F33FFC1D2A7378003F0082 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | ||
D7F33FFF1D2A7378003F0082 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | ||
D7F340011D2A7378003F0082 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
D7F340071D2A7407003F0082 /* WSTagsField.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = WSTagsField.xcodeproj; path = ../WSTagsField.xcodeproj; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
D7F33FEF1D2A7378003F0082 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
D7F340101D2A7416003F0082 /* WSTagsField.framework in Frameworks */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
D7F33FE91D2A7378003F0082 = { | ||
isa = PBXGroup; | ||
children = ( | ||
D7F33FF41D2A7378003F0082 /* WSTagsFieldExample */, | ||
D7F33FF31D2A7378003F0082 /* Products */, | ||
D7F340071D2A7407003F0082 /* WSTagsField.xcodeproj */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
D7F33FF31D2A7378003F0082 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
D7F33FF21D2A7378003F0082 /* WSTagsFieldExample.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
D7F33FF41D2A7378003F0082 /* WSTagsFieldExample */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
D7F33FF51D2A7378003F0082 /* AppDelegate.swift */, | ||
D7F33FF71D2A7378003F0082 /* ViewController.swift */, | ||
D7F33FF91D2A7378003F0082 /* Main.storyboard */, | ||
D7F33FFC1D2A7378003F0082 /* Assets.xcassets */, | ||
D7F33FFE1D2A7378003F0082 /* LaunchScreen.storyboard */, | ||
D7F340011D2A7378003F0082 /* Info.plist */, | ||
); | ||
path = WSTagsFieldExample; | ||
sourceTree = "<group>"; | ||
}; | ||
D7F340081D2A7407003F0082 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
D7F3400D1D2A7407003F0082 /* WSTagsField.framework */, | ||
D7F3400F1D2A7407003F0082 /* WSTagsFieldTests.xctest */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
D7F33FF11D2A7378003F0082 /* WSTagsFieldExample */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = D7F340041D2A7378003F0082 /* Build configuration list for PBXNativeTarget "WSTagsFieldExample" */; | ||
buildPhases = ( | ||
D7F33FEE1D2A7378003F0082 /* Sources */, | ||
D7F33FEF1D2A7378003F0082 /* Frameworks */, | ||
D7F33FF01D2A7378003F0082 /* Resources */, | ||
D7F340141D2A7416003F0082 /* Embed Frameworks */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
D7F340131D2A7416003F0082 /* PBXTargetDependency */, | ||
); | ||
name = WSTagsFieldExample; | ||
productName = WSTagsFieldExample; | ||
productReference = D7F33FF21D2A7378003F0082 /* WSTagsFieldExample.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
D7F33FEA1D2A7378003F0082 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastSwiftUpdateCheck = 0730; | ||
LastUpgradeCheck = 0730; | ||
ORGANIZATIONNAME = Whitesmith; | ||
TargetAttributes = { | ||
D7F33FF11D2A7378003F0082 = { | ||
CreatedOnToolsVersion = 7.3.1; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = D7F33FED1D2A7378003F0082 /* Build configuration list for PBXProject "WSTagsFieldExample" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = D7F33FE91D2A7378003F0082; | ||
productRefGroup = D7F33FF31D2A7378003F0082 /* Products */; | ||
projectDirPath = ""; | ||
projectReferences = ( | ||
{ | ||
ProductGroup = D7F340081D2A7407003F0082 /* Products */; | ||
ProjectRef = D7F340071D2A7407003F0082 /* WSTagsField.xcodeproj */; | ||
}, | ||
); | ||
projectRoot = ""; | ||
targets = ( | ||
D7F33FF11D2A7378003F0082 /* WSTagsFieldExample */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXReferenceProxy section */ | ||
D7F3400D1D2A7407003F0082 /* WSTagsField.framework */ = { | ||
isa = PBXReferenceProxy; | ||
fileType = wrapper.framework; | ||
path = WSTagsField.framework; | ||
remoteRef = D7F3400C1D2A7407003F0082 /* PBXContainerItemProxy */; | ||
sourceTree = BUILT_PRODUCTS_DIR; | ||
}; | ||
D7F3400F1D2A7407003F0082 /* WSTagsFieldTests.xctest */ = { | ||
isa = PBXReferenceProxy; | ||
fileType = wrapper.cfbundle; | ||
path = WSTagsFieldTests.xctest; | ||
remoteRef = D7F3400E1D2A7407003F0082 /* PBXContainerItemProxy */; | ||
sourceTree = BUILT_PRODUCTS_DIR; | ||
}; | ||
/* End PBXReferenceProxy section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
D7F33FF01D2A7378003F0082 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
D7F340001D2A7378003F0082 /* LaunchScreen.storyboard in Resources */, | ||
D7F33FFD1D2A7378003F0082 /* Assets.xcassets in Resources */, | ||
D7F33FFB1D2A7378003F0082 /* Main.storyboard in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
D7F33FEE1D2A7378003F0082 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
D7F33FF81D2A7378003F0082 /* ViewController.swift in Sources */, | ||
D7F33FF61D2A7378003F0082 /* AppDelegate.swift in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXTargetDependency section */ | ||
D7F340131D2A7416003F0082 /* PBXTargetDependency */ = { | ||
isa = PBXTargetDependency; | ||
name = WSTagsField; | ||
targetProxy = D7F340121D2A7416003F0082 /* PBXContainerItemProxy */; | ||
}; | ||
/* End PBXTargetDependency section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
D7F33FF91D2A7378003F0082 /* Main.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
D7F33FFA1D2A7378003F0082 /* Base */, | ||
); | ||
name = Main.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
D7F33FFE1D2A7378003F0082 /* LaunchScreen.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
D7F33FFF1D2A7378003F0082 /* Base */, | ||
); | ||
name = LaunchScreen.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
D7F340021D2A7378003F0082 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_ANALYZER_NONNULL = YES; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_WARN_BOOL_CONVERSION = YES; | ||
CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
DEBUG_INFORMATION_FORMAT = dwarf; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
ENABLE_TESTABILITY = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_DYNAMIC_NO_PIC = NO; | ||
GCC_NO_COMMON_BLOCKS = YES; | ||
GCC_OPTIMIZATION_LEVEL = 0; | ||
GCC_PREPROCESSOR_DEFINITIONS = ( | ||
"DEBUG=1", | ||
"$(inherited)", | ||
); | ||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.3; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
}; | ||
name = Debug; | ||
}; | ||
D7F340031D2A7378003F0082 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_ANALYZER_NONNULL = YES; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_WARN_BOOL_CONVERSION = YES; | ||
CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu99; | ||
GCC_NO_COMMON_BLOCKS = YES; | ||
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; | ||
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; | ||
GCC_WARN_UNDECLARED_SELECTOR = YES; | ||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; | ||
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IPHONEOS_DEPLOYMENT_TARGET = 9.3; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
SDKROOT = iphoneos; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
}; | ||
D7F340051D2A7378003F0082 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; | ||
INFOPLIST_FILE = WSTagsFieldExample/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSTagsFieldExample; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
}; | ||
name = Debug; | ||
}; | ||
D7F340061D2A7378003F0082 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES; | ||
INFOPLIST_FILE = WSTagsFieldExample/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = co.whitesmith.WSTagsFieldExample; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
D7F33FED1D2A7378003F0082 /* Build configuration list for PBXProject "WSTagsFieldExample" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
D7F340021D2A7378003F0082 /* Debug */, | ||
D7F340031D2A7378003F0082 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
D7F340041D2A7378003F0082 /* Build configuration list for PBXNativeTarget "WSTagsFieldExample" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
D7F340051D2A7378003F0082 /* Debug */, | ||
D7F340061D2A7378003F0082 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = D7F33FEA1D2A7378003F0082 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
Example/WSTagsFieldExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.