Creating and Publishing Swift Packages (Swift Package Manager)

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • In this video, Mohammad Azam will demonstrate how to create and publish reusable Swift packages. This will allow you to easily reuse your code in your projects.
    github.com/aza...
    #SwiftUI, #iosdeveloper, #iosdevelopment, #Swiftlanguage
    Book: Surviving the Coding Bootcamp - From no coding experience to earning a six-figure salary
    www.amazon.com...
    Check out my courses:
    www.udemy.com/...
    Get courses from Big Mountain Studio:
    1. Combine Mastery in SwiftUI
    www.bigmountai...
    2. SwiftUI Animations
    www.bigmountai...
    3. SwiftUI Views Mastery
    www.bigmountai...
    4. Visual Swift Memory Mastery
    www.bigmountai...
    5. Working with Data in SwiftUI
    www.bigmountai...
    6. SwiftUI in UIKit Weekened Kickstarter
    www.bigmountai... Check out my courses at
    azamsharp.school/

Комментарии • 8

  • @rahuljamba5846
    @rahuljamba5846 4 месяца назад

    Great Azam , Keep it up

  • @oluwoleelvisbenson838
    @oluwoleelvisbenson838 4 месяца назад

    Thank you Azam. This video was helpful.

  • @rayhaanalykhan
    @rayhaanalykhan 5 месяцев назад +1

    What's the difference between framework, library and swift packages?

  • @ravikirangajula6051
    @ravikirangajula6051 2 года назад +1

    Can you explain on versioning SPM

  • @HumbleHustle101
    @HumbleHustle101 Год назад +2

    Hi Azam, How can we hide the code and make only the interface available with spm?

    • @GrantNeufeld
      @GrantNeufeld 10 месяцев назад

      To distribute a package exposing only the interface, and not your source code, you’ll need to compile your code into a “binary framework”. Apple’s relevant documentation is titled “Distributing binary frameworks as Swift packages” (let’s see if I can share the direct link here: developer.apple.com/documentation/xcode/distributing-binary-frameworks-as-swift-packages )

  • @balajipandian5041
    @balajipandian5041 9 месяцев назад

    How to test the swift package code without publishing

  • @jananivenkat1650
    @jananivenkat1650 2 года назад

    Can you please post the link of pet adoption Source code?