Skip to content

Commit

Permalink
feat: adapt to [email protected].+
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Dec 28, 2020
1 parent 8d83a54 commit a174c44
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
10 changes: 7 additions & 3 deletions example/ios/AgoraRawdataExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,17 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AgoraRawdataExample/Pods-AgoraRawdataExample-frameworks.sh",
"${PODS_ROOT}/AgoraRtcEngine_iOS_Crypto/Agora_Native_SDK_for_iOS_FULL/libs/AgoraRtcKit.framework",
"${PODS_ROOT}/AgoraRtcEngine_iOS_Crypto/Agora_Native_SDK_for_iOS_FULL/libs/AgoraRtcCryptoLoader.framework",
"${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraRtcKit.framework",
"${PODS_ROOT}/AgoraRtcEngine_iOS/Agorafdkaac.framework",
"${PODS_ROOT}/AgoraRtcEngine_iOS/Agoraffmpeg.framework",
"${PODS_ROOT}/AgoraRtcEngine_iOS/AgoraSoundTouch.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraRtcKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraRtcCryptoLoader.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agorafdkaac.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Agoraffmpeg.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AgoraSoundTouch.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-agora": "^3.1.7"
"react-native-agora": "^3.2.2"
},
"devDependencies": {
"@babel/core": "^7.9.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-agora": ">=3.1.7"
"react-native-agora": ">=3.2.2"
},
"jest": {
"preset": "react-native",
Expand Down
8 changes: 4 additions & 4 deletions react-native-agora-rawdata.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Pod::Spec.new do |s|
s.platforms = { :ios => "9.0" }
s.source = { :git => "https://github.com/LichKing-2234/react-native-agora-rawdata.git", :tag => "#{s.version}" }


s.source_files = "ios/**/*.{h,m,mm,swift}", "cpp/apple/**/*.{h,cpp}"

s.static_framework = true
s.swift_version = "4.0"

s.dependency "React"
s.dependency "AgoraRtcEngine_iOS_Crypto", "3.1.2"
s.dependency "AgoraRtcEngine_iOS"
end

0 comments on commit a174c44

Please sign in to comment.