Skip to content

Commit 458eb10

Browse files
Update xcframework reference in RNInstabug.xcodeproj
1 parent 9413ed6 commit 458eb10

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

ios/RNInstabug.xcodeproj/project.pbxproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 46;
6+
objectVersion = 52;
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
133CC8091F578E5C00CF3492 /* Instabug.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 248766451DA3E8ED00D93EDA /* Instabug.framework */; };
1110
24DF11FD1DA3A2F30056F77C /* InstabugReactBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DF11FA1DA3A2F30056F77C /* InstabugReactBridge.m */; };
1211
24DF11FE1DA3A2F30056F77C /* RCTConvert+InstabugEnums.m in Sources */ = {isa = PBXBuildFile; fileRef = 24DF11FC1DA3A2F30056F77C /* RCTConvert+InstabugEnums.m */; };
1312
BAD36E1A22F0763A007F5E74 /* InstabugBugReportingBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD36E1922F0763A007F5E74 /* InstabugBugReportingBridge.m */; };
1413
BAD36E2222F19248007F5E74 /* InstabugSurveysBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD36E2122F19248007F5E74 /* InstabugSurveysBridge.m */; };
1514
BAD36E2522F19265007F5E74 /* InstabugRepliesBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD36E2422F19265007F5E74 /* InstabugRepliesBridge.m */; };
1615
BAD36E2822F19283007F5E74 /* InstabugChatsBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD36E2722F19283007F5E74 /* InstabugChatsBridge.m */; };
1716
BAD36E2B22F192CB007F5E74 /* InstabugFeatureRequestsBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = BAD36E2A22F192CB007F5E74 /* InstabugFeatureRequestsBridge.m */; };
17+
C063F52D2620B0220039EDEA /* Instabug.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = C063F52C2620B0220039EDEA /* Instabug.xcframework */; };
1818
/* End PBXBuildFile section */
1919

2020
/* Begin PBXCopyFilesBuildPhase section */
@@ -30,8 +30,6 @@
3030
/* End PBXCopyFilesBuildPhase section */
3131

3232
/* Begin PBXFileReference section */
33-
248766441DA3E8ED00D93EDA /* Instabug.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Instabug.bundle; sourceTree = "<group>"; };
34-
248766451DA3E8ED00D93EDA /* Instabug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Instabug.framework; sourceTree = "<group>"; };
3533
24DF11ED1DA3A2B90056F77C /* libRNInstabug.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRNInstabug.a; sourceTree = BUILT_PRODUCTS_DIR; };
3634
24DF11F91DA3A2F30056F77C /* InstabugReactBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstabugReactBridge.h; sourceTree = "<group>"; };
3735
24DF11FA1DA3A2F30056F77C /* InstabugReactBridge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstabugReactBridge.m; sourceTree = "<group>"; };
@@ -47,14 +45,15 @@
4745
BAD36E2722F19283007F5E74 /* InstabugChatsBridge.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InstabugChatsBridge.m; sourceTree = "<group>"; };
4846
BAD36E2922F192B8007F5E74 /* InstabugFeatureRequestsBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InstabugFeatureRequestsBridge.h; sourceTree = "<group>"; };
4947
BAD36E2A22F192CB007F5E74 /* InstabugFeatureRequestsBridge.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = InstabugFeatureRequestsBridge.m; sourceTree = "<group>"; };
48+
C063F52C2620B0220039EDEA /* Instabug.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; path = Instabug.xcframework; sourceTree = "<group>"; };
5049
/* End PBXFileReference section */
5150

5251
/* Begin PBXFrameworksBuildPhase section */
5352
24DF11EA1DA3A2B90056F77C /* Frameworks */ = {
5453
isa = PBXFrameworksBuildPhase;
5554
buildActionMask = 2147483647;
5655
files = (
57-
133CC8091F578E5C00CF3492 /* Instabug.framework in Frameworks */,
56+
C063F52D2620B0220039EDEA /* Instabug.xcframework in Frameworks */,
5857
);
5958
runOnlyForDeploymentPostprocessing = 0;
6059
};
@@ -64,8 +63,7 @@
6463
248766431DA3E8EC00D93EDA /* Frameworks */ = {
6564
isa = PBXGroup;
6665
children = (
67-
248766441DA3E8ED00D93EDA /* Instabug.bundle */,
68-
248766451DA3E8ED00D93EDA /* Instabug.framework */,
66+
C063F52C2620B0220039EDEA /* Instabug.xcframework */,
6967
);
7068
name = Frameworks;
7169
sourceTree = "<group>";
@@ -148,6 +146,7 @@
148146
developmentRegion = English;
149147
hasScannedForEncodings = 0;
150148
knownRegions = (
149+
English,
151150
en,
152151
);
153152
mainGroup = 24DF11E41DA3A2B90056F77C;

0 commit comments

Comments
 (0)