Skip to content

Commit

Permalink
build properties?
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Feb 24, 2024
1 parent ac95d48 commit 96897ed
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1,772 deletions.
8 changes: 8 additions & 0 deletions apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ const defineConfig = (): ExpoConfig => ({
plugins: [
"./expo-plugins/with-modify-gradle.js",
"expo-apple-authentication",
[
"expo-build-properties",
{
ios: {
useFrameworks: "static",
},
},
],
],
owner: "warriorborgs",
});
Expand Down
1 change: 1 addition & 0 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@trpc/server": "11.0.0-next-beta.289",
"expo": "~50.0.7",
"expo-apple-authentication": "~6.3.0",
"expo-build-properties": "~0.11.1",
"expo-constants": "~15.4.5",
"expo-crypto": "^12.8.1",
"expo-image": "~1.10.6",
Expand Down
Loading

0 comments on commit 96897ed

Please sign in to comment.