Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushBherwani1998 committed Mar 7, 2024
1 parent fa54e91 commit 4ed0417
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 29 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/appeitize-android.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Upload Android Quick Start build on appetize
name: Upload Android Quick Start build on appeitize

on:
pull_request:
types:
- closed
paths:
push:
branches:
- main
paths:
- 'android/android-quick-start/**'

defaults:
Expand All @@ -13,7 +13,6 @@ defaults:

jobs:
build-and-upload:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -35,7 +34,7 @@ jobs:
- name: Build apk debug project
run: ./gradlew assembleDebug

- name: Upload to Appetize
- name: Upload to Appeitize
uses: appetizeio/[email protected]
with:
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/appeitize-flutter.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Upload Flutter Android & iOS Quick Start build on appetize
name: Upload Flutter Android & iOS Quick Start build on appeitize

on:
pull_request:
types:
- closed
push:
branches:
- main
paths:
- 'flutter/flutter-quick-start/**'

Expand All @@ -13,7 +13,6 @@ defaults:

jobs:
build-and-upload:
if: github.event.pull_request.merged == true
runs-on: macos-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -52,15 +51,15 @@ jobs:
cd ios
tar -czf ios_build.tar.gz build/Build/Products/Debug-iphonesimulator
- name: Upload Android buil to Appetize
- name: Upload Android build to Appeitize
uses: appetizeio/[email protected]
with:
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
publicKey: ${{ secrets.FLUTTER_ANDROID_QUICK_START_PUBLIC_KEY }}
appFile: ./flutter/flutter-quick-start/build/app/outputs/apk/debug/app-debug.apk
platform: "android"

- name: Upload iOS build to Appetize
- name: Upload iOS build to Appeitize
uses: appetizeio/[email protected]
with:
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/appeitize-ios.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Upload iOS Quick Start build on appetize

on:
pull_request:
push:
# types:
# - closed
# paths:
Expand All @@ -18,9 +18,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4


- name: Resolve Dependencies
run: xcodebuild -resolvePackageDependencies -project ios-example.xcodeproj -scheme ios-example

- name: Build iOS simulator build
run: xcodebuild clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -scheme ios-example -sdk iphonesimulator -derivedDataPath build
run: xcodebuild build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -scheme ios-example -sdk iphonesimulator -derivedDataPath build

- name: Compress iOS build
run: tar -czf ios_build.tar.gz build/Build/Products/Debug-iphonesimulator
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/appeitize-react-native.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Upload React Native Android & iOS Quick Start build on appetize
name: Upload React Native Android & iOS Quick Start build on appeitize

on:
pull_request:
# types:
# - closed
push:
# branches:
# - main
paths:
- 'react-native/rn-bare-quick-start/**'

Expand All @@ -13,7 +13,6 @@ defaults:

jobs:
build-and-upload:
# if: github.event.pull_request.merged == true
runs-on: macos-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -57,15 +56,15 @@ jobs:
cd ios
tar -czf ios_build.tar.gz build/Build/Products/Debug-iphonesimulator
- name: Upload Android buil to Appetize
- name: Upload Android build to Appeitize
uses: appetizeio/[email protected]
with:
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
publicKey: ${{ secrets.RN_ANDROID_QUICK_START_PUBLIC_KEY }}
appFile: ./react-native/rn-bare-quick-start/android/app/build/outputs/apk/debug/app-debug.apk
platform: "android"

- name: Upload iOS build to Appetize
- name: Upload iOS build to Appeitize
uses: appetizeio/[email protected]
with:
apiToken: ${{ secrets.APPETIZE_SECRET_KEY }}
Expand Down
1 change: 0 additions & 1 deletion react-native/rn-bare-quick-start/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ yarn-error.log
**/fastlane/test_output

# Bundle artifact
*.jsbundle
/**/index.android.bundle

# Ruby / CocoaPods
Expand Down
8 changes: 4 additions & 4 deletions react-native/rn-bare-quick-start/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,9 @@ PODS:
- glog
- react-native-encrypted-storage (4.0.3):
- React-Core
- react-native-get-random-values (1.9.0):
- react-native-get-random-values (1.10.0):
- React-Core
- react-native-quick-base64 (2.0.7):
- react-native-quick-base64 (2.0.8):
- React-Core
- react-native-quick-crypto (0.6.1):
- OpenSSL-Universal
Expand Down Expand Up @@ -722,8 +722,8 @@ SPEC CHECKSUMS:
React-jsinspector: 194e32c6aab382d88713ad3dd0025c5f5c4ee072
React-logger: cebf22b6cf43434e471dc561e5911b40ac01d289
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
react-native-quick-base64: a5dbe4528f1453e662fcf7351029500b8b63e7bb
react-native-get-random-values: 384787fd76976f5aec9465aff6fa9e9129af1e74
react-native-quick-base64: 777057ea4286f806b00259ede65dc79c7c706320
react-native-quick-crypto: 455c1b411db006dba1026a30681ececb19180187
react-native-tcp-socket: e724380c910c2e704816ec817ed28f1342246ff7
react-native-web-browser: 087b454e1e94b58b40ba73f54251d77486144d19
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
282AD40F2B99D9320041EFFF /* main.jsbundle in Resources */ = {isa = PBXBuildFile; fileRef = 282AD40E2B99D9320041EFFF /* main.jsbundle */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
C0B54FEE671476A660BB535D /* libPods-web3authrnexample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DFB3B5B451BA587932B3B10D /* libPods-web3authrnexample.a */; };
D024554A3410324F7E30C042 /* libPods-web3authrnexample-web3authrnexampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2257644705CD9D5FED879CB8 /* libPods-web3authrnexample-web3authrnexampleTests.a */; };
Expand All @@ -37,6 +38,7 @@
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = web3authrnexample/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = web3authrnexample/main.m; sourceTree = "<group>"; };
2257644705CD9D5FED879CB8 /* libPods-web3authrnexample-web3authrnexampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-web3authrnexample-web3authrnexampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
282AD40E2B99D9320041EFFF /* main.jsbundle */ = {isa = PBXFileReference; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
2FC8CA1E70FAEC497B81DAF0 /* Pods-web3authrnexample-web3authrnexampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-web3authrnexample-web3authrnexampleTests.release.xcconfig"; path = "Target Support Files/Pods-web3authrnexample-web3authrnexampleTests/Pods-web3authrnexample-web3authrnexampleTests.release.xcconfig"; sourceTree = "<group>"; };
7D23A6D00B49E0A2258ED9CC /* Pods-web3authrnexample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-web3authrnexample.release.xcconfig"; path = "Target Support Files/Pods-web3authrnexample/Pods-web3authrnexample.release.xcconfig"; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = web3authrnexample/LaunchScreen.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -92,6 +94,7 @@
13B07FB61A68108700A75B9A /* Info.plist */,
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
13B07FB71A68108700A75B9A /* main.m */,
282AD40E2B99D9320041EFFF /* main.jsbundle */,
);
name = web3authrnexample;
sourceTree = "<group>";
Expand Down Expand Up @@ -242,6 +245,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
282AD40F2B99D9320041EFFF /* main.jsbundle in Resources */,
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
);
Expand Down

0 comments on commit 4ed0417

Please sign in to comment.