From 62e9c9974bc7fb29c3817759a605baadbffdf3cd Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Fri, 15 Feb 2019 17:22:13 +0100 Subject: [PATCH] Adding more plist --- .gitignore | 1 + Example/.DS_Store | Bin 0 -> 6148 bytes Example/Example.xcodeproj/project.pbxproj | 415 +++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../xcschemes/xcschememanagement.plist | 14 + .../contents.xcworkspacedata | 10 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + Example/Example/.DS_Store | Bin 0 -> 6148 bytes Example/Example/Assets.xcassets/.DS_Store | Bin 0 -> 6148 bytes Example/Pods/Pods.xcodeproj/project.pbxproj | 643 ++++++++++++++++++ .../xcschemes/xcschememanagement.plist | 25 + .../AnimatedTabBar/AnimatedTabBar-Info.plist | 26 + .../Pods-Example/Pods-Example-Info.plist | 26 + .../Pods-Example-acknowledgements.plist | 58 ++ 15 files changed, 1241 insertions(+) create mode 100644 .gitignore create mode 100644 Example/.DS_Store create mode 100644 Example/Example.xcodeproj/project.pbxproj create mode 100644 Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 Example/Example.xcodeproj/xcuserdata/albertogarcia-munoz.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Example/Example.xcworkspace/contents.xcworkspacedata create mode 100644 Example/Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 Example/Example/.DS_Store create mode 100644 Example/Example/Assets.xcassets/.DS_Store create mode 100644 Example/Pods/Pods.xcodeproj/project.pbxproj create mode 100644 Example/Pods/Pods.xcodeproj/xcuserdata/albertogarcia-munoz.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 Example/Pods/Target Support Files/AnimatedTabBar/AnimatedTabBar-Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-Example/Pods-Example-Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/Example/.DS_Store b/Example/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..18d8c7233ccce65a6ebf4c84668149c1fb5ff9ef GIT binary patch literal 6148 zcmeHKL2uJA6n@?cb2}l5K-vx*a^Y5?c4PE}6iRp44Jj~$VA_%;S_4TOB`E<)r=0f# zkl=*4@fWyp;J}3|e~0&MGc9yTJwb*1B>Q{u^Jn{glI<7(*kJ7U0NMb+u@E*|Se;`O zr!r$px`l#Fj*&tHfmi0K7tQoG4MqW@z@jNYdv^u4;U%~b!s9w=GL@hP5S+A$GWw7dpd3MwHv)V zI|uQr*ONEX<9A9|hR2Y!%Nl>ddvtzF^M#Wokw}g(LaZxw5#T0DatH!^2vC*`y=T!; z&p8xvss@d(&&P_zaOg!+PX6ib_pc|bU+&J!^iP?4j~{-VpP7!%uJi*f`0Ba&m6%rs z&mqSgUCcMA=eYZMerA2nism%7&952j~k`h~*e>^Qz9 zy92Won%XE}6sRk(tUlXx|8M{K{a+`UFQb4_;J;FUHHOY`fGO#_btXBwYb`7XSjebf nrBG6^($}$c=qg^vA`N2}If%B#N+GtOnI8cugQ<)He^r5>7Py)` literal 0 HcmV?d00001 diff --git a/Example/Example.xcodeproj/project.pbxproj b/Example/Example.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f7bfa8e --- /dev/null +++ b/Example/Example.xcodeproj/project.pbxproj @@ -0,0 +1,415 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 28470B822F34C27F738BC6F7 /* Pods_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F99606EA38D16812F5412D3D /* Pods_Example.framework */; }; + F81E6F602217154200637222 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F81E6F5F2217154200637222 /* AppDelegate.swift */; }; + F81E6F622217154200637222 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F81E6F612217154200637222 /* ViewController.swift */; }; + F81E6F652217154200637222 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F81E6F632217154200637222 /* Main.storyboard */; }; + F81E6F672217154300637222 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F81E6F662217154300637222 /* Assets.xcassets */; }; + F81E6F6A2217154300637222 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F81E6F682217154300637222 /* LaunchScreen.storyboard */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 3E5A3AAE0FF4A4AA4235459C /* Pods-Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.release.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.release.xcconfig"; sourceTree = ""; }; + 68A825C7F8D8A6B9CAB1BE48 /* Pods-Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Example.debug.xcconfig"; path = "Target Support Files/Pods-Example/Pods-Example.debug.xcconfig"; sourceTree = ""; }; + F81E6F5C2217154200637222 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; + F81E6F5F2217154200637222 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + F81E6F612217154200637222 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + F81E6F642217154200637222 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + F81E6F662217154300637222 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + F81E6F692217154300637222 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + F81E6F6B2217154300637222 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F99606EA38D16812F5412D3D /* Pods_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + F81E6F592217154200637222 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 28470B822F34C27F738BC6F7 /* Pods_Example.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 6F8147D5917EE7B2AF440023 /* Frameworks */ = { + isa = PBXGroup; + children = ( + F99606EA38D16812F5412D3D /* Pods_Example.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + F81E6F532217154200637222 = { + isa = PBXGroup; + children = ( + F81E6F5E2217154200637222 /* Example */, + F81E6F5D2217154200637222 /* Products */, + FC535E30AC18A2F38CE0C690 /* Pods */, + 6F8147D5917EE7B2AF440023 /* Frameworks */, + ); + sourceTree = ""; + }; + F81E6F5D2217154200637222 /* Products */ = { + isa = PBXGroup; + children = ( + F81E6F5C2217154200637222 /* Example.app */, + ); + name = Products; + sourceTree = ""; + }; + F81E6F5E2217154200637222 /* Example */ = { + isa = PBXGroup; + children = ( + F81E6F5F2217154200637222 /* AppDelegate.swift */, + F81E6F612217154200637222 /* ViewController.swift */, + F81E6F632217154200637222 /* Main.storyboard */, + F81E6F662217154300637222 /* Assets.xcassets */, + F81E6F682217154300637222 /* LaunchScreen.storyboard */, + F81E6F6B2217154300637222 /* Info.plist */, + ); + path = Example; + sourceTree = ""; + }; + FC535E30AC18A2F38CE0C690 /* Pods */ = { + isa = PBXGroup; + children = ( + 68A825C7F8D8A6B9CAB1BE48 /* Pods-Example.debug.xcconfig */, + 3E5A3AAE0FF4A4AA4235459C /* Pods-Example.release.xcconfig */, + ); + name = Pods; + path = Pods; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + F81E6F5B2217154200637222 /* Example */ = { + isa = PBXNativeTarget; + buildConfigurationList = F81E6F6E2217154300637222 /* Build configuration list for PBXNativeTarget "Example" */; + buildPhases = ( + 91EC7BB5B02AC01F8C699FC4 /* [CP] Check Pods Manifest.lock */, + F81E6F582217154200637222 /* Sources */, + F81E6F592217154200637222 /* Frameworks */, + F81E6F5A2217154200637222 /* Resources */, + 3035B5C65442FC412CD7DF3C /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = Example; + productName = Example; + productReference = F81E6F5C2217154200637222 /* Example.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + F81E6F542217154200637222 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1010; + LastUpgradeCheck = 1010; + ORGANIZATIONNAME = AlbGarciam; + TargetAttributes = { + F81E6F5B2217154200637222 = { + CreatedOnToolsVersion = 10.1; + }; + }; + }; + buildConfigurationList = F81E6F572217154200637222 /* Build configuration list for PBXProject "Example" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = F81E6F532217154200637222; + productRefGroup = F81E6F5D2217154200637222 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + F81E6F5B2217154200637222 /* Example */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + F81E6F5A2217154200637222 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F81E6F6A2217154300637222 /* LaunchScreen.storyboard in Resources */, + F81E6F672217154300637222 /* Assets.xcassets in Resources */, + F81E6F652217154200637222 /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 3035B5C65442FC412CD7DF3C /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/AnimatedTabBar/AnimatedTabBar.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputFileListPaths = ( + ); + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AnimatedTabBar.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 91EC7BB5B02AC01F8C699FC4 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-Example-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + F81E6F582217154200637222 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F81E6F622217154200637222 /* ViewController.swift in Sources */, + F81E6F602217154200637222 /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + F81E6F632217154200637222 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + F81E6F642217154200637222 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + F81E6F682217154300637222 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + F81E6F692217154300637222 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + F81E6F6C2217154300637222 /* 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_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 = 12.1; + 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; + }; + F81E6F6D2217154300637222 /* 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_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 = 12.1; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + F81E6F6F2217154300637222 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 68A825C7F8D8A6B9CAB1BE48 /* Pods-Example.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = Example/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.mobile.example.animatedtabbar.Example; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + F81E6F702217154300637222 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3E5A3AAE0FF4A4AA4235459C /* Pods-Example.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + INFOPLIST_FILE = Example/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.mobile.example.animatedtabbar.Example; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + F81E6F572217154200637222 /* Build configuration list for PBXProject "Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F81E6F6C2217154300637222 /* Debug */, + F81E6F6D2217154300637222 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F81E6F6E2217154300637222 /* Build configuration list for PBXNativeTarget "Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + F81E6F6F2217154300637222 /* Debug */, + F81E6F702217154300637222 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = F81E6F542217154200637222 /* Project object */; +} diff --git a/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..6d2a51b --- /dev/null +++ b/Example/Example.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Example/Example.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Example/Example.xcodeproj/xcuserdata/albertogarcia-munoz.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Example.xcodeproj/xcuserdata/albertogarcia-munoz.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..8d6b401 --- /dev/null +++ b/Example/Example.xcodeproj/xcuserdata/albertogarcia-munoz.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Example.xcscheme_^#shared#^_ + + orderHint + 2 + + + + diff --git a/Example/Example.xcworkspace/contents.xcworkspacedata b/Example/Example.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..a37cf19 --- /dev/null +++ b/Example/Example.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/Example/Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Example/Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Example/Example.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Example/Example/.DS_Store b/Example/Example/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..a6ec781f820a8f1aac8dc960b234d34bc81a663d GIT binary patch literal 6148 zcmeHK%}xR_5S}7x!5BE0=&=`X#NZEdGFcH1-b~i$K@IK-(M@pIu#2dO+1JoF@(Fw$ zXWBv}XuKGsW+s__)9Fl0zmm=t07R|ZTm>isfJ7zCjC}F0+d-U^%da9cm7SiMl`=2$^Z8Tv zGU~aBmvrNr*Ey!%zL#A3);@@$_Q>}9!=Tk`6c=`)F!6%0)zQg8vxOliM?u((dbOw< zHe)@HYX+pu$y}qj)bFoVD>K^!Z5RSwa%D=`BI1EIJlbgE)dBOe&&D750fCOgj3NjdLuf22DB$y)w>Y zR~Gh#BJ}F$S2`SoV~|^BfEgHPV9IohRR4EBfB%msagP~b2L2TTB3pOsHQbV|trMH0 vTB}gcP)R5*H8@H^LziNVrBb|vss;Uu3`ECbY7jjr{2`!e;D#CaQ3l=sbzoPx literal 0 HcmV?d00001 diff --git a/Example/Example/Assets.xcassets/.DS_Store b/Example/Example/Assets.xcassets/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..53cd1a4649130bbb01c9dac8329199c74c87a4b0 GIT binary patch literal 6148 zcmeHKJ5EC}5S)b+kq}Z!N}m9U8(2{|0TtoC zW6M*#eG9&7_MRq_0#ZN + + + + SchemeUserState + + AnimatedTabBar.xcscheme + + isShown + + orderHint + 0 + + Pods-Example.xcscheme + + isShown + + orderHint + 1 + + + SuppressBuildableAutocreation + + + diff --git a/Example/Pods/Target Support Files/AnimatedTabBar/AnimatedTabBar-Info.plist b/Example/Pods/Target Support Files/AnimatedTabBar/AnimatedTabBar-Info.plist new file mode 100644 index 0000000..d0e9821 --- /dev/null +++ b/Example/Pods/Target Support Files/AnimatedTabBar/AnimatedTabBar-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 0.1.5 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-Info.plist b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist new file mode 100644 index 0000000..7292e90 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Example/Pods-Example-acknowledgements.plist @@ -0,0 +1,58 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2019 alb.garciam@gmail.com <alb.garciam@gmail.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + + License + MIT + Title + AnimatedTabBar + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + +