Skip to content

Commit

Permalink
remove AgoraRtcCryptoLoader libcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
syanbo committed Jun 5, 2020
1 parent 2dbeef6 commit ca97bc2
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions ios/RCTAgora.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
085CF7D72204A7B7002075D5 /* AgoraRtcCryptoLoader.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 085CF7D52204A7B7002075D5 /* AgoraRtcCryptoLoader.framework */; };
085CF7D82204A7B7002075D5 /* libcrypto.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 085CF7D62204A7B7002075D5 /* libcrypto.a */; };
08B28CF72211239F00E57CEB /* AgoraRtcEngineKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08B28CF62211239F00E57CEB /* AgoraRtcEngineKit.framework */; };
23AF28211EEFECD800D771AB /* RCTAgora.m in Sources */ = {isa = PBXBuildFile; fileRef = 23AF28201EEFECD800D771AB /* RCTAgora.m */; };
23AF28221EEFECD800D771AB /* RCTAgora.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 23AF281F1EEFECD800D771AB /* RCTAgora.h */; };
Expand All @@ -31,8 +29,6 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
085CF7D52204A7B7002075D5 /* AgoraRtcCryptoLoader.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AgoraRtcCryptoLoader.framework; sourceTree = "<group>"; };
085CF7D62204A7B7002075D5 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libcrypto.a; sourceTree = "<group>"; };
08B28CF62211239F00E57CEB /* AgoraRtcEngineKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AgoraRtcEngineKit.framework; path = ../samples/simpleDemo/ios/Pods/AgoraRtcEngine_iOS/AgoraRtcEngineKit.framework; sourceTree = "<group>"; };
23AF281C1EEFECD800D771AB /* libRCTAgora.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTAgora.a; sourceTree = BUILT_PRODUCTS_DIR; };
23AF281F1EEFECD800D771AB /* RCTAgora.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCTAgora.h; sourceTree = "<group>"; };
Expand All @@ -51,23 +47,12 @@
buildActionMask = 2147483647;
files = (
08B28CF72211239F00E57CEB /* AgoraRtcEngineKit.framework in Frameworks */,
085CF7D82204A7B7002075D5 /* libcrypto.a in Frameworks */,
085CF7D72204A7B7002075D5 /* AgoraRtcCryptoLoader.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
085CF7D42204A787002075D5 /* libs */ = {
isa = PBXGroup;
children = (
085CF7D52204A7B7002075D5 /* AgoraRtcCryptoLoader.framework */,
085CF7D62204A7B7002075D5 /* libcrypto.a */,
);
path = libs;
sourceTree = "<group>";
};
08B28CF52211239F00E57CEB /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -96,7 +81,6 @@
23AF281E1EEFECD800D771AB /* RCTAgora */ = {
isa = PBXGroup;
children = (
085CF7D42204A787002075D5 /* libs */,
23C20DCB1F0A6ED80095F60C /* AgoraConst.h */,
23C20DCC1F0A6ED80095F60C /* AgoraConst.m */,
23C20DCD1F0A6ED80095F60C /* RCTAgoraVideoView.h */,
Expand Down Expand Up @@ -150,6 +134,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 23AF28131EEFECD800D771AB;
Expand Down

0 comments on commit ca97bc2

Please sign in to comment.