home.social

#xcodetips — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #xcodetips, aggregated by home.social.

fetched live
  1. I might prepare another Kickstarter campaign for Xcode.tips cards… 😳🙀🫣
    Stay tuned!
    #xcode #xcodetips

  2. I might prepare another Kickstarter campaign for Xcode.tips cards… 😳🙀🫣
    Stay tuned!
    #xcode #xcodetips

  3. I completely forgot #Xcode had added Bookmark support.

    #iOSDev #XcodeTips

    Xcode Bookmarks: Save code landmarks & organize tasks

    avanderlee.com/xcode/bookmarks

  4. I completely forgot #Xcode had added Bookmark support.

    #iOSDev #XcodeTips

    Xcode Bookmarks: Save code landmarks & organize tasks

    avanderlee.com/xcode/bookmarks

  5. This .editorconfig file should be added to every single #SwiftPM repo out there! 👇
    gist.github.com/Jeehut/e5b7559

    It ensures that everyone editing the package in Xcode will get the same indentation settings avoiding mismatches with their global settings. 🥳

    Add it now! 💯 #iOSDev #OpenSource #SwiftLang #XcodeTips

  6. This .editorconfig file should be added to every single #SwiftPM repo out there! 👇
    gist.github.com/Jeehut/e5b7559

    It ensures that everyone editing the package in Xcode will get the same indentation settings avoiding mismatches with their global settings. 🥳

    Add it now! 💯 #iOSDev #OpenSource #SwiftLang #XcodeTips

  7. Maintaining custom configurations is costlier than custom schemes. If your project has configurations along the lines of “Debug Production”, or “Release Staging”, you might be better off with just “Debug” and “Release” and configuring through schemes:

    docs.tuist.io/en/guides/develo

  8. Maintaining custom configurations is costlier than custom schemes. If your project has configurations along the lines of “Debug Production”, or “Release Staging”, you might be better off with just “Debug” and “Release” and configuring through schemes:
    #XcodeTips

    docs.tuist.io/en/guides/develo

  9. 💡 Struggling with data models, pagination, or app performance? A recent coaching client was stuck on these exact topics, and after 1 hour, he saved 20+ hours of potential frustration. You don’t need to do it alone—I'm here to help!

    👉 coach.fline.dev

    #iOSDev #SwiftUI #XcodeTips #DataModeling #IndieAppDev #macOSDev #SaveTime

  10. 💡 Struggling with data models, pagination, or app performance? A recent coaching client was stuck on these exact topics, and after 1 hour, he saved 20+ hours of potential frustration. You don’t need to do it alone—I'm here to help!

    👉 coach.fline.dev

    #iOSDev #SwiftUI #XcodeTips #DataModeling #IndieAppDev #macOSDev #SaveTime

  11. When you know there was a feature in Xcode you could need now but you forgot where it was, the Help menu has you covered.

    #Xcode #XcodeTips

  12. When you know there was a feature in Xcode you could need now but you forgot where it was, the Help menu has you covered.

    #Xcode #XcodeTips

  13. Xcode comes with lots of hidden gems. Do you want to learn about those gems and even see and search for them right within Xcode?

    I got you covered. Install my DocC packaged! It's now 80% finished!

    #Xcode #DocC #XcodeTips

    dasdom.gumroad.com/l/onehundre

  14. Xcode comes with lots of hidden gems. Do you want to learn about those gems and even see and search for them right within Xcode?

    I got you covered. Install my DocC packaged! It's now 80% finished!

    #Xcode #DocC #XcodeTips

    dasdom.gumroad.com/l/onehundre

  15. Oh, I just discovered that you can now activate relative line numbers in Xcode 16 (beta 4). This is nice for navigating with Vim commands.

    Do you want such tips and tricks write in Xcodes documentation? Get the DocC packages here: dasdom.gumroad.com/l/onehundre

    #Xcode #Xcodetips

  16. Oh, I just discovered that you can now activate relative line numbers in Xcode 16 (beta 4). This is nice for navigating with Vim commands.

    Do you want such tips and tricks write in Xcodes documentation? Get the DocC packages here: dasdom.gumroad.com/l/onehundre

    #Xcode #Xcodetips

  17. Xcode comes with lots of hidden gems. Do you want to learn about those gems and even see and search for them right within Xcode?

    I got you covered. Install my DocC packaged!

    #Xcode #DocC #XcodeTips

    dasdom.gumroad.com/l/onehundre

  18. Xcode comes with lots of hidden gems. Do you want to learn about those gems and even see and search for them right within Xcode?

    I got you covered. Install my DocC packaged!

    #Xcode #DocC #XcodeTips

    dasdom.gumroad.com/l/onehundre

  19. What kind of #xcodetips do #iOSdev ppl have when #Xcode accumulates so many Simulators on your local disk that you run out of space? Clean My Mac made a storage map of my files, and showed me this 100 Gig folder of Simulator Devices.

    I’ve been through this previously, looked at the .plist to delete some I’m not using, and got a few gigs free again, but thought I’d ask; are there best practices to manage Simulators so they don’t balloon to 100 Gig folders of redundentness?

  20. What kind of #xcodetips do #iOSdev ppl have when #Xcode accumulates so many Simulators on your local disk that you run out of space? Clean My Mac made a storage map of my files, and showed me this 100 Gig folder of Simulator Devices.

    I’ve been through this previously, looked at the .plist to delete some I’m not using, and got a few gigs free again, but thought I’d ask; are there best practices to manage Simulators so they don’t balloon to 100 Gig folders of redundentness?

  21. Lately, I have dealt with a project that takes a long time to build. So I decided that I wanted a sound when the build succeeds/fails. Here is how I did it:

    1) Go to Xcode -> Behaviors -> Edit Behaviors
    2) Select "Succeeds" and then check "Play sound" and pick your favorite sound clip. I picked "Breeze"
    3) You can go to "Fails" and do the same thing.

    #Xcode #Swift #iOS #xcodetips

  22. Witnessing companies embarking on their journeys to enhance Xcode workflows is fascinating. While Spotify successfully migrated to Bazel, significantly reducing build time, there's always the lingering question of how smaller organizations can acquire and sustain that knowledge. It's pretty challenging. This is where Tuist offer a practical solution. They enable similar outcomes with fewer adoption and maintenance requirements.

    t.co/uw992lKqGm

  23. Witnessing companies embarking on their journeys to enhance Xcode workflows is fascinating. While Spotify successfully migrated to Bazel, significantly reducing build time, there's always the lingering question of how smaller organizations can acquire and sustain that knowledge. It's pretty challenging. This is where Tuist offer a practical solution. They enable similar outcomes with fewer adoption and maintenance requirements.
    #Swift #XcodeTips #XcodeProj #iOSdev

    t.co/uw992lKqGm

  24. #XcodeTip I’ve just learned that #xcode can autocomplete the last argument closure into the trailing closure if you press enter while the argument is highlighted. Boy, how many hours did I waste writing trailing closures manually? #swift #swiftui #XcodeTips

  25. 🌍 Apple made #Localization easy for devs!

    📚 #Xcode15 introduces String Catalogs, replacing old Strings(dict) files and streamlining the process.

    Find out why you should be excited about this powerful new tool. Read more:
    fline.dev/the-missing-string-c

    #iOSDev #WWDC23 #XcodeTips

  26. 🌍 Apple made #Localization easy for devs!

    📚 #Xcode15 introduces String Catalogs, replacing old Strings(dict) files and streamlining the process.

    Find out why you should be excited about this powerful new tool. Read more:
    fline.dev/the-missing-string-c

    #iOSDev #WWDC23 #XcodeTips

  27. Version 1.6 of #RemafoX released today!
    apps.apple.com/app/apple-store

    3 useful buttons added that enhance the #Xcode source editor:
    ✨ Sort Selection
    ↕️ Multi-Line Code
    ↔️ One-Line Code

    To celebrate #WWDC23 these features are #free to use! 💙
    See them in action! 🎥👇

    #iOSDev #SwiftLang #XcodeTips

  28. Version 1.6 of #RemafoX released today!
    apps.apple.com/app/apple-store

    3 useful buttons added that enhance the #Xcode source editor:
    ✨ Sort Selection
    ↕️ Multi-Line Code
    ↔️ One-Line Code

    To celebrate #WWDC23 these features are #free to use! 💙
    See them in action! 🎥👇

    #iOSDev #SwiftLang #XcodeTips

  29. Lovely multicursor edit using the lowercase transform that I should probably use more often. #xcode #xcodetips

  30. Lovely multicursor edit using the lowercase transform that I should probably use more often. #xcode #xcodetips

  31. To anyone who is struggling on finding the right simulator when taking their screenshots manually for AppStore:

    Add a simulator specifically for taking screenshots and add the dimensions in the name to find them faster for next time.

    Can’t believe it took me this long to find out 😅

    #developing #ios #XcodeTips

  32. To anyone who is struggling on finding the right simulator when taking their screenshots manually for AppStore:

    Add a simulator specifically for taking screenshots and add the dimensions in the name to find them faster for next time.

    Can’t believe it took me this long to find out 😅

    #developing #ios #XcodeTips

  33. It took me way too long to realize that you can resize the Quick Open panel in Xcode by clicking and dragging along the horizontal edge.

    #xcode #xcodetips

  34. My Kickstarter campaign for printed Xcode.tips cards won't get funded so I build a Mac app. This app includes all tips that are on the website right now and I'll update it when new tips are available.

    #XcodeTips #Xcode

    apps.apple.com/de/app/tips-for

  35. My Kickstarter campaign for printed Xcode.tips cards won't get funded so I build a Mac app. This app includes all tips that are on the website right now and I'll update it when new tips are available.

    #XcodeTips #Xcode

    apps.apple.com/de/app/tips-for