Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

[config-plugins] add EXUpdatesRequestHeaders to ExpoPlist type #3577

Merged
merged 4 commits into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is the log of notable changes to Expo CLI and related packages.

### 🎉 New features

- [config-plugins] add config request headers to Updates Config enum ([#3571](https://github.com/expo/expo-cli/pull/3571))
- [config-plugins] add config request headers to Updates Config Enum and ExpoPlist Type ([#3571](https://github.com/expo/expo-cli/pull/3571))([##3577](https://github.com/expo/expo-cli/pull/3577))

### 🧹 Chores

Expand Down
1 change: 1 addition & 0 deletions packages/config-plugins/src/ios/IosConfig.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type ExpoPlist = {
EXUpdatesLaunchWaitMs?: number;
EXUpdatesReleaseChannel?: string;
EXUpdatesRuntimeVersion?: string;
EXUpdatesRequestHeaders: Record<string, string>;
EXUpdatesSDKVersion?: string;
EXUpdatesURL?: string;
};