Skip to content

Commit

Permalink
testing update to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
wwdrew committed Aug 22, 2022
1 parent bb7e99a commit 330e5aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions RNSpotifyRemote.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 330e5aa

Please sign in to comment.