#swiftpackage search results

Having Request Modifier marks the second step in my #SwiftyNetworking package refactor. ๐Ÿ”„ Unlike before, I now rely on modifiers. Previously, #SwiftPackage copied the Request, modified the configuration, and returned a new object. Now, it's more aligned with #SwiftUI. ๐Ÿš€ #iOS

PiotrekJeremicz's tweet image. Having Request Modifier marks the second step in my #SwiftyNetworking package refactor. ๐Ÿ”„

Unlike before, I now rely on modifiers. Previously, #SwiftPackage copied the Request, modified the configuration, and returned a new object.

Now, it's more aligned with #SwiftUI. ๐Ÿš€

#iOS

Version 1.0 of my #swiftpackage #DragonAnnouncement is almost ready.

drag0ndust's tweet image. Version 1.0 of my #swiftpackage #DragonAnnouncement is almost ready.

Work, work... ๐Ÿ’ผ I have developed basic modifiers to configure URLRequest in the future, along with basic request methods. ๐Ÿ› ๏ธ Now, I need to determine how to build a configuration within the Request tree. ๐ŸŒณ #BuildInPublic #SwiftPackage #SPM

PiotrekJeremicz's tweet image. Work, work... ๐Ÿ’ผ

I have developed basic modifiers to configure URLRequest in the future, along with basic request methods. ๐Ÿ› ๏ธ

Now, I need to determine how to build a configuration within the Request tree. ๐ŸŒณ

#BuildInPublic #SwiftPackage #SPM

When designing a #SwiftPackage, I enjoy crafting code that predicts the eventual results of development. ๐Ÿ› ๏ธ Here are three sample requests using the GET, POST, and DELETE methods. ๐Ÿ“ฅ Each request method takes a path parameter and inherits from the Request protocol.โ€ฆ

PiotrekJeremicz's tweet image. When designing a #SwiftPackage, I enjoy crafting code that predicts the eventual results of development. ๐Ÿ› ๏ธ

Here are three sample requests using the GET, POST, and DELETE methods. ๐Ÿ“ฅ

Each request method takes a path parameter and inherits from the Request protocol.โ€ฆ

Morning #debugging session. ๐ŸŒ… I can't find a proper solution for sharing Configuration through the Request tree, so I started with a small case: the EmptyRequest with one modifier. ๐Ÿ’ป Working on a #SwiftPackage is easier with a sample app that you can run to test your code. ๐Ÿ“ฆโ€ฆ

PiotrekJeremicz's tweet image. Morning #debugging session. ๐ŸŒ…

I can't find a proper solution for sharing Configuration through the Request tree, so I started with a small case: the EmptyRequest with one modifier. ๐Ÿ’ป

Working on a #SwiftPackage is easier with a sample app that you can run to test your code. ๐Ÿ“ฆโ€ฆ

I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. #buildinpublic #swiftpackage #iOS17

zephyrwala's tweet image. I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. 
This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. 
#buildinpublic #swiftpackage #iOS17
zephyrwala's tweet image. I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. 
This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. 
#buildinpublic #swiftpackage #iOS17

#Firebase ใฎ #SwiftPackage ็‰ˆใ‚’่จญๅฎšใ—ใฆใฟใŸใ‚‰ Scheme ๆฑšๆŸ“ใŒๅ‡„ใ„ใ€‚#SPM

ko_ze_'s tweet image. #Firebase ใฎ #SwiftPackage ็‰ˆใ‚’่จญๅฎšใ—ใฆใฟใŸใ‚‰ Scheme ๆฑšๆŸ“ใŒๅ‡„ใ„ใ€‚#SPM

Checking new updates of dependencies in a swift package (LoopKit) is easy #swiftpackage #buildinpublic #MACOS #xcode #SPM #swift #swiftdeps

swiftdeps's tweet image. Checking new updates of dependencies in a swift package (LoopKit) is easy
#swiftpackage #buildinpublic #MACOS #xcode #SPM 
#swift #swiftdeps

Here you can find the final implementation and a ready to use #SwiftPackage github.com/stonko1994/Simโ€ฆ


