Skip to content

warchimede/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blog

date title description tags
2024-10-08 How to remove bitcode from a framework Use xcrun bitcode_strip ios, xcode, command-line
2024-09-21 How to remove unused simulator runtimes Use xcrun simctl to free some disk space  ios, xcode, command-line 
2021-07-09 How to re-sign an .xcarchive and export to .ipa for App Store submission When you ask for an apple pie and you get lemonade, use PlistBuddy and codesign ios, command-line
2021-03-25 How to check which signing certificate is able to codesign Codesigning remains a pain in the ass ios, xcode, command-line
2021-03-18 How to know which shared libraries are used in a binary framework Use otool -L ios, xcode, command-line
2021-03-16 Always use the -quiet option with xcodebuild Speech is silver, silence is golden ios, xcode, command-line
2021-01-29 A UIResponder extension to help debug the responder chain in iOS For when the view hierarchy is painful ios, swift
2021-01-07 How to easily upload an iOS .ipa from the command line without fastlane, using the App Store Connect API and altool fastlane not needed, altool for the win ios, xcode, command-line
2021-01-07 How to delete iOS simulators from the command line with simctl Use xcrun simctl to free some disk space ios, xcode, command-line
2020-12-17 Gist: Swift String extension allowing conversion to slug format ios, swift
2020-12-17 Gist: Swift UIDevice extension allowing to extract more precise model name from system information Use a mirror for reflection ios, swift
2020-12-17 Gist: More practical Accessibility in Swift using a protocol and a property wrapper a11y is your ally ios, swift
2020-05-06 How to opt out of UIWindowSceneDelegate on iOS 13+ When you need to support older iOS versions ios, swift
2020-03-27 Gist: HTML string interpretation in Swift, using NSAttributedString, with custom UIFont support ios, swift
2020-03-26 Gist: HMAC SHA256 signature generation in Swift, using CommonCrypto hmac and cheese ios, swift
2019-09-06 How to know the version of an iOS binary framework PlistBuddy is your friend ios, xcode, command-line
2019-09-05 How to know which architectures are included in an iOS binary framework lipo to the rescue ios, xcode, command-line
2019-08-28 How to test deep links when an iOS app is killed Use simctl ios, xcode, command-line
2018-02-23 Set Cucumber and Calabash up on a Xcode Project Eat your vegetables ios, xcode, cucumber, testing
2017-10-05 Export .xcarchive to .ipa using xcodebuild for manually signed projects More plist, please ios, xcode, command-line
2017-07-16 Convert Xcode Plist Test Reports To JUnit XML Jenkins likes JUnit ios, xcode, command-line, ci

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published