Mastering Swift package manager: build and test modular apps using Xcode
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 project...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York, NY
Apress
[2021]
|
Schlagworte: | |
Zusammenfassung: | 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 packagesWho This Book Is For Senior iOS developers and team leaders who already have professional experience with Swift |
Beschreibung: | 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 Chapter 1 – Introduction – Clean Your Room ; Introduction; Personal View; Modularity is not a slogan – it’s a way of living; The Future by Apple; How to read this book; Summary; ; Chapter 2 – Organized Mess; Introduction; Our Weather App; The Project Navigator; Modular Apps; Principles; Design a modular app.; Frameworks and Bundles; Cocoapods and Carthage; Static and Dynamic Libraries; Summary; ; Chapter 3 – Swift Package to the Rescue; Introduction; Create our first package; Command Line Tool; Or from Xcode; Document your package with Readme.md file; Meet the package brain – the manifest file; Integrate our package within the app; Summary; ; Chapter 4 – Manage Dependencies; Introduction; Dependencies’ Methodologic; Reorganize our project.; Remote Dependency; Manifest File; Version Lock; Local Dependency; Swift Build command; Summary; ; Chapter 5 – Move to GIT; Integrate; Upload our first package to git; Integrate our package to Xcode; Integrate our package to another package; Dealing with private repositories; The importance of Integration Tests; Summary; ; ; Chapter 6 – Stay Local with Mono Repo; Introduction; Code Sharing is Not Simple; Meet Mono Repo; Mono Repo Best Practices; Summary; ; Chapter 7 – Unit and Integration Tests; Introduction; Testing is carrying; Writing the package unit test; Test a package from the command line; Build an integration test project; Summary; ; ; Chapter 8 – Add Some Spice with Resources; Introduction; Adding Files to a swift package; Types of resources; Images; Localization files; UI files (Xib, storyboards); SwifttUI; Use Cases ; Summary |
Beschreibung: | xi, 211 Seiten Illustrationen 349 grams |
ISBN: | 9781484270486 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV047382824 | ||
003 | DE-604 | ||
005 | 20210817 | ||
007 | t | ||
008 | 210722s2021 a||| |||| 00||| eng d | ||
020 | |a 9781484270486 |9 978-1-4842-7048-6 | ||
024 | 3 | |a 9781484270486 | |
035 | |a (OCoLC)1264262864 | ||
035 | |a (DE-599)BVBBV047382824 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-29T | ||
100 | 1 | |a Tsadok, Avi |e Verfasser |0 (DE-588)1222566389 |4 aut | |
245 | 1 | 0 | |a Mastering Swift package manager |b build and test modular apps using Xcode |c Avi Tsadok |
264 | 1 | |a New York, NY |b Apress |c [2021] | |
300 | |a xi, 211 Seiten |b Illustrationen |c 349 grams | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a 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 | ||
500 | |a Chapter 1 – Introduction – Clean Your Room ; Introduction; Personal View; Modularity is not a slogan – it’s a way of living; The Future by Apple; How to read this book; Summary; ; Chapter 2 – Organized Mess; Introduction; Our Weather App; The Project Navigator; Modular Apps; Principles; Design a modular app.; Frameworks and Bundles; Cocoapods and Carthage; Static and Dynamic Libraries; Summary; ; Chapter 3 – Swift Package to the Rescue; Introduction; Create our first package; Command Line Tool; Or from Xcode; Document your package with Readme.md file; Meet the package brain – the manifest file; Integrate our package within the app; Summary; ; Chapter 4 – Manage Dependencies; Introduction; Dependencies’ Methodologic; Reorganize our project.; Remote Dependency; Manifest File; Version Lock; Local Dependency; Swift Build command; Summary; ; Chapter 5 – Move to GIT; Integrate; Upload our first package to git; Integrate our package to Xcode; Integrate our package to another package; Dealing with private repositories; The importance of Integration Tests; Summary; ; ; Chapter 6 – Stay Local with Mono Repo; Introduction; Code Sharing is Not Simple; Meet Mono Repo; Mono Repo Best Practices; Summary; ; Chapter 7 – Unit and Integration Tests; Introduction; Testing is carrying; Writing the package unit test; Test a package from the command line; Build an integration test project; Summary; ; ; Chapter 8 – Add Some Spice with Resources; Introduction; Adding Files to a swift package; Types of resources; Images; Localization files; UI files (Xib, storyboards); SwifttUI; Use Cases ; Summary | ||
520 | |a 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 packagesWho This Book Is For Senior iOS developers and team leaders who already have professional experience with Swift | ||
650 | 4 | |a Apple computer | |
650 | 4 | |a Computer science | |
650 | 0 | 7 | |a Xcode |0 (DE-588)7552970-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a iOS |0 (DE-588)7845187-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Swift |g Programmiersprache |0 (DE-588)1066617112 |2 gnd |9 rswk-swf |
653 | |a Hardcover, Softcover / Informatik, EDV/Betriebssysteme, Benutzeroberflächen | ||
689 | 0 | 0 | |a iOS |0 (DE-588)7845187-5 |D s |
689 | 0 | 1 | |a Swift |g Programmiersprache |0 (DE-588)1066617112 |D s |
689 | 0 | 2 | |a Xcode |0 (DE-588)7552970-1 |D s |
689 | 0 | |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-4842-7049-3 |
999 | |a oai:aleph.bib-bvb.de:BVB01-032784338 |
Datensatz im Suchindex
_version_ | 1804182629458640896 |
---|---|
adam_txt | |
any_adam_object | |
any_adam_object_boolean | |
author | Tsadok, Avi |
author_GND | (DE-588)1222566389 |
author_facet | Tsadok, Avi |
author_role | aut |
author_sort | Tsadok, Avi |
author_variant | a t at |
building | Verbundindex |
bvnumber | BV047382824 |
ctrlnum | (OCoLC)1264262864 (DE-599)BVBBV047382824 |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>06097nam a2200433 c 4500</leader><controlfield tag="001">BV047382824</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210817 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">210722s2021 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781484270486</subfield><subfield code="9">978-1-4842-7048-6</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781484270486</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1264262864</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV047382824</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Tsadok, Avi</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1222566389</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering Swift package manager</subfield><subfield code="b">build and test modular apps using Xcode</subfield><subfield code="c">Avi Tsadok</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York, NY</subfield><subfield code="b">Apress</subfield><subfield code="c">[2021]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">xi, 211 Seiten</subfield><subfield code="b">Illustrationen</subfield><subfield code="c">349 grams</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Chapter 1 – Introduction – Clean Your Room ; Introduction; Personal View; Modularity is not a slogan – it’s a way of living; The Future by Apple; How to read this book; Summary; ; Chapter 2 – Organized Mess; Introduction; Our Weather App; The Project Navigator; Modular Apps; Principles; Design a modular app.; Frameworks and Bundles; Cocoapods and Carthage; Static and Dynamic Libraries; Summary; ; Chapter 3 – Swift Package to the Rescue; Introduction; Create our first package; Command Line Tool; Or from Xcode; Document your package with Readme.md file; Meet the package brain – the manifest file; Integrate our package within the app; Summary; ; Chapter 4 – Manage Dependencies; Introduction; Dependencies’ Methodologic; Reorganize our project.; Remote Dependency; Manifest File; Version Lock; Local Dependency; Swift Build command; Summary; ; Chapter 5 – Move to GIT; Integrate; Upload our first package to git; Integrate our package to Xcode; Integrate our package to another package; Dealing with private repositories; The importance of Integration Tests; Summary; ; ; Chapter 6 – Stay Local with Mono Repo; Introduction; Code Sharing is Not Simple; Meet Mono Repo; Mono Repo Best Practices; Summary; ; Chapter 7 – Unit and Integration Tests; Introduction; Testing is carrying; Writing the package unit test; Test a package from the command line; Build an integration test project; Summary; ; ; Chapter 8 – Add Some Spice with Resources; Introduction; Adding Files to a swift package; Types of resources; Images; Localization files; UI files (Xib, storyboards); SwifttUI; Use Cases ; Summary</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">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 packagesWho This Book Is For Senior iOS developers and team leaders who already have professional experience with Swift</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Apple computer</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer science</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Xcode</subfield><subfield code="0">(DE-588)7552970-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">iOS</subfield><subfield code="0">(DE-588)7845187-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Swift</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)1066617112</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="653" ind1=" " ind2=" "><subfield code="a">Hardcover, Softcover / Informatik, EDV/Betriebssysteme, Benutzeroberflächen</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">iOS</subfield><subfield code="0">(DE-588)7845187-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Swift</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)1066617112</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Xcode</subfield><subfield code="0">(DE-588)7552970-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-4842-7049-3</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-032784338</subfield></datafield></record></collection> |
id | DE-604.BV047382824 |
illustrated | Illustrated |
index_date | 2024-07-03T17:48:05Z |
indexdate | 2024-07-10T09:10:35Z |
institution | BVB |
isbn | 9781484270486 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032784338 |
oclc_num | 1264262864 |
open_access_boolean | |
owner | DE-29T |
owner_facet | DE-29T |
physical | xi, 211 Seiten Illustrationen 349 grams |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Apress |
record_format | marc |
spelling | Tsadok, Avi Verfasser (DE-588)1222566389 aut Mastering Swift package manager build and test modular apps using Xcode Avi Tsadok New York, NY Apress [2021] xi, 211 Seiten Illustrationen 349 grams txt rdacontent n rdamedia nc rdacarrier 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 Chapter 1 – Introduction – Clean Your Room ; Introduction; Personal View; Modularity is not a slogan – it’s a way of living; The Future by Apple; How to read this book; Summary; ; Chapter 2 – Organized Mess; Introduction; Our Weather App; The Project Navigator; Modular Apps; Principles; Design a modular app.; Frameworks and Bundles; Cocoapods and Carthage; Static and Dynamic Libraries; Summary; ; Chapter 3 – Swift Package to the Rescue; Introduction; Create our first package; Command Line Tool; Or from Xcode; Document your package with Readme.md file; Meet the package brain – the manifest file; Integrate our package within the app; Summary; ; Chapter 4 – Manage Dependencies; Introduction; Dependencies’ Methodologic; Reorganize our project.; Remote Dependency; Manifest File; Version Lock; Local Dependency; Swift Build command; Summary; ; Chapter 5 – Move to GIT; Integrate; Upload our first package to git; Integrate our package to Xcode; Integrate our package to another package; Dealing with private repositories; The importance of Integration Tests; Summary; ; ; Chapter 6 – Stay Local with Mono Repo; Introduction; Code Sharing is Not Simple; Meet Mono Repo; Mono Repo Best Practices; Summary; ; Chapter 7 – Unit and Integration Tests; Introduction; Testing is carrying; Writing the package unit test; Test a package from the command line; Build an integration test project; Summary; ; ; Chapter 8 – Add Some Spice with Resources; Introduction; Adding Files to a swift package; Types of resources; Images; Localization files; UI files (Xib, storyboards); SwifttUI; Use Cases ; Summary 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 packagesWho This Book Is For Senior iOS developers and team leaders who already have professional experience with Swift Apple computer Computer science Xcode (DE-588)7552970-1 gnd rswk-swf iOS (DE-588)7845187-5 gnd rswk-swf Swift Programmiersprache (DE-588)1066617112 gnd rswk-swf Hardcover, Softcover / Informatik, EDV/Betriebssysteme, Benutzeroberflächen iOS (DE-588)7845187-5 s Swift Programmiersprache (DE-588)1066617112 s Xcode (DE-588)7552970-1 s DE-604 Erscheint auch als Online-Ausgabe 978-1-4842-7049-3 |
spellingShingle | Tsadok, Avi Mastering Swift package manager build and test modular apps using Xcode Apple computer Computer science Xcode (DE-588)7552970-1 gnd iOS (DE-588)7845187-5 gnd Swift Programmiersprache (DE-588)1066617112 gnd |
subject_GND | (DE-588)7552970-1 (DE-588)7845187-5 (DE-588)1066617112 |
title | Mastering Swift package manager build and test modular apps using Xcode |
title_auth | Mastering Swift package manager build and test modular apps using Xcode |
title_exact_search | Mastering Swift package manager build and test modular apps using Xcode |
title_exact_search_txtP | Mastering Swift package manager build and test modular apps using Xcode |
title_full | Mastering Swift package manager build and test modular apps using Xcode Avi Tsadok |
title_fullStr | Mastering Swift package manager build and test modular apps using Xcode Avi Tsadok |
title_full_unstemmed | Mastering Swift package manager build and test modular apps using Xcode Avi Tsadok |
title_short | Mastering Swift package manager |
title_sort | mastering swift package manager build and test modular apps using xcode |
title_sub | build and test modular apps using Xcode |
topic | Apple computer Computer science Xcode (DE-588)7552970-1 gnd iOS (DE-588)7845187-5 gnd Swift Programmiersprache (DE-588)1066617112 gnd |
topic_facet | Apple computer Computer science Xcode iOS Swift Programmiersprache |
work_keys_str_mv | AT tsadokavi masteringswiftpackagemanagerbuildandtestmodularappsusingxcode |