Slipp Douglas Thompson
Slipp Douglas Thompson
I noticed that things aren't building/importing as expected, so I'm not quite done with this PR. Please hold off on merging for now.
I think there's a bigger question within this question that needs answering: **To what point can NUI emulate the iOS 7 design aesthetic on pre-7 iOS?** It should be a...
@devxoul I see where you're going with trying to keep things simple, but you haven't just broken Carthage support by removing `Then.xcodeproj`— you've broken no-dependency-manager direct-usage support as well. It's...
Put another way, my current solution for my project is: ~~~ carthage update --no-build cd Carthage/Checkouts/Then/ swift package generate-xcodeproj ruby -e " require 'xcodeproj' project = Xcodeproj::Project.open 'Then.xcodeproj' project.build_configurations.map(&:name).each do...
Not to beat the dead horse here, but I just wanted to pop back in because I've been working to update some of my open source frameworks for the latest...
BTW, If a dev is working on the Then project itself and needs to generate an xcodeproj _(rather than using Xcode 11's Swift package-project mode)_ but is afraid of accidentally...
@mehmetcanhoroz I'm maintaining a branch in my fork ( [capnslipp/[email protected]](https://github.com/capnslipp/2d-extras/tree/2018.4-compat) ) that branches off of `master` here and has fixes and backported syntax to retain compatibility with 2018.4. All in...
FYI: I've run unit test for Twift target and everything passes, and built & run Twift_SwiftUI and everything seems to still work there too.
All GH Action tests passed in my fork: https://github.com/capnslipp/Twift/actions/runs/3511241121
_Continued (due to GitHub “Comment is too long (maximum is 65536 characters)”)_ ### Environment ✅ fastlane environment ✅ ### Stack | Key | Value | | --------------------------- | ---------------------------------------------------------- |...