diff --git a/ios/RNSpotifyRemote.xcodeproj/project.pbxproj b/ios/RNSpotifyRemote.xcodeproj/project.pbxproj index 29eba35..e37beb6 100644 --- a/ios/RNSpotifyRemote.xcodeproj/project.pbxproj +++ b/ios/RNSpotifyRemote.xcodeproj/project.pbxproj @@ -3,12 +3,12 @@ archiveVersion = 1; classes = { }; - objectVersion = 46; + objectVersion = 52; objects = { /* Begin PBXBuildFile section */ + 3AFD3DB428B3777700FE43EA /* SpotifyiOS.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3AFD3DB328B3777700FE43EA /* SpotifyiOS.xcframework */; }; D64EA9822183767C001B053B /* RNSpotifyRemoteAuth.m in Sources */ = {isa = PBXBuildFile; fileRef = D64EA980218375B0001B053B /* RNSpotifyRemoteAuth.m */; }; - D658F0DF2164059C004649AB /* SpotifyiOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D658F0DE2164059C004649AB /* SpotifyiOS.framework */; }; D67AF66E216D18E900859404 /* RNSpotifyRemoteConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = A00A83BC1FB5188A00394AF0 /* RNSpotifyRemoteConvert.m */; }; D67AF673216E725000859404 /* RNSpotifyRemoteSubscriptionCallback.m in Sources */ = {isa = PBXBuildFile; fileRef = D67AF672216E725000859404 /* RNSpotifyRemoteSubscriptionCallback.m */; }; D67AF675216EC14700859404 /* RNSpotifyItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D67AF674216EC14700859404 /* RNSpotifyItem.m */; }; @@ -33,13 +33,13 @@ /* Begin PBXFileReference section */ 134814201AA4EA6300B7C361 /* libRNSpotifyRemote.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNSpotifyRemote.a; sourceTree = BUILT_PRODUCTS_DIR; }; 2592D73B223391B100AE6186 /* RNSpotifyRemote.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemote.h; sourceTree = ""; }; + 3AFD3DB328B3777700FE43EA /* SpotifyiOS.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SpotifyiOS.xcframework; path = external/SpotifySDK/SpotifyiOS.xcframework; sourceTree = ""; }; A00A83BC1FB5188A00394AF0 /* RNSpotifyRemoteConvert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyRemoteConvert.m; sourceTree = ""; }; A00A83BD1FB5188A00394AF0 /* RNSpotifyRemoteConvert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemoteConvert.h; sourceTree = ""; }; A0C233702036800A0063A745 /* RNSpotifyRemotePromise.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemotePromise.h; sourceTree = ""; }; A0C233712036800A0063A745 /* RNSpotifyRemotePromise.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyRemotePromise.m; sourceTree = ""; }; D64EA980218375B0001B053B /* RNSpotifyRemoteAuth.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyRemoteAuth.m; sourceTree = ""; }; D64EA981218375B0001B053B /* RNSpotifyRemoteAuth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemoteAuth.h; sourceTree = ""; }; - D658F0DE2164059C004649AB /* SpotifyiOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SpotifyiOS.framework; path = external/SpotifySDK/SpotifyiOS.framework; sourceTree = ""; }; D67AF671216E722E00859404 /* RNSpotifyRemoteSubscriptionCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemoteSubscriptionCallback.h; sourceTree = ""; }; D67AF672216E725000859404 /* RNSpotifyRemoteSubscriptionCallback.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyRemoteSubscriptionCallback.m; sourceTree = ""; }; D67AF674216EC14700859404 /* RNSpotifyItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyItem.m; sourceTree = ""; }; @@ -58,7 +58,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D658F0DF2164059C004649AB /* SpotifyiOS.framework in Frameworks */, + 3AFD3DB428B3777700FE43EA /* SpotifyiOS.xcframework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -102,7 +102,7 @@ A0A434191FAE254F0073DAB9 /* Frameworks */ = { isa = PBXGroup; children = ( - D658F0DE2164059C004649AB /* SpotifyiOS.framework */, + 3AFD3DB328B3777700FE43EA /* SpotifyiOS.xcframework */, ); name = Frameworks; sourceTree = ""; @@ -146,6 +146,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); mainGroup = 58B511D21A9E6C8500147676;