Cantitate/Preț
Produs

Mastering Swift Package Manager: Build and Test Modular Apps Using Xcode

Autor Avi Tsadok
en Limba Engleză Paperback – 28 mai 2021
Maintaining an iOS project often results in thousands of code files scattered around your folders. Did you ever wanted to reuse those files with other projects but found yourself making copies of Swift files? You are not alone! Many iOS developers struggle with this issue as well—unorganized projects, duplicated files, difficulty in testing, and long complication times.  This book will show how Swift Package Manager can help you handle these problems by restructuring your project to make it efficient and straightforward. 

Swift Package Manager isn’t magic, but you’ll likely need a little guidance in using this nifty tool. You'll see how to reorganize projects smartly and efficiently, create your first Swift package, and learn what libraries are in this context. Then share your package with the rest of your projects. Next test your library’s quality. And then take your library to the next level of power by including files that go beyond just code. 

By going over the methodology of big project organization, you will have the ability to extend your project into the future as Apple sees it. Make no mistake—the path for a modular and flexible project is not easy. With the help of Swift Package Manager, it becomes possible and worth it.

What You'll Learn
  • Create a Swift package both from the command line and from Xcode 
  • Manage Swift packages in public and private Git repositories 
  • Build test suites to test integrations between packages

Who This Book Is For 

Senior iOS developers and team leaders who already have professional experience with Swift.
Citește tot Restrânge

Preț: 28107 lei

Preț vechi: 35134 lei
-20% Nou

Puncte Express: 422

Preț estimativ în valută:
5380 5785$ 4485£

Carte disponibilă

Livrare economică 28 noiembrie-12 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484270486
ISBN-10: 1484270487
Pagini: 211
Ilustrații: XI, 211 p. 66 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.32 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

Chapter 1 – Introduction.- Chapter 2 – Organized Mess.- Chapter 3 – Swift Package to the Rescue.- Chapter 4 – Design and Link Our First Package.- Chapter 5 – All About Dependencies.- Chapter 6 – And Sharing for All.- Chapter 7 – Testing is Caring.- Chapter 8 – Spicing up with Resources.- Chapter 9 - XCFrameworks.

Notă biografică

Avi Tsadok is an accomplished iOS Developer with almost a decade of experience. He currently heads mobile developemnt at Any.do, a leading productivity app. He's also a regular contributor to "Better Programming" and has an active presence on Medium. He uses writing to combine his passion for helping educate the development community while working on refining his own skills in developing.

Textul de pe ultima copertă

Maintaining an iOS project often results in thousands of code files scattered around your folders. Did you ever wanted to reuse those files with other projects but found yourself making copies of Swift files? You are not alone! Many iOS developers struggle with this issue as well—unorganized projects, duplicated files, difficulty in testing, and long complication times.  This book will show how Swift Package Manager can help you handle these problems by restructuring your project to make it efficient and straightforward. 

Swift Package Manager isn’t magic, but you’ll likely need a little guidance in using this nifty tool. You'll see how to reorganize projects smartly and efficiently, create your first Swift package, and learn what libraries are in this context. Then share your package with the rest of your projects. Next test your library’s quality. And then take your library to the next level of power by including files that go beyond just code. 

By going over the methodology of big project organization, you will have the ability to extend your project into the future as Apple sees it. Make no mistake—the path for a modular and flexible project is not easy. With the help of Swift Package Manager, it becomes possible and worth it.

You will:
  • Create a Swift package both from the command line and from Xcode 
  • Manage Swift packages in public and private Git repositories 
  • Build test suites to test integrations between packages

Caracteristici

Lay down the methodology of modular apps from the very first steps Organize your code files efficiently Decouple parts of your code to increase your code flexibility