Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
57a565c7
Unverified
Commit
57a565c7
authored
Jun 16, 2021
by
Tim Sneath
Committed by
GitHub
Jun 16, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up podspec template (#84662)
parent
f2dcbbea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
build_ios_framework.dart
...s/flutter_tools/lib/src/commands/build_ios_framework.dart
+3
-3
Flutter.podspec.tmpl
...os/host_app_ephemeral/Flutter/engine/Flutter.podspec.tmpl
+6
-4
No files found.
packages/flutter_tools/lib/src/commands/build_ios_framework.dart
View file @
57a565c7
...
...
@@ -272,14 +272,14 @@ class BuildIOSFrameworkCommand extends BuildSubCommand {
Pod::Spec.new do |s|
s.name = '
Flutter
'
s.version = '
$
{
gitTagVersion
.
x
}.
$
{
gitTagVersion
.
y
}.
$minorHotfixVersion
' #
${_flutterVersion.frameworkVersion}
s.summary = '
Flutter
Engine
Framework
'
s.summary = '
A
UI
toolkit
for
beautiful
and
fast
apps
.
'
s.description = <<-DESC
Flutter is Google
’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop
from a single codebase.
Flutter is Google
'
s
UI
toolkit
for
building
beautiful
,
fast
apps
for
mobile
,
web
,
desktop
,
and
embedded
devices
from
a
single
codebase
.
This
pod
vends
the
iOS
Flutter
engine
framework
.
It
is
compatible
with
application
frameworks
created
with
this
version
of
the
engine
and
tools
.
The
pod
version
matches
Flutter
version
major
.
minor
.(
patch
*
100
)
+
hotfix
.
DESC
s
.
homepage
=
'https://flutter.dev'
s
.
license
=
{
:
type
=>
'
MIT
'
,
:
text
=>
<<-
LICENSE
s
.
license
=
{
:
type
=>
'
BSD
'
,
:
text
=>
<<-
LICENSE
$licenseSource
LICENSE
}
...
...
packages/flutter_tools/templates/module/ios/host_app_ephemeral/Flutter/engine/Flutter.podspec.tmpl
View file @
57a565c7
...
...
@@ -5,14 +5,16 @@
Pod::Spec.new do |s|
s.name = 'Flutter'
s.version = '1.0.0'
s.summary = '
High-performance, high-fidelity mobile
apps.'
s.summary = '
A UI toolkit for beautiful and fast
apps.'
s.description = <<-DESC
Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS.
Flutter is Google's UI toolkit for building beautiful, fast apps for mobile, web, desktop, and embedded devices from a single codebase.
This pod vends the iOS Flutter engine framework. It is compatible with application frameworks created with this version of the engine and tools.
DESC
s.homepage = 'https://flutter.
io
'
s.license =
{ :type => 'MIT' }
s.homepage = 'https://flutter.
dev
'
s.license =
'BSD'
s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' }
s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s }
s.documentation_url = 'https://flutter.dev/docs'
s.ios.deployment_target = '8.0'
s.vendored_frameworks = 'Flutter.xcframework'
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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