Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@ on:
- 'performance/**'
- 'scripts/*'
- 'scripts/performance.sh'
- '!performance/SwiftUIPerformanceQuickstart/PerformanceExample/*.md'
- '!performance/SwiftUIPerformanceQuickstart/PerformanceExample/Design/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/performance.yml'
- 'performance/**'
- 'scripts/*'
- 'scripts/performance.sh'
- '!performance/SwiftUIPerformanceQuickstart/PerformanceExample/*.md'
- '!performance/SwiftUIPerformanceQuickstart/PerformanceExample/Design/**'

workflow_dispatch:

Expand All @@ -43,7 +39,7 @@ jobs:
DEVICE: iPhone 16
TEST: true
DIR: performance
SCHEME: PerformanceExample
SCHEME: PerformanceExample (iOS)
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -66,16 +62,19 @@ jobs:
- os: iOS
device: iPhone 16
test: false
scheme: PerformanceExample (iOS)
- os: tvOS
device: Apple TV 4K (3rd generation) (at 1080p)
test: false
scheme: PerformanceExample (tvOS)
env:
SETUP: performance
SPM: true
DIR: performance/SwiftUIPerformanceQuickstart/PerformanceExample
DIR: performance
OS: ${{ matrix.os }}
DEVICE: ${{ matrix.device }}
TEST: ${{ matrix.test }}
SCHEME: ${{ matrix.scheme }}
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
File renamed without changes.
709 changes: 486 additions & 223 deletions performance/PerformanceExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions performance/PerformanceExample/AppDelegate.swift

This file was deleted.

49 changes: 0 additions & 49 deletions performance/PerformanceExample/Info.plist

This file was deleted.

113 changes: 0 additions & 113 deletions performance/PerformanceExample/ViewController.swift

This file was deleted.

Loading
Loading