Skip to content

Commit

Permalink
chore: update projectId and owner in app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu committed Dec 14, 2024
1 parent 9d944ac commit 44d2b11
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "org.casdoor.casdoorapp",
Expand All @@ -33,7 +31,7 @@
},
"extra": {
"eas": {
"projectId": "c02d2dfe-dd43-46ff-8a3e-e384fbc95b1d"
"projectId": "d0ddea88-9be6-46db-8aa5-ea6d80cef527"
}
},
"plugins": [
Expand All @@ -53,6 +51,6 @@
"expo-font",
"expo-localization"
],
"owner": "casdoor"
"owner": "zzbs"
}
}

0 comments on commit 44d2b11

Please sign in to comment.