Skip to content

Commit

Permalink
feat: add macos runner for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Aug 16, 2024
1 parent 3d52d8f commit bd6bc01
Show file tree
Hide file tree
Showing 28 changed files with 1,375 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/ui/macos/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Flutter-related
**/Flutter/ephemeral/
**/Pods/

# Xcode-related
**/dgph

Check warning on line 6 in packages/ui/macos/.gitignore

View workflow job for this annotation

GitHub Actions / 🔤 Check Spelling / build

Unknown word (dgph)
**/xcuserdata/

Check warning on line 7 in packages/ui/macos/.gitignore

View workflow job for this annotation

GitHub Actions / 🔤 Check Spelling / build

Unknown word (xcuserdata)
1 change: 1 addition & 0 deletions packages/ui/macos/Flutter/Flutter-Debug.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "ephemeral/Flutter-Generated.xcconfig"

Check warning on line 1 in packages/ui/macos/Flutter/Flutter-Debug.xcconfig

View workflow job for this annotation

GitHub Actions / 🔤 Check Spelling / build

Unknown word (xcconfig)
1 change: 1 addition & 0 deletions packages/ui/macos/Flutter/Flutter-Release.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "ephemeral/Flutter-Generated.xcconfig"

Check warning on line 1 in packages/ui/macos/Flutter/Flutter-Release.xcconfig

View workflow job for this annotation

GitHub Actions / 🔤 Check Spelling / build

Unknown word (xcconfig)
10 changes: 10 additions & 0 deletions packages/ui/macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//
// Generated file. Do not edit.
//

import FlutterMacOS
import Foundation


func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
}
Loading

0 comments on commit bd6bc01

Please sign in to comment.