File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ Pod::Spec.new do |s|
99 s . requires_arc = true
1010 s . ios . deployment_target = '9.0'
1111 s . ios . vendored_frameworks = 'iOS/ObjectiveRocks.framework'
12- s . osx . deployment_target = '10.10'
13- s . osx . vendored_frameworks = 'macOS/ObjectiveRocks.framework'
1412
1513 #### CONFIGS
1614
@@ -25,10 +23,6 @@ Pod::Spec.new do |s|
2523 s . pod_target_xcconfig = shared_xcconfig . merge ( framework_shared_xconfig )
2624 s . user_target_xcconfig = shared_xcconfig
2725
28- shared_osx_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'ROCKSDB_USING_THREAD_STATUS=1' }
29- s . osx . pod_target_xcconfig = shared_osx_xcconfig
30- s . osx . user_target_xcconfig = shared_osx_xcconfig
31-
3226 shared_ios_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'ROCKSDB_LITE=1 IOS_CROSS_COMPILE=1 NROCKSDB_THREAD_STATUS=1' }
3327 s . ios . pod_target_xcconfig = shared_ios_xcconfig
3428 s . ios . user_target_xcconfig = shared_ios_xcconfig
You can’t perform that action at this time.
0 commit comments