Skip to content

Commit

Permalink
chore: remove useless file
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Nov 24, 2023
1 parent e3cf466 commit fda32c8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 16 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ concurrency:

on:
workflow_dispatch:
inputs:
force:
description: 'force build'
required: false
default: false
pull_request:
types: [labeled, synchronize]

Expand Down Expand Up @@ -70,7 +75,7 @@ jobs:

- name: Build example for Android
run: |
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}"
yarn turbo run build:android --cache-dir="${{ env.TURBO_CACHE_DIR }}" --force="${{ inputs.force }}"
- name: Upload APK
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -166,7 +171,7 @@ jobs:
- name: Build example for iOS
run: |
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}" --force="${{ inputs.force }}"
- name: Upload IPA
uses: actions/upload-artifact@v3
Expand Down
Binary file removed example/android/app/src/main/assets/dang.mp3
Binary file not shown.
Binary file removed example/android/app/src/main/assets/ding.mp3
Binary file not shown.
Binary file removed example/android/app/src/main/assets/effect.mp3
Binary file not shown.
16 changes: 2 additions & 14 deletions example/ios/AgoraRtmNgExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
F5652807291BE31F00793068 /* agora-logo.png in Resources */ = {isa = PBXBuildFile; fileRef = F56527FF291BE31E00793068 /* agora-logo.png */; };
F5652809291BE31F00793068 /* ding.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = F5652801291BE31E00793068 /* ding.mp3 */; };
F565280A291BE31F00793068 /* dang.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = F5652802291BE31E00793068 /* dang.mp3 */; };
F57F54D62A03AEA8008DFB3C /* effect.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = F57F54D52A03AEA7008DFB3C /* effect.mp3 */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -44,11 +41,8 @@
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = AgoraRtmNgExample/LaunchScreen.storyboard; sourceTree = "<group>"; };
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
F56527FF291BE31E00793068 /* agora-logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "agora-logo.png"; sourceTree = "<group>"; };
F5652801291BE31E00793068 /* ding.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = ding.mp3; sourceTree = "<group>"; };
F5652802291BE31E00793068 /* dang.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = dang.mp3; sourceTree = "<group>"; };
F5652812291BE33F00793068 /* ReplayKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReplayKit.framework; path = System/Library/Frameworks/ReplayKit.framework; sourceTree = SDKROOT; };
F5652820291C0EE700793068 /* hermes.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = hermes.xcframework; path = "Pods/hermes-engine/destroot/Library/Frameworks/universal/hermes.xcframework"; sourceTree = "<group>"; };
F57F54D52A03AEA7008DFB3C /* effect.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = effect.mp3; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -130,9 +124,6 @@
isa = PBXGroup;
children = (
F56527FF291BE31E00793068 /* agora-logo.png */,
F5652801291BE31E00793068 /* ding.mp3 */,
F5652802291BE31E00793068 /* dang.mp3 */,
F57F54D52A03AEA7008DFB3C /* effect.mp3 */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -199,9 +190,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F5652809291BE31F00793068 /* ding.mp3 in Resources */,
F57F54D62A03AEA8008DFB3C /* effect.mp3 in Resources */,
F565280A291BE31F00793068 /* dang.mp3 in Resources */,
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
F5652807291BE31F00793068 /* agora-logo.png in Resources */,
Expand Down Expand Up @@ -457,7 +445,7 @@
OTHER_LDFLAGS = (
"$(inherited)-Wl",
"-ld_classic",
" ",
"-Wl -ld_classic ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down Expand Up @@ -531,7 +519,7 @@
OTHER_LDFLAGS = (
"$(inherited)-Wl",
"-ld_classic",
" ",
"-Wl -ld_classic ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
Expand Down
Binary file removed example/ios/Resources/dang.mp3
Binary file not shown.
Binary file removed example/ios/Resources/ding.mp3
Binary file not shown.
Binary file removed example/ios/Resources/effect.mp3
Binary file not shown.

0 comments on commit fda32c8

Please sign in to comment.