Skip to content

Commit

Permalink
Respect app extension only API requirement (#1813)
Browse files Browse the repository at this point in the history
In order to distribute to TestFlight
  • Loading branch information
rinat-enikeev authored Dec 20, 2023
1 parent cb9bd00 commit cd3f07e
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 27 deletions.
11 changes: 2 additions & 9 deletions Apps/RuuviStation/Intents/target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ targets:
settings:
base:
CODE_SIGN_ENTITLEMENTS: Apps/RuuviStation/Intents/Sources/Intents.entitlements
APPLICATION_EXTENSION_API_ONLY: true
configs:
Alpha:
CODE_SIGN_IDENTITY: "iPhone Distribution"
Expand Down Expand Up @@ -51,18 +52,10 @@ targets:
- package: Humidity
- package: KeychainAccess
- target: RuuviUser
embed: true
- target: RuuviCloud
embed: true
- target: RuuviOntology
embed: true
- target: RuuviPool
embed: true
- target: RuuviLocal
embed: true
- target: RuuviPersistence
embed: true
- target: RuuviContext
embed: true
- target: RuuviLocalization
embed: true
- target: RuuviLocalization
11 changes: 2 additions & 9 deletions Apps/RuuviStation/NotificationService/target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ targets:
settings:
base:
CODE_SIGN_ENTITLEMENTS: Apps/RuuviStation/NotificationService/Sources/NotificationService.entitlements
APPLICATION_EXTENSION_API_ONLY: true
configs:
Alpha:
CODE_SIGN_IDENTITY: "iPhone Distribution"
Expand Down Expand Up @@ -48,18 +49,10 @@ targets:
- package: Humidity
- package: KeychainAccess
- target: RuuviUser
embed: true
- target: RuuviCloud
embed: true
- target: RuuviOntology
embed: true
- target: RuuviPool
embed: true
- target: RuuviLocal
embed: true
- target: RuuviPersistence
embed: true
- target: RuuviContext
embed: true
- target: RuuviLocalization
embed: true
- target: RuuviLocalization
11 changes: 2 additions & 9 deletions Apps/RuuviStation/Widgets/target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ targets:
settings:
base:
CODE_SIGN_ENTITLEMENTS: Apps/RuuviStation/Widgets/Sources/Widgets.entitlements
APPLICATION_EXTENSION_API_ONLY: true
configs:
Alpha:
CODE_SIGN_IDENTITY: "iPhone Distribution"
Expand Down Expand Up @@ -44,18 +45,10 @@ targets:
- package: Humidity
- package: KeychainAccess
- target: RuuviUser
embed: true
- target: RuuviCloud
embed: true
- target: RuuviOntology
embed: true
- target: RuuviPool
embed: true
- target: RuuviLocal
embed: true
- target: RuuviPersistence
embed: true
- target: RuuviContext
embed: true
- target: RuuviLocalization
embed: true
- target: RuuviLocalization
1 change: 1 addition & 0 deletions Common/RuuviLocalization/target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ targets:
settings:
base:
MERGEABLE_LIBRARY: false
APPLICATION_EXTENSION_API_ONLY: true
templates:
- CommonFramework
sources:
Expand Down
3 changes: 3 additions & 0 deletions Packages/RuuviCloud/target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
targets:
RuuviCloud:
settings:
base:
APPLICATION_EXTENSION_API_ONLY: true
templates:
- Framework
sources:
Expand Down
1 change: 1 addition & 0 deletions Packages/RuuviContext/target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ targets:
settings:
base:
MERGEABLE_LIBRARY: false
APPLICATION_EXTENSION_API_ONLY: true
templates:
- Framework
sources:
Expand Down
4 changes: 4 additions & 0 deletions Packages/RuuviLocal/target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
targets:
RuuviLocal:
settings:
base:
MERGEABLE_LIBRARY: false
APPLICATION_EXTENSION_API_ONLY: true
templates:
- Framework
sources:
Expand Down
1 change: 1 addition & 0 deletions Packages/RuuviOntology/target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ targets:
settings:
base:
MERGEABLE_LIBRARY: false
APPLICATION_EXTENSION_API_ONLY: true
templates:
- Framework
sources:
Expand Down
1 change: 1 addition & 0 deletions Packages/RuuviPersistence/target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ targets:
settings:
base:
MERGEABLE_LIBRARY: false
APPLICATION_EXTENSION_API_ONLY: true
templates:
- Framework
sources:
Expand Down
3 changes: 3 additions & 0 deletions Packages/RuuviPool/target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
targets:
RuuviPool:
settings:
base:
APPLICATION_EXTENSION_API_ONLY: true
templates:
- Framework
sources:
Expand Down
3 changes: 3 additions & 0 deletions Packages/RuuviUser/target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
targets:
RuuviUser:
settings:
base:
APPLICATION_EXTENSION_API_ONLY: true
templates:
- Framework
sources:
Expand Down

0 comments on commit cd3f07e

Please sign in to comment.