Today, I am super excited to open source my first #SwiftPackage. Say hello to IGStoryKit! github.com/swapnanildhol/โ€ฆ IGStoryKit lets you post to Instagram Story with a content sticker and 4 different background types in just 3 lines of code ๐Ÿคฏ Please RT! #SwiftLang #IndieDev


Release 1.1.0 Added reload button to easily refresh the state of local swift package ๐Ÿ˜› #spm #swiftpackage #swift #buildinpublic #ios #swiftui #swiftdeps


Swift Package Pro Tip: you can add a swift package (local git) to your project by using the path with a file:/// prefix as the url. #swiftpackage #Xcode #iOSDev

LionKing2303's tweet image. Swift Package Pro Tip: you can add a swift package (local git) to your project by using the path with a file:/// prefix as the url. #swiftpackage #Xcode #iOSDev

This is how it looks. ๐Ÿง The method modifier sets the appropriate method in the configuration. I'm uncertain if this is the final solution, as I have concerns about the store location and how to pass configuration through the tree. ๐Ÿค” Brainstorm! โ›ˆ๏ธ #SwiftPackage #BuildInPublic

PiotrekJeremicz's tweet image. This is how it looks. ๐Ÿง

The method modifier sets the appropriate method in the configuration. I'm uncertain if this is the final solution, as I have concerns about the store location and how to pass configuration through the tree. ๐Ÿค”

Brainstorm! โ›ˆ๏ธ
#SwiftPackage #BuildInPublic

๐Ÿ“ฃI've just released a new Swift package for macOS developers using SwiftUI - TranslucentWindowStyle! ๐ŸŽ‰ ๐Ÿ‘€ Check out the GitHub repository for more details and code samples: github.com/DominatorVbN/Tโ€ฆ #iOS #iOSDev #SwiftPackage #SwiftUI


Morning #debugging session. ๐ŸŒ… I can't find a proper solution for sharing Configuration through the Request tree, so I started with a small case: the EmptyRequest with one modifier. ๐Ÿ’ป Working on a #SwiftPackage is easier with a sample app that you can run to test your code. ๐Ÿ“ฆโ€ฆ

PiotrekJeremicz's tweet image. Morning #debugging session. ๐ŸŒ…

I can't find a proper solution for sharing Configuration through the Request tree, so I started with a small case: the EmptyRequest with one modifier. ๐Ÿ’ป

Working on a #SwiftPackage is easier with a sample app that you can run to test your code. ๐Ÿ“ฆโ€ฆ

This is how it looks. ๐Ÿง The method modifier sets the appropriate method in the configuration. I'm uncertain if this is the final solution, as I have concerns about the store location and how to pass configuration through the tree. ๐Ÿค” Brainstorm! โ›ˆ๏ธ #SwiftPackage #BuildInPublic

PiotrekJeremicz's tweet image. This is how it looks. ๐Ÿง

The method modifier sets the appropriate method in the configuration. I'm uncertain if this is the final solution, as I have concerns about the store location and how to pass configuration through the tree. ๐Ÿค”

Brainstorm! โ›ˆ๏ธ
#SwiftPackage #BuildInPublic

Work, work... ๐Ÿ’ผ I have developed basic modifiers to configure URLRequest in the future, along with basic request methods. ๐Ÿ› ๏ธ Now, I need to determine how to build a configuration within the Request tree. ๐ŸŒณ #BuildInPublic #SwiftPackage #SPM

PiotrekJeremicz's tweet image. Work, work... ๐Ÿ’ผ

I have developed basic modifiers to configure URLRequest in the future, along with basic request methods. ๐Ÿ› ๏ธ

Now, I need to determine how to build a configuration within the Request tree. ๐ŸŒณ

#BuildInPublic #SwiftPackage #SPM

Having Request Modifier marks the second step in my #SwiftyNetworking package refactor. ๐Ÿ”„ Unlike before, I now rely on modifiers. Previously, #SwiftPackage copied the Request, modified the configuration, and returned a new object. Now, it's more aligned with #SwiftUI. ๐Ÿš€ #iOS

