File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
github "BoltsFramework/Bolts-ObjC" "1.9.1"
2
- github "facebook/facebook-ios-sdk" "v11.0.1 "
2
+ github "facebook/facebook-ios-sdk" "v15.1.0 "
Original file line number Diff line number Diff line change @@ -558,6 +558,7 @@ namespace :test do
558
558
559
559
namespace :parseui do
560
560
task :all do
561
+ Rake ::Task [ 'test:parseui:build_carthage' ] . invoke
561
562
Rake ::Task [ 'test:parseui:framework' ] . invoke
562
563
Rake ::Task [ 'test:parseui:demo_objc' ] . invoke
563
564
end
@@ -583,6 +584,13 @@ namespace :test do
583
584
end
584
585
end
585
586
587
+ task :build_carthage do |_ |
588
+ if !system ( 'carthage update facebook-ios-sdk --use-xcframeworks' )
589
+ puts 'Carthage Tests Failed!'
590
+ exit ( 1 )
591
+ end
592
+ end
593
+
586
594
task :demo_objc do
587
595
task = XCTask ::BuildTask . new do |t |
588
596
t . directory = script_folder
You can’t perform that action at this time.
0 commit comments