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

Commit

Permalink
[xdl] Add 'ios\.buildNumber' to ExpSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Miskiewicz committed Nov 14, 2016
1 parent 0623a6c commit 09fa092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/xdl/src/project/ExpSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ module.exports = joi.object().keys({
bundleIdentifier: iosBundleIdentifier.description(
"The bundle identifier for your iOS standalone app. You make it up, but it needs to be unique on the App Store. See `this StackOverflow question <http://stackoverflow.com/questions/11347470/what-does-bundle-identifier-mean-in-the-ios-project>`_."
),
buildNumber: joi.string().regex(/^[0-9]+$/).description('Build number for your iOS standalone app'),
config: joi.object().keys({
fabric: joi.object().keys({
apiKey: joi.string().alphanum().description('Your Fabric API key'),
Expand Down

0 comments on commit 09fa092

Please sign in to comment.