-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from parthgohel2810/development
-v1.0.0
- Loading branch information
Showing
10 changed files
with
938 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,382 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 55; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
63703BEA2829366E008F4ABC /* TopTabBarView.docc in Sources */ = {isa = PBXBuildFile; fileRef = 63703BE92829366E008F4ABC /* TopTabBarView.docc */; }; | ||
63703BEB2829366E008F4ABC /* TopTabBarView.h in Headers */ = {isa = PBXBuildFile; fileRef = 63703BE82829366E008F4ABC /* TopTabBarView.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
63703C32282940C6008F4ABC /* UIView+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63703C2E282940C6008F4ABC /* UIView+Extension.swift */; }; | ||
63703C33282940C6008F4ABC /* TopTabbarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63703C2F282940C6008F4ABC /* TopTabbarView.swift */; }; | ||
63703C34282940C6008F4ABC /* CircleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63703C30282940C6008F4ABC /* CircleView.swift */; }; | ||
63703C35282940C6008F4ABC /* TabBarCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63703C31282940C6008F4ABC /* TabBarCollectionView.swift */; }; | ||
63703C38282940CE008F4ABC /* demo.mov in Resources */ = {isa = PBXBuildFile; fileRef = 63703C37282940CE008F4ABC /* demo.mov */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
63703BE52829366E008F4ABC /* TopTabBarView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = TopTabBarView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
63703BE82829366E008F4ABC /* TopTabBarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TopTabBarView.h; sourceTree = "<group>"; }; | ||
63703BE92829366E008F4ABC /* TopTabBarView.docc */ = {isa = PBXFileReference; lastKnownFileType = folder.documentationcatalog; path = TopTabBarView.docc; sourceTree = "<group>"; }; | ||
63703C2E282940C6008F4ABC /* UIView+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Extension.swift"; sourceTree = "<group>"; }; | ||
63703C2F282940C6008F4ABC /* TopTabbarView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TopTabbarView.swift; sourceTree = "<group>"; }; | ||
63703C30282940C6008F4ABC /* CircleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircleView.swift; sourceTree = "<group>"; }; | ||
63703C31282940C6008F4ABC /* TabBarCollectionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TabBarCollectionView.swift; sourceTree = "<group>"; }; | ||
63703C37282940CE008F4ABC /* demo.mov */ = {isa = PBXFileReference; lastKnownFileType = video.quicktime; path = demo.mov; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
63703BE22829366E008F4ABC /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
63703BDB2829366E008F4ABC = { | ||
isa = PBXGroup; | ||
children = ( | ||
63703BE72829366E008F4ABC /* TopTabBarView */, | ||
63703BE62829366E008F4ABC /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
63703BE62829366E008F4ABC /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
63703BE52829366E008F4ABC /* TopTabBarView.framework */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
63703BE72829366E008F4ABC /* TopTabBarView */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
63703C36282940CE008F4ABC /* Media */, | ||
63703BE82829366E008F4ABC /* TopTabBarView.h */, | ||
63703BE92829366E008F4ABC /* TopTabBarView.docc */, | ||
63703C2D282940C6008F4ABC /* Source */, | ||
); | ||
path = TopTabBarView; | ||
sourceTree = "<group>"; | ||
}; | ||
63703C2D282940C6008F4ABC /* Source */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
63703C2E282940C6008F4ABC /* UIView+Extension.swift */, | ||
63703C2F282940C6008F4ABC /* TopTabbarView.swift */, | ||
63703C30282940C6008F4ABC /* CircleView.swift */, | ||
63703C31282940C6008F4ABC /* TabBarCollectionView.swift */, | ||
); | ||
path = Source; | ||
sourceTree = "<group>"; | ||
}; | ||
63703C36282940CE008F4ABC /* Media */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
63703C37282940CE008F4ABC /* demo.mov */, | ||
); | ||
path = Media; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXHeadersBuildPhase section */ | ||
63703BE02829366E008F4ABC /* Headers */ = { | ||
isa = PBXHeadersBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
63703BEB2829366E008F4ABC /* TopTabBarView.h in Headers */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXHeadersBuildPhase section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
63703BE42829366E008F4ABC /* TopTabBarView */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = 63703BEE2829366E008F4ABC /* Build configuration list for PBXNativeTarget "TopTabBarView" */; | ||
buildPhases = ( | ||
63703BE02829366E008F4ABC /* Headers */, | ||
63703BE12829366E008F4ABC /* Sources */, | ||
63703BE22829366E008F4ABC /* Frameworks */, | ||
63703BE32829366E008F4ABC /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = TopTabBarView; | ||
productName = TopTabBarView; | ||
productReference = 63703BE52829366E008F4ABC /* TopTabBarView.framework */; | ||
productType = "com.apple.product-type.framework"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
63703BDC2829366E008F4ABC /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
BuildIndependentTargetsInParallel = 1; | ||
LastUpgradeCheck = 1320; | ||
TargetAttributes = { | ||
63703BE42829366E008F4ABC = { | ||
CreatedOnToolsVersion = 13.2.1; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = 63703BDF2829366E008F4ABC /* Build configuration list for PBXProject "TopTabBarView" */; | ||
compatibilityVersion = "Xcode 13.0"; | ||
developmentRegion = en; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = 63703BDB2829366E008F4ABC; | ||
productRefGroup = 63703BE62829366E008F4ABC /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
63703BE42829366E008F4ABC /* TopTabBarView */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
63703BE32829366E008F4ABC /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
63703C38282940CE008F4ABC /* demo.mov in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
63703BE12829366E008F4ABC /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
63703C35282940C6008F4ABC /* TabBarCollectionView.swift in Sources */, | ||
63703C33282940C6008F4ABC /* TopTabbarView.swift in Sources */, | ||
63703C34282940C6008F4ABC /* CircleView.swift in Sources */, | ||
63703C32282940C6008F4ABC /* UIView+Extension.swift in Sources */, | ||
63703BEA2829366E008F4ABC /* TopTabBarView.docc in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
63703BEC2829366E008F4ABC /* 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++17"; | ||
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; | ||
CURRENT_PROJECT_VERSION = 1; | ||
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 = 15.2; | ||
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"; | ||
VERSIONING_SYSTEM = "apple-generic"; | ||
VERSION_INFO_PREFIX = ""; | ||
}; | ||
name = Debug; | ||
}; | ||
63703BED2829366E008F4ABC /* 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++17"; | ||
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; | ||
CURRENT_PROJECT_VERSION = 1; | ||
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 = 15.2; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
MTL_FAST_MATH = YES; | ||
SDKROOT = iphoneos; | ||
SWIFT_COMPILATION_MODE = wholemodule; | ||
SWIFT_OPTIMIZATION_LEVEL = "-O"; | ||
VALIDATE_PRODUCT = YES; | ||
VERSIONING_SYSTEM = "apple-generic"; | ||
VERSION_INFO_PREFIX = ""; | ||
}; | ||
name = Release; | ||
}; | ||
63703BEF2829366E008F4ABC /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEFINES_MODULE = YES; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 1; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
GENERATE_INFOPLIST_FILE = YES; | ||
INFOPLIST_KEY_NSHumanReadableCopyright = ""; | ||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 14.0; | ||
LD_RUNPATH_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"@executable_path/Frameworks", | ||
"@loader_path/Frameworks", | ||
); | ||
MARKETING_VERSION = 1.0; | ||
PRODUCT_BUNDLE_IDENTIFIER = Mindinventory.TopTabBarView; | ||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | ||
SKIP_INSTALL = YES; | ||
SUPPORTS_MACCATALYST = NO; | ||
SWIFT_EMIT_LOC_STRINGS = YES; | ||
SWIFT_VERSION = 5.0; | ||
TARGETED_DEVICE_FAMILY = 1; | ||
}; | ||
name = Debug; | ||
}; | ||
63703BF02829366E008F4ABC /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
CODE_SIGN_STYLE = Automatic; | ||
CURRENT_PROJECT_VERSION = 1; | ||
DEFINES_MODULE = YES; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 1; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
GENERATE_INFOPLIST_FILE = YES; | ||
INFOPLIST_KEY_NSHumanReadableCopyright = ""; | ||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
IPHONEOS_DEPLOYMENT_TARGET = 14.0; | ||
LD_RUNPATH_SEARCH_PATHS = ( | ||
"$(inherited)", | ||
"@executable_path/Frameworks", | ||
"@loader_path/Frameworks", | ||
); | ||
MARKETING_VERSION = 1.0; | ||
PRODUCT_BUNDLE_IDENTIFIER = Mindinventory.TopTabBarView; | ||
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; | ||
SKIP_INSTALL = YES; | ||
SUPPORTS_MACCATALYST = NO; | ||
SWIFT_EMIT_LOC_STRINGS = YES; | ||
SWIFT_VERSION = 5.0; | ||
TARGETED_DEVICE_FAMILY = 1; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
63703BDF2829366E008F4ABC /* Build configuration list for PBXProject "TopTabBarView" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
63703BEC2829366E008F4ABC /* Debug */, | ||
63703BED2829366E008F4ABC /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
63703BEE2829366E008F4ABC /* Build configuration list for PBXNativeTarget "TopTabBarView" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
63703BEF2829366E008F4ABC /* Debug */, | ||
63703BF02829366E008F4ABC /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = 63703BDC2829366E008F4ABC /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
TopTabBarView.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.
8 changes: 8 additions & 0 deletions
8
TopTabBarView.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
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,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> |
Binary file not shown.
Oops, something went wrong.