commit
bdf8af3323
15 changed files with 942 additions and 0 deletions
@ -0,0 +1,585 @@ |
|||||
|
// !$*UTF8*$! |
||||
|
{ |
||||
|
archiveVersion = 1; |
||||
|
classes = { |
||||
|
}; |
||||
|
objectVersion = 50; |
||||
|
objects = { |
||||
|
|
||||
|
/* Begin PBXBuildFile section */ |
||||
|
FAA868C3261C5A41000DEDDA /* TabBarProjectApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA868C2261C5A41000DEDDA /* TabBarProjectApp.swift */; }; |
||||
|
FAA868C5261C5A41000DEDDA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA868C4261C5A41000DEDDA /* ContentView.swift */; }; |
||||
|
FAA868C7261C5A42000DEDDA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FAA868C6261C5A42000DEDDA /* Assets.xcassets */; }; |
||||
|
FAA868CA261C5A42000DEDDA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FAA868C9261C5A42000DEDDA /* Preview Assets.xcassets */; }; |
||||
|
FAA868D5261C5A42000DEDDA /* TabBarProjectTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA868D4261C5A42000DEDDA /* TabBarProjectTests.swift */; }; |
||||
|
FAA868E0261C5A42000DEDDA /* TabBarProjectUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAA868DF261C5A42000DEDDA /* TabBarProjectUITests.swift */; }; |
||||
|
/* End PBXBuildFile section */ |
||||
|
|
||||
|
/* Begin PBXContainerItemProxy section */ |
||||
|
FAA868D1261C5A42000DEDDA /* PBXContainerItemProxy */ = { |
||||
|
isa = PBXContainerItemProxy; |
||||
|
containerPortal = FAA868B7261C5A41000DEDDA /* Project object */; |
||||
|
proxyType = 1; |
||||
|
remoteGlobalIDString = FAA868BE261C5A41000DEDDA; |
||||
|
remoteInfo = TabBarProject; |
||||
|
}; |
||||
|
FAA868DC261C5A42000DEDDA /* PBXContainerItemProxy */ = { |
||||
|
isa = PBXContainerItemProxy; |
||||
|
containerPortal = FAA868B7261C5A41000DEDDA /* Project object */; |
||||
|
proxyType = 1; |
||||
|
remoteGlobalIDString = FAA868BE261C5A41000DEDDA; |
||||
|
remoteInfo = TabBarProject; |
||||
|
}; |
||||
|
/* End PBXContainerItemProxy section */ |
||||
|
|
||||
|
/* Begin PBXFileReference section */ |
||||
|
FAA868BF261C5A41000DEDDA /* TabBarProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TabBarProject.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
||||
|
FAA868C2261C5A41000DEDDA /* TabBarProjectApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarProjectApp.swift; sourceTree = "<group>"; }; |
||||
|
FAA868C4261C5A41000DEDDA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
||||
|
FAA868C6261C5A42000DEDDA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
||||
|
FAA868C9261C5A42000DEDDA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
||||
|
FAA868CB261C5A42000DEDDA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
||||
|
FAA868D0261C5A42000DEDDA /* TabBarProjectTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TabBarProjectTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
||||
|
FAA868D4261C5A42000DEDDA /* TabBarProjectTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarProjectTests.swift; sourceTree = "<group>"; }; |
||||
|
FAA868D6261C5A42000DEDDA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
||||
|
FAA868DB261C5A42000DEDDA /* TabBarProjectUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TabBarProjectUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
||||
|
FAA868DF261C5A42000DEDDA /* TabBarProjectUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TabBarProjectUITests.swift; sourceTree = "<group>"; }; |
||||
|
FAA868E1261C5A42000DEDDA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
||||
|
/* End PBXFileReference section */ |
||||
|
|
||||
|
/* Begin PBXFrameworksBuildPhase section */ |
||||
|
FAA868BC261C5A41000DEDDA /* Frameworks */ = { |
||||
|
isa = PBXFrameworksBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
FAA868CD261C5A42000DEDDA /* Frameworks */ = { |
||||
|
isa = PBXFrameworksBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
FAA868D8261C5A42000DEDDA /* Frameworks */ = { |
||||
|
isa = PBXFrameworksBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
/* End PBXFrameworksBuildPhase section */ |
||||
|
|
||||
|
/* Begin PBXGroup section */ |
||||
|
FAA868B6261C5A41000DEDDA = { |
||||
|
isa = PBXGroup; |
||||
|
children = ( |
||||
|
FAA868C1261C5A41000DEDDA /* TabBarProject */, |
||||
|
FAA868D3261C5A42000DEDDA /* TabBarProjectTests */, |
||||
|
FAA868DE261C5A42000DEDDA /* TabBarProjectUITests */, |
||||
|
FAA868C0261C5A41000DEDDA /* Products */, |
||||
|
); |
||||
|
sourceTree = "<group>"; |
||||
|
}; |
||||
|
FAA868C0261C5A41000DEDDA /* Products */ = { |
||||
|
isa = PBXGroup; |
||||
|
children = ( |
||||
|
FAA868BF261C5A41000DEDDA /* TabBarProject.app */, |
||||
|
FAA868D0261C5A42000DEDDA /* TabBarProjectTests.xctest */, |
||||
|
FAA868DB261C5A42000DEDDA /* TabBarProjectUITests.xctest */, |
||||
|
); |
||||
|
name = Products; |
||||
|
sourceTree = "<group>"; |
||||
|
}; |
||||
|
FAA868C1261C5A41000DEDDA /* TabBarProject */ = { |
||||
|
isa = PBXGroup; |
||||
|
children = ( |
||||
|
FAA868C2261C5A41000DEDDA /* TabBarProjectApp.swift */, |
||||
|
FAA868C4261C5A41000DEDDA /* ContentView.swift */, |
||||
|
FAA868C6261C5A42000DEDDA /* Assets.xcassets */, |
||||
|
FAA868CB261C5A42000DEDDA /* Info.plist */, |
||||
|
FAA868C8261C5A42000DEDDA /* Preview Content */, |
||||
|
); |
||||
|
path = TabBarProject; |
||||
|
sourceTree = "<group>"; |
||||
|
}; |
||||
|
FAA868C8261C5A42000DEDDA /* Preview Content */ = { |
||||
|
isa = PBXGroup; |
||||
|
children = ( |
||||
|
FAA868C9261C5A42000DEDDA /* Preview Assets.xcassets */, |
||||
|
); |
||||
|
path = "Preview Content"; |
||||
|
sourceTree = "<group>"; |
||||
|
}; |
||||
|
FAA868D3261C5A42000DEDDA /* TabBarProjectTests */ = { |
||||
|
isa = PBXGroup; |
||||
|
children = ( |
||||
|
FAA868D4261C5A42000DEDDA /* TabBarProjectTests.swift */, |
||||
|
FAA868D6261C5A42000DEDDA /* Info.plist */, |
||||
|
); |
||||
|
path = TabBarProjectTests; |
||||
|
sourceTree = "<group>"; |
||||
|
}; |
||||
|
FAA868DE261C5A42000DEDDA /* TabBarProjectUITests */ = { |
||||
|
isa = PBXGroup; |
||||
|
children = ( |
||||
|
FAA868DF261C5A42000DEDDA /* TabBarProjectUITests.swift */, |
||||
|
FAA868E1261C5A42000DEDDA /* Info.plist */, |
||||
|
); |
||||
|
path = TabBarProjectUITests; |
||||
|
sourceTree = "<group>"; |
||||
|
}; |
||||
|
/* End PBXGroup section */ |
||||
|
|
||||
|
/* Begin PBXNativeTarget section */ |
||||
|
FAA868BE261C5A41000DEDDA /* TabBarProject */ = { |
||||
|
isa = PBXNativeTarget; |
||||
|
buildConfigurationList = FAA868E4261C5A42000DEDDA /* Build configuration list for PBXNativeTarget "TabBarProject" */; |
||||
|
buildPhases = ( |
||||
|
FAA868BB261C5A41000DEDDA /* Sources */, |
||||
|
FAA868BC261C5A41000DEDDA /* Frameworks */, |
||||
|
FAA868BD261C5A41000DEDDA /* Resources */, |
||||
|
); |
||||
|
buildRules = ( |
||||
|
); |
||||
|
dependencies = ( |
||||
|
); |
||||
|
name = TabBarProject; |
||||
|
productName = TabBarProject; |
||||
|
productReference = FAA868BF261C5A41000DEDDA /* TabBarProject.app */; |
||||
|
productType = "com.apple.product-type.application"; |
||||
|
}; |
||||
|
FAA868CF261C5A42000DEDDA /* TabBarProjectTests */ = { |
||||
|
isa = PBXNativeTarget; |
||||
|
buildConfigurationList = FAA868E7261C5A42000DEDDA /* Build configuration list for PBXNativeTarget "TabBarProjectTests" */; |
||||
|
buildPhases = ( |
||||
|
FAA868CC261C5A42000DEDDA /* Sources */, |
||||
|
FAA868CD261C5A42000DEDDA /* Frameworks */, |
||||
|
FAA868CE261C5A42000DEDDA /* Resources */, |
||||
|
); |
||||
|
buildRules = ( |
||||
|
); |
||||
|
dependencies = ( |
||||
|
FAA868D2261C5A42000DEDDA /* PBXTargetDependency */, |
||||
|
); |
||||
|
name = TabBarProjectTests; |
||||
|
productName = TabBarProjectTests; |
||||
|
productReference = FAA868D0261C5A42000DEDDA /* TabBarProjectTests.xctest */; |
||||
|
productType = "com.apple.product-type.bundle.unit-test"; |
||||
|
}; |
||||
|
FAA868DA261C5A42000DEDDA /* TabBarProjectUITests */ = { |
||||
|
isa = PBXNativeTarget; |
||||
|
buildConfigurationList = FAA868EA261C5A42000DEDDA /* Build configuration list for PBXNativeTarget "TabBarProjectUITests" */; |
||||
|
buildPhases = ( |
||||
|
FAA868D7261C5A42000DEDDA /* Sources */, |
||||
|
FAA868D8261C5A42000DEDDA /* Frameworks */, |
||||
|
FAA868D9261C5A42000DEDDA /* Resources */, |
||||
|
); |
||||
|
buildRules = ( |
||||
|
); |
||||
|
dependencies = ( |
||||
|
FAA868DD261C5A42000DEDDA /* PBXTargetDependency */, |
||||
|
); |
||||
|
name = TabBarProjectUITests; |
||||
|
productName = TabBarProjectUITests; |
||||
|
productReference = FAA868DB261C5A42000DEDDA /* TabBarProjectUITests.xctest */; |
||||
|
productType = "com.apple.product-type.bundle.ui-testing"; |
||||
|
}; |
||||
|
/* End PBXNativeTarget section */ |
||||
|
|
||||
|
/* Begin PBXProject section */ |
||||
|
FAA868B7261C5A41000DEDDA /* Project object */ = { |
||||
|
isa = PBXProject; |
||||
|
attributes = { |
||||
|
LastSwiftUpdateCheck = 1240; |
||||
|
LastUpgradeCheck = 1240; |
||||
|
TargetAttributes = { |
||||
|
FAA868BE261C5A41000DEDDA = { |
||||
|
CreatedOnToolsVersion = 12.4; |
||||
|
}; |
||||
|
FAA868CF261C5A42000DEDDA = { |
||||
|
CreatedOnToolsVersion = 12.4; |
||||
|
TestTargetID = FAA868BE261C5A41000DEDDA; |
||||
|
}; |
||||
|
FAA868DA261C5A42000DEDDA = { |
||||
|
CreatedOnToolsVersion = 12.4; |
||||
|
TestTargetID = FAA868BE261C5A41000DEDDA; |
||||
|
}; |
||||
|
}; |
||||
|
}; |
||||
|
buildConfigurationList = FAA868BA261C5A41000DEDDA /* Build configuration list for PBXProject "TabBarProject" */; |
||||
|
compatibilityVersion = "Xcode 9.3"; |
||||
|
developmentRegion = en; |
||||
|
hasScannedForEncodings = 0; |
||||
|
knownRegions = ( |
||||
|
en, |
||||
|
Base, |
||||
|
); |
||||
|
mainGroup = FAA868B6261C5A41000DEDDA; |
||||
|
productRefGroup = FAA868C0261C5A41000DEDDA /* Products */; |
||||
|
projectDirPath = ""; |
||||
|
projectRoot = ""; |
||||
|
targets = ( |
||||
|
FAA868BE261C5A41000DEDDA /* TabBarProject */, |
||||
|
FAA868CF261C5A42000DEDDA /* TabBarProjectTests */, |
||||
|
FAA868DA261C5A42000DEDDA /* TabBarProjectUITests */, |
||||
|
); |
||||
|
}; |
||||
|
/* End PBXProject section */ |
||||
|
|
||||
|
/* Begin PBXResourcesBuildPhase section */ |
||||
|
FAA868BD261C5A41000DEDDA /* Resources */ = { |
||||
|
isa = PBXResourcesBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
FAA868CA261C5A42000DEDDA /* Preview Assets.xcassets in Resources */, |
||||
|
FAA868C7261C5A42000DEDDA /* Assets.xcassets in Resources */, |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
FAA868CE261C5A42000DEDDA /* Resources */ = { |
||||
|
isa = PBXResourcesBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
FAA868D9261C5A42000DEDDA /* Resources */ = { |
||||
|
isa = PBXResourcesBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
/* End PBXResourcesBuildPhase section */ |
||||
|
|
||||
|
/* Begin PBXSourcesBuildPhase section */ |
||||
|
FAA868BB261C5A41000DEDDA /* Sources */ = { |
||||
|
isa = PBXSourcesBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
FAA868C5261C5A41000DEDDA /* ContentView.swift in Sources */, |
||||
|
FAA868C3261C5A41000DEDDA /* TabBarProjectApp.swift in Sources */, |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
FAA868CC261C5A42000DEDDA /* Sources */ = { |
||||
|
isa = PBXSourcesBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
FAA868D5261C5A42000DEDDA /* TabBarProjectTests.swift in Sources */, |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
FAA868D7261C5A42000DEDDA /* Sources */ = { |
||||
|
isa = PBXSourcesBuildPhase; |
||||
|
buildActionMask = 2147483647; |
||||
|
files = ( |
||||
|
FAA868E0261C5A42000DEDDA /* TabBarProjectUITests.swift in Sources */, |
||||
|
); |
||||
|
runOnlyForDeploymentPostprocessing = 0; |
||||
|
}; |
||||
|
/* End PBXSourcesBuildPhase section */ |
||||
|
|
||||
|
/* Begin PBXTargetDependency section */ |
||||
|
FAA868D2261C5A42000DEDDA /* PBXTargetDependency */ = { |
||||
|
isa = PBXTargetDependency; |
||||
|
target = FAA868BE261C5A41000DEDDA /* TabBarProject */; |
||||
|
targetProxy = FAA868D1261C5A42000DEDDA /* PBXContainerItemProxy */; |
||||
|
}; |
||||
|
FAA868DD261C5A42000DEDDA /* PBXTargetDependency */ = { |
||||
|
isa = PBXTargetDependency; |
||||
|
target = FAA868BE261C5A41000DEDDA /* TabBarProject */; |
||||
|
targetProxy = FAA868DC261C5A42000DEDDA /* PBXContainerItemProxy */; |
||||
|
}; |
||||
|
/* End PBXTargetDependency section */ |
||||
|
|
||||
|
/* Begin XCBuildConfiguration section */ |
||||
|
FAA868E2261C5A42000DEDDA /* 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_ENABLE_OBJC_WEAK = YES; |
||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
||||
|
CLANG_WARN_BOOL_CONVERSION = YES; |
||||
|
CLANG_WARN_COMMA = YES; |
||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES; |
||||
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES; |
||||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
||||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
||||
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
||||
|
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; |
||||
|
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 = 14.4; |
||||
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
||||
|
MTL_FAST_MATH = YES; |
||||
|
ONLY_ACTIVE_ARCH = YES; |
||||
|
SDKROOT = iphoneos; |
||||
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
||||
|
}; |
||||
|
name = Debug; |
||||
|
}; |
||||
|
FAA868E3261C5A42000DEDDA /* 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_ENABLE_OBJC_WEAK = YES; |
||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
||||
|
CLANG_WARN_BOOL_CONVERSION = YES; |
||||
|
CLANG_WARN_COMMA = YES; |
||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES; |
||||
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = YES; |
||||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
||||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
||||
|
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
||||
|
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; |
||||
|
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 = 14.4; |
||||
|
MTL_ENABLE_DEBUG_INFO = NO; |
||||
|
MTL_FAST_MATH = YES; |
||||
|
SDKROOT = iphoneos; |
||||
|
SWIFT_COMPILATION_MODE = wholemodule; |
||||
|
SWIFT_OPTIMIZATION_LEVEL = "-O"; |
||||
|
VALIDATE_PRODUCT = YES; |
||||
|
}; |
||||
|
name = Release; |
||||
|
}; |
||||
|
FAA868E5261C5A42000DEDDA /* Debug */ = { |
||||
|
isa = XCBuildConfiguration; |
||||
|
buildSettings = { |
||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
||||
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
||||
|
CODE_SIGN_STYLE = Automatic; |
||||
|
DEVELOPMENT_ASSET_PATHS = "\"TabBarProject/Preview Content\""; |
||||
|
DEVELOPMENT_TEAM = XD2B8DTYS2; |
||||
|
ENABLE_PREVIEWS = YES; |
||||
|
INFOPLIST_FILE = TabBarProject/Info.plist; |
||||
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
||||
|
LD_RUNPATH_SEARCH_PATHS = ( |
||||
|
"$(inherited)", |
||||
|
"@executable_path/Frameworks", |
||||
|
); |
||||
|
PRODUCT_BUNDLE_IDENTIFIER = tech.nanodevs.TabBarProject; |
||||
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
||||
|
SWIFT_VERSION = 5.0; |
||||
|
TARGETED_DEVICE_FAMILY = "1,2"; |
||||
|
}; |
||||
|
name = Debug; |
||||
|
}; |
||||
|
FAA868E6261C5A42000DEDDA /* Release */ = { |
||||
|
isa = XCBuildConfiguration; |
||||
|
buildSettings = { |
||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
||||
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
||||
|
CODE_SIGN_STYLE = Automatic; |
||||
|
DEVELOPMENT_ASSET_PATHS = "\"TabBarProject/Preview Content\""; |
||||
|
DEVELOPMENT_TEAM = XD2B8DTYS2; |
||||
|
ENABLE_PREVIEWS = YES; |
||||
|
INFOPLIST_FILE = TabBarProject/Info.plist; |
||||
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
||||
|
LD_RUNPATH_SEARCH_PATHS = ( |
||||
|
"$(inherited)", |
||||
|
"@executable_path/Frameworks", |
||||
|
); |
||||
|
PRODUCT_BUNDLE_IDENTIFIER = tech.nanodevs.TabBarProject; |
||||
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
||||
|
SWIFT_VERSION = 5.0; |
||||
|
TARGETED_DEVICE_FAMILY = "1,2"; |
||||
|
}; |
||||
|
name = Release; |
||||
|
}; |
||||
|
FAA868E8261C5A42000DEDDA /* Debug */ = { |
||||
|
isa = XCBuildConfiguration; |
||||
|
buildSettings = { |
||||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
||||
|
BUNDLE_LOADER = "$(TEST_HOST)"; |
||||
|
CODE_SIGN_STYLE = Automatic; |
||||
|
DEVELOPMENT_TEAM = XD2B8DTYS2; |
||||
|
INFOPLIST_FILE = TabBarProjectTests/Info.plist; |
||||
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
||||
|
LD_RUNPATH_SEARCH_PATHS = ( |
||||
|
"$(inherited)", |
||||
|
"@executable_path/Frameworks", |
||||
|
"@loader_path/Frameworks", |
||||
|
); |
||||
|
PRODUCT_BUNDLE_IDENTIFIER = tech.nanodevs.TabBarProjectTests; |
||||
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
||||
|
SWIFT_VERSION = 5.0; |
||||
|
TARGETED_DEVICE_FAMILY = "1,2"; |
||||
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TabBarProject.app/TabBarProject"; |
||||
|
}; |
||||
|
name = Debug; |
||||
|
}; |
||||
|
FAA868E9261C5A42000DEDDA /* Release */ = { |
||||
|
isa = XCBuildConfiguration; |
||||
|
buildSettings = { |
||||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
||||
|
BUNDLE_LOADER = "$(TEST_HOST)"; |
||||
|
CODE_SIGN_STYLE = Automatic; |
||||
|
DEVELOPMENT_TEAM = XD2B8DTYS2; |
||||
|
INFOPLIST_FILE = TabBarProjectTests/Info.plist; |
||||
|
IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
||||
|
LD_RUNPATH_SEARCH_PATHS = ( |
||||
|
"$(inherited)", |
||||
|
"@executable_path/Frameworks", |
||||
|
"@loader_path/Frameworks", |
||||
|
); |
||||
|
PRODUCT_BUNDLE_IDENTIFIER = tech.nanodevs.TabBarProjectTests; |
||||
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
||||
|
SWIFT_VERSION = 5.0; |
||||
|
TARGETED_DEVICE_FAMILY = "1,2"; |
||||
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/TabBarProject.app/TabBarProject"; |
||||
|
}; |
||||
|
name = Release; |
||||
|
}; |
||||
|
FAA868EB261C5A42000DEDDA /* Debug */ = { |
||||
|
isa = XCBuildConfiguration; |
||||
|
buildSettings = { |
||||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
||||
|
CODE_SIGN_STYLE = Automatic; |
||||
|
DEVELOPMENT_TEAM = XD2B8DTYS2; |
||||
|
INFOPLIST_FILE = TabBarProjectUITests/Info.plist; |
||||
|
LD_RUNPATH_SEARCH_PATHS = ( |
||||
|
"$(inherited)", |
||||
|
"@executable_path/Frameworks", |
||||
|
"@loader_path/Frameworks", |
||||
|
); |
||||
|
PRODUCT_BUNDLE_IDENTIFIER = tech.nanodevs.TabBarProjectUITests; |
||||
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
||||
|
SWIFT_VERSION = 5.0; |
||||
|
TARGETED_DEVICE_FAMILY = "1,2"; |
||||
|
TEST_TARGET_NAME = TabBarProject; |
||||
|
}; |
||||
|
name = Debug; |
||||
|
}; |
||||
|
FAA868EC261C5A42000DEDDA /* Release */ = { |
||||
|
isa = XCBuildConfiguration; |
||||
|
buildSettings = { |
||||
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
||||
|
CODE_SIGN_STYLE = Automatic; |
||||
|
DEVELOPMENT_TEAM = XD2B8DTYS2; |
||||
|
INFOPLIST_FILE = TabBarProjectUITests/Info.plist; |
||||
|
LD_RUNPATH_SEARCH_PATHS = ( |
||||
|
"$(inherited)", |
||||
|
"@executable_path/Frameworks", |
||||
|
"@loader_path/Frameworks", |
||||
|
); |
||||
|
PRODUCT_BUNDLE_IDENTIFIER = tech.nanodevs.TabBarProjectUITests; |
||||
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
||||
|
SWIFT_VERSION = 5.0; |
||||
|
TARGETED_DEVICE_FAMILY = "1,2"; |
||||
|
TEST_TARGET_NAME = TabBarProject; |
||||
|
}; |
||||
|
name = Release; |
||||
|
}; |
||||
|
/* End XCBuildConfiguration section */ |
||||
|
|
||||
|
/* Begin XCConfigurationList section */ |
||||
|
FAA868BA261C5A41000DEDDA /* Build configuration list for PBXProject "TabBarProject" */ = { |
||||
|
isa = XCConfigurationList; |
||||
|
buildConfigurations = ( |
||||
|
FAA868E2261C5A42000DEDDA /* Debug */, |
||||
|
FAA868E3261C5A42000DEDDA /* Release */, |
||||
|
); |
||||
|
defaultConfigurationIsVisible = 0; |
||||
|
defaultConfigurationName = Release; |
||||
|
}; |
||||
|
FAA868E4261C5A42000DEDDA /* Build configuration list for PBXNativeTarget "TabBarProject" */ = { |
||||
|
isa = XCConfigurationList; |
||||
|
buildConfigurations = ( |
||||
|
FAA868E5261C5A42000DEDDA /* Debug */, |
||||
|
FAA868E6261C5A42000DEDDA /* Release */, |
||||
|
); |
||||
|
defaultConfigurationIsVisible = 0; |
||||
|
defaultConfigurationName = Release; |
||||
|
}; |
||||
|
FAA868E7261C5A42000DEDDA /* Build configuration list for PBXNativeTarget "TabBarProjectTests" */ = { |
||||
|
isa = XCConfigurationList; |
||||
|
buildConfigurations = ( |
||||
|
FAA868E8261C5A42000DEDDA /* Debug */, |
||||
|
FAA868E9261C5A42000DEDDA /* Release */, |
||||
|
); |
||||
|
defaultConfigurationIsVisible = 0; |
||||
|
defaultConfigurationName = Release; |
||||
|
}; |
||||
|
FAA868EA261C5A42000DEDDA /* Build configuration list for PBXNativeTarget "TabBarProjectUITests" */ = { |
||||
|
isa = XCConfigurationList; |
||||
|
buildConfigurations = ( |
||||
|
FAA868EB261C5A42000DEDDA /* Debug */, |
||||
|
FAA868EC261C5A42000DEDDA /* Release */, |
||||
|
); |
||||
|
defaultConfigurationIsVisible = 0; |
||||
|
defaultConfigurationName = Release; |
||||
|
}; |
||||
|
/* End XCConfigurationList section */ |
||||
|
}; |
||||
|
rootObject = FAA868B7261C5A41000DEDDA /* Project object */; |
||||
|
} |
@ -0,0 +1,7 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<Workspace |
||||
|
version = "1.0"> |
||||
|
<FileRef |
||||
|
location = "self:"> |
||||
|
</FileRef> |
||||
|
</Workspace> |
@ -0,0 +1,8 @@ |
|||||
|
<?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>IDEDidComputeMac32BitWarning</key> |
||||
|
<true/> |
||||
|
</dict> |
||||
|
</plist> |
@ -0,0 +1,14 @@ |
|||||
|
<?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>SchemeUserState</key> |
||||
|
<dict> |
||||
|
<key>TabBarProject.xcscheme_^#shared#^_</key> |
||||
|
<dict> |
||||
|
<key>orderHint</key> |
||||
|
<integer>0</integer> |
||||
|
</dict> |
||||
|
</dict> |
||||
|
</dict> |
||||
|
</plist> |
@ -0,0 +1,11 @@ |
|||||
|
{ |
||||
|
"colors" : [ |
||||
|
{ |
||||
|
"idiom" : "universal" |
||||
|
} |
||||
|
], |
||||
|
"info" : { |
||||
|
"author" : "xcode", |
||||
|
"version" : 1 |
||||
|
} |
||||
|
} |
@ -0,0 +1,98 @@ |
|||||
|
{ |
||||
|
"images" : [ |
||||
|
{ |
||||
|
"idiom" : "iphone", |
||||
|
"scale" : "2x", |
||||
|
"size" : "20x20" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "iphone", |
||||
|
"scale" : "3x", |
||||
|
"size" : "20x20" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "iphone", |
||||
|
"scale" : "2x", |
||||
|
"size" : "29x29" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "iphone", |
||||
|
"scale" : "3x", |
||||
|
"size" : "29x29" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "iphone", |
||||
|
"scale" : "2x", |
||||
|
"size" : "40x40" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "iphone", |
||||
|
"scale" : "3x", |
||||
|
"size" : "40x40" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "iphone", |
||||
|
"scale" : "2x", |
||||
|
"size" : "60x60" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "iphone", |
||||
|
"scale" : "3x", |
||||
|
"size" : "60x60" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "1x", |
||||
|
"size" : "20x20" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "2x", |
||||
|
"size" : "20x20" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "1x", |
||||
|
"size" : "29x29" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "2x", |
||||
|
"size" : "29x29" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "1x", |
||||
|
"size" : "40x40" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "2x", |
||||
|
"size" : "40x40" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "1x", |
||||
|
"size" : "76x76" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "2x", |
||||
|
"size" : "76x76" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ipad", |
||||
|
"scale" : "2x", |
||||
|
"size" : "83.5x83.5" |
||||
|
}, |
||||
|
{ |
||||
|
"idiom" : "ios-marketing", |
||||
|
"scale" : "1x", |
||||
|
"size" : "1024x1024" |
||||
|
} |
||||
|
], |
||||
|
"info" : { |
||||
|
"author" : "xcode", |
||||
|
"version" : 1 |
||||
|
} |
||||
|
} |
@ -0,0 +1,6 @@ |
|||||
|
{ |
||||
|
"info" : { |
||||
|
"author" : "xcode", |
||||
|
"version" : 1 |
||||
|
} |
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
// |
||||
|
// ContentView.swift |
||||
|
// TabBarProject |
||||
|
// |
||||
|
// Created by Arthur Dambrine on 06/04/2021. |
||||
|
// |
||||
|
|
||||
|
import SwiftUI |
||||
|
|
||||
|
struct ContentView: View { |
||||
|
var body: some View { |
||||
|
Text("Hello, world!") |
||||
|
.padding() |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
struct ContentView_Previews: PreviewProvider { |
||||
|
static var previews: some View { |
||||
|
ContentView() |
||||
|
} |
||||
|
} |
@ -0,0 +1,50 @@ |
|||||
|
<?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>$(DEVELOPMENT_LANGUAGE)</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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> |
||||
|
<key>CFBundleShortVersionString</key> |
||||
|
<string>1.0</string> |
||||
|
<key>CFBundleVersion</key> |
||||
|
<string>1</string> |
||||
|
<key>LSRequiresIPhoneOS</key> |
||||
|
<true/> |
||||
|
<key>UIApplicationSceneManifest</key> |
||||
|
<dict> |
||||
|
<key>UIApplicationSupportsMultipleScenes</key> |
||||
|
<true/> |
||||
|
</dict> |
||||
|
<key>UIApplicationSupportsIndirectInputEvents</key> |
||||
|
<true/> |
||||
|
<key>UILaunchScreen</key> |
||||
|
<dict/> |
||||
|
<key>UIRequiredDeviceCapabilities</key> |
||||
|
<array> |
||||
|
<string>armv7</string> |
||||
|
</array> |
||||
|
<key>UISupportedInterfaceOrientations</key> |
||||
|
<array> |
||||
|
<string>UIInterfaceOrientationPortrait</string> |
||||
|
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||
|
<string>UIInterfaceOrientationLandscapeRight</string> |
||||
|
</array> |
||||
|
<key>UISupportedInterfaceOrientations~ipad</key> |
||||
|
<array> |
||||
|
<string>UIInterfaceOrientationPortrait</string> |
||||
|
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
||||
|
<string>UIInterfaceOrientationLandscapeLeft</string> |
||||
|
<string>UIInterfaceOrientationLandscapeRight</string> |
||||
|
</array> |
||||
|
</dict> |
||||
|
</plist> |
@ -0,0 +1,6 @@ |
|||||
|
{ |
||||
|
"info" : { |
||||
|
"author" : "xcode", |
||||
|
"version" : 1 |
||||
|
} |
||||
|
} |
@ -0,0 +1,17 @@ |
|||||
|
// |
||||
|
// TabBarProjectApp.swift |
||||
|
// TabBarProject |
||||
|
// |
||||
|
// Created by Arthur Dambrine on 06/04/2021. |
||||
|
// |
||||
|
|
||||
|
import SwiftUI |
||||
|
|
||||
|
@main |
||||
|
struct TabBarProjectApp: App { |
||||
|
var body: some Scene { |
||||
|
WindowGroup { |
||||
|
ContentView() |
||||
|
} |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
<?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>$(DEVELOPMENT_LANGUAGE)</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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> |
||||
|
<key>CFBundleShortVersionString</key> |
||||
|
<string>1.0</string> |
||||
|
<key>CFBundleVersion</key> |
||||
|
<string>1</string> |
||||
|
</dict> |
||||
|
</plist> |
@ -0,0 +1,33 @@ |
|||||
|
// |
||||
|
// TabBarProjectTests.swift |
||||
|
// TabBarProjectTests |
||||
|
// |
||||
|
// Created by Arthur Dambrine on 06/04/2021. |
||||
|
// |
||||
|
|
||||
|
import XCTest |
||||
|
@testable import TabBarProject |
||||
|
|
||||
|
class TabBarProjectTests: XCTestCase { |
||||
|
|
||||
|
override func setUpWithError() throws { |
||||
|
// Put setup code here. This method is called before the invocation of each test method in the class. |
||||
|
} |
||||
|
|
||||
|
override func tearDownWithError() throws { |
||||
|
// Put teardown code here. This method is called after the invocation of each test method in the class. |
||||
|
} |
||||
|
|
||||
|
func testExample() throws { |
||||
|
// This is an example of a functional test case. |
||||
|
// Use XCTAssert and related functions to verify your tests produce the correct results. |
||||
|
} |
||||
|
|
||||
|
func testPerformanceExample() throws { |
||||
|
// This is an example of a performance test case. |
||||
|
self.measure { |
||||
|
// Put the code you want to measure the time of here. |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
<?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>$(DEVELOPMENT_LANGUAGE)</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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> |
||||
|
<key>CFBundleShortVersionString</key> |
||||
|
<string>1.0</string> |
||||
|
<key>CFBundleVersion</key> |
||||
|
<string>1</string> |
||||
|
</dict> |
||||
|
</plist> |
@ -0,0 +1,42 @@ |
|||||
|
// |
||||
|
// TabBarProjectUITests.swift |
||||
|
// TabBarProjectUITests |
||||
|
// |
||||
|
// Created by Arthur Dambrine on 06/04/2021. |
||||
|
// |
||||
|
|
||||
|
import XCTest |
||||
|
|
||||
|
class TabBarProjectUITests: XCTestCase { |
||||
|
|
||||
|
override func setUpWithError() throws { |
||||
|
// Put setup code here. This method is called before the invocation of each test method in the class. |
||||
|
|
||||
|
// In UI tests it is usually best to stop immediately when a failure occurs. |
||||
|
continueAfterFailure = false |
||||
|
|
||||
|
// In UI tests it’s important to set the initial state - such as interface orientation - required for your tests before they run. The setUp method is a good place to do this. |
||||
|
} |
||||
|
|
||||
|
override func tearDownWithError() throws { |
||||
|
// Put teardown code here. This method is called after the invocation of each test method in the class. |
||||
|
} |
||||
|
|
||||
|
func testExample() throws { |
||||
|
// UI tests must launch the application that they test. |
||||
|
let app = XCUIApplication() |
||||
|
app.launch() |
||||
|
|
||||
|
// Use recording to get started writing UI tests. |
||||
|
// Use XCTAssert and related functions to verify your tests produce the correct results. |
||||
|
} |
||||
|
|
||||
|
func testLaunchPerformance() throws { |
||||
|
if #available(macOS 10.15, iOS 13.0, tvOS 13.0, *) { |
||||
|
// This measures how long it takes to launch your application. |
||||
|
measure(metrics: [XCTApplicationLaunchMetric()]) { |
||||
|
XCUIApplication().launch() |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue