Skip to content

Commit

Permalink
preserve modulemap folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Schuetz committed Oct 7, 2015
1 parent 6d64206 commit fb7b3e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AppUnderControl-Bridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ This pod encapsulates all functionality needed by an application that aims to co
s.resource_bundles = {
'AppUnderControl-Bridge' => ['Pod/Assets/*.png']
}
s.resources = 'Pod/'

s.preserve_path = 'Pod/modulemaps/CommonCrypto/module.modulemap'
s.preserve_paths = 'Pod/modulemaps/**/*'
s.pod_target_xcconfig = { 'SWIFT_INCLUDE_PATHS' => '$(PROJECT_DIR)/../../Pod/modulemaps' }

# s.public_header_files = 'Pod/Classes/**/*.h'
Expand Down

0 comments on commit fb7b3e2

Please sign in to comment.