Skip to content

Commit 07836f0

Browse files
committed
temporarily remove mac os build
1 parent 4f80d5c commit 07836f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Rakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,9 @@ namespace :package do
439439
ios_lq_framework_path = File.join(build_folder, 'iOS', 'ParseLiveQuery.framework')
440440
make_package(release_folder, [ios_lq_framework_path], 'ParseLiveQuery-iOS.zip')
441441

442-
Rake::Task['build:parse_live_query:macos'].invoke
443-
macos_lq_utils_framework_path = File.join(build_folder, 'macOS', 'ParseLiveQuery.framework')
444-
make_package(release_folder, [macos_lq_utils_framework_path], 'ParseLiveQuery-OSX.zip')
442+
# Rake::Task['build:parse_live_query:macos'].invoke
443+
# macos_lq_utils_framework_path = File.join(build_folder, 'macOS', 'ParseLiveQuery.framework')
444+
# make_package(release_folder, [macos_lq_utils_framework_path], 'ParseLiveQuery-OSX.zip')
445445

446446
Rake::Task['build:parse_live_query:watchos'].invoke
447447
watchos_lq_fb_utils_framework_path = File.join(build_folder, 'watchOS', 'ParseLiveQuery_watchOS.framework')

0 commit comments

Comments
 (0)