Raxit Majithiya
Raxit Majithiya
If it helps, `2.0.8` is the latest version on `swift-2.3` branch ([source](https://github.com/matthewpalmer/Locksmith/blob/swift-2.3/Locksmith.podspec)). So you could just do: ```ruby s.dependency 'Locksmith', '2.0.8' ``` without requiring the maintainer to release a version.
This issue has been fixed in Xcode 14.3 RC2. The app compiles and builds successfully for me 🎉 From the [Relese Notes](https://developer.apple.com/documentation/xcode-release-notes/xcode-14_3-release-notes#Resolved-Issues:~:text=were%20built%20with-,BUILD_LIBRARY_FOR_DISTRIBUTION,-enabled.%20These%20failures): > Fixed: The Swift compiler may fail to...
Hey @NghiaTranUIT, I am on the latest version: > Proxyman Version 5.6.1 (50601) | macOS: Version 14.5 (Build 23F79) I just updated to this version a couple of days ago,...
In case anyone stumbles into this thread, this plugin supports icon variants and also supports changing icons dynamically - https://github.com/howincodes/expo-dynamic-app-icon
Adding that to the CLI would be perfect. Thank you!
@NghiaTranUIT I was wondering if you were thinking about exposing the current state of the proxy as the `networksetup` does. If not, nbd, I can use `networksetup` to query the...
Thanks @NghiaTranUIT! works great! In case anyone finds it useful, I use this simple script to toggle: ```sh #!/bin/bash if [[ $(networksetup -getsecurewebproxy Wi-Fi | grep Yes) ]]; then /Applications/Proxyman.app/Contents/MacOS/proxyman-cli...
@NghiaTranUIT The extension works great, except it uses URI to invoke the commands which open the Proxyman app in the foreground instead of keeping it in the background. May I...
@NghiaTranUIT By "opening Proxyman app in the foreground," I meant that your current work loses focus and the Proxyman window appears in the foreground. Here is the screen recording illustrating...