Skip to content

Bump rexml from 3.2.8 to 3.3.9 #52

Bump rexml from 3.2.8 to 3.3.9

Bump rexml from 3.2.8 to 3.3.9 #52

Workflow file for this run

name: Building
on: [push, pull_request]
jobs:
build:
name: Building AKSideMenu Example
runs-on: macOS-13
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 15.1
- name: Install Dependencies for Simple Example
run: |
pod install --project-directory=AKSideMenuExamples/Simple
shell: bash
- name: Install Dependencies for Storyboard Example
run: |
pod install --project-directory=AKSideMenuExamples/Storyboard
shell: bash
- name: Building iOS Simple app
run: exec ./.github/scripts/build_app.sh simple
- name: Building iOS Storyboard app
run: exec ./.github/scripts/build_app.sh storyboard