Skip to content

Commit 1d5afb0

Browse files
Merge pull request #16 from HamzaGhazouani/pr/15
Added number of rounds and carthage support
2 parents 478fb36 + 5381878 commit 1d5afb0

File tree

62 files changed

+1061
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1061
-141
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [2.0.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/2.0.0)
5+
* Added Carthage support
6+
* Added number of rounds, allowing to create slider same as Apple bedtime slider (12h clock with two rounds)
7+
* Added backtrack inspectable properties, allowing to modify its properties
8+
* Added shadow track color and offset inspectable attributes
9+
* Removed distance from default slider definition
10+
11+
412
## [1.1.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/1.1.0)
513

614
* Fix Swift 3.1 warnings
@@ -16,7 +24,7 @@ All notable changes to this project will be documented in this file.
1624

1725
## [1.0.1](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/1.0.1)
1826

19-
* remove warnings
27+
* remove warnings
2028

2129
## [1.0.0](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/1.0.0)
2230

@@ -25,7 +33,7 @@ All notable changes to this project will be documented in this file.
2533
## [0.1.2](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/0.1.2)
2634

2735
* Add documentation
28-
* Last version that support Xcode 7.3.1
36+
* Last version that support Xcode 7.3.1
2937

3038
## [0.1.1](https://github.com/HamzaGhazouani/HGCircularSlider/releases/tag/0.1.1)
3139

Example/HGCircularSlider.xcodeproj/project.pbxproj

