Commit 9a2466e
authored
Introduce SwiftBundler library target (#66)
* Create SwiftBundler library target; Keep Main.swift in executable target swift-bundler
* Make essentials public
* Make appImagePIDs public for Linux
* Give format script executable permission
* Format
* Fix access level for PSProcess typealias on Linux
* Move process termination to dedicated function
* Update generate_docs.sh to match what happens on CI
* Typealias must be public for Linux
* Fix default init
* Use official Swift argument parser
* Fix Signal.rawValue access level on Windows
* Rename Main.swift to swift-bundler.swift to satisfy Windows compiler
* Fix swift-bundler description
* Refine swift-bundler main
* Refactor main1 parent 7081ebd commit 9a2466e
File tree
175 files changed
+117
-129
lines changed- Sources
- SwiftBundler
- Bundler
- CodeSigner
- ProvisioningProfileManager
- Runner
- SimulatorManager
- SwiftPackageManager
- Templater
- Xcodebuild
- XcodeprojConverter
- Commands
- Devices
- Simulators
- Templates
- Configuration
- V1
- V2
- Extensions
- Utility
- OutputBuilder
- swift-bundler
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
175 files changed
+117
-129
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
43 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
172 | | - | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments