-
Notifications
You must be signed in to change notification settings - Fork 16
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
Tejas Ardeshna
authored and
Tejas Ardeshna
committed
Nov 3, 2017
1 parent
4487724
commit b0f656e
Showing
13 changed files
with
1,013 additions
and
0 deletions.
There are no files selected for viewing
363 changes: 363 additions & 0 deletions
363
TJBioAuthentication/TJBioAuthentication.xcodeproj/project.pbxproj
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,363 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 48; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
B854ECEA1FACC5FD006225B0 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B854ECE91FACC5FD006225B0 /* AppDelegate.swift */; }; | ||
B854ECEC1FACC5FD006225B0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B854ECEB1FACC5FD006225B0 /* ViewController.swift */; }; | ||
B854ECEF1FACC5FD006225B0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B854ECED1FACC5FD006225B0 /* Main.storyboard */; }; | ||
B854ECF11FACC5FD006225B0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B854ECF01FACC5FD006225B0 /* Assets.xcassets */; }; | ||
B854ECF41FACC5FD006225B0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B854ECF21FACC5FD006225B0 /* LaunchScreen.storyboard */; }; | ||
B854ED031FACC633006225B0 /* alertHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B854ECFC1FACC633006225B0 /* alertHelper.swift */; }; | ||
B854ED041FACC633006225B0 /* keyBoardHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B854ECFD1FACC633006225B0 /* keyBoardHelper.swift */; }; | ||
B854ED0B1FACC65C006225B0 /* TJAuthErrors.swift in Sources */ = {isa = PBXBuildFile; fileRef = B854ED081FACC65C006225B0 /* TJAuthErrors.swift */; }; | ||
B854ED0C1FACC65C006225B0 /* TJBioAuthenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = B854ED091FACC65C006225B0 /* TJBioAuthenticator.swift */; }; | ||
B854ED0D1FACC65C006225B0 /* TJDefaultMessages.swift in Sources */ = {isa = PBXBuildFile; fileRef = B854ED0A1FACC65C006225B0 /* TJDefaultMessages.swift */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
B854ECE61FACC5FD006225B0 /* TJBioAuthentication.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TJBioAuthentication.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
B854ECE91FACC5FD006225B0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; | ||
B854ECEB1FACC5FD006225B0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; | ||
B854ECEE1FACC5FD006225B0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | ||
B854ECF01FACC5FD006225B0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | ||
B854ECF31FACC5FD006225B0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | ||
B854ECF51FACC5FD006225B0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
B854ECFC1FACC633006225B0 /* alertHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = alertHelper.swift; sourceTree = "<group>"; }; | ||
B854ECFD1FACC633006225B0 /* keyBoardHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = keyBoardHelper.swift; sourceTree = "<group>"; }; | ||
B854ED081FACC65C006225B0 /* TJAuthErrors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TJAuthErrors.swift; sourceTree = "<group>"; }; | ||
B854ED091FACC65C006225B0 /* TJBioAuthenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TJBioAuthenticator.swift; sourceTree = "<group>"; }; | ||
B854ED0A1FACC65C006225B0 /* TJDefaultMessages.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TJDefaultMessages.swift; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
B854ECE31FACC5FD006225B0 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
B854ECDD1FACC5FD006225B0 = { | ||
isa = PBXGroup; | ||
children = ( | ||
B854ECE81FACC5FD006225B0 /* TJBioAuthentication */, | ||
B854ECE71FACC5FD006225B0 /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
B854ECE71FACC5FD006225B0 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
B854ECE61FACC5FD006225B0 /* TJBioAuthentication.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
B854ECE81FACC5FD006225B0 /* TJBioAuthentication */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
B854ED071FACC65C006225B0 /* BioAuth */, | ||
B854ECFB1FACC633006225B0 /* Extensions */, | ||
B854ECE91FACC5FD006225B0 /* AppDelegate.swift */, | ||
B854ECEB1FACC5FD006225B0 /* ViewController.swift */, | ||
B854ECED1FACC5FD006225B0 /* Main.storyboard */, | ||
B854ECF01FACC5FD006225B0 /* Assets.xcassets */, | ||
B854ECF21FACC5FD006225B0 /* LaunchScreen.storyboard */, | ||
B854ECF51FACC5FD006225B0 /* Info.plist */, | ||
); | ||
path = TJBioAuthentication; | ||
sourceTree = "<group>"; | ||
}; | ||
B854ECFB1FACC633006225B0 /* Extensions */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
B854ECFC1FACC633006225B0 /* alertHelper.swift */, | ||
B854ECFD1FACC633006225B0 /* keyBoardHelper.swift */, | ||
); | ||
path = Extensions; | ||
sourceTree = "<group>"; | ||
}; | ||
B854ED071FACC65C006225B0 /* BioAuth */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
B854ED081FACC65C006225B0 /* TJAuthErrors.swift */, | ||
B854ED091FACC65C006225B0 /* TJBioAuthenticator.swift */, | ||
B854ED0A1FACC65C006225B0 /* TJDefaultMessages.swift */, | ||
); | ||
path = BioAuth; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
B854ECE51FACC5FD006225B0 /* TJBioAuthentication */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = B854ECF81FACC5FD006225B0 /* Build configuration list for PBXNativeTarget "TJBioAuthentication" */; | ||
buildPhases = ( | ||
B854ECE21FACC5FD006225B0 /* Sources */, | ||
B854ECE31FACC5FD006225B0 /* Frameworks */, | ||
B854ECE41FACC5FD006225B0 /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = TJBioAuthentication; | ||
productName = TJBioAuthentication; | ||
productReference = B854ECE61FACC5FD006225B0 /* TJBioAuthentication.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
B854ECDE1FACC5FD006225B0 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastSwiftUpdateCheck = 0900; | ||
LastUpgradeCheck = 0900; | ||
ORGANIZATIONNAME = "Tejas Ardeshna"; | ||
TargetAttributes = { | ||
B854ECE51FACC5FD006225B0 = { | ||
CreatedOnToolsVersion = 9.0; | ||
ProvisioningStyle = Automatic; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = B854ECE11FACC5FD006225B0 /* Build configuration list for PBXProject "TJBioAuthentication" */; | ||
compatibilityVersion = "Xcode 8.0"; | ||
developmentRegion = en; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = B854ECDD1FACC5FD006225B0; | ||
productRefGroup = B854ECE71FACC5FD006225B0 /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
B854ECE51FACC5FD006225B0 /* TJBioAuthentication */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
B854ECE41FACC5FD006225B0 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
B854ECF41FACC5FD006225B0 /* LaunchScreen.storyboard in Resources */, | ||
B854ECF11FACC5FD006225B0 /* Assets.xcassets in Resources */, | ||
B854ECEF1FACC5FD006225B0 /* Main.storyboard in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
B854ECE21FACC5FD006225B0 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
B854ED041FACC633006225B0 /* keyBoardHelper.swift in Sources */, | ||
B854ECEC1FACC5FD006225B0 /* ViewController.swift in Sources */, | ||
B854ED031FACC633006225B0 /* alertHelper.swift in Sources */, | ||
B854ED0B1FACC65C006225B0 /* TJAuthErrors.swift in Sources */, | ||
B854ED0C1FACC65C006225B0 /* TJBioAuthenticator.swift in Sources */, | ||
B854ECEA1FACC5FD006225B0 /* AppDelegate.swift in Sources */, | ||
B854ED0D1FACC65C006225B0 /* TJDefaultMessages.swift in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
B854ECED1FACC5FD006225B0 /* Main.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
B854ECEE1FACC5FD006225B0 /* Base */, | ||
); | ||
name = Main.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
B854ECF21FACC5FD006225B0 /* LaunchScreen.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
B854ECF31FACC5FD006225B0 /* Base */, | ||
); | ||
name = LaunchScreen.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
B854ECF61FACC5FD006225B0 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_ANALYZER_NONNULL = YES; | ||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | ||
CLANG_WARN_BOOL_CONVERSION = YES; | ||
CLANG_WARN_COMMA = YES; | ||
CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INFINITE_RECURSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | ||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | ||
CLANG_WARN_STRICT_PROTOTYPES = YES; | ||
CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
CODE_SIGN_IDENTITY = "iPhone Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
DEBUG_INFORMATION_FORMAT = dwarf; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
ENABLE_TESTABILITY = YES; | ||
GCC_C_LANGUAGE_STANDARD = gnu11; | ||
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 = 11.0; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
}; | ||
name = Debug; | ||
}; | ||
B854ECF71FACC5FD006225B0 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_ANALYZER_NONNULL = YES; | ||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; | ||
CLANG_WARN_BOOL_CONVERSION = YES; | ||
CLANG_WARN_COMMA = YES; | ||
CLANG_WARN_CONSTANT_CONVERSION = YES; | ||
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; | ||
CLANG_WARN_DOCUMENTATION_COMMENTS = YES; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INFINITE_RECURSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; | ||
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; | ||
CLANG_WARN_STRICT_PROTOTYPES = YES; | ||
CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
CODE_SIGN_IDENTITY = "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 = gnu11; | ||
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 = 11.0; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
SDKROOT = iphoneos; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
}; | ||
B854ECF91FACC5FD006225B0 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_TEAM = Y98X8JAPH6; | ||
INFOPLIST_FILE = TJBioAuthentication/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.jalsa.TJBioAuthentication; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_VERSION = 4.0; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
}; | ||
name = Debug; | ||
}; | ||
B854ECFA1FACC5FD006225B0 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
CODE_SIGN_STYLE = Automatic; | ||
DEVELOPMENT_TEAM = Y98X8JAPH6; | ||
INFOPLIST_FILE = TJBioAuthentication/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.jalsa.TJBioAuthentication; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_VERSION = 4.0; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
B854ECE11FACC5FD006225B0 /* Build configuration list for PBXProject "TJBioAuthentication" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
B854ECF61FACC5FD006225B0 /* Debug */, | ||
B854ECF71FACC5FD006225B0 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
B854ECF81FACC5FD006225B0 /* Build configuration list for PBXNativeTarget "TJBioAuthentication" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
B854ECF91FACC5FD006225B0 /* Debug */, | ||
B854ECFA1FACC5FD006225B0 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = B854ECDE1FACC5FD006225B0 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
...Authentication/TJBioAuthentication.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.