Skip to content

Commit

Permalink
add -DOS_OBJECT_USE_OBJC=0 to all of the ReactiveCocoas
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 31, 2012
1 parent 453de68 commit 905cd85
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions ReactiveCocoa/0.0.1/ReactiveCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Pod::Spec.new do |s|
files = FileList['ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}']
s.ios.source_files = files.dup.exclude(/NSButton/, /AppKit/)
s.osx.source_files = files.dup.exclude(/UIControl/, /UITextField/)
s.compiler_flags = '-DOS_OBJECT_USE_OBJC=0'
s.requires_arc = true
end
3 changes: 2 additions & 1 deletion ReactiveCocoa/0.10.0/ReactiveCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.ios.deployment_target = '5.0'

s.compiler_flags = '-DOS_OBJECT_USE_OBJC=0'

s.subspec 'Core' do |sp|
files = FileList['ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}']
sp.ios.source_files = files.dup.exclude(/NSButton/, /AppKit/)
Expand Down
3 changes: 2 additions & 1 deletion ReactiveCocoa/0.12.0/ReactiveCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.ios.deployment_target = '5.0'

s.compiler_flags = '-DOS_OBJECT_USE_OBJC=0'

s.subspec 'Core' do |sp|
files = FileList['ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}']
sp.ios.source_files = files.dup.exclude(/NSButton/, /AppKit/)
Expand Down
1 change: 1 addition & 0 deletions ReactiveCocoa/0.5.0/ReactiveCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Pod::Spec.new do |s|
s.ios.source_files = files.dup.exclude(/NSButton/, /AppKit/)
s.osx.source_files = files.dup.exclude(/UIControl/, /UITextField/)
s.requires_arc = true
s.compiler_flags = '-DOS_OBJECT_USE_OBJC=0'
end
1 change: 1 addition & 0 deletions ReactiveCocoa/0.6.0/ReactiveCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Pod::Spec.new do |s|
s.osx.source_files = files.dup.exclude(/UIControl/, /UIText/, /Event/, /DelegateProxy/)
s.requires_arc = true
s.dependency 'JRSwizzle', '~> 1.0'
s.compiler_flags = '-DOS_OBJECT_USE_OBJC=0'
end
1 change: 1 addition & 0 deletions ReactiveCocoa/0.8.0/ReactiveCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Pod::Spec.new do |s|
"5. A lovely API on top of KVO."

s.requires_arc = true
s.compiler_flags = '-DOS_OBJECT_USE_OBJC=0'

s.subspec 'Core' do |sp|
files = FileList['ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}']
Expand Down
1 change: 1 addition & 0 deletions ReactiveCocoa/0.9.0/ReactiveCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.ios.deployment_target = '5.0'
s.compiler_flags = '-DOS_OBJECT_USE_OBJC=0'

s.subspec 'Core' do |sp|
files = FileList['ReactiveCocoaFramework/ReactiveCocoa/*.{h,m}']
Expand Down

0 comments on commit 905cd85

Please sign in to comment.