Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
5d810129
Commit
5d810129
authored
Aug 09, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Copy] Framework support is out of beta
parent
7809573c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
installer.rb
lib/cocoapods/installer.rb
+2
-3
No files found.
lib/cocoapods/installer.rb
View file @
5d810129
...
...
@@ -421,9 +421,8 @@ module Pod
swift_pods
=
pod_targets
.
select
(
&
:uses_swift?
)
unless
swift_pods
.
empty?
raise
Informative
,
'Pods written in Swift can only be integrated as frameworks; this '
\
'feature is still in beta. Add `use_frameworks!` to your Podfile or target to opt '
\
'into using it. '
\
raise
Informative
,
'Pods written in Swift can only be integrated as frameworks; '
\
'add `use_frameworks!` to your Podfile or target to opt into using it. '
\
"The Swift
#{
swift_pods
.
size
==
1
?
'Pod being used is'
:
'Pods being used are'
}
: "
+
swift_pods
.
map
(
&
:name
).
to_sentence
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