mirror of
https://github.com/flutter/samples.git
synced 2026-03-30 16:23:23 +00:00
Add desktop runners (#892)
This commit is contained in:
committed by
GitHub
parent
79c7cc70a5
commit
912418be86
2
testing_app/macos/Flutter/Flutter-Debug.xcconfig
Normal file
2
testing_app/macos/Flutter/Flutter-Debug.xcconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
|
||||
#include "ephemeral/Flutter-Generated.xcconfig"
|
||||
2
testing_app/macos/Flutter/Flutter-Release.xcconfig
Normal file
2
testing_app/macos/Flutter/Flutter-Release.xcconfig
Normal file
@@ -0,0 +1,2 @@
|
||||
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
|
||||
#include "ephemeral/Flutter-Generated.xcconfig"
|
||||
10
testing_app/macos/Flutter/GeneratedPluginRegistrant.swift
Normal file
10
testing_app/macos/Flutter/GeneratedPluginRegistrant.swift
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
|
||||
import FlutterMacOS
|
||||
import Foundation
|
||||
|
||||
|
||||
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
}
|
||||
Reference in New Issue
Block a user