Skip to content

Commit

Permalink
chore: replace .framework with .xcframework in project
Browse files Browse the repository at this point in the history
  • Loading branch information
wwdrew committed Aug 22, 2022
1 parent 3fcfc8e commit bb7e99a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ios/RNSpotifyRemote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand All @@ -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 = "<group>"; };
3AFD3DB328B3777700FE43EA /* SpotifyiOS.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = SpotifyiOS.xcframework; path = external/SpotifySDK/SpotifyiOS.xcframework; sourceTree = "<group>"; };
A00A83BC1FB5188A00394AF0 /* RNSpotifyRemoteConvert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyRemoteConvert.m; sourceTree = "<group>"; };
A00A83BD1FB5188A00394AF0 /* RNSpotifyRemoteConvert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemoteConvert.h; sourceTree = "<group>"; };
A0C233702036800A0063A745 /* RNSpotifyRemotePromise.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemotePromise.h; sourceTree = "<group>"; };
A0C233712036800A0063A745 /* RNSpotifyRemotePromise.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyRemotePromise.m; sourceTree = "<group>"; };
D64EA980218375B0001B053B /* RNSpotifyRemoteAuth.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyRemoteAuth.m; sourceTree = "<group>"; };
D64EA981218375B0001B053B /* RNSpotifyRemoteAuth.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemoteAuth.h; sourceTree = "<group>"; };
D658F0DE2164059C004649AB /* SpotifyiOS.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SpotifyiOS.framework; path = external/SpotifySDK/SpotifyiOS.framework; sourceTree = "<group>"; };
D67AF671216E722E00859404 /* RNSpotifyRemoteSubscriptionCallback.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNSpotifyRemoteSubscriptionCallback.h; sourceTree = "<group>"; };
D67AF672216E725000859404 /* RNSpotifyRemoteSubscriptionCallback.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyRemoteSubscriptionCallback.m; sourceTree = "<group>"; };
D67AF674216EC14700859404 /* RNSpotifyItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNSpotifyItem.m; sourceTree = "<group>"; };
Expand All @@ -58,7 +58,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D658F0DF2164059C004649AB /* SpotifyiOS.framework in Frameworks */,
3AFD3DB428B3777700FE43EA /* SpotifyiOS.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -102,7 +102,7 @@
A0A434191FAE254F0073DAB9 /* Frameworks */ = {
isa = PBXGroup;
children = (
D658F0DE2164059C004649AB /* SpotifyiOS.framework */,
3AFD3DB328B3777700FE43EA /* SpotifyiOS.xcframework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand Down Expand Up @@ -146,6 +146,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 58B511D21A9E6C8500147676;
Expand Down

0 comments on commit bb7e99a

Please sign in to comment.