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
626ca086
Commit
626ca086
authored
Aug 06, 2019
by
masashi-sutou
Committed by
Jenn Magder
Aug 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recommend to use the final version of CDN support for the CocoaPods trunk specs repo (#36237)
parent
107f3654
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
Podfile-ios-objc
packages/flutter_tools/templates/cocoapods/Podfile-ios-objc
+3
-0
Podfile-ios-swift
packages/flutter_tools/templates/cocoapods/Podfile-ios-swift
+3
-0
Podfile-macos
packages/flutter_tools/templates/cocoapods/Podfile-macos
+3
-0
No files found.
packages/flutter_tools/templates/cocoapods/Podfile-ios-objc
View file @
626ca086
# Using a CDN with CocoaPods 1.7.2 or later can save a lot of time on pod installation, but it's experimental rather than the default.
# source 'https://cdn.cocoapods.org/'
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
...
...
packages/flutter_tools/templates/cocoapods/Podfile-ios-swift
View file @
626ca086
# Using a CDN with CocoaPods 1.7.2 or later can save a lot of time on pod installation, but it's experimental rather than the default.
# source 'https://cdn.cocoapods.org/'
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
...
...
packages/flutter_tools/templates/cocoapods/Podfile-macos
View file @
626ca086
# Using a CDN with CocoaPods 1.7.2 or later can save a lot of time on pod installation, but it's experimental rather than the default.
# source 'https://cdn.cocoapods.org/'
platform :osx, '10.13'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
...
...
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