PiotrekJeremicz's tweet image. Having Request Modifier marks the second step in my #SwiftyNetworking package refactor. ๐Ÿ”„

Unlike before, I now rely on modifiers. Previously, #SwiftPackage copied the Request, modified the configuration, and returned a new object.

Now, it's more aligned with #SwiftUI. ๐Ÿš€

#iOS

When designing a #SwiftPackage, I enjoy crafting code that predicts the eventual results of development. ๐Ÿ› ๏ธ Here are three sample requests using the GET, POST, and DELETE methods. ๐Ÿ“ฅ Each request method takes a path parameter and inherits from the Request protocol.โ€ฆ

PiotrekJeremicz's tweet image. When designing a #SwiftPackage, I enjoy crafting code that predicts the eventual results of development. ๐Ÿ› ๏ธ

Here are three sample requests using the GET, POST, and DELETE methods. ๐Ÿ“ฅ

Each request method takes a path parameter and inherits from the Request protocol.โ€ฆ

๐Ÿ“ˆ MAY RESULTS ARE IN! ๐Ÿ”ฅ Swift Package delivered a powerful 28.97% return! Every month is a new opportunity โ€” and May proved that smart choices bring big rewards. ๐Ÿ’ฐ If youโ€™re not earning while you sleep, youโ€™re missing out. ๐ŸŒ™๐Ÿ’ผ #Zeotar #SwiftPackage #28PercentReturn

SebastianM79454's tweet image. ๐Ÿ“ˆ MAY RESULTS ARE IN!
๐Ÿ”ฅ Swift Package delivered a powerful 28.97% return!

Every month is a new opportunity โ€” and May proved that smart choices bring big rewards. ๐Ÿ’ฐ

If youโ€™re not earning while you sleep, youโ€™re missing out. ๐ŸŒ™๐Ÿ’ผ
#Zeotar #SwiftPackage #28PercentReturn

๐Ÿ“ˆ MAY RESULTS ARE IN! ๐Ÿ”ฅ Swift Package delivered a powerful 28.97% return! Every month is a new opportunity โ€” and May proved that smart choices bring big rewards. ๐Ÿ’ฐ If youโ€™re not earning while you sleep, youโ€™re missing out. ๐ŸŒ™๐Ÿ’ผ #Zeotar #SwiftPackage #28PercentReturn

ZeotarOfficial's tweet image. ๐Ÿ“ˆ MAY RESULTS ARE IN!
๐Ÿ”ฅ Swift Package delivered a powerful 28.97% return!

Every month is a new opportunity โ€” and May proved that smart choices bring big rewards. ๐Ÿ’ฐ

If youโ€™re not earning while you sleep, youโ€™re missing out. ๐ŸŒ™๐Ÿ’ผ
#Zeotar #SwiftPackage #28PercentReturn

Ever built #Swift code on Mac, only to hit a wall when running it on #Linux? ๐Ÿ™‹โ€โ™‚๏ธ That was me today! But guess what? The fix was as simple as running: swift-linux. ๐Ÿ’ก Curious how it works? I wrote a quick guide, check it out here ๐Ÿ‘‡ fline.dev/test-your-swifโ€ฆ #SwiftPackage #iOSDev

fline.dev

Test your Swift Packages Linux Compatibility on Mac

Ever wondered how to test your Swift codeโ€™s compatibility with Linux from your Mac without diving into Docker? In this article, Iโ€™ll share a simple command that makes the process effortless!


๐Ÿ“ฆ Developing a Swift Package with SPM? Want to expose types from dependencies to the client app without importing them directly? Learn how to do it efficiently! #SwiftPackage #SPM #DependencyManagement #iOSDev ift.tt/q4Toaum


"Add user-customizable global keyboard shortcuts to your macOS app in minutes with this package. It's fully sandbox and Mac App Store compatible. Used in production by Dato, Jiffy, Plash, and Lungo. PR welcome for more features! #macOS #SwiftPackage github.com/sindresorhus/Kโ€ฆ"


I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. #buildinpublic #swiftpackage #iOS17

