diff --git a/Example/HGCircularSlider.xcodeproj/project.pbxproj b/Example/HGCircularSlider.xcodeproj/project.pbxproj index 1f6923c..0b34951 100755 --- a/Example/HGCircularSlider.xcodeproj/project.pbxproj +++ b/Example/HGCircularSlider.xcodeproj/project.pbxproj @@ -230,11 +230,13 @@ TargetAttributes = { 607FACCF1AFB9204008FA782 = { CreatedOnToolsVersion = 6.3.1; + DevelopmentTeam = BKKRU5K7TG; LastSwiftMigration = 0800; ProvisioningStyle = Manual; }; 607FACE41AFB9204008FA782 = { CreatedOnToolsVersion = 6.3.1; + DevelopmentTeam = FP33JJN6C2; LastSwiftMigration = 0800; ProvisioningStyle = Manual; TestTargetID = 607FACCF1AFB9204008FA782; @@ -517,11 +519,15 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; + DEVELOPMENT_TEAM = BKKRU5K7TG; INFOPLIST_FILE = HGCircularSlider/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; - PRODUCT_BUNDLE_IDENTIFIER = "com.cocoapods.HGCircularSlider-Example"; + PRODUCT_BUNDLE_IDENTIFIER = "com.onmobile.HGCircularSlider-Example"; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE = "979b7b1f-969d-43fe-82ea-a1cc58ec7aab"; + PROVISIONING_PROFILE_SPECIFIER = "OM-Ent Generic Universal Distribution"; SWIFT_VERSION = 3.0; }; name = Debug; @@ -532,11 +538,14 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = HGCircularSlider/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; - PRODUCT_BUNDLE_IDENTIFIER = "com.cocoapods.HGCircularSlider-Example"; + PRODUCT_BUNDLE_IDENTIFIER = "com.onmobile.HGCircularSlider-Example"; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 3.0; }; name = Release; @@ -545,6 +554,8 @@ isa = XCBuildConfiguration; baseConfigurationReference = 2A9608AFE40174911E5079C3 /* Pods-HGCircularSlider_Tests.debug.xcconfig */; buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + DEVELOPMENT_TEAM = FP33JJN6C2; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", @@ -557,7 +568,9 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HGCircularSlider_Example.app/HGCircularSlider_Example"; }; name = Debug; }; @@ -565,6 +578,8 @@ isa = XCBuildConfiguration; baseConfigurationReference = 99A3B0410141275989079EB6 /* Pods-HGCircularSlider_Tests.release.xcconfig */; buildSettings = { + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", "$(inherited)", @@ -573,7 +588,9 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_VERSION = 3.0; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HGCircularSlider_Example.app/HGCircularSlider_Example"; }; name = Release; }; diff --git a/Example/HGCircularSlider/Base.lproj/Main.storyboard b/Example/HGCircularSlider/Base.lproj/Main.storyboard index 6f16616..481e1b0 100755 --- a/Example/HGCircularSlider/Base.lproj/Main.storyboard +++ b/Example/HGCircularSlider/Base.lproj/Main.storyboard @@ -23,7 +23,7 @@ - + @@ -79,17 +79,22 @@ - + - + + + + + - - - + + + + @@ -107,12 +112,6 @@ - - - - - - @@ -134,14 +133,13 @@ + - - - - - - + + + + diff --git a/Example/HGCircularSlider/Images.xcassets/Hours.imageset/Contents.json b/Example/HGCircularSlider/Images.xcassets/Hours.imageset/Contents.json index b7c0caf..ec17236 100644 --- a/Example/HGCircularSlider/Images.xcassets/Hours.imageset/Contents.json +++ b/Example/HGCircularSlider/Images.xcassets/Hours.imageset/Contents.json @@ -4,6 +4,14 @@ "idiom" : "universal", "filename" : "Hours.pdf", "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" } ], "info" : { diff --git a/README.md b/README.md index 269d0d2..bfa3a66 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Example -![](/Screenshots/Clock.gif) ![](/Screenshots/Player.gif) ![](/Screenshots/OClock.gif) ![](/Screenshots/BasicExample.gif) +![](/Screenshots/Bedtime.gif) ![](/Screenshots/Player.gif) ![](/Screenshots/OClock.gif) ![](/Screenshots/Other.gif) ![](/Screenshots/Circular.gif) To run the example project, clone the repo, and run `pod install` from the Example directory first. @@ -31,7 +31,7 @@ it, simply add the following line to your Podfile: ``` ruby # Swift 3.1 - Xcode 8.3 -pod 'HGCircularSlider', '~> 2.1.0' +pod 'HGCircularSlider', '~> 2.0.0' # Swift 3 - Xcode 8 pod 'HGCircularSlider', '~> 1.0.3' diff --git a/Screenshots/BasicExample.gif b/Screenshots/BasicExample.gif deleted file mode 100644 index e6a16a1..0000000 Binary files a/Screenshots/BasicExample.gif and /dev/null differ diff --git a/Screenshots/Bedtime.gif b/Screenshots/Bedtime.gif new file mode 100644 index 0000000..6f78cf9 Binary files /dev/null and b/Screenshots/Bedtime.gif differ diff --git a/Screenshots/Circular.gif b/Screenshots/Circular.gif new file mode 100644 index 0000000..1d68200 Binary files /dev/null and b/Screenshots/Circular.gif differ diff --git a/Screenshots/Clock.gif b/Screenshots/Clock.gif deleted file mode 100644 index f35ba34..0000000 Binary files a/Screenshots/Clock.gif and /dev/null differ diff --git a/Screenshots/OClock.gif b/Screenshots/OClock.gif index a5a3180..5e5fe8a 100644 Binary files a/Screenshots/OClock.gif and b/Screenshots/OClock.gif differ diff --git a/Screenshots/Other.gif b/Screenshots/Other.gif new file mode 100644 index 0000000..fa46fd0 Binary files /dev/null and b/Screenshots/Other.gif differ diff --git a/Screenshots/Player.gif b/Screenshots/Player.gif index d61be92..ce94e14 100644 Binary files a/Screenshots/Player.gif and b/Screenshots/Player.gif differ