책 이미지
책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 > 애플 프로그래밍
· ISBN : 9781484270486
· 쪽수 : 211쪽
· 출판일 : 2021-05-28
목차
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
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














