From 68c7dd768f609309067d4e721aea5083a0cba6d9 Mon Sep 17 00:00:00 2001 From: monzy613 Date: Sun, 25 Sep 2016 22:20:57 +0800 Subject: [PATCH] add line cap --- .../project.pbxproj | 2014 ++++++++++++----- .../Base.lproj/Main.storyboard | 48 +- .../MaterialDesignSpinner/MMViewController.m | 15 +- Example/Podfile | 4 +- Example/Podfile.lock | 16 + .../MMMaterialDesignSpinner.podspec.json | 25 + Example/Pods/Manifest.lock | 16 + Example/Pods/Pods.xcodeproj/project.pbxproj | 1687 ++++++++++++++ .../MMMaterialDesignSpinner/Info.plist | 26 + .../MMMaterialDesignSpinner-dummy.m | 5 + .../MMMaterialDesignSpinner-prefix.pch | 4 + .../MMMaterialDesignSpinner-umbrella.h | 7 + .../MMMaterialDesignSpinner.modulemap | 6 + .../MMMaterialDesignSpinner.xcconfig | 9 + .../Pods-MaterialDesignSpinner/Info.plist | 26 + ...ialDesignSpinner-acknowledgements.markdown | 26 + ...terialDesignSpinner-acknowledgements.plist | 56 + .../Pods-MaterialDesignSpinner-dummy.m | 5 + .../Pods-MaterialDesignSpinner-frameworks.sh | 91 + .../Pods-MaterialDesignSpinner-resources.sh | 102 + .../Pods-MaterialDesignSpinner-umbrella.h | 6 + .../Pods-MaterialDesignSpinner.debug.xcconfig | 8 + .../Pods-MaterialDesignSpinner.modulemap | 6 + ...ods-MaterialDesignSpinner.release.xcconfig | 8 + .../Pods-Tests/Info.plist | 26 + .../Pods-Tests-acknowledgements.markdown | 26 + .../Pods-Tests-acknowledgements.plist | 56 + .../Pods-Tests/Pods-Tests-dummy.m | 5 + .../Pods-Tests/Pods-Tests-frameworks.sh | 91 + .../Pods-Tests/Pods-Tests-resources.sh | 102 + .../Pods-Tests/Pods-Tests-umbrella.h | 6 + .../Pods-Tests/Pods-Tests.debug.xcconfig | 8 + .../Pods-Tests/Pods-Tests.modulemap | 6 + .../Pods-Tests/Pods-Tests.release.xcconfig | 8 + .../MMMaterialDesignSpinner.xcscheme | 11 +- Pod/Classes/MMMaterialDesignSpinner.h | 3 + Pod/Classes/MMMaterialDesignSpinner.m | 11 + 37 files changed, 3926 insertions(+), 649 deletions(-) create mode 100644 Example/Podfile.lock create mode 100644 Example/Pods/Local Podspecs/MMMaterialDesignSpinner.podspec.json create mode 100644 Example/Pods/Manifest.lock create mode 100644 Example/Pods/Pods.xcodeproj/project.pbxproj create mode 100644 Example/Pods/Target Support Files/MMMaterialDesignSpinner/Info.plist create mode 100644 Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-dummy.m create mode 100644 Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-prefix.pch create mode 100644 Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-umbrella.h create mode 100644 Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.modulemap create mode 100644 Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-dummy.m create mode 100755 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-frameworks.sh create mode 100755 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-resources.sh create mode 100644 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-umbrella.h create mode 100644 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.modulemap create mode 100644 Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.release.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m create mode 100755 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh create mode 100755 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-umbrella.h create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.modulemap create mode 100644 Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig diff --git a/Example/MaterialDesignSpinner.xcodeproj/project.pbxproj b/Example/MaterialDesignSpinner.xcodeproj/project.pbxproj index 8a69a8a..01cafce 100644 --- a/Example/MaterialDesignSpinner.xcodeproj/project.pbxproj +++ b/Example/MaterialDesignSpinner.xcodeproj/project.pbxproj @@ -1,629 +1,1385 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 22D2F9D93EE82E3E1977CF45 /* Pods_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D64410849DB4805EE662656 /* Pods_Tests.framework */; }; - 47EEE3FFC2D6096ECCC812E3 /* Pods_MaterialDesignSpinner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5751A42B9AE2E4AD2DE57D18 /* Pods_MaterialDesignSpinner.framework */; }; - 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; - 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; - 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; - 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; }; - 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; }; - 6003F59E195388D20070C39A /* MMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* MMAppDelegate.m */; }; - 6003F5A1195388D20070C39A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6003F59F195388D20070C39A /* Main.storyboard */; }; - 6003F5A7195388D20070C39A /* MMViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* MMViewController.m */; }; - 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; }; - 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; }; - 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; - 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; - 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; - 6003F5BC195388D20070C39A /* Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* Tests.m */; }; - DB7295681BC9B25B009FD543 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DB7295661BC9B25B009FD543 /* Launch Screen.storyboard */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 6003F582195388D10070C39A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6003F589195388D20070C39A; - remoteInfo = MaterialDesignSpinner; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 1D64410849DB4805EE662656 /* Pods_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5751A42B9AE2E4AD2DE57D18 /* Pods_MaterialDesignSpinner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MaterialDesignSpinner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6003F58A195388D20070C39A /* MaterialDesignSpinner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MaterialDesignSpinner.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 6003F595195388D20070C39A /* MaterialDesignSpinner-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MaterialDesignSpinner-Info.plist"; sourceTree = ""; }; - 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 6003F59B195388D20070C39A /* MaterialDesignSpinner-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MaterialDesignSpinner-Prefix.pch"; sourceTree = ""; }; - 6003F59C195388D20070C39A /* MMAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MMAppDelegate.h; sourceTree = ""; }; - 6003F59D195388D20070C39A /* MMAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MMAppDelegate.m; sourceTree = ""; }; - 6003F5A0195388D20070C39A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; - 6003F5A5195388D20070C39A /* MMViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MMViewController.h; sourceTree = ""; }; - 6003F5A6195388D20070C39A /* MMViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MMViewController.m; sourceTree = ""; }; - 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 6003F5AE195388D20070C39A /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = ""; }; - 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 6003F5BB195388D20070C39A /* Tests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Tests.m; sourceTree = ""; }; - 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = ""; }; - 65935A348F40FBC30D8ACB6A /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = ""; }; - B7DACCA6095E381B9FD67CE3 /* Pods-MaterialDesignSpinner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialDesignSpinner.release.xcconfig"; path = "Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.release.xcconfig"; sourceTree = ""; }; - B9F194E218601B8C8CECD92F /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; - BB285D85DDBCA3BB5368E9D5 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; - C8117106087F098A36FCC7F6 /* MMMaterialDesignSpinner.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = MMMaterialDesignSpinner.podspec; path = ../MMMaterialDesignSpinner.podspec; sourceTree = ""; }; - D62024797BF9E0256134B3A1 /* Pods-MaterialDesignSpinner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MaterialDesignSpinner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.debug.xcconfig"; sourceTree = ""; }; - DB7295671BC9B25B009FD543 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = "Base.lproj/Launch Screen.storyboard"; sourceTree = ""; }; - FFAEBE2A7061ED538B50A755 /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 6003F587195388D20070C39A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, - 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, - 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, - 47EEE3FFC2D6096ECCC812E3 /* Pods_MaterialDesignSpinner.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AB195388D20070C39A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, - 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, - 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, - 22D2F9D93EE82E3E1977CF45 /* Pods_Tests.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 6003F581195388D10070C39A = { - isa = PBXGroup; - children = ( - 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */, - 6003F593195388D20070C39A /* MaterialDesignSpinner */, - 6003F5B5195388D20070C39A /* Tests */, - 6003F58C195388D20070C39A /* Frameworks */, - 6003F58B195388D20070C39A /* Products */, - 63A750A51956F4981F1C953B /* Pods */, - ); - sourceTree = ""; - }; - 6003F58B195388D20070C39A /* Products */ = { - isa = PBXGroup; - children = ( - 6003F58A195388D20070C39A /* MaterialDesignSpinner.app */, - 6003F5AE195388D20070C39A /* Tests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 6003F58C195388D20070C39A /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6003F58D195388D20070C39A /* Foundation.framework */, - 6003F58F195388D20070C39A /* CoreGraphics.framework */, - 6003F591195388D20070C39A /* UIKit.framework */, - 6003F5AF195388D20070C39A /* XCTest.framework */, - 5751A42B9AE2E4AD2DE57D18 /* Pods_MaterialDesignSpinner.framework */, - 1D64410849DB4805EE662656 /* Pods_Tests.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 6003F593195388D20070C39A /* MaterialDesignSpinner */ = { - isa = PBXGroup; - children = ( - 6003F59C195388D20070C39A /* MMAppDelegate.h */, - 6003F59D195388D20070C39A /* MMAppDelegate.m */, - 6003F59F195388D20070C39A /* Main.storyboard */, - DB7295661BC9B25B009FD543 /* Launch Screen.storyboard */, - 6003F5A5195388D20070C39A /* MMViewController.h */, - 6003F5A6195388D20070C39A /* MMViewController.m */, - 6003F5A8195388D20070C39A /* Images.xcassets */, - 6003F594195388D20070C39A /* Supporting Files */, - ); - path = MaterialDesignSpinner; - sourceTree = ""; - }; - 6003F594195388D20070C39A /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 6003F595195388D20070C39A /* MaterialDesignSpinner-Info.plist */, - 6003F596195388D20070C39A /* InfoPlist.strings */, - 6003F599195388D20070C39A /* main.m */, - 6003F59B195388D20070C39A /* MaterialDesignSpinner-Prefix.pch */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 6003F5B5195388D20070C39A /* Tests */ = { - isa = PBXGroup; - children = ( - 6003F5BB195388D20070C39A /* Tests.m */, - 6003F5B6195388D20070C39A /* Supporting Files */, - ); - path = Tests; - sourceTree = ""; - }; - 6003F5B6195388D20070C39A /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 6003F5B7195388D20070C39A /* Tests-Info.plist */, - 6003F5B8195388D20070C39A /* InfoPlist.strings */, - 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = { - isa = PBXGroup; - children = ( - C8117106087F098A36FCC7F6 /* MMMaterialDesignSpinner.podspec */, - B9F194E218601B8C8CECD92F /* README.md */, - BB285D85DDBCA3BB5368E9D5 /* LICENSE */, - ); - name = "Podspec Metadata"; - sourceTree = ""; - }; - 63A750A51956F4981F1C953B /* Pods */ = { - isa = PBXGroup; - children = ( - D62024797BF9E0256134B3A1 /* Pods-MaterialDesignSpinner.debug.xcconfig */, - B7DACCA6095E381B9FD67CE3 /* Pods-MaterialDesignSpinner.release.xcconfig */, - 65935A348F40FBC30D8ACB6A /* Pods-Tests.debug.xcconfig */, - FFAEBE2A7061ED538B50A755 /* Pods-Tests.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 6003F589195388D20070C39A /* MaterialDesignSpinner */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "MaterialDesignSpinner" */; - buildPhases = ( - 731C5D1EBA5794E26124D6F4 /* Check Pods Manifest.lock */, - 6003F586195388D20070C39A /* Sources */, - 6003F587195388D20070C39A /* Frameworks */, - 6003F588195388D20070C39A /* Resources */, - 2A98E41CC76E9893897F26B2 /* Copy Pods Resources */, - 56DD4FE2938A7DD1B38DED1E /* Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = MaterialDesignSpinner; - productName = MaterialDesignSpinner; - productReference = 6003F58A195388D20070C39A /* MaterialDesignSpinner.app */; - productType = "com.apple.product-type.application"; - }; - 6003F5AD195388D20070C39A /* Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Tests" */; - buildPhases = ( - A13E839F27D2971AFBCF362B /* Check Pods Manifest.lock */, - 6003F5AA195388D20070C39A /* Sources */, - 6003F5AB195388D20070C39A /* Frameworks */, - 6003F5AC195388D20070C39A /* Resources */, - 98136B84922DE7AA6608D78E /* Copy Pods Resources */, - B4F78B6D228E5EE07CDFA45A /* Embed Pods Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 6003F5B4195388D20070C39A /* PBXTargetDependency */, - ); - name = Tests; - productName = MaterialDesignSpinnerTests; - productReference = 6003F5AE195388D20070C39A /* Tests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 6003F582195388D10070C39A /* Project object */ = { - isa = PBXProject; - attributes = { - CLASSPREFIX = MM; - LastUpgradeCheck = 0510; - ORGANIZATIONNAME = "Mike Maxwell"; - TargetAttributes = { - 6003F5AD195388D20070C39A = { - TestTargetID = 6003F589195388D20070C39A; - }; - }; - }; - buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "MaterialDesignSpinner" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 6003F581195388D10070C39A; - productRefGroup = 6003F58B195388D20070C39A /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 6003F589195388D20070C39A /* MaterialDesignSpinner */, - 6003F5AD195388D20070C39A /* Tests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 6003F588195388D20070C39A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F5A9195388D20070C39A /* Images.xcassets in Resources */, - 6003F5A1195388D20070C39A /* Main.storyboard in Resources */, - DB7295681BC9B25B009FD543 /* Launch Screen.storyboard in Resources */, - 6003F598195388D20070C39A /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AC195388D20070C39A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 2A98E41CC76E9893897F26B2 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 56DD4FE2938A7DD1B38DED1E /* Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - 731C5D1EBA5794E26124D6F4 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 98136B84922DE7AA6608D78E /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - A13E839F27D2971AFBCF362B /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - B4F78B6D228E5EE07CDFA45A /* Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 6003F586195388D20070C39A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F59E195388D20070C39A /* MMAppDelegate.m in Sources */, - 6003F5A7195388D20070C39A /* MMViewController.m in Sources */, - 6003F59A195388D20070C39A /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AA195388D20070C39A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F5BC195388D20070C39A /* Tests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6003F589195388D20070C39A /* MaterialDesignSpinner */; - targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 6003F596195388D20070C39A /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 6003F597195388D20070C39A /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 6003F59F195388D20070C39A /* Main.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 6003F5A0195388D20070C39A /* Base */, - ); - name = Main.storyboard; - sourceTree = ""; - }; - 6003F5B8195388D20070C39A /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 6003F5B9195388D20070C39A /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - DB7295661BC9B25B009FD543 /* Launch Screen.storyboard */ = { - isa = PBXVariantGroup; - children = ( - DB7295671BC9B25B009FD543 /* Base */, - ); - name = "Launch Screen.storyboard"; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 6003F5BD195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - 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 = 7.1; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6003F5BE195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - 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 = 7.1; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6003F5C0195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = D62024797BF9E0256134B3A1 /* Pods-MaterialDesignSpinner.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "MaterialDesignSpinner/MaterialDesignSpinner-Prefix.pch"; - INFOPLIST_FILE = "MaterialDesignSpinner/MaterialDesignSpinner-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 6003F5C1195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = B7DACCA6095E381B9FD67CE3 /* Pods-MaterialDesignSpinner.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "MaterialDesignSpinner/MaterialDesignSpinner-Prefix.pch"; - INFOPLIST_FILE = "MaterialDesignSpinner/MaterialDesignSpinner-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; - 6003F5C3195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 65935A348F40FBC30D8ACB6A /* Pods-Tests.debug.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MaterialDesignSpinner.app/MaterialDesignSpinner"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "Tests/Tests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 6003F5C4195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FFAEBE2A7061ED538B50A755 /* Pods-Tests.release.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MaterialDesignSpinner.app/MaterialDesignSpinner"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; - INFOPLIST_FILE = "Tests/Tests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 6003F585195388D10070C39A /* Build configuration list for PBXProject "MaterialDesignSpinner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5BD195388D20070C39A /* Debug */, - 6003F5BE195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "MaterialDesignSpinner" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5C0195388D20070C39A /* Debug */, - 6003F5C1195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5C3195388D20070C39A /* Debug */, - 6003F5C4195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 6003F582195388D10070C39A /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 1D64410849DB4805EE662656 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Pods_Tests.framework + sourceTree + BUILT_PRODUCTS_DIR + + 22D2F9D93EE82E3E1977CF45 + + fileRef + 1D64410849DB4805EE662656 + isa + PBXBuildFile + + 2A98E41CC76E9893897F26B2 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-resources.sh" + + showEnvVarsInLog + 0 + + 47EEE3FFC2D6096ECCC812E3 + + fileRef + 5751A42B9AE2E4AD2DE57D18 + isa + PBXBuildFile + + 56DD4FE2938A7DD1B38DED1E + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Embed Pods Frameworks + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-frameworks.sh" + + showEnvVarsInLog + 0 + + 5751A42B9AE2E4AD2DE57D18 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Pods_MaterialDesignSpinner.framework + sourceTree + BUILT_PRODUCTS_DIR + + 6003F581195388D10070C39A + + children + + 60FF7A9C1954A5C5007DD14C + 6003F593195388D20070C39A + 6003F5B5195388D20070C39A + 6003F58C195388D20070C39A + 6003F58B195388D20070C39A + 63A750A51956F4981F1C953B + + isa + PBXGroup + sourceTree + <group> + + 6003F582195388D10070C39A + + attributes + + CLASSPREFIX + MM + LastUpgradeCheck + 0510 + ORGANIZATIONNAME + Mike Maxwell + TargetAttributes + + 6003F5AD195388D20070C39A + + TestTargetID + 6003F589195388D20070C39A + + + + buildConfigurationList + 6003F585195388D10070C39A + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + Base + + mainGroup + 6003F581195388D10070C39A + productRefGroup + 6003F58B195388D20070C39A + projectDirPath + + projectReferences + + projectRoot + + targets + + 6003F589195388D20070C39A + 6003F5AD195388D20070C39A + + + 6003F585195388D10070C39A + + buildConfigurations + + 6003F5BD195388D20070C39A + 6003F5BE195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F586195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F59E195388D20070C39A + 6003F5A7195388D20070C39A + 6003F59A195388D20070C39A + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F587195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F590195388D20070C39A + 6003F592195388D20070C39A + 6003F58E195388D20070C39A + 47EEE3FFC2D6096ECCC812E3 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F588195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F5A9195388D20070C39A + 6003F5A1195388D20070C39A + DB7295681BC9B25B009FD543 + 6003F598195388D20070C39A + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F589195388D20070C39A + + buildConfigurationList + 6003F5BF195388D20070C39A + buildPhases + + 731C5D1EBA5794E26124D6F4 + 6003F586195388D20070C39A + 6003F587195388D20070C39A + 6003F588195388D20070C39A + 2A98E41CC76E9893897F26B2 + 56DD4FE2938A7DD1B38DED1E + + buildRules + + dependencies + + isa + PBXNativeTarget + name + MaterialDesignSpinner + productName + MaterialDesignSpinner + productReference + 6003F58A195388D20070C39A + productType + com.apple.product-type.application + + 6003F58A195388D20070C39A + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + MaterialDesignSpinner.app + sourceTree + BUILT_PRODUCTS_DIR + + 6003F58B195388D20070C39A + + children + + 6003F58A195388D20070C39A + 6003F5AE195388D20070C39A + + isa + PBXGroup + name + Products + sourceTree + <group> + + 6003F58C195388D20070C39A + + children + + 6003F58D195388D20070C39A + 6003F58F195388D20070C39A + 6003F591195388D20070C39A + 6003F5AF195388D20070C39A + 5751A42B9AE2E4AD2DE57D18 + 1D64410849DB4805EE662656 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 6003F58D195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + 6003F58E195388D20070C39A + + fileRef + 6003F58D195388D20070C39A + isa + PBXBuildFile + + 6003F58F195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 6003F590195388D20070C39A + + fileRef + 6003F58F195388D20070C39A + isa + PBXBuildFile + + 6003F591195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + 6003F592195388D20070C39A + + fileRef + 6003F591195388D20070C39A + isa + PBXBuildFile + + 6003F593195388D20070C39A + + children + + 6003F59C195388D20070C39A + 6003F59D195388D20070C39A + 6003F59F195388D20070C39A + DB7295661BC9B25B009FD543 + 6003F5A5195388D20070C39A + 6003F5A6195388D20070C39A + 6003F5A8195388D20070C39A + 6003F594195388D20070C39A + + isa + PBXGroup + path + MaterialDesignSpinner + sourceTree + <group> + + 6003F594195388D20070C39A + + children + + 6003F595195388D20070C39A + 6003F596195388D20070C39A + 6003F599195388D20070C39A + 6003F59B195388D20070C39A + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 6003F595195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + MaterialDesignSpinner-Info.plist + sourceTree + <group> + + 6003F596195388D20070C39A + + children + + 6003F597195388D20070C39A + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 6003F597195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 6003F598195388D20070C39A + + fileRef + 6003F596195388D20070C39A + isa + PBXBuildFile + + 6003F599195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + 6003F59A195388D20070C39A + + fileRef + 6003F599195388D20070C39A + isa + PBXBuildFile + + 6003F59B195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MaterialDesignSpinner-Prefix.pch + sourceTree + <group> + + 6003F59C195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MMAppDelegate.h + sourceTree + <group> + + 6003F59D195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MMAppDelegate.m + sourceTree + <group> + + 6003F59E195388D20070C39A + + fileRef + 6003F59D195388D20070C39A + isa + PBXBuildFile + + 6003F59F195388D20070C39A + + children + + 6003F5A0195388D20070C39A + + isa + PBXVariantGroup + name + Main.storyboard + sourceTree + <group> + + 6003F5A0195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Main.storyboard + sourceTree + <group> + + 6003F5A1195388D20070C39A + + fileRef + 6003F59F195388D20070C39A + isa + PBXBuildFile + + 6003F5A5195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MMViewController.h + sourceTree + <group> + + 6003F5A6195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MMViewController.m + sourceTree + <group> + + 6003F5A7195388D20070C39A + + fileRef + 6003F5A6195388D20070C39A + isa + PBXBuildFile + + 6003F5A8195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + 6003F5A9195388D20070C39A + + fileRef + 6003F5A8195388D20070C39A + isa + PBXBuildFile + + 6003F5AA195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F5BC195388D20070C39A + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AB195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F5B0195388D20070C39A + 6003F5B2195388D20070C39A + 6003F5B1195388D20070C39A + 22D2F9D93EE82E3E1977CF45 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AC195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F5BA195388D20070C39A + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AD195388D20070C39A + + buildConfigurationList + 6003F5C2195388D20070C39A + buildPhases + + A13E839F27D2971AFBCF362B + 6003F5AA195388D20070C39A + 6003F5AB195388D20070C39A + 6003F5AC195388D20070C39A + 98136B84922DE7AA6608D78E + B4F78B6D228E5EE07CDFA45A + + buildRules + + dependencies + + 6003F5B4195388D20070C39A + + isa + PBXNativeTarget + name + Tests + productName + MaterialDesignSpinnerTests + productReference + 6003F5AE195388D20070C39A + productType + com.apple.product-type.bundle.unit-test + + 6003F5AE195388D20070C39A + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + Tests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + 6003F5AF195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + XCTest.framework + path + Library/Frameworks/XCTest.framework + sourceTree + DEVELOPER_DIR + + 6003F5B0195388D20070C39A + + fileRef + 6003F5AF195388D20070C39A + isa + PBXBuildFile + + 6003F5B1195388D20070C39A + + fileRef + 6003F58D195388D20070C39A + isa + PBXBuildFile + + 6003F5B2195388D20070C39A + + fileRef + 6003F591195388D20070C39A + isa + PBXBuildFile + + 6003F5B3195388D20070C39A + + containerPortal + 6003F582195388D10070C39A + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 6003F589195388D20070C39A + remoteInfo + MaterialDesignSpinner + + 6003F5B4195388D20070C39A + + isa + PBXTargetDependency + target + 6003F589195388D20070C39A + targetProxy + 6003F5B3195388D20070C39A + + 6003F5B5195388D20070C39A + + children + + 6003F5BB195388D20070C39A + 6003F5B6195388D20070C39A + + isa + PBXGroup + path + Tests + sourceTree + <group> + + 6003F5B6195388D20070C39A + + children + + 6003F5B7195388D20070C39A + 6003F5B8195388D20070C39A + 606FC2411953D9B200FFA9A0 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 6003F5B7195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Tests-Info.plist + sourceTree + <group> + + 6003F5B8195388D20070C39A + + children + + 6003F5B9195388D20070C39A + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 6003F5B9195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 6003F5BA195388D20070C39A + + fileRef + 6003F5B8195388D20070C39A + isa + PBXBuildFile + + 6003F5BB195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Tests.m + sourceTree + <group> + + 6003F5BC195388D20070C39A + + fileRef + 6003F5BB195388D20070C39A + isa + PBXBuildFile + + 6003F5BD195388D20070C39A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + 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 + 7.1 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Debug + + 6003F5BE195388D20070C39A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + 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 + 7.1 + SDKROOT + iphoneos + TARGETED_DEVICE_FAMILY + 1,2 + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 6003F5BF195388D20070C39A + + buildConfigurations + + 6003F5C0195388D20070C39A + 6003F5C1195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F5C0195388D20070C39A + + baseConfigurationReference + D62024797BF9E0256134B3A1 + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + MaterialDesignSpinner/MaterialDesignSpinner-Prefix.pch + INFOPLIST_FILE + MaterialDesignSpinner/MaterialDesignSpinner-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + PRODUCT_NAME + $(TARGET_NAME) + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Debug + + 6003F5C1195388D20070C39A + + baseConfigurationReference + B7DACCA6095E381B9FD67CE3 + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + MaterialDesignSpinner/MaterialDesignSpinner-Prefix.pch + INFOPLIST_FILE + MaterialDesignSpinner/MaterialDesignSpinner-Info.plist + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + PRODUCT_NAME + $(TARGET_NAME) + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Release + + 6003F5C2195388D20070C39A + + buildConfigurations + + 6003F5C3195388D20070C39A + 6003F5C4195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F5C3195388D20070C39A + + baseConfigurationReference + 65935A348F40FBC30D8ACB6A + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/MaterialDesignSpinner.app/MaterialDesignSpinner + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Tests/Tests-Prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + Tests/Tests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Debug + + 6003F5C4195388D20070C39A + + baseConfigurationReference + FFAEBE2A7061ED538B50A755 + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/MaterialDesignSpinner.app/MaterialDesignSpinner + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Tests/Tests-Prefix.pch + INFOPLIST_FILE + Tests/Tests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Release + + 606FC2411953D9B200FFA9A0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Tests-Prefix.pch + sourceTree + <group> + + 60FF7A9C1954A5C5007DD14C + + children + + C8117106087F098A36FCC7F6 + B9F194E218601B8C8CECD92F + BB285D85DDBCA3BB5368E9D5 + + isa + PBXGroup + name + Podspec Metadata + sourceTree + <group> + + 63A750A51956F4981F1C953B + + children + + D62024797BF9E0256134B3A1 + B7DACCA6095E381B9FD67CE3 + 65935A348F40FBC30D8ACB6A + FFAEBE2A7061ED538B50A755 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + 65935A348F40FBC30D8ACB6A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Tests.debug.xcconfig + path + Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig + sourceTree + <group> + + 731C5D1EBA5794E26124D6F4 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 98136B84922DE7AA6608D78E + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh" + + showEnvVarsInLog + 0 + + A13E839F27D2971AFBCF362B + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + B4F78B6D228E5EE07CDFA45A + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + [CP] Embed Pods Frameworks + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh" + + showEnvVarsInLog + 0 + + B7DACCA6095E381B9FD67CE3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-MaterialDesignSpinner.release.xcconfig + path + Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.release.xcconfig + sourceTree + <group> + + B9F194E218601B8C8CECD92F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + net.daringfireball.markdown + name + README.md + path + ../README.md + sourceTree + <group> + + BB285D85DDBCA3BB5368E9D5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + LICENSE + path + ../LICENSE + sourceTree + <group> + + C8117106087F098A36FCC7F6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + MMMaterialDesignSpinner.podspec + path + ../MMMaterialDesignSpinner.podspec + sourceTree + <group> + + D62024797BF9E0256134B3A1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-MaterialDesignSpinner.debug.xcconfig + path + Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.debug.xcconfig + sourceTree + <group> + + DB7295661BC9B25B009FD543 + + children + + DB7295671BC9B25B009FD543 + + isa + PBXVariantGroup + name + Launch Screen.storyboard + sourceTree + <group> + + DB7295671BC9B25B009FD543 + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Launch Screen.storyboard + sourceTree + <group> + + DB7295681BC9B25B009FD543 + + fileRef + DB7295661BC9B25B009FD543 + isa + PBXBuildFile + + FFAEBE2A7061ED538B50A755 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Tests.release.xcconfig + path + Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig + sourceTree + <group> + + + rootObject + 6003F582195388D10070C39A + + diff --git a/Example/MaterialDesignSpinner/Base.lproj/Main.storyboard b/Example/MaterialDesignSpinner/Base.lproj/Main.storyboard index 69d1d33..1a9c62d 100644 --- a/Example/MaterialDesignSpinner/Base.lproj/Main.storyboard +++ b/Example/MaterialDesignSpinner/Base.lproj/Main.storyboard @@ -1,10 +1,11 @@ - - + + - + + @@ -16,35 +17,30 @@ - + - - + - - @@ -54,13 +50,12 @@ - + @@ -70,17 +65,44 @@ + + + - + + + + + + + + + + diff --git a/Example/MaterialDesignSpinner/MMViewController.m b/Example/MaterialDesignSpinner/MMViewController.m index fd3fcbc..6592785 100644 --- a/Example/MaterialDesignSpinner/MMViewController.m +++ b/Example/MaterialDesignSpinner/MMViewController.m @@ -30,7 +30,7 @@ } - (IBAction)changeLineWidthButtonTouched:(id)sender { - self.spinnerView.lineWidth = (rand() % 10) / 2.f; + self.spinnerView.lineWidth = (rand() % 20) / 2.f; if (self.spinnerView.lineWidth == 0) self.spinnerView.lineWidth = 0.1f; } @@ -40,6 +40,19 @@ [self.spinnerView startAnimating]; } +- (IBAction)squareCapButtonPressed:(id)sender { + self.spinnerView.lineCap = kCALineCapSquare; +} + +- (IBAction)rouncCapButtonPressed:(id)sender { + self.spinnerView.lineCap = kCALineCapRound; +} + +- (IBAction)buttCapButtonPressed:(id)sender { + self.spinnerView.lineCap = kCALineCapButt; +} + + #pragma mark Helper methods + (UIColor *)randomColor { diff --git a/Example/Podfile b/Example/Podfile index 1f7ff4e..1abe40f 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,10 +1,10 @@ platform :ios, '8.0' use_frameworks! -target 'MaterialDesignSpinner', :exclusive => true do +target 'MaterialDesignSpinner' do pod "MMMaterialDesignSpinner", :path => "../" end -target 'Tests', :exclusive => true do +target 'Tests' do pod "MMMaterialDesignSpinner", :path => "../" end diff --git a/Example/Podfile.lock b/Example/Podfile.lock new file mode 100644 index 0000000..2c20e61 --- /dev/null +++ b/Example/Podfile.lock @@ -0,0 +1,16 @@ +PODS: + - MMMaterialDesignSpinner (0.2.3) + +DEPENDENCIES: + - MMMaterialDesignSpinner (from `../`) + +EXTERNAL SOURCES: + MMMaterialDesignSpinner: + :path: ../ + +SPEC CHECKSUMS: + MMMaterialDesignSpinner: 55c80b454f7928d0ed789cc3c456fa06bd6a2f16 + +PODFILE CHECKSUM: c0dd544008166879b3152865a647d9ab7cf11291 + +COCOAPODS: 1.0.1 diff --git a/Example/Pods/Local Podspecs/MMMaterialDesignSpinner.podspec.json b/Example/Pods/Local Podspecs/MMMaterialDesignSpinner.podspec.json new file mode 100644 index 0000000..502c73f --- /dev/null +++ b/Example/Pods/Local Podspecs/MMMaterialDesignSpinner.podspec.json @@ -0,0 +1,25 @@ +{ + "name": "MMMaterialDesignSpinner", + "version": "0.2.3", + "summary": "An iOS activity spinner modeled after Google's Material Design spinner", + "description": "I love Google's new indeterminate spinner in the [Material Design guidelines](http://www.google.com/design/spec/components/progress-activity.html#progress-activity-types-of-indicators), and I hadn't found a recreation of it for iOS yet, so I created it using CoreGraphics and CoreAnimation, which makes it super lightweight, smooth, and scalable to large sizes.\n\nSpecial thanks to the following projects and articles that helped me create this:\n* [Google Material Design's Animated Loading Spinner Using HTML, CSS and SVG](http://david.ingledow.co.uk/blog/google-material-designs-animated-loading-spinner-svg-and-css/) for help figuring out exactly what animations were going on.\n* [LLARingSpinnerView](https://github.com/lipka/LLARingSpinnerView) as the base for a custom activity spinner UIView.\n* [center-vfl](https://github.com/evgenyneu/center-vfl) because centering things with Auto Layout's VFL is way harder than it should be to remember.\n* [kylefox / color.m gist](https://gist.github.com/kylefox/1689973) for creating random UIColor values.", + "homepage": "https://github.com/misterwell/MMMaterialDesignSpinner", + "license": "MIT", + "authors": { + "Mike Maxwell": "misterwell@gmail.com" + }, + "social_media_url": "http://twitter.com/themisterwell", + "platforms": { + "ios": "5.0", + "tvos": "9.0" + }, + "source": { + "git": "https://github.com/misterwell/MMMaterialDesignSpinner.git", + "tag": "0.2.3" + }, + "source_files": "Pod/Classes", + "frameworks": [ + "UIKit", + "CoreGraphics" + ] +} diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock new file mode 100644 index 0000000..2c20e61 --- /dev/null +++ b/Example/Pods/Manifest.lock @@ -0,0 +1,16 @@ +PODS: + - MMMaterialDesignSpinner (0.2.3) + +DEPENDENCIES: + - MMMaterialDesignSpinner (from `../`) + +EXTERNAL SOURCES: + MMMaterialDesignSpinner: + :path: ../ + +SPEC CHECKSUMS: + MMMaterialDesignSpinner: 55c80b454f7928d0ed789cc3c456fa06bd6a2f16 + +PODFILE CHECKSUM: c0dd544008166879b3152865a647d9ab7cf11291 + +COCOAPODS: 1.0.1 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj new file mode 100644 index 0000000..f56a38a --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -0,0 +1,1687 @@ + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 03B230D3C26E54307C02F65DA12C38B6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MMMaterialDesignSpinner-prefix.pch + sourceTree + <group> + + 05386BB4C77F78C97D603E76BF9CF2CA + + buildActionMask + 2147483647 + files + + 77837EC41C6FA13F3EDCACB39FB195AC + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 0A68FE8A6158D395EC4CB10F8472F165 + + children + + B4CCDF0ACEE37ED4308724E62FCDE939 + 3C9854452B704969D40D932335DEE0FF + 0F2331BAF78D4EDDCD400CF6388C7978 + + isa + PBXGroup + name + iOS + sourceTree + <group> + + 0C12935C8A6997AEC39D6325367202BA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-MaterialDesignSpinner.debug.xcconfig + sourceTree + <group> + + 0F2331BAF78D4EDDCD400CF6388C7978 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework + sourceTree + DEVELOPER_DIR + + 122DA2E5084A4393C29BE363C764795C + + children + + 0A68FE8A6158D395EC4CB10F8472F165 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 12BE7B8FEB92A3502F23172D158AC363 + + baseConfigurationReference + 3718E831A56717BCC9CCEDDE10B09BC6 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf-with-dsym + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_NO_COMMON_BLOCKS + YES + INFOPLIST_FILE + Target Support Files/Pods-Tests/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + LD_RUNPATH_SEARCH_PATHS + + $(inherited) + @executable_path/Frameworks + @loader_path/Frameworks + + MACH_O_TYPE + staticlib + MODULEMAP_FILE + Target Support Files/Pods-Tests/Pods-Tests.modulemap + MTL_ENABLE_DEBUG_INFO + NO + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PODS_ROOT + $(SRCROOT) + PRODUCT_BUNDLE_IDENTIFIER + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + PRODUCT_NAME + Pods_Tests + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + 142B1B8745D0939BC96D647120B73F3F + + buildActionMask + 2147483647 + files + + 47525C18BA5CC9CD13FFC314C6314354 + 8D980337E1F0014F42AA30DCC8CF6913 + 5F214912FD746BA18C4C466F3822EE6A + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 15CC98D90268C2CC07BB35A85564383D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MMMaterialDesignSpinner-dummy.m + sourceTree + <group> + + 164DF30450683F3981EC0E562C4B6F4D + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 68DD50BE9CDFC880B2A369AB468E633A + remoteInfo + MMMaterialDesignSpinner + + 179D21ACE311BE269B670E0191F06CB5 + + buildConfigurations + + 4EF5AB018B14551F7F4051E997A810FA + 9895AA0A9D78FA9AB4FCE2B63EE4EF97 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 20A476BF04B0CDAB3D85A5CA27777C2D + + children + + B0D6223725FE168A0FA24F2934FFB330 + 9F4322F7FF26855F14049E27E1ED6313 + 30A94F71805834989B82A8081C257383 + + isa + PBXGroup + name + Products + sourceTree + <group> + + 24FEEBF29AFE475E32E8B756608C6CCD + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-Tests-umbrella.h + sourceTree + <group> + + 296841B1A3A44F316165846E7F442447 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Pods-MaterialDesignSpinner-acknowledgements.plist + sourceTree + <group> + + 2B9ECBD8BFA956DE8DAA361751EE616B + + buildActionMask + 2147483647 + files + + 34940AFC1603F2AF8BD8DD4316CE3214 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 2D8E8EC45A3A1A1D94AE762CB5028504 + + buildConfigurations + + 47BEF9D903506B003EA5C2B249729489 + AAF678CED40D3499169D10F63CA0719E + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 30A94F71805834989B82A8081C257383 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + Pods_Tests.framework + path + Pods-Tests.framework + sourceTree + BUILT_PRODUCTS_DIR + + 33BF9F61F0AD5D1786B667560FB78603 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-MaterialDesignSpinner.release.xcconfig + sourceTree + <group> + + 34940AFC1603F2AF8BD8DD4316CE3214 + + fileRef + 69767E81EEF74DA03C18B26CFA2A1E83 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 3718E831A56717BCC9CCEDDE10B09BC6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-Tests.release.xcconfig + sourceTree + <group> + + 376CB13A134C0D6E12BF41B776B31C4F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 38C901F35FECEE8A2FE320C22B4AB08F + + buildConfigurations + + C413532A525C893CFDE8A7C23DE2A061 + EE634055439E3717E8D8DD7E4757639F + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 3C9854452B704969D40D932335DEE0FF + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework + sourceTree + DEVELOPER_DIR + + 3CA8FE849D081320B60858908D74259E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Pods-Tests-acknowledgements.plist + sourceTree + <group> + + 3D22BF36FCDB9B244C77A3C18846C239 + + isa + PBXTargetDependency + name + MMMaterialDesignSpinner + target + 68DD50BE9CDFC880B2A369AB468E633A + targetProxy + 164DF30450683F3981EC0E562C4B6F4D + + 3E49D88410D6B85BD2142B70F54EB030 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + path + Pods-MaterialDesignSpinner-acknowledgements.markdown + sourceTree + <group> + + 424628B6BEC92CB9934775F51FDEE5A3 + + children + + 376CB13A134C0D6E12BF41B776B31C4F + 9BA8FEEDFF069342C41CE634945917E9 + A133FD5DCB107316C7FB43FBEB23FEAB + 3CA8FE849D081320B60858908D74259E + B5281EDC8F0A8FCD3E8B3E6E197EF6AD + BD32FD2562A186958C922EC5B9A23855 + 74565DACFA8E98A2363B0715EB43B6A1 + 24FEEBF29AFE475E32E8B756608C6CCD + F5C0746CA9E7DFD4AE0A93663468579F + 3718E831A56717BCC9CCEDDE10B09BC6 + + isa + PBXGroup + name + Pods-Tests + path + Target Support Files/Pods-Tests + sourceTree + <group> + + 4619AC9B6E54337E0B4448B9F6E59D54 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-MaterialDesignSpinner-dummy.m + sourceTree + <group> + + 47525C18BA5CC9CD13FFC314C6314354 + + fileRef + B4CCDF0ACEE37ED4308724E62FCDE939 + isa + PBXBuildFile + + 47BEF9D903506B003EA5C2B249729489 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_ANALYZER_NONNULL + YES + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES + CLANG_WARN_UNREACHABLE_CODE + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + NO + ENABLE_TESTABILITY + YES + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + POD_CONFIGURATION_DEBUG=1 + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + ONLY_ACTIVE_ARCH + YES + STRIP_INSTALLED_PRODUCT + NO + SYMROOT + ${SRCROOT}/../build + + isa + XCBuildConfiguration + name + Debug + + 4C7A91A95F76E4E5435831BC70C8F153 + + fileRef + F120AA8CF74EA2235AAD0EB1DEB92D22 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 4DFB699024FF2729C020A9A8BA625D83 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-MaterialDesignSpinner-resources.sh + sourceTree + <group> + + 4EF5AB018B14551F7F4051E997A810FA + + baseConfigurationReference + EC4C5F273BD00EBF1121633F12BB4B6E + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_NO_COMMON_BLOCKS + YES + GCC_PREFIX_HEADER + Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-prefix.pch + INFOPLIST_FILE + Target Support Files/MMMaterialDesignSpinner/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + LD_RUNPATH_SEARCH_PATHS + + $(inherited) + @executable_path/Frameworks + @loader_path/Frameworks + + MODULEMAP_FILE + Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.modulemap + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + MMMaterialDesignSpinner + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + 5C1565B771D8646D274C9F1A31BBF7E6 + + children + + 615BD79D252C18BD861D07CA5F6C57DB + C8AE40D588AADE58E7D083CF5C5C6B64 + EC4C5F273BD00EBF1121633F12BB4B6E + 15CC98D90268C2CC07BB35A85564383D + 03B230D3C26E54307C02F65DA12C38B6 + 8F29B7982BD4EF376439F0CD2EA934EE + + isa + PBXGroup + name + Support Files + path + Example/Pods/Target Support Files/MMMaterialDesignSpinner + sourceTree + <group> + + 5F214912FD746BA18C4C466F3822EE6A + + fileRef + 0F2331BAF78D4EDDCD400CF6388C7978 + isa + PBXBuildFile + + 615BD79D252C18BD861D07CA5F6C57DB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 6485213AD1F6E006E8ED3B758877571A + + buildActionMask + 2147483647 + files + + 65E076D905C6F928BDD1091DAB6852E1 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 65E076D905C6F928BDD1091DAB6852E1 + + fileRef + 24FEEBF29AFE475E32E8B756608C6CCD + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 68DD50BE9CDFC880B2A369AB468E633A + + buildConfigurationList + 179D21ACE311BE269B670E0191F06CB5 + buildPhases + + 75ED1E03C15494D657026E678C6CBC97 + 142B1B8745D0939BC96D647120B73F3F + 760BEE37258AB18A0E85256DC491C90A + + buildRules + + dependencies + + isa + PBXNativeTarget + name + MMMaterialDesignSpinner + productName + MMMaterialDesignSpinner + productReference + B0D6223725FE168A0FA24F2934FFB330 + productType + com.apple.product-type.framework + + 69767E81EEF74DA03C18B26CFA2A1E83 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-MaterialDesignSpinner-umbrella.h + sourceTree + <group> + + 6DAB18C629B8C65593933533C71A7B1E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 74565DACFA8E98A2363B0715EB43B6A1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-Tests-resources.sh + sourceTree + <group> + + 75ED1E03C15494D657026E678C6CBC97 + + buildActionMask + 2147483647 + files + + AAF534198AFBB3564EABEE7311EE301D + F1B3F6DC9B8ED731597F7E2C96D495CE + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 760BEE37258AB18A0E85256DC491C90A + + buildActionMask + 2147483647 + files + + D35DE2F1CC76E8F599F51E9A3E05EED3 + 4C7A91A95F76E4E5435831BC70C8F153 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 77837EC41C6FA13F3EDCACB39FB195AC + + fileRef + 3C9854452B704969D40D932335DEE0FF + isa + PBXBuildFile + + 798AFC81800663AFB315032D819DD0BF + + fileRef + 3C9854452B704969D40D932335DEE0FF + isa + PBXBuildFile + + 7DB346D0F39D3F0E887471402A8071AB + + children + + 93A4A3777CF96A4AAC1D13BA6DCCEA73 + 843F1027ED9AF263D1256DA1D1FD8BE5 + 122DA2E5084A4393C29BE363C764795C + 20A476BF04B0CDAB3D85A5CA27777C2D + B9E566CDDE4C2A538A355B9B396DB567 + + isa + PBXGroup + sourceTree + <group> + + 843F1027ED9AF263D1256DA1D1FD8BE5 + + children + + EEDD6E3CE728A6D507AA4A806FA84217 + + isa + PBXGroup + name + Development Pods + sourceTree + <group> + + 8D980337E1F0014F42AA30DCC8CF6913 + + fileRef + 3C9854452B704969D40D932335DEE0FF + isa + PBXBuildFile + + 8F29B7982BD4EF376439F0CD2EA934EE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MMMaterialDesignSpinner-umbrella.h + sourceTree + <group> + + 93A4A3777CF96A4AAC1D13BA6DCCEA73 + + explicitFileType + text.script.ruby + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + Podfile + path + ../Podfile + sourceTree + SOURCE_ROOT + xcLanguageSpecificationIdentifier + xcode.lang.ruby + + 978F5C4EF18A1EC862111471E68B8326 + + buildConfigurationList + BCDBF30E331D03EEC8427790C0F9FC0A + buildPhases + + CFC8C9A8B501BEC7B742B2745B21FDDE + 05386BB4C77F78C97D603E76BF9CF2CA + 6485213AD1F6E006E8ED3B758877571A + + buildRules + + dependencies + + 3D22BF36FCDB9B244C77A3C18846C239 + + isa + PBXNativeTarget + name + Pods-Tests + productName + Pods-Tests + productReference + 30A94F71805834989B82A8081C257383 + productType + com.apple.product-type.framework + + 9895AA0A9D78FA9AB4FCE2B63EE4EF97 + + baseConfigurationReference + EC4C5F273BD00EBF1121633F12BB4B6E + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf-with-dsym + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_NO_COMMON_BLOCKS + YES + GCC_PREFIX_HEADER + Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-prefix.pch + INFOPLIST_FILE + Target Support Files/MMMaterialDesignSpinner/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + LD_RUNPATH_SEARCH_PATHS + + $(inherited) + @executable_path/Frameworks + @loader_path/Frameworks + + MODULEMAP_FILE + Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.modulemap + MTL_ENABLE_DEBUG_INFO + NO + PRODUCT_NAME + MMMaterialDesignSpinner + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + 9B2F4E7500FF3A28ED7857BB0800B87B + + children + + BE0399CFC21C18705BAA69B07468DA76 + + isa + PBXGroup + name + Pod + path + Pod + sourceTree + <group> + + 9BA8FEEDFF069342C41CE634945917E9 + + includeInIndex + 1 + isa + PBXFileReference + path + Pods-Tests.modulemap + sourceTree + <group> + + 9F4322F7FF26855F14049E27E1ED6313 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + Pods_MaterialDesignSpinner.framework + path + Pods-MaterialDesignSpinner.framework + sourceTree + BUILT_PRODUCTS_DIR + + A1170E01F2CC1F334E998D187B99F37C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + MMMaterialDesignSpinner.m + sourceTree + <group> + + A133FD5DCB107316C7FB43FBEB23FEAB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + path + Pods-Tests-acknowledgements.markdown + sourceTree + <group> + + A48B6E1142895BF075716916FB0D41EB + + fileRef + 4619AC9B6E54337E0B4448B9F6E59D54 + isa + PBXBuildFile + + AAF534198AFBB3564EABEE7311EE301D + + fileRef + 15CC98D90268C2CC07BB35A85564383D + isa + PBXBuildFile + + AAF678CED40D3499169D10F63CA0719E + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_ANALYZER_NONNULL + YES + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES + CLANG_WARN_UNREACHABLE_CODE + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PREPROCESSOR_DEFINITIONS + + POD_CONFIGURATION_RELEASE=1 + $(inherited) + + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + STRIP_INSTALLED_PRODUCT + NO + SYMROOT + ${SRCROOT}/../build + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + B0D6223725FE168A0FA24F2934FFB330 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + MMMaterialDesignSpinner.framework + path + MMMaterialDesignSpinner.framework + sourceTree + BUILT_PRODUCTS_DIR + + B4CCDF0ACEE37ED4308724E62FCDE939 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/CoreGraphics.framework + sourceTree + DEVELOPER_DIR + + B5281EDC8F0A8FCD3E8B3E6E197EF6AD + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-Tests-dummy.m + sourceTree + <group> + + B9E566CDDE4C2A538A355B9B396DB567 + + children + + D7A93043ABAEB77333537387076C5FD9 + 424628B6BEC92CB9934775F51FDEE5A3 + + isa + PBXGroup + name + Targets Support Files + sourceTree + <group> + + BCDBF30E331D03EEC8427790C0F9FC0A + + buildConfigurations + + DA24D5E3D4DE7C5F4292E84D4A583279 + 12BE7B8FEB92A3502F23172D158AC363 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + BD32FD2562A186958C922EC5B9A23855 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-Tests-frameworks.sh + sourceTree + <group> + + BE0399CFC21C18705BAA69B07468DA76 + + children + + F120AA8CF74EA2235AAD0EB1DEB92D22 + A1170E01F2CC1F334E998D187B99F37C + + isa + PBXGroup + name + Classes + path + Classes + sourceTree + <group> + + C40B0DAC94302677712ECAE46F8730D7 + + fileRef + B5281EDC8F0A8FCD3E8B3E6E197EF6AD + isa + PBXBuildFile + + C413532A525C893CFDE8A7C23DE2A061 + + baseConfigurationReference + 0C12935C8A6997AEC39D6325367202BA + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_NO_COMMON_BLOCKS + YES + INFOPLIST_FILE + Target Support Files/Pods-MaterialDesignSpinner/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + LD_RUNPATH_SEARCH_PATHS + + $(inherited) + @executable_path/Frameworks + @loader_path/Frameworks + + MACH_O_TYPE + staticlib + MODULEMAP_FILE + Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.modulemap + MTL_ENABLE_DEBUG_INFO + YES + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PODS_ROOT + $(SRCROOT) + PRODUCT_BUNDLE_IDENTIFIER + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + PRODUCT_NAME + Pods_MaterialDesignSpinner + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + C4D644ED9415F9C10B1A8647603491AE + + buildConfigurationList + 38C901F35FECEE8A2FE320C22B4AB08F + buildPhases + + CE26CA2A8FC485EE8B674CAD93F3A101 + E86E5FD095F5DCB2E80F0C70E03FE919 + 2B9ECBD8BFA956DE8DAA361751EE616B + + buildRules + + dependencies + + E4774C3E2DD382175FE36B949E396E7A + + isa + PBXNativeTarget + name + Pods-MaterialDesignSpinner + productName + Pods-MaterialDesignSpinner + productReference + 9F4322F7FF26855F14049E27E1ED6313 + productType + com.apple.product-type.framework + + C8AE40D588AADE58E7D083CF5C5C6B64 + + includeInIndex + 1 + isa + PBXFileReference + path + MMMaterialDesignSpinner.modulemap + sourceTree + <group> + + CE26CA2A8FC485EE8B674CAD93F3A101 + + buildActionMask + 2147483647 + files + + A48B6E1142895BF075716916FB0D41EB + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + CFC8C9A8B501BEC7B742B2745B21FDDE + + buildActionMask + 2147483647 + files + + C40B0DAC94302677712ECAE46F8730D7 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + D22A5593A1CE92FAF6469BD6081D1DA5 + + includeInIndex + 1 + isa + PBXFileReference + path + Pods-MaterialDesignSpinner.modulemap + sourceTree + <group> + + D35DE2F1CC76E8F599F51E9A3E05EED3 + + fileRef + 8F29B7982BD4EF376439F0CD2EA934EE + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + D41D8CD98F00B204E9800998ECF8427E + + attributes + + LastSwiftUpdateCheck + 0730 + LastUpgradeCheck + 0700 + + buildConfigurationList + 2D8E8EC45A3A1A1D94AE762CB5028504 + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + 7DB346D0F39D3F0E887471402A8071AB + productRefGroup + 20A476BF04B0CDAB3D85A5CA27777C2D + projectDirPath + + projectReferences + + projectRoot + + targets + + 68DD50BE9CDFC880B2A369AB468E633A + C4D644ED9415F9C10B1A8647603491AE + 978F5C4EF18A1EC862111471E68B8326 + + + D7A93043ABAEB77333537387076C5FD9 + + children + + 6DAB18C629B8C65593933533C71A7B1E + D22A5593A1CE92FAF6469BD6081D1DA5 + 3E49D88410D6B85BD2142B70F54EB030 + 296841B1A3A44F316165846E7F442447 + 4619AC9B6E54337E0B4448B9F6E59D54 + F4BD5ADCA329BE69CA78EA6CFBCDD1CB + 4DFB699024FF2729C020A9A8BA625D83 + 69767E81EEF74DA03C18B26CFA2A1E83 + 0C12935C8A6997AEC39D6325367202BA + 33BF9F61F0AD5D1786B667560FB78603 + + isa + PBXGroup + name + Pods-MaterialDesignSpinner + path + Target Support Files/Pods-MaterialDesignSpinner + sourceTree + <group> + + DA24D5E3D4DE7C5F4292E84D4A583279 + + baseConfigurationReference + F5C0746CA9E7DFD4AE0A93663468579F + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_NO_COMMON_BLOCKS + YES + INFOPLIST_FILE + Target Support Files/Pods-Tests/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + LD_RUNPATH_SEARCH_PATHS + + $(inherited) + @executable_path/Frameworks + @loader_path/Frameworks + + MACH_O_TYPE + staticlib + MODULEMAP_FILE + Target Support Files/Pods-Tests/Pods-Tests.modulemap + MTL_ENABLE_DEBUG_INFO + YES + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PODS_ROOT + $(SRCROOT) + PRODUCT_BUNDLE_IDENTIFIER + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + PRODUCT_NAME + Pods_Tests + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + E4774C3E2DD382175FE36B949E396E7A + + isa + PBXTargetDependency + name + MMMaterialDesignSpinner + target + 68DD50BE9CDFC880B2A369AB468E633A + targetProxy + F8C89C4ACD3925092B0F753201E371D3 + + E86E5FD095F5DCB2E80F0C70E03FE919 + + buildActionMask + 2147483647 + files + + 798AFC81800663AFB315032D819DD0BF + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + EC4C5F273BD00EBF1121633F12BB4B6E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + MMMaterialDesignSpinner.xcconfig + sourceTree + <group> + + EE634055439E3717E8D8DD7E4757639F + + baseConfigurationReference + 33BF9F61F0AD5D1786B667560FB78603 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEBUG_INFORMATION_FORMAT + dwarf-with-dsym + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_NO_COMMON_BLOCKS + YES + INFOPLIST_FILE + Target Support Files/Pods-MaterialDesignSpinner/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + LD_RUNPATH_SEARCH_PATHS + + $(inherited) + @executable_path/Frameworks + @loader_path/Frameworks + + MACH_O_TYPE + staticlib + MODULEMAP_FILE + Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.modulemap + MTL_ENABLE_DEBUG_INFO + NO + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PODS_ROOT + $(SRCROOT) + PRODUCT_BUNDLE_IDENTIFIER + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} + PRODUCT_NAME + Pods_MaterialDesignSpinner + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + EEDD6E3CE728A6D507AA4A806FA84217 + + children + + 9B2F4E7500FF3A28ED7857BB0800B87B + 5C1565B771D8646D274C9F1A31BBF7E6 + + isa + PBXGroup + name + MMMaterialDesignSpinner + path + ../.. + sourceTree + <group> + + F120AA8CF74EA2235AAD0EB1DEB92D22 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + MMMaterialDesignSpinner.h + sourceTree + <group> + + F1B3F6DC9B8ED731597F7E2C96D495CE + + fileRef + A1170E01F2CC1F334E998D187B99F37C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -DOS_OBJECT_USE_OBJC=0 + + + F4BD5ADCA329BE69CA78EA6CFBCDD1CB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-MaterialDesignSpinner-frameworks.sh + sourceTree + <group> + + F5C0746CA9E7DFD4AE0A93663468579F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-Tests.debug.xcconfig + sourceTree + <group> + + F8C89C4ACD3925092B0F753201E371D3 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 68DD50BE9CDFC880B2A369AB468E633A + remoteInfo + MMMaterialDesignSpinner + + + rootObject + D41D8CD98F00B204E9800998ECF8427E + + diff --git a/Example/Pods/Target Support Files/MMMaterialDesignSpinner/Info.plist b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/Info.plist new file mode 100644 index 0000000..421cf1d --- /dev/null +++ b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/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.2.3 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-dummy.m b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-dummy.m new file mode 100644 index 0000000..52e21cc --- /dev/null +++ b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_MMMaterialDesignSpinner : NSObject +@end +@implementation PodsDummy_MMMaterialDesignSpinner +@end diff --git a/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-prefix.pch b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-prefix.pch new file mode 100644 index 0000000..aa992a4 --- /dev/null +++ b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-umbrella.h b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-umbrella.h new file mode 100644 index 0000000..07a516b --- /dev/null +++ b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner-umbrella.h @@ -0,0 +1,7 @@ +#import + +#import "MMMaterialDesignSpinner.h" + +FOUNDATION_EXPORT double MMMaterialDesignSpinnerVersionNumber; +FOUNDATION_EXPORT const unsigned char MMMaterialDesignSpinnerVersionString[]; + diff --git a/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.modulemap b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.modulemap new file mode 100644 index 0000000..4d11e89 --- /dev/null +++ b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.modulemap @@ -0,0 +1,6 @@ +framework module MMMaterialDesignSpinner { + umbrella header "MMMaterialDesignSpinner-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.xcconfig b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.xcconfig new file mode 100644 index 0000000..2fe4889 --- /dev/null +++ b/Example/Pods/Target Support Files/MMMaterialDesignSpinner/MMMaterialDesignSpinner.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +OTHER_LDFLAGS = -framework "CoreGraphics" -framework "UIKit" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Info.plist b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/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-MaterialDesignSpinner/Pods-MaterialDesignSpinner-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-acknowledgements.markdown new file mode 100644 index 0000000..7238d59 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-acknowledgements.markdown @@ -0,0 +1,26 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## MMMaterialDesignSpinner + +Copyright (c) 2014 Mike Maxwell + +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. + +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-acknowledgements.plist new file mode 100644 index 0000000..78b0aa4 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-acknowledgements.plist @@ -0,0 +1,56 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Mike Maxwell <mmaxwell@vertical.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. + + Title + MMMaterialDesignSpinner + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-dummy.m b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-dummy.m new file mode 100644 index 0000000..3780274 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_MaterialDesignSpinner : NSObject +@end +@implementation PodsDummy_Pods_MaterialDesignSpinner +@end diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-frameworks.sh b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-frameworks.sh new file mode 100755 index 0000000..19eeffa --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-frameworks.sh @@ -0,0 +1,91 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current file + archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/MMMaterialDesignSpinner/MMMaterialDesignSpinner.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/MMMaterialDesignSpinner/MMMaterialDesignSpinner.framework" +fi diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-resources.sh b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-resources.sh new file mode 100755 index 0000000..0a15615 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-resources.sh @@ -0,0 +1,102 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +realpath() { + DIRECTORY="$(cd "${1%/*}" && pwd)" + FILENAME="${1##*/}" + echo "$DIRECTORY/$FILENAME" +} + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-umbrella.h b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-umbrella.h new file mode 100644 index 0000000..e5400eb --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_MaterialDesignSpinnerVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_MaterialDesignSpinnerVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.debug.xcconfig b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.debug.xcconfig new file mode 100644 index 0000000..cb61dc1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.debug.xcconfig @@ -0,0 +1,8 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner/MMMaterialDesignSpinner.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "MMMaterialDesignSpinner" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.modulemap b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.modulemap new file mode 100644 index 0000000..a6474f1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.modulemap @@ -0,0 +1,6 @@ +framework module Pods_MaterialDesignSpinner { + umbrella header "Pods-MaterialDesignSpinner-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.release.xcconfig b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.release.xcconfig new file mode 100644 index 0000000..cb61dc1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-MaterialDesignSpinner/Pods-MaterialDesignSpinner.release.xcconfig @@ -0,0 +1,8 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner/MMMaterialDesignSpinner.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "MMMaterialDesignSpinner" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-Tests/Info.plist b/Example/Pods/Target Support Files/Pods-Tests/Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/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-Tests/Pods-Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown new file mode 100644 index 0000000..7238d59 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.markdown @@ -0,0 +1,26 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## MMMaterialDesignSpinner + +Copyright (c) 2014 Mike Maxwell + +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. + +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist new file mode 100644 index 0000000..78b0aa4 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-acknowledgements.plist @@ -0,0 +1,56 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright (c) 2014 Mike Maxwell <mmaxwell@vertical.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. + + Title + MMMaterialDesignSpinner + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m new file mode 100644 index 0000000..4093c7b --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_Tests : NSObject +@end +@implementation PodsDummy_Pods_Tests +@end diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh new file mode 100755 index 0000000..19eeffa --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-frameworks.sh @@ -0,0 +1,91 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # use filter instead of exclude so missing patterns dont' throw errors + echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements \"$1\"" + /usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements "$1" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current file + archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + stripped="" + for arch in $archs; do + if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/MMMaterialDesignSpinner/MMMaterialDesignSpinner.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "$BUILT_PRODUCTS_DIR/MMMaterialDesignSpinner/MMMaterialDesignSpinner.framework" +fi diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh new file mode 100755 index 0000000..0a15615 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh @@ -0,0 +1,102 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +realpath() { + DIRECTORY="$(cd "${1%/*}" && pwd)" + FILENAME="${1##*/}" + echo "$DIRECTORY/$FILENAME" +} + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "`realpath $PODS_ROOT`*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-umbrella.h b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-umbrella.h new file mode 100644 index 0000000..b2f42a8 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_TestsVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_TestsVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig new file mode 100644 index 0000000..cb61dc1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig @@ -0,0 +1,8 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner/MMMaterialDesignSpinner.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "MMMaterialDesignSpinner" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.modulemap b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.modulemap new file mode 100644 index 0000000..1ed573e --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.modulemap @@ -0,0 +1,6 @@ +framework module Pods_Tests { + umbrella header "Pods-Tests-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig new file mode 100644 index 0000000..cb61dc1 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig @@ -0,0 +1,8 @@ +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/MMMaterialDesignSpinner/MMMaterialDesignSpinner.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "MMMaterialDesignSpinner" +PODS_BUILD_DIR = $BUILD_DIR +PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT}/Pods diff --git a/MMMaterialDesignSpinner.xcodeproj/xcshareddata/xcschemes/MMMaterialDesignSpinner.xcscheme b/MMMaterialDesignSpinner.xcodeproj/xcshareddata/xcschemes/MMMaterialDesignSpinner.xcscheme index 3dbfca1..038963e 100644 --- a/MMMaterialDesignSpinner.xcodeproj/xcshareddata/xcschemes/MMMaterialDesignSpinner.xcscheme +++ b/MMMaterialDesignSpinner.xcodeproj/xcshareddata/xcschemes/MMMaterialDesignSpinner.xcscheme @@ -37,10 +37,10 @@ + shouldUseLaunchSchemeArgsEnv = "YES"> @@ -62,15 +62,18 @@ ReferencedContainer = "container:MMMaterialDesignSpinner.xcodeproj"> + +