Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antonio Salcedo
FlutterTon
Commits
d584615d
Commit
d584615d
authored
Sep 15, 2022
by
Antonio Salcedo
Browse files
Initial commit
parents
Changes
129
Expand all
Show whitespace changes
Inline
Side-by-side
macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
0 → 100644
View file @
d584615d
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion =
"1300"
version =
"1.3"
>
<BuildAction
parallelizeBuildables =
"YES"
buildImplicitDependencies =
"YES"
>
<BuildActionEntries>
<BuildActionEntry
buildForTesting =
"YES"
buildForRunning =
"YES"
buildForProfiling =
"YES"
buildForArchiving =
"YES"
buildForAnalyzing =
"YES"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"33CC10EC2044A3C60003C045"
BuildableName =
"flutter_application_2.app"
BlueprintName =
"Runner"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv =
"YES"
>
<MacroExpansion>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"33CC10EC2044A3C60003C045"
BuildableName =
"flutter_application_2.app"
BlueprintName =
"Runner"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</MacroExpansion>
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration =
"Debug"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
useCustomWorkingDirectory =
"NO"
ignoresPersistentStateOnLaunch =
"NO"
debugDocumentVersioning =
"YES"
debugServiceExtension =
"internal"
allowLocationSimulation =
"YES"
>
<BuildableProductRunnable
runnableDebuggingMode =
"0"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"33CC10EC2044A3C60003C045"
BuildableName =
"flutter_application_2.app"
BlueprintName =
"Runner"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration =
"Profile"
shouldUseLaunchSchemeArgsEnv =
"YES"
savedToolIdentifier =
""
useCustomWorkingDirectory =
"NO"
debugDocumentVersioning =
"YES"
>
<BuildableProductRunnable
runnableDebuggingMode =
"0"
>
<BuildableReference
BuildableIdentifier =
"primary"
BlueprintIdentifier =
"33CC10EC2044A3C60003C045"
BuildableName =
"flutter_application_2.app"
BlueprintName =
"Runner"
ReferencedContainer =
"container:Runner.xcodeproj"
>
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration =
"Debug"
>
</AnalyzeAction>
<ArchiveAction
buildConfiguration =
"Release"
revealArchiveInOrganizer =
"YES"
>
</ArchiveAction>
</Scheme>
macos/Runner.xcworkspace/contents.xcworkspacedata
0 → 100644
View file @
d584615d
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version =
"1.0"
>
<FileRef
location =
"group:Runner.xcodeproj"
>
</FileRef>
</Workspace>
macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
0 → 100644
View file @
d584615d
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
IDEDidComputeMac32BitWarning
</key>
<true/>
</dict>
</plist>
macos/Runner/AppDelegate.swift
0 → 100644
View file @
d584615d
import
Cocoa
import
FlutterMacOS
@NSApplicationMain
class
AppDelegate
:
FlutterAppDelegate
{
override
func
applicationShouldTerminateAfterLastWindowClosed
(
_
sender
:
NSApplication
)
->
Bool
{
return
true
}
}
macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
0 → 100644
View file @
d584615d
{
"images"
:
[
{
"size"
:
"16x16"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_16.png"
,
"scale"
:
"1x"
},
{
"size"
:
"16x16"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_32.png"
,
"scale"
:
"2x"
},
{
"size"
:
"32x32"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_32.png"
,
"scale"
:
"1x"
},
{
"size"
:
"32x32"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_64.png"
,
"scale"
:
"2x"
},
{
"size"
:
"128x128"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_128.png"
,
"scale"
:
"1x"
},
{
"size"
:
"128x128"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_256.png"
,
"scale"
:
"2x"
},
{
"size"
:
"256x256"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_256.png"
,
"scale"
:
"1x"
},
{
"size"
:
"256x256"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_512.png"
,
"scale"
:
"2x"
},
{
"size"
:
"512x512"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_512.png"
,
"scale"
:
"1x"
},
{
"size"
:
"512x512"
,
"idiom"
:
"mac"
,
"filename"
:
"app_icon_1024.png"
,
"scale"
:
"2x"
}
],
"info"
:
{
"version"
:
1
,
"author"
:
"xcode"
}
}
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
0 → 100644
View file @
d584615d
45.9 KB
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
0 → 100644
View file @
d584615d
3.2 KB
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
0 → 100644
View file @
d584615d
1.4 KB
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
0 → 100644
View file @
d584615d
5.79 KB
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
0 → 100644
View file @
d584615d
1.21 KB
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
0 → 100644
View file @
d584615d
14.5 KB
macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
0 → 100644
View file @
d584615d
1.83 KB
macos/Runner/Base.lproj/MainMenu.xib
0 → 100644
View file @
d584615d
This diff is collapsed.
Click to expand it.
macos/Runner/Configs/AppInfo.xcconfig
0 → 100644
View file @
d584615d
// Application-level settings for the Runner target.
//
// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the
// future. If not, the values below would default to using the project name when this becomes a
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = flutter_application_2
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.example.flutterApplication2
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2022 com.example. All rights reserved.
macos/Runner/Configs/Debug.xcconfig
0 → 100644
View file @
d584615d
#include "../../Flutter/Flutter-Debug.xcconfig"
#include "Warnings.xcconfig"
macos/Runner/Configs/Release.xcconfig
0 → 100644
View file @
d584615d
#include "../../Flutter/Flutter-Release.xcconfig"
#include "Warnings.xcconfig"
macos/Runner/Configs/Warnings.xcconfig
0 → 100644
View file @
d584615d
WARNING_CFLAGS = -Wall -Wconditional-uninitialized -Wnullable-to-nonnull-conversion -Wmissing-method-return-type -Woverlength-strings
GCC_WARN_UNDECLARED_SELECTOR = YES
CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
CLANG_WARN_PRAGMA_PACK = YES
CLANG_WARN_STRICT_PROTOTYPES = YES
CLANG_WARN_COMMA = YES
GCC_WARN_STRICT_SELECTOR_MATCH = YES
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
GCC_WARN_SHADOW = YES
CLANG_WARN_UNREACHABLE_CODE = YES
macos/Runner/DebugProfile.entitlements
0 → 100644
View file @
d584615d
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
com.apple.security.app-sandbox
</key>
<true/>
<key>
com.apple.security.cs.allow-jit
</key>
<true/>
<key>
com.apple.security.network.server
</key>
<true/>
</dict>
</plist>
macos/Runner/Info.plist
0 → 100644
View file @
d584615d
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleDevelopmentRegion
</key>
<string>
$(DEVELOPMENT_LANGUAGE)
</string>
<key>
CFBundleExecutable
</key>
<string>
$(EXECUTABLE_NAME)
</string>
<key>
CFBundleIconFile
</key>
<string></string>
<key>
CFBundleIdentifier
</key>
<string>
$(PRODUCT_BUNDLE_IDENTIFIER)
</string>
<key>
CFBundleInfoDictionaryVersion
</key>
<string>
6.0
</string>
<key>
CFBundleName
</key>
<string>
$(PRODUCT_NAME)
</string>
<key>
CFBundlePackageType
</key>
<string>
APPL
</string>
<key>
CFBundleShortVersionString
</key>
<string>
$(FLUTTER_BUILD_NAME)
</string>
<key>
CFBundleVersion
</key>
<string>
$(FLUTTER_BUILD_NUMBER)
</string>
<key>
LSMinimumSystemVersion
</key>
<string>
$(MACOSX_DEPLOYMENT_TARGET)
</string>
<key>
NSHumanReadableCopyright
</key>
<string>
$(PRODUCT_COPYRIGHT)
</string>
<key>
NSMainNibFile
</key>
<string>
MainMenu
</string>
<key>
NSPrincipalClass
</key>
<string>
NSApplication
</string>
</dict>
</plist>
macos/Runner/MainFlutterWindow.swift
0 → 100644
View file @
d584615d
import
Cocoa
import
FlutterMacOS
class
MainFlutterWindow
:
NSWindow
{
override
func
awakeFromNib
()
{
let
flutterViewController
=
FlutterViewController
.
init
()
let
windowFrame
=
self
.
frame
self
.
contentViewController
=
flutterViewController
self
.
setFrame
(
windowFrame
,
display
:
true
)
RegisterGeneratedPlugins
(
registry
:
flutterViewController
)
super
.
awakeFromNib
()
}
}
Prev
1
2
3
4
5
6
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment