From c91d6f8ade03820d61f765d090ed2a8bdd48b9e0 Mon Sep 17 00:00:00 2001 From: Gaganjot Singh Date: Wed, 12 Jun 2024 11:51:55 +0530 Subject: [PATCH] library updated --- .travis.yml | 2 +- ...oggleSwitch.swift => GSToggleSwitch.swift} | 2 +- Classes/ThumbView.swift | 2 +- .../project.pbxproj | 158 ++--- .../contents.xcworkspacedata | 2 +- .../GSToggleSwitch-Example.xcscheme} | 36 +- .../contents.xcworkspacedata | 2 +- .../xcshareddata/IDEWorkspaceChecks.plist | 0 .../AppDelegate.swift | 4 +- .../Base.lproj/LaunchScreen.xib | 2 +- .../GSToggleSwitch/Base.lproj/Main.storyboard | 30 + .../AppIcon.appiconset/Contents.json | 0 .../Info.plist | 0 Example/GSToggleSwitch/ViewController.swift | 24 + Example/Podfile | 6 +- Example/Podfile.lock | 12 +- .../GSToggleSwitch/Classes/ThumbView.swift | 55 -- .../Classes/ToggleProperties.swift | 26 - .../GSToggleSwitch/Classes/ToggleSwitch.swift | 111 --- Example/Pods/GSToggleSwitch/LICENSE | 19 - Example/Pods/GSToggleSwitch/README.md | 35 - .../GSToggleSwitch.podspec.json | 22 + Example/Pods/Manifest.lock | 12 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 654 +++++++++--------- .../GSToggleSwitch.debug.xcconfig | 2 +- .../GSToggleSwitch.release.xcconfig | 2 +- .../Pods-GSToggleSwitch_Example-Info.plist} | 0 ...eSwitch_Example-acknowledgements.markdown} | 0 ...ggleSwitch_Example-acknowledgements.plist} | 0 .../Pods-GSToggleSwitch_Example-dummy.m | 5 + ...Pods-GSToggleSwitch_Example-frameworks.sh} | 0 .../Pods-GSToggleSwitch_Example-umbrella.h} | 4 +- ...ods-GSToggleSwitch_Example.debug.xcconfig} | 0 .../Pods-GSToggleSwitch_Example.modulemap | 6 + ...s-GSToggleSwitch_Example.release.xcconfig} | 0 .../Pods-GSToggleSwitch_Tests-Info.plist} | 0 ...gleSwitch_Tests-acknowledgements.markdown} | 0 ...ToggleSwitch_Tests-acknowledgements.plist} | 0 .../Pods-GSToggleSwitch_Tests-dummy.m | 5 + .../Pods-GSToggleSwitch_Tests-umbrella.h} | 4 +- .../Pods-GSToggleSwitch_Tests.debug.xcconfig} | 0 .../Pods-GSToggleSwitch_Tests.modulemap | 6 + ...ods-GSToggleSwitch_Tests.release.xcconfig} | 0 .../Pods-ToggleSwitch_Example-dummy.m | 5 - .../Pods-ToggleSwitch_Example.modulemap | 6 - .../Pods-ToggleSwitch_Tests-dummy.m | 5 - .../Pods-ToggleSwitch_Tests.modulemap | 6 - Example/Tests/Tests.swift | 2 +- .../ToggleSwitch/Base.lproj/Main.storyboard | 55 -- .../Images.xcassets/Contents.json | 6 - .../moon.imageset/Contents.json | 21 - .../Images.xcassets/moon.imageset/moon.png | Bin 879 -> 0 bytes .../sun.imageset/Contents.json | 21 - .../Images.xcassets/sun.imageset/sun.png | Bin 662 -> 0 bytes Example/ToggleSwitch/ViewController.swift | 93 --- GSToggleSwitch.podspec | 10 +- .../Assets/.gitkeep | 0 .../Classes/.gitkeep | 0 Gifs/sample.gif | Bin 404083 -> 0 bytes README.md | 80 +-- 60 files changed, 586 insertions(+), 974 deletions(-) rename Classes/{ToggleSwitch.swift => GSToggleSwitch.swift} (99%) rename Example/{ToggleSwitch.xcodeproj => GSToggleSwitch.xcodeproj}/project.pbxproj (74%) rename Example/{ToggleSwitch.xcodeproj => GSToggleSwitch.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (68%) rename Example/{ToggleSwitch.xcodeproj/xcshareddata/xcschemes/ToggleSwitch-Example.xcscheme => GSToggleSwitch.xcodeproj/xcshareddata/xcschemes/GSToggleSwitch-Example.xcscheme} (75%) rename Example/{ToggleSwitch.xcworkspace => GSToggleSwitch.xcworkspace}/contents.xcworkspacedata (78%) rename Example/{ToggleSwitch.xcworkspace => GSToggleSwitch.xcworkspace}/xcshareddata/IDEWorkspaceChecks.plist (100%) rename Example/{ToggleSwitch => GSToggleSwitch}/AppDelegate.swift (97%) rename Example/{ToggleSwitch => GSToggleSwitch}/Base.lproj/LaunchScreen.xib (94%) create mode 100644 Example/GSToggleSwitch/Base.lproj/Main.storyboard rename Example/{ToggleSwitch => GSToggleSwitch}/Images.xcassets/AppIcon.appiconset/Contents.json (100%) rename Example/{ToggleSwitch => GSToggleSwitch}/Info.plist (100%) create mode 100644 Example/GSToggleSwitch/ViewController.swift delete mode 100644 Example/Pods/GSToggleSwitch/Classes/ThumbView.swift delete mode 100644 Example/Pods/GSToggleSwitch/Classes/ToggleProperties.swift delete mode 100644 Example/Pods/GSToggleSwitch/Classes/ToggleSwitch.swift delete mode 100644 Example/Pods/GSToggleSwitch/LICENSE delete mode 100644 Example/Pods/GSToggleSwitch/README.md create mode 100644 Example/Pods/Local Podspecs/GSToggleSwitch.podspec.json rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example-Info.plist => Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example-Info.plist} (100%) rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example-acknowledgements.markdown => Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example-acknowledgements.markdown} (100%) rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example-acknowledgements.plist => Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example-acknowledgements.plist} (100%) create mode 100644 Example/Pods/Target Support Files/Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example-dummy.m rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example-frameworks.sh => Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example-frameworks.sh} (100%) rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests-umbrella.h => Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example-umbrella.h} (56%) rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example.debug.xcconfig => Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example.debug.xcconfig} (100%) create mode 100644 Example/Pods/Target Support Files/Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example.modulemap rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example.release.xcconfig => Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example.release.xcconfig} (100%) rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests-Info.plist => Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests-Info.plist} (100%) rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests-acknowledgements.markdown => Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests-acknowledgements.markdown} (100%) rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests-acknowledgements.plist => Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests-acknowledgements.plist} (100%) create mode 100644 Example/Pods/Target Support Files/Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests-dummy.m rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example-umbrella.h => Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests-umbrella.h} (62%) rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests.debug.xcconfig => Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests.debug.xcconfig} (100%) create mode 100644 Example/Pods/Target Support Files/Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests.modulemap rename Example/Pods/Target Support Files/{Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests.release.xcconfig => Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests.release.xcconfig} (100%) delete mode 100644 Example/Pods/Target Support Files/Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example-dummy.m delete mode 100644 Example/Pods/Target Support Files/Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example.modulemap delete mode 100644 Example/Pods/Target Support Files/Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests-dummy.m delete mode 100644 Example/Pods/Target Support Files/Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests.modulemap delete mode 100644 Example/ToggleSwitch/Base.lproj/Main.storyboard delete mode 100644 Example/ToggleSwitch/Images.xcassets/Contents.json delete mode 100644 Example/ToggleSwitch/Images.xcassets/moon.imageset/Contents.json delete mode 100644 Example/ToggleSwitch/Images.xcassets/moon.imageset/moon.png delete mode 100644 Example/ToggleSwitch/Images.xcassets/sun.imageset/Contents.json delete mode 100644 Example/ToggleSwitch/Images.xcassets/sun.imageset/sun.png delete mode 100644 Example/ToggleSwitch/ViewController.swift rename {ToggleSwitch => GSToggleSwitch}/Assets/.gitkeep (100%) rename {ToggleSwitch => GSToggleSwitch}/Classes/.gitkeep (100%) delete mode 100644 Gifs/sample.gif diff --git a/.travis.yml b/.travis.yml index fc251e2..726d0dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ language: objective-c # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example script: -- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/ToggleSwitch.xcworkspace -scheme ToggleSwitch-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty +- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/GSToggleSwitch.xcworkspace -scheme GSToggleSwitch-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty - pod lib lint diff --git a/Classes/ToggleSwitch.swift b/Classes/GSToggleSwitch.swift similarity index 99% rename from Classes/ToggleSwitch.swift rename to Classes/GSToggleSwitch.swift index b7d0ef7..2925111 100644 --- a/Classes/ToggleSwitch.swift +++ b/Classes/GSToggleSwitch.swift @@ -8,7 +8,7 @@ import Foundation import UIKit.UIView -class ToggleSwitch: UIView { +class GSToggleSwitch: UIView { enum State { case on case off diff --git a/Classes/ThumbView.swift b/Classes/ThumbView.swift index a5d30c5..c7fa086 100644 --- a/Classes/ThumbView.swift +++ b/Classes/ThumbView.swift @@ -46,7 +46,7 @@ class ThumbView: UIView { } } - func setImage(withState state: ToggleSwitch.State) { + func setImage(withState state: GSToggleSwitch.State) { let image = state == .on ? properties.thumbOnImage : properties.thumbOffImage UIView.transition(with: imageView, duration: 0.3, options: .transitionCrossDissolve) { [weak self] in self?.imageView.image = image diff --git a/Example/ToggleSwitch.xcodeproj/project.pbxproj b/Example/GSToggleSwitch.xcodeproj/project.pbxproj similarity index 74% rename from Example/ToggleSwitch.xcodeproj/project.pbxproj rename to Example/GSToggleSwitch.xcodeproj/project.pbxproj index c174459..c8c96a8 100644 --- a/Example/ToggleSwitch.xcodeproj/project.pbxproj +++ b/Example/GSToggleSwitch.xcodeproj/project.pbxproj @@ -7,14 +7,14 @@ objects = { /* Begin PBXBuildFile section */ + 307948639CC6B14E73CC1C43 /* Pods_GSToggleSwitch_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E02D66BD48C16A31048F2EB5 /* Pods_GSToggleSwitch_Example.framework */; }; 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; - 99A06B9802EC644EEC9155BA /* Pods_ToggleSwitch_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9E16201FCDB8E4C0C44399C /* Pods_ToggleSwitch_Tests.framework */; }; - A638E34B2F52C59A96DC56AE /* Pods_ToggleSwitch_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2178997EDBE8DD2941E949CF /* Pods_ToggleSwitch_Example.framework */; }; + F99C481AD8E188D02B88FA93 /* Pods_GSToggleSwitch_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 56E8632B4B0DDDD634BCA5A4 /* Pods_GSToggleSwitch_Tests.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -23,30 +23,30 @@ containerPortal = 607FACC81AFB9204008FA782 /* Project object */; proxyType = 1; remoteGlobalIDString = 607FACCF1AFB9204008FA782; - remoteInfo = ToggleSwitch; + remoteInfo = GSToggleSwitch; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 129782CCD5CD668404584333 /* Pods-ToggleSwitch_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ToggleSwitch_Example.release.xcconfig"; path = "Target Support Files/Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example.release.xcconfig"; sourceTree = ""; }; - 1EEDF8F075EBF6C9D0CA4207 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; - 2178997EDBE8DD2941E949CF /* Pods_ToggleSwitch_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ToggleSwitch_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3DC97803B81DD9C813CD8251 /* Pods-ToggleSwitch_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ToggleSwitch_Tests.release.xcconfig"; path = "Target Support Files/Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests.release.xcconfig"; sourceTree = ""; }; - 5C229464667F7187824B1A50 /* Pods-ToggleSwitch_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ToggleSwitch_Tests.debug.xcconfig"; path = "Target Support Files/Pods-ToggleSwitch_Tests/Pods-ToggleSwitch_Tests.debug.xcconfig"; sourceTree = ""; }; - 607FACD01AFB9204008FA782 /* ToggleSwitch_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ToggleSwitch_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 203B168EDA2BAA52BB8AB6A2 /* GSToggleSwitch.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GSToggleSwitch.podspec; path = ../GSToggleSwitch.podspec; sourceTree = ""; }; + 2E7472B34F0BBD886CDEFEBB /* Pods-GSToggleSwitch_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GSToggleSwitch_Example.release.xcconfig"; path = "Target Support Files/Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example.release.xcconfig"; sourceTree = ""; }; + 3EF8EDB8E7690ABCED1F2846 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; + 4843E34A13EDE0AB5814C5DA /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; + 56E8632B4B0DDDD634BCA5A4 /* Pods_GSToggleSwitch_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GSToggleSwitch_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 607FACD01AFB9204008FA782 /* GSToggleSwitch_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GSToggleSwitch_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 607FACE51AFB9204008FA782 /* ToggleSwitch_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ToggleSwitch_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 607FACE51AFB9204008FA782 /* GSToggleSwitch_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GSToggleSwitch_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; - 8427BC5746906B234B83225F /* GSToggleSwitch.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GSToggleSwitch.podspec; path = ../GSToggleSwitch.podspec; sourceTree = ""; }; - 9D7034467917CA2A97195153 /* Pods-ToggleSwitch_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ToggleSwitch_Example.debug.xcconfig"; path = "Target Support Files/Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example.debug.xcconfig"; sourceTree = ""; }; - B0EF7CF0BF67F38500ED6809 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; - B9E16201FCDB8E4C0C44399C /* Pods_ToggleSwitch_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ToggleSwitch_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 7EF571407941078C0B8AF08A /* Pods-GSToggleSwitch_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GSToggleSwitch_Tests.release.xcconfig"; path = "Target Support Files/Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests.release.xcconfig"; sourceTree = ""; }; + 96491949FC1A4A8489DFD36E /* Pods-GSToggleSwitch_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GSToggleSwitch_Example.debug.xcconfig"; path = "Target Support Files/Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example.debug.xcconfig"; sourceTree = ""; }; + A36F33F46A5655481E852078 /* Pods-GSToggleSwitch_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GSToggleSwitch_Tests.debug.xcconfig"; path = "Target Support Files/Pods-GSToggleSwitch_Tests/Pods-GSToggleSwitch_Tests.debug.xcconfig"; sourceTree = ""; }; + E02D66BD48C16A31048F2EB5 /* Pods_GSToggleSwitch_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GSToggleSwitch_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -54,7 +54,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A638E34B2F52C59A96DC56AE /* Pods_ToggleSwitch_Example.framework in Frameworks */, + 307948639CC6B14E73CC1C43 /* Pods_GSToggleSwitch_Example.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -62,18 +62,29 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 99A06B9802EC644EEC9155BA /* Pods_ToggleSwitch_Tests.framework in Frameworks */, + F99C481AD8E188D02B88FA93 /* Pods_GSToggleSwitch_Tests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 0067AFB1B0466D407BF6C5C9 /* Frameworks */ = { + 338FBA6530636BCB57B38C7E /* Pods */ = { isa = PBXGroup; children = ( - 2178997EDBE8DD2941E949CF /* Pods_ToggleSwitch_Example.framework */, - B9E16201FCDB8E4C0C44399C /* Pods_ToggleSwitch_Tests.framework */, + 96491949FC1A4A8489DFD36E /* Pods-GSToggleSwitch_Example.debug.xcconfig */, + 2E7472B34F0BBD886CDEFEBB /* Pods-GSToggleSwitch_Example.release.xcconfig */, + A36F33F46A5655481E852078 /* Pods-GSToggleSwitch_Tests.debug.xcconfig */, + 7EF571407941078C0B8AF08A /* Pods-GSToggleSwitch_Tests.release.xcconfig */, + ); + path = Pods; + sourceTree = ""; + }; + 4933117C53D756F61ACBE712 /* Frameworks */ = { + isa = PBXGroup; + children = ( + E02D66BD48C16A31048F2EB5 /* Pods_GSToggleSwitch_Example.framework */, + 56E8632B4B0DDDD634BCA5A4 /* Pods_GSToggleSwitch_Tests.framework */, ); name = Frameworks; sourceTree = ""; @@ -82,24 +93,24 @@ isa = PBXGroup; children = ( 607FACF51AFB993E008FA782 /* Podspec Metadata */, - 607FACD21AFB9204008FA782 /* Example for ToggleSwitch */, + 607FACD21AFB9204008FA782 /* Example for GSToggleSwitch */, 607FACE81AFB9204008FA782 /* Tests */, 607FACD11AFB9204008FA782 /* Products */, - A24376AD328ABFA6E9B9728D /* Pods */, - 0067AFB1B0466D407BF6C5C9 /* Frameworks */, + 338FBA6530636BCB57B38C7E /* Pods */, + 4933117C53D756F61ACBE712 /* Frameworks */, ); sourceTree = ""; }; 607FACD11AFB9204008FA782 /* Products */ = { isa = PBXGroup; children = ( - 607FACD01AFB9204008FA782 /* ToggleSwitch_Example.app */, - 607FACE51AFB9204008FA782 /* ToggleSwitch_Tests.xctest */, + 607FACD01AFB9204008FA782 /* GSToggleSwitch_Example.app */, + 607FACE51AFB9204008FA782 /* GSToggleSwitch_Tests.xctest */, ); name = Products; sourceTree = ""; }; - 607FACD21AFB9204008FA782 /* Example for ToggleSwitch */ = { + 607FACD21AFB9204008FA782 /* Example for GSToggleSwitch */ = { isa = PBXGroup; children = ( 607FACD51AFB9204008FA782 /* AppDelegate.swift */, @@ -109,8 +120,8 @@ 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, 607FACD31AFB9204008FA782 /* Supporting Files */, ); - name = "Example for ToggleSwitch"; - path = ToggleSwitch; + name = "Example for GSToggleSwitch"; + path = GSToggleSwitch; sourceTree = ""; }; 607FACD31AFB9204008FA782 /* Supporting Files */ = { @@ -141,51 +152,40 @@ 607FACF51AFB993E008FA782 /* Podspec Metadata */ = { isa = PBXGroup; children = ( - 8427BC5746906B234B83225F /* GSToggleSwitch.podspec */, - B0EF7CF0BF67F38500ED6809 /* README.md */, - 1EEDF8F075EBF6C9D0CA4207 /* LICENSE */, + 203B168EDA2BAA52BB8AB6A2 /* GSToggleSwitch.podspec */, + 4843E34A13EDE0AB5814C5DA /* README.md */, + 3EF8EDB8E7690ABCED1F2846 /* LICENSE */, ); name = "Podspec Metadata"; sourceTree = ""; }; - A24376AD328ABFA6E9B9728D /* Pods */ = { - isa = PBXGroup; - children = ( - 9D7034467917CA2A97195153 /* Pods-ToggleSwitch_Example.debug.xcconfig */, - 129782CCD5CD668404584333 /* Pods-ToggleSwitch_Example.release.xcconfig */, - 5C229464667F7187824B1A50 /* Pods-ToggleSwitch_Tests.debug.xcconfig */, - 3DC97803B81DD9C813CD8251 /* Pods-ToggleSwitch_Tests.release.xcconfig */, - ); - path = Pods; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 607FACCF1AFB9204008FA782 /* ToggleSwitch_Example */ = { + 607FACCF1AFB9204008FA782 /* GSToggleSwitch_Example */ = { isa = PBXNativeTarget; - buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ToggleSwitch_Example" */; + buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "GSToggleSwitch_Example" */; buildPhases = ( - 958522E8B851B437E3C560A8 /* [CP] Check Pods Manifest.lock */, + C30487DA6123F7C62E91C1FB /* [CP] Check Pods Manifest.lock */, 607FACCC1AFB9204008FA782 /* Sources */, 607FACCD1AFB9204008FA782 /* Frameworks */, 607FACCE1AFB9204008FA782 /* Resources */, - 1409CB54A8088AD169B24A67 /* [CP] Embed Pods Frameworks */, + 50EEDBCE249C5AA2EEEBF13A /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); dependencies = ( ); - name = ToggleSwitch_Example; - productName = ToggleSwitch; - productReference = 607FACD01AFB9204008FA782 /* ToggleSwitch_Example.app */; + name = GSToggleSwitch_Example; + productName = GSToggleSwitch; + productReference = 607FACD01AFB9204008FA782 /* GSToggleSwitch_Example.app */; productType = "com.apple.product-type.application"; }; - 607FACE41AFB9204008FA782 /* ToggleSwitch_Tests */ = { + 607FACE41AFB9204008FA782 /* GSToggleSwitch_Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ToggleSwitch_Tests" */; + buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "GSToggleSwitch_Tests" */; buildPhases = ( - F0110EB84396C01316B9BA73 /* [CP] Check Pods Manifest.lock */, + E11A4A6DA010D2FDE7FCCFAB /* [CP] Check Pods Manifest.lock */, 607FACE11AFB9204008FA782 /* Sources */, 607FACE21AFB9204008FA782 /* Frameworks */, 607FACE31AFB9204008FA782 /* Resources */, @@ -195,9 +195,9 @@ dependencies = ( 607FACE71AFB9204008FA782 /* PBXTargetDependency */, ); - name = ToggleSwitch_Tests; + name = GSToggleSwitch_Tests; productName = Tests; - productReference = 607FACE51AFB9204008FA782 /* ToggleSwitch_Tests.xctest */; + productReference = 607FACE51AFB9204008FA782 /* GSToggleSwitch_Tests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ @@ -221,7 +221,7 @@ }; }; }; - buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ToggleSwitch" */; + buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "GSToggleSwitch" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -235,8 +235,8 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 607FACCF1AFB9204008FA782 /* ToggleSwitch_Example */, - 607FACE41AFB9204008FA782 /* ToggleSwitch_Tests */, + 607FACCF1AFB9204008FA782 /* GSToggleSwitch_Example */, + 607FACE41AFB9204008FA782 /* GSToggleSwitch_Tests */, ); }; /* End PBXProject section */ @@ -262,13 +262,13 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 1409CB54A8088AD169B24A67 /* [CP] Embed Pods Frameworks */ = { + 50EEDBCE249C5AA2EEEBF13A /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example-frameworks.sh", "${BUILT_PRODUCTS_DIR}/GSToggleSwitch/GSToggleSwitch.framework", ); name = "[CP] Embed Pods Frameworks"; @@ -277,10 +277,10 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ToggleSwitch_Example/Pods-ToggleSwitch_Example-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GSToggleSwitch_Example/Pods-GSToggleSwitch_Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 958522E8B851B437E3C560A8 /* [CP] Check Pods Manifest.lock */ = { + C30487DA6123F7C62E91C1FB /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -295,14 +295,14 @@ outputFileListPaths = ( ); outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-ToggleSwitch_Example-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-GSToggleSwitch_Example-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - F0110EB84396C01316B9BA73 /* [CP] Check Pods Manifest.lock */ = { + E11A4A6DA010D2FDE7FCCFAB /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -317,7 +317,7 @@ outputFileListPaths = ( ); outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-ToggleSwitch_Tests-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-GSToggleSwitch_Tests-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -349,7 +349,7 @@ /* Begin PBXTargetDependency section */ 607FACE71AFB9204008FA782 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 607FACCF1AFB9204008FA782 /* ToggleSwitch_Example */; + target = 607FACCF1AFB9204008FA782 /* GSToggleSwitch_Example */; targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -475,11 +475,11 @@ }; 607FACF01AFB9204008FA782 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9D7034467917CA2A97195153 /* Pods-ToggleSwitch_Example.debug.xcconfig */; + baseConfigurationReference = 96491949FC1A4A8489DFD36E /* Pods-GSToggleSwitch_Example.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = ToggleSwitch/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + INFOPLIST_FILE = GSToggleSwitch/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; @@ -491,11 +491,11 @@ }; 607FACF11AFB9204008FA782 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 129782CCD5CD668404584333 /* Pods-ToggleSwitch_Example.release.xcconfig */; + baseConfigurationReference = 2E7472B34F0BBD886CDEFEBB /* Pods-GSToggleSwitch_Example.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = ToggleSwitch/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + INFOPLIST_FILE = GSToggleSwitch/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; @@ -507,7 +507,7 @@ }; 607FACF31AFB9204008FA782 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5C229464667F7187824B1A50 /* Pods-ToggleSwitch_Tests.debug.xcconfig */; + baseConfigurationReference = A36F33F46A5655481E852078 /* Pods-GSToggleSwitch_Tests.debug.xcconfig */; buildSettings = { FRAMEWORK_SEARCH_PATHS = ( "$(PLATFORM_DIR)/Developer/Library/Frameworks", @@ -518,39 +518,39 @@ "$(inherited)", ); INFOPLIST_FILE = Tests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_SWIFT3_OBJC_INFERENCE = Default; SWIFT_VERSION = 4.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ToggleSwitch_Example.app/ToggleSwitch_Example"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GSToggleSwitch_Example.app/GSToggleSwitch_Example"; }; name = Debug; }; 607FACF41AFB9204008FA782 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3DC97803B81DD9C813CD8251 /* Pods-ToggleSwitch_Tests.release.xcconfig */; + baseConfigurationReference = 7EF571407941078C0B8AF08A /* Pods-GSToggleSwitch_Tests.release.xcconfig */; buildSettings = { FRAMEWORK_SEARCH_PATHS = ( "$(PLATFORM_DIR)/Developer/Library/Frameworks", "$(inherited)", ); INFOPLIST_FILE = Tests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_SWIFT3_OBJC_INFERENCE = Default; SWIFT_VERSION = 4.0; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ToggleSwitch_Example.app/ToggleSwitch_Example"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GSToggleSwitch_Example.app/GSToggleSwitch_Example"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ToggleSwitch" */ = { + 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "GSToggleSwitch" */ = { isa = XCConfigurationList; buildConfigurations = ( 607FACED1AFB9204008FA782 /* Debug */, @@ -559,7 +559,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ToggleSwitch_Example" */ = { + 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "GSToggleSwitch_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( 607FACF01AFB9204008FA782 /* Debug */, @@ -568,7 +568,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ToggleSwitch_Tests" */ = { + 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "GSToggleSwitch_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( 607FACF31AFB9204008FA782 /* Debug */, diff --git a/Example/ToggleSwitch.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/GSToggleSwitch.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 68% rename from Example/ToggleSwitch.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Example/GSToggleSwitch.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 6057e62..145c117 100644 --- a/Example/ToggleSwitch.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/Example/GSToggleSwitch.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:GSToggleSwitch.xcodeproj"> diff --git a/Example/ToggleSwitch.xcodeproj/xcshareddata/xcschemes/ToggleSwitch-Example.xcscheme b/Example/GSToggleSwitch.xcodeproj/xcshareddata/xcschemes/GSToggleSwitch-Example.xcscheme similarity index 75% rename from Example/ToggleSwitch.xcodeproj/xcshareddata/xcschemes/ToggleSwitch-Example.xcscheme rename to Example/GSToggleSwitch.xcodeproj/xcshareddata/xcschemes/GSToggleSwitch-Example.xcscheme index 3e2ddb9..79c91a4 100644 --- a/Example/ToggleSwitch.xcodeproj/xcshareddata/xcschemes/ToggleSwitch-Example.xcscheme +++ b/Example/GSToggleSwitch.xcodeproj/xcshareddata/xcschemes/GSToggleSwitch-Example.xcscheme @@ -15,9 +15,9 @@ + BuildableName = "GSToggleSwitch_Example.app" + BlueprintName = "GSToggleSwitch_Example" + ReferencedContainer = "container:GSToggleSwitch.xcodeproj"> + BuildableName = "GSToggleSwitch_Tests.xctest" + BlueprintName = "GSToggleSwitch_Tests" + ReferencedContainer = "container:GSToggleSwitch.xcodeproj"> @@ -48,9 +48,9 @@ + BuildableName = "GSToggleSwitch_Tests.xctest" + BlueprintName = "GSToggleSwitch_Tests" + ReferencedContainer = "container:GSToggleSwitch.xcodeproj"> @@ -58,9 +58,9 @@ + BuildableName = "GSToggleSwitch_Example.app" + BlueprintName = "GSToggleSwitch_Example" + ReferencedContainer = "container:GSToggleSwitch.xcodeproj"> @@ -82,9 +82,9 @@ + BuildableName = "GSToggleSwitch_Example.app" + BlueprintName = "GSToggleSwitch_Example" + ReferencedContainer = "container:GSToggleSwitch.xcodeproj"> @@ -101,9 +101,9 @@ + BuildableName = "GSToggleSwitch_Example.app" + BlueprintName = "GSToggleSwitch_Example" + ReferencedContainer = "container:GSToggleSwitch.xcodeproj"> diff --git a/Example/ToggleSwitch.xcworkspace/contents.xcworkspacedata b/Example/GSToggleSwitch.xcworkspace/contents.xcworkspacedata similarity index 78% rename from Example/ToggleSwitch.xcworkspace/contents.xcworkspacedata rename to Example/GSToggleSwitch.xcworkspace/contents.xcworkspacedata index 6bb6cd8..fbc606b 100644 --- a/Example/ToggleSwitch.xcworkspace/contents.xcworkspacedata +++ b/Example/GSToggleSwitch.xcworkspace/contents.xcworkspacedata @@ -2,7 +2,7 @@ + location = "group:GSToggleSwitch.xcodeproj"> diff --git a/Example/ToggleSwitch.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Example/GSToggleSwitch.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from Example/ToggleSwitch.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to Example/GSToggleSwitch.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Example/ToggleSwitch/AppDelegate.swift b/Example/GSToggleSwitch/AppDelegate.swift similarity index 97% rename from Example/ToggleSwitch/AppDelegate.swift rename to Example/GSToggleSwitch/AppDelegate.swift index 1d93f9f..529085c 100644 --- a/Example/ToggleSwitch/AppDelegate.swift +++ b/Example/GSToggleSwitch/AppDelegate.swift @@ -1,8 +1,8 @@ // // AppDelegate.swift -// ToggleSwitch +// GSToggleSwitch // -// Created by megaganjotsingh on 06/11/2024. +// Created by megaganjotsingh on 06/12/2024. // Copyright (c) 2024 megaganjotsingh. All rights reserved. // diff --git a/Example/ToggleSwitch/Base.lproj/LaunchScreen.xib b/Example/GSToggleSwitch/Base.lproj/LaunchScreen.xib similarity index 94% rename from Example/ToggleSwitch/Base.lproj/LaunchScreen.xib rename to Example/GSToggleSwitch/Base.lproj/LaunchScreen.xib index c86f358..c445361 100644 --- a/Example/ToggleSwitch/Base.lproj/LaunchScreen.xib +++ b/Example/GSToggleSwitch/Base.lproj/LaunchScreen.xib @@ -22,7 +22,7 @@ -