Skip to content

Commit 59b2033

Browse files
Update podspec to remove macOS
1 parent 27f828b commit 59b2033

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ObjectiveRocksFramework.podspec

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)