Skip to content

Commit

Permalink
fix: ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
jordmccord committed Mar 7, 2025
1 parent c4cbc73 commit 61aed32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/native-ui-storybook/app.config.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
bundleIdentifier: 'com.utilitywarehouse.native-ui',
infoPlist: {
LSApplicationQueriesSchemes: ['native-ui'],
ITSAppUsesNonExemptEncryption: false,
},
},
android: {
Expand Down
1 change: 1 addition & 0 deletions apps/native-ui-storybook/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default ({ config }: ConfigContext): ExpoConfig => {
bundleIdentifier: 'com.utilitywarehouse.native-ui',
infoPlist: {
LSApplicationQueriesSchemes: ['native-ui'],
ITSAppUsesNonExemptEncryption: false,
},
},
android: {
Expand Down

0 comments on commit 61aed32

Please sign in to comment.