Skip to content

Commit

Permalink
Merge pull request #354 from pivotal/Xcode7-support
Browse files Browse the repository at this point in the history
Xcode7 Support
  • Loading branch information
tjarratt committed Sep 16, 2015
2 parents 37b7c53 + 94e8a8d commit 7f43f30
Show file tree
Hide file tree
Showing 40 changed files with 479 additions and 1,145 deletions.
3 changes: 2 additions & 1 deletion Cedar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Pod::Spec.new do |s|
# https://github.com/pivotal/cedar/issues/47
s.xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++0x',
'CLANG_CXX_LIBRARY' => 'libc++'
'CLANG_CXX_LIBRARY' => 'libc++',
'OTHER_CFLAGS' => '-DDEVELOPER_BIN_DIR=@\"${DEVELOPER_BIN_DIR}\"'
}
s.libraries = 'c++'
s.requires_arc = false
Expand Down
581 changes: 105 additions & 476 deletions Cedar.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions OCUnitAppLogicTests/OCUnitAppLogicTests-Info.plist

This file was deleted.

7 changes: 0 additions & 7 deletions OCUnitAppLogicTests/OCUnitAppLogicTests-Prefix.pch

This file was deleted.

14 changes: 0 additions & 14 deletions OCUnitAppLogicTests/OCUnitAppLogicTests.mm

This file was deleted.

18 changes: 0 additions & 18 deletions OCUnitAppLogicTests/OCUnitAppLogicTestsWithSenTestingKit.m

This file was deleted.

2 changes: 0 additions & 2 deletions OCUnitAppLogicTests/en.lproj/InfoPlist.strings

This file was deleted.

106 changes: 0 additions & 106 deletions OCUnitAppTests/OCUnitApplicationTestsWithSenTestingKit.mm

This file was deleted.

Loading

0 comments on commit 7f43f30

Please sign in to comment.