zephyrwala's tweet image. I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. 
This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. 
#buildinpublic #swiftpackage #iOS17
zephyrwala's tweet image. I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. 
This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. 
#buildinpublic #swiftpackage #iOS17

No results for "#swiftpackage"

Having Request Modifier marks the second step in my #SwiftyNetworking package refactor. ๐Ÿ”„ Unlike before, I now rely on modifiers. Previously, #SwiftPackage copied the Request, modified the configuration, and returned a new object. Now, it's more aligned with #SwiftUI. ๐Ÿš€ #iOS

PiotrekJeremicz's tweet image. Having Request Modifier marks the second step in my #SwiftyNetworking package refactor. ๐Ÿ”„

Unlike before, I now rely on modifiers. Previously, #SwiftPackage copied the Request, modified the configuration, and returned a new object.

Now, it's more aligned with #SwiftUI. ๐Ÿš€

#iOS

Work, work... ๐Ÿ’ผ I have developed basic modifiers to configure URLRequest in the future, along with basic request methods. ๐Ÿ› ๏ธ Now, I need to determine how to build a configuration within the Request tree. ๐ŸŒณ #BuildInPublic #SwiftPackage #SPM

PiotrekJeremicz's tweet image. Work, work... ๐Ÿ’ผ

I have developed basic modifiers to configure URLRequest in the future, along with basic request methods. ๐Ÿ› ๏ธ

Now, I need to determine how to build a configuration within the Request tree. ๐ŸŒณ

#BuildInPublic #SwiftPackage #SPM

Morning #debugging session. ๐ŸŒ… I can't find a proper solution for sharing Configuration through the Request tree, so I started with a small case: the EmptyRequest with one modifier. ๐Ÿ’ป Working on a #SwiftPackage is easier with a sample app that you can run to test your code. ๐Ÿ“ฆโ€ฆ

PiotrekJeremicz's tweet image. Morning #debugging session. ๐ŸŒ…

I can't find a proper solution for sharing Configuration through the Request tree, so I started with a small case: the EmptyRequest with one modifier. ๐Ÿ’ป

Working on a #SwiftPackage is easier with a sample app that you can run to test your code. ๐Ÿ“ฆโ€ฆ

Version 1.0 of my #swiftpackage #DragonAnnouncement is almost ready.

drag0ndust's tweet image. Version 1.0 of my #swiftpackage #DragonAnnouncement is almost ready.

When designing a #SwiftPackage, I enjoy crafting code that predicts the eventual results of development. ๐Ÿ› ๏ธ Here are three sample requests using the GET, POST, and DELETE methods. ๐Ÿ“ฅ Each request method takes a path parameter and inherits from the Request protocol.โ€ฆ

PiotrekJeremicz's tweet image. When designing a #SwiftPackage, I enjoy crafting code that predicts the eventual results of development. ๐Ÿ› ๏ธ

Here are three sample requests using the GET, POST, and DELETE methods. ๐Ÿ“ฅ

Each request method takes a path parameter and inherits from the Request protocol.โ€ฆ

#Firebase ใฎ #SwiftPackage ็‰ˆใ‚’่จญๅฎšใ—ใฆใฟใŸใ‚‰ Scheme ๆฑšๆŸ“ใŒๅ‡„ใ„ใ€‚#SPM

ko_ze_'s tweet image. #Firebase ใฎ #SwiftPackage ็‰ˆใ‚’่จญๅฎšใ—ใฆใฟใŸใ‚‰ Scheme ๆฑšๆŸ“ใŒๅ‡„ใ„ใ€‚#SPM

Checking new updates of dependencies in a swift package (LoopKit) is easy #swiftpackage #buildinpublic #MACOS #xcode #SPM #swift #swiftdeps

swiftdeps's tweet image. Checking new updates of dependencies in a swift package (LoopKit) is easy
#swiftpackage #buildinpublic #MACOS #xcode #SPM 
#swift #swiftdeps

I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. #buildinpublic #swiftpackage #iOS17

