Skip to content

Commit 7f43f30

Browse files
committed
Merge pull request #354 from pivotal/Xcode7-support
Xcode7 Support
2 parents 37b7c53 + 94e8a8d commit 7f43f30

40 files changed

+479
-1145
lines changed

Cedar.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Pod::Spec.new do |s|
1919
# https://github.com/pivotal/cedar/issues/47
2020
s.xcconfig = {
2121
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++0x',
22-
'CLANG_CXX_LIBRARY' => 'libc++'
22+
'CLANG_CXX_LIBRARY' => 'libc++',
23+
'OTHER_CFLAGS' => '-DDEVELOPER_BIN_DIR=@\"${DEVELOPER_BIN_DIR}\"'
2324
}
2425
s.libraries = 'c++'
2526
s.requires_arc = false

Cedar.xcodeproj/project.pbxproj

Lines changed: 105 additions & 476 deletions
Large diffs are not rendered by default.

Cedar.xcodeproj/xcshareddata/xcschemes/Cedar OS X Failing Test Bundle.xcscheme

Lines changed: 0 additions & 103 deletions
This file was deleted.

Cedar.xcodeproj/xcshareddata/xcschemes/Cedar iOS SenTestingKit Tests.xcscheme

Lines changed: 0 additions & 96 deletions
This file was deleted.

OCUnitAppLogicTests/OCUnitAppLogicTests-Info.plist

Lines changed: 0 additions & 22 deletions
This file was deleted.

OCUnitAppLogicTests/OCUnitAppLogicTests-Prefix.pch

Lines changed: 0 additions & 7 deletions
This file was deleted.

OCUnitAppLogicTests/OCUnitAppLogicTests.mm

Lines changed: 0 additions & 14 deletions
This file was deleted.

OCUnitAppLogicTests/OCUnitAppLogicTestsWithSenTestingKit.m

Lines changed: 0 additions & 18 deletions
This file was deleted.

OCUnitAppLogicTests/en.lproj/InfoPlist.strings

Lines changed: 0 additions & 2 deletions
This file was deleted.

OCUnitAppTests/OCUnitApplicationTestsWithSenTestingKit.mm

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)