100644100755
Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/* Begin PBXBuildFile section */
1010
2DF970E3D7BE7173DEC1D05C /* Pods_HGCircularSlider_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6C7918EC49141F7F4652E8F1 /* Pods_HGCircularSlider_Tests.framework */; };
11+
3EC27E521EA546F700631582 /* CircularSliderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3EC27E511EA546F700631582 /* CircularSliderViewController.swift */; };
1112
551FF6F21DD3BFE300BD5B76 /* OtherExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 551FF6F11DD3BFE300BD5B76 /* OtherExampleViewController.swift */; };
1213
5539B1B91DD275250038D49D /* PlayerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5539B1B81DD275250038D49D /* PlayerViewController.swift */; };
1314
5539B1BB1DD276C00038D49D /* StrangeZero.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 5539B1BA1DD276C00038D49D /* StrangeZero.mp3 */; };
@@ -34,6 +35,7 @@
3435
/* Begin PBXFileReference section */
3536
04EAC630898381E6412A72E4 /* Pods-HGCircularSlider_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HGCircularSlider_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HGCircularSlider_Example/Pods-HGCircularSlider_Example.debug.xcconfig"; sourceTree = "<group>"; };
3637
2A9608AFE40174911E5079C3 /* Pods-HGCircularSlider_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-HGCircularSlider_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-HGCircularSlider_Tests/Pods-HGCircularSlider_Tests.debug.xcconfig"; sourceTree = "<group>"; };
38+
3EC27E511EA546F700631582 /* CircularSliderViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CircularSliderViewController.swift; sourceTree = "<group>"; };
3739
41A4019E034E0265198683A8 /* Pods_HGCircularSlider_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_HGCircularSlider_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3840
47EC1122B43F882A3D3679B7 /* HGCircularSlider.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = HGCircularSlider.podspec; path = ../HGCircularSlider.podspec; sourceTree = "<group>"; };
3941
551FF6F11DD3BFE300BD5B76 /* OtherExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtherExampleViewController.swift; sourceTree = "<group>"; };
@@ -113,6 +115,7 @@
113115
isa = PBXGroup;
114116
children = (
115117
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
118+
3EC27E511EA546F700631582 /* CircularSliderViewController.swift */,
116119
607FACD71AFB9204008FA782 /* ClockViewController.swift */,
117120
5539B1B81DD275250038D49D /* PlayerViewController.swift */,
118121
551FF6F11DD3BFE300BD5B76 /* OtherExampleViewController.swift */,
@@ -227,11 +230,13 @@
227230
TargetAttributes = {
228231
607FACCF1AFB9204008FA782 = {
229232
CreatedOnToolsVersion = 6.3.1;
233+
DevelopmentTeam = BKKRU5K7TG;
230234
LastSwiftMigration = 0800;
231235
ProvisioningStyle = Manual;
232236
};
233237
607FACE41AFB9204008FA782 = {
234238
CreatedOnToolsVersion = 6.3.1;
239+
DevelopmentTeam = FP33JJN6C2;
235240
LastSwiftMigration = 0800;
236241
ProvisioningStyle = Manual;
237242
TestTargetID = 607FACCF1AFB9204008FA782;
@@ -378,6 +383,7 @@
378383
files = (
379384
551FF6F21DD3BFE300BD5B76 /* OtherExampleViewController.swift in Sources */,
380385
607FACD81AFB9204008FA782 /* ClockViewController.swift in Sources */,
386+
3EC27E521EA546F700631582 /* CircularSliderViewController.swift in Sources */,
381387
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */,
382388
5539B1B91DD275250038D49D /* PlayerViewController.swift in Sources */,
383389
55CE65391DD3D32100B0C2B2 /* OClockViewController.swift in Sources */,
@@ -511,13 +517,17 @@
511517
isa = XCBuildConfiguration;
512518
baseConfigurationReference = 04EAC630898381E6412A72E4 /* Pods-HGCircularSlider_Example.debug.xcconfig */;
513519
buildSettings = {
514-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
520+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
515521
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
522+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
523+
DEVELOPMENT_TEAM = BKKRU5K7TG;
516524
INFOPLIST_FILE = HGCircularSlider/Info.plist;
517525
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
518526
MODULE_NAME = ExampleApp;
519-
PRODUCT_BUNDLE_IDENTIFIER = "com.cocoapods.HGCircularSlider-Example";
527+
PRODUCT_BUNDLE_IDENTIFIER = "com.onmobile.HGCircularSlider-Example";
520528
PRODUCT_NAME = "$(TARGET_NAME)";
529+
PROVISIONING_PROFILE = "979b7b1f-969d-43fe-82ea-a1cc58ec7aab";
530+
PROVISIONING_PROFILE_SPECIFIER = "OM-Ent Generic Universal Distribution";
521531
SWIFT_VERSION = 3.0;
522532
};
523533
name = Debug;
@@ -526,13 +536,16 @@
526536
isa = XCBuildConfiguration;
527537
baseConfigurationReference = 9BA305BCC009CE17283FE799 /* Pods-HGCircularSlider_Example.release.xcconfig */;
528538
buildSettings = {
529-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
539+
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
530540
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
541+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
542+
DEVELOPMENT_TEAM = "";
531543
INFOPLIST_FILE = HGCircularSlider/Info.plist;
532544
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
533545
MODULE_NAME = ExampleApp;
534-
PRODUCT_BUNDLE_IDENTIFIER = "com.cocoapods.HGCircularSlider-Example";
546+
PRODUCT_BUNDLE_IDENTIFIER = "com.onmobile.HGCircularSlider-Example";
535547
PRODUCT_NAME = "$(TARGET_NAME)";
548+
PROVISIONING_PROFILE_SPECIFIER = "";
536549
SWIFT_VERSION = 3.0;
537550
};
538551
name = Release;
@@ -541,6 +554,8 @@
541554
isa = XCBuildConfiguration;
542555
baseConfigurationReference = 2A9608AFE40174911E5079C3 /* Pods-HGCircularSlider_Tests.debug.xcconfig */;
543556
buildSettings = {
557+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
558+
DEVELOPMENT_TEAM = FP33JJN6C2;
544559
FRAMEWORK_SEARCH_PATHS = (
545560
"$(SDKROOT)/Developer/Library/Frameworks",
546561
"$(inherited)",
@@ -553,14 +568,18 @@
553568
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
554569
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
555570
PRODUCT_NAME = "$(TARGET_NAME)";
571+
PROVISIONING_PROFILE_SPECIFIER = "";
556572
SWIFT_VERSION = 3.0;
573+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HGCircularSlider_Example.app/HGCircularSlider_Example";
557574
};
558575
name = Debug;
559576
};
560577
607FACF41AFB9204008FA782 /* Release */ = {
561578
isa = XCBuildConfiguration;
562579
baseConfigurationReference = 99A3B0410141275989079EB6 /* Pods-HGCircularSlider_Tests.release.xcconfig */;
563580
buildSettings = {
581+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
582+
DEVELOPMENT_TEAM = "";
564583
FRAMEWORK_SEARCH_PATHS = (
565584
"$(SDKROOT)/Developer/Library/Frameworks",
566585
"$(inherited)",
@@ -569,7 +588,9 @@
569588
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
570589
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)";
571590
PRODUCT_NAME = "$(TARGET_NAME)";
591+
PROVISIONING_PROFILE_SPECIFIER = "";
572592
SWIFT_VERSION = 3.0;
593+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HGCircularSlider_Example.app/HGCircularSlider_Example";
573594
};
574595
name = Release;
575596
};

Example/HGCircularSlider.xcodeproj/project.xcworkspace/contents.xcworkspacedata

100644100755
File mode changed.

Example/HGCircularSlider.xcodeproj/xcshareddata/xcschemes/HGCircularSlider-Example.xcscheme

100644100755
File mode changed.

Example/HGCircularSlider.xcworkspace/contents.xcworkspacedata

100644100755
File mode changed.

Example/HGCircularSlider/AppDelegate.swift

100644100755
File mode changed.

Example/HGCircularSlider/Base.lproj/LaunchScreen.xib

100644100755
File mode changed.

0 commit comments

Comments
 (0)