Kelly Roach

Results 13 issues of Kelly Roach

This pull request upgrades JYRadarChart to Xcode 9.4.1 / Swift 4.2 . Xcode 9.4.1 reports "Compiling IB documents for earlier than iOS 7 is no longer supported" on master branch...

This pull request fixes assorted Xcode 9.4.1 compiler warnings. * 3 #if --> 3 #ifdef * Xcode 9.4.1 Update to recommended settings * Conversion to Swift 4 * Add missing...

This pull request updates pods and code in the MLKit repo to Xcode 9.4.1 / Swift 4.2 . Currently, there are a number of yellow and red compiler issues with...

This pull request upgrades AGVolumeControlView and Example to Xcode 9.4.1 / Swift 4.0 . Most changes are to the Example app to get Xcode Analyze to "No issues". * Update...

### Summary * This pull request upgrades BEMSimpleLineGraph to Xcode 9.4.1 and fixes issues. ### Fixes Issues This pull request fixes the following issues: - memory leak issues - deprecated...

enhancement

Fix Xcode 9.4.1 Analyzer warnings. * Update to Xcode 9.4.1 recommended project settings * Fix warning: 'weak' should not be applied to a property declaration in a protocol * Convert...

This pull request upgrades CMTraerPhysics to Xcode 9.4.1 . The pull request revives a great OpenGL physics demo repo which was no longer compiling to code which Xcode 9.4.1 compiles...

This pull request updates AJParticlesLoadingView to Xcode 10 / Swift 4.2 . * Add .gitignore * Update to Xcode 10 / Swift 4.2 * Main.storyboard constraints improved. * "Universal" to...

This pull request fixes assorted Xcode 9.4.1 compiler warnings in TwitterCore, TwitterKit, and DemoApp of the twitter-kit-ios SDK . We've gone to some lengths to get Analyze / "iPhone X"...

This pull request fixes assorted Xcode 9.4.1 compiler warnings. * IPHONEOS_DEPLOYMENT_TARGET = 8.0 This change extends support down to iOS 8.0 from iOS 9.2 and avoids yellow warnings regarding 8.0...