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
3a2c3118
Commit
3a2c3118
authored
Jun 24, 2015
by
Boris Bügling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert back to platform specific PCH.
parent
40968ace
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
header.rb
lib/cocoapods/generator/header.rb
+5
-1
No files found.
lib/cocoapods/generator/header.rb
View file @
3a2c3118
...
@@ -82,7 +82,11 @@ module Pod
...
@@ -82,7 +82,11 @@ module Pod
# @return [String]
# @return [String]
#
#
def
generate_platform_import_header
def
generate_platform_import_header
"#import <Foundation/Foundation.h>
\n
"
case
platform
.
name
when
:ios
then
"#import <UIKit/UIKit.h>
\n
"
when
:osx
then
"#import <Cocoa/Cocoa.h>
\n
"
else
"#import <Foundation/Foundation.h>
\n
"
end
end
end
end
end
end
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