From 330e5aa485089111b3fb02977c7f3f605c0c04b0 Mon Sep 17 00:00:00 2001 From: Drew Miller <49833875+wwdrew@users.noreply.github.com> Date: Mon, 22 Aug 2022 09:38:08 +0100 Subject: [PATCH] testing update to repository --- RNSpotifyRemote.podspec | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/RNSpotifyRemote.podspec b/RNSpotifyRemote.podspec index 4ac5f28..2bfa46c 100644 --- a/RNSpotifyRemote.podspec +++ b/RNSpotifyRemote.podspec @@ -12,11 +12,10 @@ Pod::Spec.new do |s| s.homepage = package['repository']['url'] s.platform = :ios, "9.0" - s.source = { :git => package['repository']['url'], :tag => "v#{s.version}", :submodules => true } - s.source_files = "ios/*.{h,m}","ios/external/SpotifySDK/SpotifyiOS.framework/**/Headers/*.{h,m}" - s.preserve_path = "ios/external/SpotifySDK/SpotifyiOS.framework" - s.vendored_frameworks = "ios/external/SpotifySDK/SpotifyiOS.framework" + s.source = { :git => package['repository']['url'], :submodules => true } + s.source_files = "ios/*.{h,m}","ios/external/SpotifySDK/SpotifyiOS.xcframework/**/Headers/*.{h,m}" + s.preserve_path = "ios/external/SpotifySDK/SpotifyiOS.xcframework" + s.vendored_frameworks = "ios/external/SpotifySDK/SpotifyiOS.xcframework" s.dependency 'React-Core' - end \ No newline at end of file diff --git a/package.json b/package.json index 4e2408e..cd9d04b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-spotify-remote", "repository": { "type": "git", - "url": "https://github.com/cjam/react-native-spotify-remote.git" + "url": "https://github.com/wwdrew/react-native-spotify-remote.git" }, "bugs": { "url": "https://github.com/cjam/react-native-spotify-remote/issues"