Standard Search
About 8 results
https://hboon.com/tweaking-xcodegen-project-to-check-xcode-project-is-not-outdated/ · 20 Jun 2024
How I make Xcode fail the build when project.yml changes but the generated Xcode project has not been regenerated with XcodeGen.
https://hboon.com/i-finally-adopted-xcodegen-across-my-projects/ · 2 Jun 2024
How I use XcodeGen to generate Xcode projects from project.yml, avoid Xcode project merge conflicts, and handle Package.resolved with SwiftPM.
https://hboon.com/add-support-for-drag-and-drop-to-swiftui-based-macos-app/ · 13 Mar 2024
There are 2 types of drag and drop I'm interested in for SimplyDiskSweeper: Drag and drop folders onto the app icon in the Dock Drag and drop folders
https://hboon.com/speed-up-macos-app-development-live-reload-with-injection-iii/ · 4 Mar 2024
I wanted to get back to doing more macOS app development and thought to configure live reload with Injection III. After some help from John
https://hboon.com/notes-wkweb-view-location-change-history-aoi/ · 24 Aug 2021
WKNavigationDelegate is useful for tracking when user navigates to a different URL with functions such as webView :,decidePolicyFor:,decisionHandler:
https://hboon.com/difference-between-cfbundleversion-and-cfbundleshortversionstring/ · 13 May 2015
I wrote a response to a question about the difference between CFBundleVersion and CFBundleShortVersionString on the RubyMotion community forums and
https://hboon.com/i-do-not-use-interface-builder/ · 27 Aug 2011
I don't use Interface Builder IB . Not anymore. Somewhere between going through the iPhone to iPad display transition, supporting both portrait and
https://hboon.com/using-ctags-with-macvim-for-objective-c-on-os-x/ · 12 Jan 2011
1. Install Homebrew if you haven't. 2. Run brew install ctags . The version of ctags that ship of OS X is an antique. 3. Run echo "--langdef=objc"