Build and Test Modular Apps Using Xcode
Buch, Englisch, 211 Seiten, Format (B × H): 155 mm x 235 mm, Gewicht: 347 g
ISBN: 978-1-4842-7048-6
Verlag: Apress
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.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
Weitere Infos & Material
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 BundlesCocoapods 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
SummaryChapter 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 TestsIntroduction
Testing is carrying
Writing the package unit test
Test a package from the command line
Build an integration test project
SummaryChapter 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



