PivotalCoreKit
PivotalCoreKit copied to clipboard
Shared library and test code for iOS and macOS projects
For reasons of swift
- Can specify the state of the gesture recognizer when it's recognized - Can specify what the location in the given view being recognized is This requires that the recognizer...
PCKInterfaceControllerLoader doesn't initialize/binds IBOutlets and IBActions from watch storyboard in XCode 8.3.2 My target setup for testing watchOS > 2.0 is the same as in: https://content.pivotal.io/blog/apple-watch-2-0-with-tdd-setup When callling: ``` -...
Hello, and thanks for making an awesome tool! I'm running Cedar with PCK, and I'm trying to pin down an issue I had when running my specs on iOS 11....
In Xcode 8.3.2, the WatchKit specs fail with the following: ``` dyld: Symbol not found: _SPHoldCompanionExtensionProcessAssertion Referenced from: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.2.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/DVTInstrumentsFoundation.framework/DVTInstrumentsFoundation Expected in: /Users/akitchen/Library/Developer/Xcode/DerivedData/PivotalCoreKit-bwbtwtidhjdzglafroxsporifhot/Build/Products/Debug-iphonesimulator/WatchKit.framework/WatchKit in /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.2.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/DVTInstrumentsFoundation.framework/DVTInstrumentsFoundation 2017-05-19 20:01:25.273 xcodebuild[36015:478160] Error...
Don't use the old FakeOperationQueue in the new dynamic libraries.
WatchKit 1.0 is obsolete, and it's not worth the effort to support watchkit 2.0 and later. Bye ⌚️📦
We have dynamic frameworks for (as far as I can tell) every subproject in PCK. Anyone using iOS 7 or earlier (i.e. before dynamic frameworks are supported on iOS) can...
This branch is a proof-of-concept showing how we could test whether or not PCK is deployable via CocoaPods. Try it out with the new command: `rake cocoapods:spec` This command pulls...
This is a modified version of @joemasilotti 's pr to add a test target for the PCK Podspec and its subspecs This is not yet fully integrated, for instance the...