zephyrwala's tweet image. I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. 
This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. 
#buildinpublic #swiftpackage #iOS17
zephyrwala's tweet image. I'm using the weather overlay on the maps in the trip planner section from my we-Ather module. 
This way it is easier for the user to plan their trip accordingly if it's going to rain and keep raincoat ready for the upcoming showers. 
#buildinpublic #swiftpackage #iOS17

Swift Package Pro Tip: you can add a swift package (local git) to your project by using the path with a file:/// prefix as the url. #swiftpackage #Xcode #iOSDev

LionKing2303's tweet image. Swift Package Pro Tip: you can add a swift package (local git) to your project by using the path with a file:/// prefix as the url. #swiftpackage #Xcode #iOSDev

This is how it looks. ๐Ÿง The method modifier sets the appropriate method in the configuration. I'm uncertain if this is the final solution, as I have concerns about the store location and how to pass configuration through the tree. ๐Ÿค” Brainstorm! โ›ˆ๏ธ #SwiftPackage #BuildInPublic

PiotrekJeremicz's tweet image. This is how it looks. ๐Ÿง

The method modifier sets the appropriate method in the configuration. I'm uncertain if this is the final solution, as I have concerns about the store location and how to pass configuration through the tree. ๐Ÿค”

Brainstorm! โ›ˆ๏ธ
#SwiftPackage #BuildInPublic

Just added GitHub Actions to my OpenSource Swift Package, DragonAnnouncement! ๐Ÿ‰๐Ÿ“ข Check it out on my GitHub repo (buff.ly/3QDvg8D) and feel free to contribute! #OpenSource #GitHubActions #SwiftPackage #DragonAnnouncement ๐Ÿ”ฅ๐Ÿ’ป๐Ÿ‘ฉโ€๐Ÿ’ป

drag0ndust's tweet image. Just added GitHub Actions to my OpenSource Swift Package, DragonAnnouncement! ๐Ÿ‰๐Ÿ“ข

Check it out on my GitHub repo (buff.ly/3QDvg8D) and feel free to contribute! 

#OpenSource #GitHubActions #SwiftPackage #DragonAnnouncement ๐Ÿ”ฅ๐Ÿ’ป๐Ÿ‘ฉโ€๐Ÿ’ป

๐Ÿ“ˆ MAY RESULTS ARE IN! ๐Ÿ”ฅ Swift Package delivered a powerful 28.97% return! Every month is a new opportunity โ€” and May proved that smart choices bring big rewards. ๐Ÿ’ฐ If youโ€™re not earning while you sleep, youโ€™re missing out. ๐ŸŒ™๐Ÿ’ผ #Zeotar #SwiftPackage #28PercentReturn

SebastianM79454's tweet image. ๐Ÿ“ˆ MAY RESULTS ARE IN!
๐Ÿ”ฅ Swift Package delivered a powerful 28.97% return!

Every month is a new opportunity โ€” and May proved that smart choices bring big rewards. ๐Ÿ’ฐ

If youโ€™re not earning while you sleep, youโ€™re missing out. ๐ŸŒ™๐Ÿ’ผ
#Zeotar #SwiftPackage #28PercentReturn

๐Ÿ“ˆ MAY RESULTS ARE IN! ๐Ÿ”ฅ Swift Package delivered a powerful 28.97% return! Every month is a new opportunity โ€” and May proved that smart choices bring big rewards. ๐Ÿ’ฐ If youโ€™re not earning while you sleep, youโ€™re missing out. ๐ŸŒ™๐Ÿ’ผ #Zeotar #SwiftPackage #28PercentReturn

ZeotarOfficial's tweet image. ๐Ÿ“ˆ MAY RESULTS ARE IN!
๐Ÿ”ฅ Swift Package delivered a powerful 28.97% return!

Every month is a new opportunity โ€” and May proved that smart choices bring big rewards. ๐Ÿ’ฐ

If youโ€™re not earning while you sleep, youโ€™re missing out. ๐ŸŒ™๐Ÿ’ผ
#Zeotar #SwiftPackage #28PercentReturn

Loading...

Something went wrong.


Something went wrong.


United States Trends