Commit 3a2c3118 authored by Boris Bügling's avatar Boris Bügling

Revert back to platform specific PCH.

parent 40968ace
......@@ -82,7 +82,11 @@ module Pod
# @return [String]
#
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment