home.social

#xcodetips — Public Fediverse posts

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

  1. .IconSync: Công cụ miễn phí giúp đồng bộ biểu tượng ứng dụng trực tiếp vào Xcode và Android Studio! ✅ Tự động thay đổi kích thước từ file 1024x1024, tích hợp native macOS (SwiftUI), hỗ trợ Android mipmap, không cần kết nối internet. Mua 1 lần – không cần subscription. #DevTool #MacOS #AndroidDev #IconGenerator #TiệnÍchDev #XcodeTips #ỨngDụngMac

    reddit.com/r/SideProject/comme

  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. 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

  5. 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

  6. 💡 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

  7. 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

  8. 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

  9. 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

  10. 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

  11. 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?

  12. 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

  13. 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

  14. #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

  15. #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

  16. #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

  17. 🌍 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

  18. 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

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

  20. 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

  21. 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

  22. My Xcode.tips card for today: JumpBar: Fuzzy Search

    #XcodeTips #Xcode