Skip to content

Commit

Permalink
Solara
Browse files Browse the repository at this point in the history
  • Loading branch information
ideyaa committed Sep 17, 2024
1 parent f64699e commit d7cba53
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class BrandRemoteSource {
"name": "iOS Platform Configuration",
"inputType": "text",
"content": {
"PRODUCT_NAME": "",
"PRODUCT_BUNDLE_IDENTIFIER": "",
"MARKETING_VERSION": "1.0.0",
"BUNDLE_VERSION": 1,
Expand Down
5 changes: 5 additions & 0 deletions solara/lib/core/doctor/schema/platform/ios/ios_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"type": "object",
"properties": {
"PRODUCT_NAME": {
"type": "string",
"description": "The name of the product."
},
"PRODUCT_BUNDLE_IDENTIFIER": {
"type": "string",
"description": "The bundle identifier of the product."
Expand All @@ -15,6 +19,7 @@
}
},
"required": [
"PRODUCT_NAME",
"PRODUCT_BUNDLE_IDENTIFIER",
"MARKETING_VERSION",
"BUNDLE_VERSION"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ structure:
- type: valid_json
- type: json_schema
schema_path: platform/ios/ios_signing.json
InfoPlist.xcstrings:
type: file
validations:
- type: valid_json
- type: json_schema
schema_path: platform/ios/InfoPlist.xcstrings
shared:
type: directory
contents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ structure:
- type: valid_json
- type: json_schema
schema_path: platform/ios/ios_signing.json
InfoPlist.xcstrings:
type: file
validations:
- type: valid_json
- type: json_schema
schema_path: platform/ios/InfoPlist.xcstrings
shared:
type: directory
contents:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ structure:
- type: valid_json
- type: json_schema
schema_path: platform/ios/ios_signing.json
InfoPlist.xcstrings:
type: file
validations:
- type: valid_json
- type: json_schema
schema_path: platform/ios/InfoPlist.xcstrings
shared:
type: directory
contents:
Expand Down
1 change: 1 addition & 0 deletions solara/lib/core/template/brands/ios/ios_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"PRODUCT_NAME": "",
"PRODUCT_BUNDLE_IDENTIFIER": "",
"MARKETING_VERSION": "1.0.0",
"BUNDLE_VERSION": 1,
Expand Down

0 comments on commit d7cba53

Please sign in to comment.