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
a429991a
Unverified
Commit
a429991a
authored
5 years ago
by
Jenn Magder
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove CoocaPods support from layers example app (#35780)
parent
9c1783e9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
46 deletions
+0
-46
Debug.xcconfig
examples/layers/ios/Flutter/Debug.xcconfig
+0
-1
Release.xcconfig
examples/layers/ios/Flutter/Release.xcconfig
+0
-1
Podfile
examples/layers/ios/Podfile
+0
-38
contents.xcworkspacedata
...er.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+0
-3
contents.xcworkspacedata
...es/layers/ios/Runner.xcworkspace/contents.xcworkspacedata
+0
-3
No files found.
examples/layers/ios/Flutter/Debug.xcconfig
View file @
a429991a
#include "Generated.xcconfig"
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"
This diff is collapsed.
Click to expand it.
examples/layers/ios/Flutter/Release.xcconfig
View file @
a429991a
#include "Generated.xcconfig"
#include "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
This diff is collapsed.
Click to expand it.
examples/layers/ios/Podfile
deleted
100644 → 0
View file @
9c1783e9
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
if
ENV
[
'FLUTTER_FRAMEWORK_DIR'
]
==
nil
abort
(
'Please set FLUTTER_FRAMEWORK_DIR to the directory containing Flutter.framework'
)
end
target
'Runner'
do
use_frameworks!
# Pods for Runner
# Flutter Pods
pod
'Flutter'
,
:path
=>
ENV
[
'FLUTTER_FRAMEWORK_DIR'
]
if
File
.
exists?
'../.flutter-plugins'
flutter_root
=
File
.
expand_path
(
'..'
)
File
.
foreach
(
'../.flutter-plugins'
)
{
|
line
|
plugin
=
line
.
split
(
pattern
=
'='
)
if
plugin
.
length
==
2
name
=
plugin
[
0
].
strip
()
path
=
plugin
[
1
].
strip
()
resolved_path
=
File
.
expand_path
(
"
#{
path
}
/ios"
,
flutter_root
)
pod
name
,
:path
=>
resolved_path
else
puts
"Invalid plugin specification:
#{
line
}
"
end
}
end
end
post_install
do
|
installer
|
installer
.
pods_project
.
targets
.
each
do
|
target
|
target
.
build_configurations
.
each
do
|
config
|
config
.
build_settings
[
'ENABLE_BITCODE'
]
=
'NO'
end
end
end
This diff is collapsed.
Click to expand it.
examples/layers/ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
View file @
a429991a
...
...
@@ -4,7 +4,4 @@
<FileRef
location =
"group:Runner.xcodeproj"
>
</FileRef>
<FileRef
location =
"group:Pods/Pods.xcodeproj"
>
</FileRef>
</Workspace>
This diff is collapsed.
Click to expand it.
examples/layers/ios/Runner.xcworkspace/contents.xcworkspacedata
View file @
a429991a
...
...
@@ -4,7 +4,4 @@
<FileRef
location =
"group:Runner.xcodeproj"
>
</FileRef>
<FileRef
location =
"group:Pods/Pods.xcodeproj"
>
</FileRef>
</Workspace>
This diff is collapsed.
Click to expand it.
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