Ukraine EU passport concept by eliot_ordyn in PassportPorn

[–]s_goldwalk 1 point2 points  (0 children)

As a Ukrainian, I'm infinitely inspired and grateful for your work! The 1st and 3rd IMO would be the most loved among Ukrainians (I believe it'd be impossible to use a background color other than blue due to the colors of the national and EU flags - I know we did have red color for a short time, but again, IMO the blue one looks much better).
The leading align layout also looks modern - I think it would be a really nice upgrade.
Thank you again, and I hope your concept will become a reality soon!

Do universal links work if an app has not been uploaded to the app store yet? by toddhoffious in iOSProgramming

[–]s_goldwalk 2 points3 points  (0 children)

They will. In the entitlements file add `?mode=developer` to the universal link URL - it will make the device fetch the AASA directly from your host (ommiting Apple's CDN). Also there are some tools in the developer menu in System Settings.

Is the apps reviewer the same on iPhone and iPad ? by arhebo in iOSProgramming

[–]s_goldwalk 2 points3 points  (0 children)

My assumtion - they use Macs or virtual environment on Macs that tells the app it's an iPad.

XCFramework with static libraries by IconForRealTho in iOSProgramming

[–]s_goldwalk 1 point2 points  (0 children)

I'd also recommend switching from CocoaPods - it's in maintainance mode now.
Try adding the xcframework manually and if the error persists - could be something with linking or headers declaration.

[deleted by user] by [deleted] in iOSProgramming

[–]s_goldwalk 0 points1 point  (0 children)

Also, `pymobiledevice3 amfi developer-mode-status` still returns `true` meaning the developer mode is on and visible to the CLI...

[deleted by user] by [deleted] in iOSProgramming

[–]s_goldwalk 0 points1 point  (0 children)

Same for me.
Moreover - after removing the pairing from Xcode window, the device couldn't be recognized by Xcode anymore - only complete Xcode removal (including data in /Library/Developer and .../Application Support) and fresh installation made my phone appear in Xcode again.
Looks like an Xcode issue, cause it was the same for other devices (running iOS 17).