Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Remove WatchKit #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions PivotalCoreKit.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 3 additions & 31 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -307,39 +307,11 @@ end

task :core_location => ["core_location:build", "core_location:spec"]

namespace :watchkit do
project = "WatchKit/WatchKit"
target = "WatchKit"

namespace :build do
desc "Build Fake WatchKit dynamic framework for iOS"
task :ios do
build_output_filename = output_file("watchkit:build:ios")
build_target(target, project: project, sdk: 'iphonesimulator', output_file: build_output_filename)
end
end

namespace :spec do
desc "Build and run WatchKit specs on iOS"
task :ios do
build_and_test_scheme("WatchKit")
end
end

task :spec => ["spec:ios"]
task :build => ["build:ios"]
task :clean do
system_or_exit(%Q[xcodebuild -project #{project}.xcodeproj -alltargets -configuration #{CONFIGURATION} clean SYMROOT=#{BUILD_DIR}], {}, output_file("watchkit:clean"))
end
end

task :watchkit => ["watchkit:spec"]

namespace :all do
desc "Build everything"
task :build => ["foundation:build", "uikit:build", "core_location:build", "watchkit:build"]
task :build => ["foundation:build", "uikit:build", "core_location:build"]
desc "Run all specs"
task :spec => ["foundation:spec", "uikit:spec", "core_location:spec", "watchkit:spec"]
task :spec => ["foundation:spec", "uikit:spec", "core_location:spec"]
desc "Clean all targets"
task :clean => ["foundation:clean", "uikit:clean", "core_location:clean", "watchkit:clean"]
task :clean => ["foundation:clean", "uikit:clean", "core_location:clean"]
end
11 changes: 0 additions & 11 deletions WatchKit/Specs/Fixtures/CorgiTableController.h

This file was deleted.

13 changes: 0 additions & 13 deletions WatchKit/Specs/Fixtures/CorgiTableController.m

This file was deleted.

8 changes: 0 additions & 8 deletions WatchKit/Specs/Fixtures/CorgisController.h

This file was deleted.

21 changes: 0 additions & 21 deletions WatchKit/Specs/Fixtures/CorgisController.m

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions WatchKit/Specs/Fixtures/CustomCategoryNotificationController.m

This file was deleted.

9 changes: 0 additions & 9 deletions WatchKit/Specs/Fixtures/GlanceController.h

This file was deleted.

16 changes: 0 additions & 16 deletions WatchKit/Specs/Fixtures/GlanceController.m

This file was deleted.

10 changes: 0 additions & 10 deletions WatchKit/Specs/Fixtures/GroupController.h

This file was deleted.

13 changes: 0 additions & 13 deletions WatchKit/Specs/Fixtures/GroupController.m

This file was deleted.