File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -439,9 +439,9 @@ namespace :package do
439
439
ios_lq_framework_path = File . join ( build_folder , 'iOS' , 'ParseLiveQuery.framework' )
440
440
make_package ( release_folder , [ ios_lq_framework_path ] , 'ParseLiveQuery-iOS.zip' )
441
441
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')
445
445
446
446
Rake ::Task [ 'build:parse_live_query:watchos' ] . invoke
447
447
watchos_lq_fb_utils_framework_path = File . join ( build_folder , 'watchOS' , 'ParseLiveQuery_watchOS.framework' )
You can’t perform that action at this time.
0 commit comments