Skip to content

Commit

Permalink
Make mergable frameworks to increase launch time
Browse files Browse the repository at this point in the history
  • Loading branch information
rinat-enikeev committed Nov 24, 2023
1 parent 77baf7f commit b41cbdf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Packages/RuuviContext/target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
targets:
RuuviContext:
# https://github.com/groue/GRDB.swift/issues/642
settings:
base:
MERGEABLE_LIBRARY: false
templates:
- Framework
dependencies:
Expand Down
4 changes: 4 additions & 0 deletions Packages/RuuviOntology/target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
targets:
RuuviOntology:
# https://github.com/groue/GRDB.swift/issues/642
settings:
base:
MERGEABLE_LIBRARY: false
templates:
- Framework
dependencies:
Expand Down
4 changes: 4 additions & 0 deletions Packages/RuuviPersistence/target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
targets:
RuuviPersistence:
# https://github.com/groue/GRDB.swift/issues/642
settings:
base:
MERGEABLE_LIBRARY: false
templates:
- Framework
dependencies:
Expand Down
4 changes: 4 additions & 0 deletions Packages/RuuviReactor/target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
targets:
RuuviReactor:
# https://github.com/groue/GRDB.swift/issues/642
settings:
base:
MERGEABLE_LIBRARY: false
templates:
- Framework
dependencies:
Expand Down
1 change: 1 addition & 0 deletions project_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ targets:
UIViewControllerBasedStatusBarAppearance: true
settings:
base:
MERGED_BINARY_TYPE: "manual"
TARGETED_DEVICE_FAMILY: 1,2
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: true
CODE_SIGN_ENTITLEMENTS: station/station.entitlements

0 comments on commit b41cbdf

Please sign in to comment.