Skip to content

Set deployment target to 12.0 #45

Set deployment target to 12.0

Set deployment target to 12.0 #45

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