From 9ba01173108abe4ce196472e8e42585f03bc55da Mon Sep 17 00:00:00 2001 From: Marc Fiedler Date: Mon, 10 Jul 2017 15:44:17 +0200 Subject: [PATCH 1/5] Adding Carthage compatibility --- Example/RSLoadingView.xcodeproj/project.pbxproj | 3 +++ README.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/Example/RSLoadingView.xcodeproj/project.pbxproj b/Example/RSLoadingView.xcodeproj/project.pbxproj index bfc9a81..553beb8 100644 --- a/Example/RSLoadingView.xcodeproj/project.pbxproj +++ b/Example/RSLoadingView.xcodeproj/project.pbxproj @@ -161,6 +161,7 @@ TargetAttributes = { 607FACCF1AFB9204008FA782 = { CreatedOnToolsVersion = 6.3.1; + DevelopmentTeam = 6CMHTT5AKC; LastSwiftMigration = 0820; }; }; @@ -371,6 +372,7 @@ baseConfigurationReference = BF763C7018D2CDAEFD0BE638 /* Pods-RSLoadingView_Example.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + DEVELOPMENT_TEAM = 6CMHTT5AKC; INFOPLIST_FILE = RSLoadingView/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; @@ -387,6 +389,7 @@ baseConfigurationReference = 25DF68AC9AB3C898FC826EC8 /* Pods-RSLoadingView_Example.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + DEVELOPMENT_TEAM = 6CMHTT5AKC; INFOPLIST_FILE = RSLoadingView/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; diff --git a/README.md b/README.md index 096d200..1b673ea 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ it, simply add the following line to your Podfile: pod "RSLoadingView" ``` +Alternatively you can install RSLoadingView via Carthage +``` +# Load RSLoadingView +github "marc-fiedler/RSLoadingView" +``` + ## Usage ```swift import UIKit From 8fa3379a971ee0a5e03d9944d8eafa2d0bea2263 Mon Sep 17 00:00:00 2001 From: Marc Fiedler Date: Mon, 10 Jul 2017 15:59:30 +0200 Subject: [PATCH 2/5] Adding Carthage file --- Cartfile | 5 + Cartfile.resolved | 0 .../xcschemes/RSLoadingView.xcscheme | 80 ++++++++++++ .../xcschemes/RSLoadingView-Example.xcscheme | 115 ------------------ 4 files changed, 85 insertions(+), 115 deletions(-) create mode 100644 Cartfile create mode 100644 Cartfile.resolved create mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme delete mode 100644 Example/RSLoadingView.xcodeproj/xcshareddata/xcschemes/RSLoadingView-Example.xcscheme diff --git a/Cartfile b/Cartfile new file mode 100644 index 0000000..928ee68 --- /dev/null +++ b/Cartfile @@ -0,0 +1,5 @@ +# +# Carthridge file for RSLoadingView +# + + diff --git a/Cartfile.resolved b/Cartfile.resolved new file mode 100644 index 0000000..e69de29 diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme new file mode 100644 index 0000000..ab65869 --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/RSLoadingView.xcodeproj/xcshareddata/xcschemes/RSLoadingView-Example.xcscheme b/Example/RSLoadingView.xcodeproj/xcshareddata/xcschemes/RSLoadingView-Example.xcscheme deleted file mode 100644 index b399272..0000000 --- a/Example/RSLoadingView.xcodeproj/xcshareddata/xcschemes/RSLoadingView-Example.xcscheme +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 58d319103548317c71e2dc0f345d7c192779514e Mon Sep 17 00:00:00 2001 From: Marc Fiedler Date: Mon, 10 Jul 2017 16:00:25 +0200 Subject: [PATCH 3/5] Removed .resolved file --- Cartfile.resolved | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 Cartfile.resolved diff --git a/Cartfile.resolved b/Cartfile.resolved deleted file mode 100644 index e69de29..0000000 From ee2bcde032545403c2c9fc5e7e22ed70f4fab763 Mon Sep 17 00:00:00 2001 From: Marc Fiedler Date: Mon, 10 Jul 2017 16:16:30 +0200 Subject: [PATCH 4/5] Fixing carthage compatibility --- .../xcschemes/RSLoadingView.xcscheme | 80 ------------------- 1 file changed, 80 deletions(-) delete mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme deleted file mode 100644 index ab65869..0000000 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 08c41dc557767462924de8de53830d829d88c341 Mon Sep 17 00:00:00 2001 From: Marc Fiedler Date: Mon, 10 Jul 2017 16:17:46 +0200 Subject: [PATCH 5/5] Adding scheme description --- .../contents.xcworkspacedata | 7 ++ .../Pods-RSLoadingView_Example.xcscheme | 80 +++++++++++++++++++ .../RSLoadingView-RSLoadingView.xcscheme | 80 +++++++++++++++++++ .../xcschemes/RSLoadingView.xcscheme | 80 +++++++++++++++++++ 4 files changed, 247 insertions(+) create mode 100644 Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-RSLoadingView_Example.xcscheme create mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView-RSLoadingView.xcscheme create mode 100644 Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-RSLoadingView_Example.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-RSLoadingView_Example.xcscheme new file mode 100644 index 0000000..406bf9f --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/Pods-RSLoadingView_Example.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView-RSLoadingView.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView-RSLoadingView.xcscheme new file mode 100644 index 0000000..7f5e5de --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView-RSLoadingView.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme new file mode 100644 index 0000000..ab65869 --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/RSLoadingView.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +