Skip to content

Commit

Permalink
fix: missing SpotifyiOS.h in example (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom authored Sep 20, 2021
1 parent 1d75f22 commit dfb9376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"prepublishOnly": "yarn rebuild",
"prepack": "yarn submodules && yarn cleanup:ios",
"postpack": "yarn submodules",
"postinstall": "yarn submodules",
"cleanup:ios": "pushd ios/external/SpotifySDK/SpotifyiOS.framework; rm SpotifyiOS Headers; mv Versions/Current/* .; popd",
"submodules": "rm -rf ios/external/* && rm -rf android/external/* && git submodule update --init --recursive",
"example": "concurrently -n \"server,packager\" -c \"yellow,cyan\" \"cd example-server && yarn start\" \"cd example && yarn start\"",
Expand Down

0 comments on commit dfb9376

Please sign in to comment.