diff --git a/config/project-scratch-def.json b/config/project-scratch-def.json
index 08a0c3b..88c12b2 100644
--- a/config/project-scratch-def.json
+++ b/config/project-scratch-def.json
@@ -1,15 +1,12 @@
{
"orgName": "My Saleforce Org",
- "edition": "developer",
+ "edition": "Developer",
"language": "en_US",
"features": ["EnableSetPasswordInApi"],
"settings": {
"lightningExperienceSettings": {
"enableS1DesktopEnabled": true
},
- "UIBundleSettings": {
- "webAppOptIn": true
- },
"mobileSettings": {
"enableS1EncryptedStoragePref2": false
}
diff --git a/force-app/main/default/applications/reactRecipes.app-meta.xml b/force-app/main/default/applications/reactRecipes.app-meta.xml
new file mode 100644
index 0000000..15542fc
--- /dev/null
+++ b/force-app/main/default/applications/reactRecipes.app-meta.xml
@@ -0,0 +1,17 @@
+
+
+
+ #0070D2
+ false
+
+ Small
+ Large
+ false
+ false
+ false
+ false
+
+ Standard
+ c__reactRecipes
+ Lightning
+
diff --git a/force-app/main/default/permissionsets/recipes.permissionset-meta.xml b/force-app/main/default/permissionsets/recipes.permissionset-meta.xml
index 01e479f..5d631b5 100644
--- a/force-app/main/default/permissionsets/recipes.permissionset-meta.xml
+++ b/force-app/main/default/permissionsets/recipes.permissionset-meta.xml
@@ -1,5 +1,9 @@
+
+ reactRecipes
+ true
+
true
Account.AccountNumber
diff --git a/sfdx-project.json b/sfdx-project.json
index a984cc9..d847af6 100644
--- a/sfdx-project.json
+++ b/sfdx-project.json
@@ -4,12 +4,12 @@
"path": "force-app",
"default": true,
"package": "ReactRecipes",
- "versionName": "Spring '26",
- "versionNumber": "66.0.0.NEXT"
+ "versionName": "Summer '26",
+ "versionNumber": "67.0.0.NEXT"
}
],
"name": "multiframework-recipes",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
- "sourceApiVersion": "66.0"
+ "sourceApiVersion": "67.0"
}