From c76845f020d36b02001f14a0a577c8cf8e096fbd Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Sun, 3 Mar 2019 19:49:33 -0500 Subject: [PATCH 01/13] migrated to swift 4.2 --- r2-navigator-swift.xcodeproj/project.pbxproj | 8 +++----- .../xcshareddata/xcschemes/r2-navigator-swift.xcscheme | 2 +- r2-navigator-swift/WebView.swift | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/r2-navigator-swift.xcodeproj/project.pbxproj b/r2-navigator-swift.xcodeproj/project.pbxproj index a62e409d..1a3e5c00 100644 --- a/r2-navigator-swift.xcodeproj/project.pbxproj +++ b/r2-navigator-swift.xcodeproj/project.pbxproj @@ -165,7 +165,7 @@ TargetAttributes = { F3E7D3C21F4D83B000DF166D = { CreatedOnToolsVersion = 8.3.3; - LastSwiftMigration = 0930; + LastSwiftMigration = 1010; ProvisioningStyle = Manual; }; }; @@ -360,8 +360,7 @@ PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; }; name = Debug; }; @@ -388,8 +387,7 @@ PRODUCT_NAME = R2Navigator; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; - SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.2; }; name = Release; }; diff --git a/r2-navigator-swift.xcodeproj/xcshareddata/xcschemes/r2-navigator-swift.xcscheme b/r2-navigator-swift.xcodeproj/xcshareddata/xcschemes/r2-navigator-swift.xcscheme index d844ee38..344d3cbe 100644 --- a/r2-navigator-swift.xcodeproj/xcshareddata/xcschemes/r2-navigator-swift.xcscheme +++ b/r2-navigator-swift.xcodeproj/xcshareddata/xcschemes/r2-navigator-swift.xcscheme @@ -1,6 +1,6 @@ Date: Sun, 3 Mar 2019 19:49:51 -0500 Subject: [PATCH 02/13] updated Carthage --- Cartfile.resolved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index dba1c096..2d5321f2 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "Readium/r2-shared-swift" "76426d24374d7b7d6782d4af2b34065d85c8de68" +github "Readium/r2-shared-swift" "a502ba3a9e0dde4bd67ec70a624875a8f4e1e066" From ac206bc2f3e97ffa56c43b0ec63aa6c31b381186 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Sun, 3 Mar 2019 19:50:44 -0500 Subject: [PATCH 03/13] updated podspec --- r2-navigator-swift.podspec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/r2-navigator-swift.podspec b/r2-navigator-swift.podspec index dba61321..f9323e0e 100644 --- a/r2-navigator-swift.podspec +++ b/r2-navigator-swift.podspec @@ -1,5 +1,5 @@ # -# Be sure to run `pod spec lint r2-navigator-swift.podspec' to ensure this is a +# Be sure to run `pod spec lint r2-streamer-swift.podspec' to ensure this is a # valid spec and to remove all comments including this before submitting the spec. # # To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html @@ -8,7 +8,7 @@ Pod::Spec.new do |s| - s.name = "R2Navigator" + s.name = "R2Navigator" s.version = "1.0.5" s.summary = "R2 Navigator" s.description = <<-DESC @@ -20,6 +20,14 @@ Pod::Spec.new do |s| s.platform = :ios s.ios.deployment_target = "9.0" s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :branch => "develop" } - s.source_files = "r2-navigator-swift/**/*" + s.source_files = "**/*.{m,h,swift}" + s.exclude_files = ["**/Info*.plist","**/Carthage/*"] + s.preserve_paths = 'R2Navigator.framework' + s.vendored_frameworks = 'R2Navigator.framework' + s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/R2Navigator/**"' , + 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} + + + s.dependency 'R2Shared' end From caf5e711f2b251049ba85cf26ad5e5089827850a Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Mon, 4 Mar 2019 14:57:56 -0500 Subject: [PATCH 04/13] fixed search paths --- r2-navigator-swift.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r2-navigator-swift.xcodeproj/project.pbxproj b/r2-navigator-swift.xcodeproj/project.pbxproj index 1a3e5c00..11abf87e 100644 --- a/r2-navigator-swift.xcodeproj/project.pbxproj +++ b/r2-navigator-swift.xcodeproj/project.pbxproj @@ -354,7 +354,7 @@ INFOPLIST_FILE = "r2-navigator-swift/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.readium.r2-navigator-swift"; PRODUCT_NAME = R2Navigator; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -382,7 +382,7 @@ INFOPLIST_FILE = "r2-navigator-swift/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.readium.r2-navigator-swift"; PRODUCT_NAME = R2Navigator; PROVISIONING_PROFILE_SPECIFIER = ""; From 8907c53cbd6971629e31a54124ae27a3052de53b Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Mon, 4 Mar 2019 14:59:59 -0500 Subject: [PATCH 05/13] fixed linked frameworks --- r2-navigator-swift.xcodeproj/project.pbxproj | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/r2-navigator-swift.xcodeproj/project.pbxproj b/r2-navigator-swift.xcodeproj/project.pbxproj index 11abf87e..371c7a96 100644 --- a/r2-navigator-swift.xcodeproj/project.pbxproj +++ b/r2-navigator-swift.xcodeproj/project.pbxproj @@ -8,6 +8,7 @@ /* Begin PBXBuildFile section */ 03BF0132221DAFDA0051050B /* EditingAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BF0131221DAFDA0051050B /* EditingAction.swift */; }; + 03C3CC5E222DBB1B00A01731 /* R2Shared.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03C3CC5D222DBB1B00A01731 /* R2Shared.framework */; }; 1D3A2F56218C85A100108B31 /* PageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D3A2F55218C85A100108B31 /* PageTransition.swift */; }; F341C2711F506ED5005E6758 /* UserSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = F341C2701F506ED5005E6758 /* UserSettings.swift */; }; F3E7D3D41F4D83B000DF166D /* r2-navigator-swift.h in Headers */ = {isa = PBXBuildFile; fileRef = F3E7D3C61F4D83B000DF166D /* r2-navigator-swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -16,15 +17,14 @@ F3E7D3E21F4D84A000DF166D /* NavigatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E7D3E11F4D84A000DF166D /* NavigatorViewController.swift */; }; F3E7D3E41F4D84DC00DF166D /* TriptychView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E7D3E31F4D84DC00DF166D /* TriptychView.swift */; }; F3E7D3E61F4D84EF00DF166D /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E7D3E51F4D84EF00DF166D /* WebView.swift */; }; - F3E7D42A1F4EE07D00DF166D /* R2Shared.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F3E7D4291F4EE07D00DF166D /* R2Shared.framework */; }; F3E7D42E1F4EE0FE00DF166D /* CbzNavigatorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3E7D42D1F4EE0FE00DF166D /* CbzNavigatorViewController.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 03BF0131221DAFDA0051050B /* EditingAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditingAction.swift; sourceTree = ""; }; + 03C3CC5D222DBB1B00A01731 /* R2Shared.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = R2Shared.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 1D3A2F55218C85A100108B31 /* PageTransition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageTransition.swift; sourceTree = ""; }; F341C2701F506ED5005E6758 /* UserSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserSettings.swift; sourceTree = ""; }; - F3B2C86C1F603E79007601E4 /* SwiftyJSON.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftyJSON.framework; path = Carthage/Build/iOS/SwiftyJSON.framework; sourceTree = ""; }; F3E7D3C31F4D83B000DF166D /* R2Navigator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = R2Navigator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; F3E7D3C61F4D83B000DF166D /* r2-navigator-swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "r2-navigator-swift.h"; sourceTree = ""; }; F3E7D3C71F4D83B000DF166D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -35,7 +35,6 @@ F3E7D3E11F4D84A000DF166D /* NavigatorViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NavigatorViewController.swift; sourceTree = ""; }; F3E7D3E31F4D84DC00DF166D /* TriptychView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TriptychView.swift; sourceTree = ""; }; F3E7D3E51F4D84EF00DF166D /* WebView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = ""; }; - F3E7D4291F4EE07D00DF166D /* R2Shared.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = R2Shared.framework; path = Carthage/Build/iOS/R2Shared.framework; sourceTree = ""; }; F3E7D42D1F4EE0FE00DF166D /* CbzNavigatorViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CbzNavigatorViewController.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -44,7 +43,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F3E7D42A1F4EE07D00DF166D /* R2Shared.framework in Frameworks */, + 03C3CC5E222DBB1B00A01731 /* R2Shared.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -92,8 +91,7 @@ F3E7D3E71F4DC40800DF166D /* Frameworks */ = { isa = PBXGroup; children = ( - F3B2C86C1F603E79007601E4 /* SwiftyJSON.framework */, - F3E7D4291F4EE07D00DF166D /* R2Shared.framework */, + 03C3CC5D222DBB1B00A01731 /* R2Shared.framework */, ); name = Frameworks; sourceTree = ""; From 5abed73d51ecea090153f79d7dcae9a348350175 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Mon, 4 Mar 2019 15:14:26 -0500 Subject: [PATCH 06/13] cleaned up linked frameworks --- r2-navigator-swift.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/r2-navigator-swift.xcodeproj/project.pbxproj b/r2-navigator-swift.xcodeproj/project.pbxproj index 371c7a96..10f76160 100644 --- a/r2-navigator-swift.xcodeproj/project.pbxproj +++ b/r2-navigator-swift.xcodeproj/project.pbxproj @@ -8,7 +8,7 @@ /* Begin PBXBuildFile section */ 03BF0132221DAFDA0051050B /* EditingAction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03BF0131221DAFDA0051050B /* EditingAction.swift */; }; - 03C3CC5E222DBB1B00A01731 /* R2Shared.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03C3CC5D222DBB1B00A01731 /* R2Shared.framework */; }; + 03C3CC68222DBD8600A01731 /* R2Shared.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03C3CC67222DBD8600A01731 /* R2Shared.framework */; }; 1D3A2F56218C85A100108B31 /* PageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D3A2F55218C85A100108B31 /* PageTransition.swift */; }; F341C2711F506ED5005E6758 /* UserSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = F341C2701F506ED5005E6758 /* UserSettings.swift */; }; F3E7D3D41F4D83B000DF166D /* r2-navigator-swift.h in Headers */ = {isa = PBXBuildFile; fileRef = F3E7D3C61F4D83B000DF166D /* r2-navigator-swift.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -22,7 +22,7 @@ /* Begin PBXFileReference section */ 03BF0131221DAFDA0051050B /* EditingAction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditingAction.swift; sourceTree = ""; }; - 03C3CC5D222DBB1B00A01731 /* R2Shared.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = R2Shared.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 03C3CC67222DBD8600A01731 /* R2Shared.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = R2Shared.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 1D3A2F55218C85A100108B31 /* PageTransition.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageTransition.swift; sourceTree = ""; }; F341C2701F506ED5005E6758 /* UserSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserSettings.swift; sourceTree = ""; }; F3E7D3C31F4D83B000DF166D /* R2Navigator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = R2Navigator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -43,7 +43,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 03C3CC5E222DBB1B00A01731 /* R2Shared.framework in Frameworks */, + 03C3CC68222DBD8600A01731 /* R2Shared.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -91,7 +91,7 @@ F3E7D3E71F4DC40800DF166D /* Frameworks */ = { isa = PBXGroup; children = ( - 03C3CC5D222DBB1B00A01731 /* R2Shared.framework */, + 03C3CC67222DBD8600A01731 /* R2Shared.framework */, ); name = Frameworks; sourceTree = ""; From 5b2f9767fe120109319ca2094cffc8564eb06868 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Tue, 12 Mar 2019 15:56:25 -0400 Subject: [PATCH 07/13] updated Carthage resolved to include latest r2-shared develop dependency --- Cartfile.resolved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index 2d5321f2..f0455a92 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "Readium/r2-shared-swift" "a502ba3a9e0dde4bd67ec70a624875a8f4e1e066" +github "readium/r2-shared-swift" "d9f2321cc55e17cbe3fe9031515f51a38751449a" From 466df49f1856c98cd701769ff616f383520b5d25 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Tue, 12 Mar 2019 16:12:25 -0400 Subject: [PATCH 08/13] cleaned up pod specification --- r2-navigator-swift.podspec | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/r2-navigator-swift.podspec b/r2-navigator-swift.podspec index f9323e0e..e0d88add 100644 --- a/r2-navigator-swift.podspec +++ b/r2-navigator-swift.podspec @@ -1,33 +1,21 @@ -# -# Be sure to run `pod spec lint r2-streamer-swift.podspec' to ensure this is a -# valid spec and to remove all comments including this before submitting the spec. -# -# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html -# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ -# - Pod::Spec.new do |s| - s.name = "R2Navigator" + s.name = "r2-navigator-swift" s.version = "1.0.5" s.summary = "R2 Navigator" - s.description = <<-DESC - Shared R2 Navigator - DESC s.homepage = "http://readium.github.io" s.license = "BSD 3-Clause License" s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" } s.platform = :ios s.ios.deployment_target = "9.0" s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :branch => "develop" } - s.source_files = "**/*.{m,h,swift}" + s.source_files = "r2-navigator-swift/**/*.{m,h,swift}" s.exclude_files = ["**/Info*.plist","**/Carthage/*"] s.preserve_paths = 'R2Navigator.framework' s.vendored_frameworks = 'R2Navigator.framework' s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/R2Navigator/**"' , 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} - s.dependency 'R2Shared' end From b219926df263f2d959286441f69a213a44efa06e Mon Sep 17 00:00:00 2001 From: Aferdita Date: Tue, 12 Mar 2019 16:13:33 -0400 Subject: [PATCH 09/13] Update .travis.yml updated to xcode10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9af92ab3..765f9049 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: swift -osx_image: xcode9.3 +osx_image: xcode10.1 branches: only: From ebaa7956cf5a097844b414c40bf549e9d0654c29 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Tue, 12 Mar 2019 16:53:19 -0400 Subject: [PATCH 10/13] updated carthage dependency and added swift version to pod spec --- Cartfile.resolved | 2 +- r2-navigator-swift.podspec | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index f0455a92..91244fda 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "readium/r2-shared-swift" "d9f2321cc55e17cbe3fe9031515f51a38751449a" +github "readium/r2-shared-swift" "a2b14aac194c286fc88efc27be288c06ad9a8f6b" diff --git a/r2-navigator-swift.podspec b/r2-navigator-swift.podspec index e0d88add..6334646e 100644 --- a/r2-navigator-swift.podspec +++ b/r2-navigator-swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "r2-navigator-swift" - s.version = "1.0.5" + s.version = "1.0.6" s.summary = "R2 Navigator" s.homepage = "http://readium.github.io" s.license = "BSD 3-Clause License" @@ -11,10 +11,9 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/readium/r2-navigator-swift.git", :branch => "develop" } s.source_files = "r2-navigator-swift/**/*.{m,h,swift}" s.exclude_files = ["**/Info*.plist","**/Carthage/*"] - s.preserve_paths = 'R2Navigator.framework' - s.vendored_frameworks = 'R2Navigator.framework' s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/R2Navigator/**"' , 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2'} + s.swift_version = "4.2" s.dependency 'R2Shared' From 2f1206eea2a8d1b4c351465701ff57247e6241e6 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Tue, 12 Mar 2019 17:28:07 -0400 Subject: [PATCH 11/13] updated dependency --- Cartfile.resolved | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile.resolved b/Cartfile.resolved index 91244fda..7b6d5dc6 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "readium/r2-shared-swift" "a2b14aac194c286fc88efc27be288c06ad9a8f6b" +github "readium/r2-shared-swift" "678dbfede1e24ea5b924955176a331206b1a4450" From 63486ce875c076adf8f1bb372ff42b2019728f59 Mon Sep 17 00:00:00 2001 From: Aferdita Muriqi Date: Tue, 12 Mar 2019 17:28:28 -0400 Subject: [PATCH 12/13] changed run schema to debug --- .../xcshareddata/xcschemes/r2-navigator-swift.xcscheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2-navigator-swift.xcodeproj/xcshareddata/xcschemes/r2-navigator-swift.xcscheme b/r2-navigator-swift.xcodeproj/xcshareddata/xcschemes/r2-navigator-swift.xcscheme index 344d3cbe..730aa93f 100644 --- a/r2-navigator-swift.xcodeproj/xcshareddata/xcschemes/r2-navigator-swift.xcscheme +++ b/r2-navigator-swift.xcodeproj/xcshareddata/xcschemes/r2-navigator-swift.xcscheme @@ -52,7 +52,7 @@ Date: Tue, 12 Mar 2019 17:29:34 -0400 Subject: [PATCH 13/13] renamed pod spec --- r2-navigator-swift.podspec => R2Navigator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename r2-navigator-swift.podspec => R2Navigator.podspec (94%) diff --git a/r2-navigator-swift.podspec b/R2Navigator.podspec similarity index 94% rename from r2-navigator-swift.podspec rename to R2Navigator.podspec index 6334646e..b5741f8f 100644 --- a/r2-navigator-swift.podspec +++ b/R2Navigator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.name = "r2-navigator-swift" + s.name = "R2Navigator" s.version = "1.0.6" s.summary = "R2 Navigator" s.homepage = "http://readium.github.io"