Skip to content

Commit

Permalink
fix: 🐛 fix UIRequiredDeviceCapabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfei02 committed Feb 23, 2022
1 parent fec68b2 commit 05dcdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"NSLocationAlwaysUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you",
"NSLocationAlwaysAndWhenInUseUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you",
"NSLocationUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you",
"UIRequiredDeviceCapabilities": "armv7"
"UIRequiredDeviceCapabilities": ["armv7", "arm64"]
}
},
"android": {
Expand Down

0 comments on commit 05dcdd2

Please sign in to comment.