From e1139f2e2c53ae5dcdd5b25c8d206d407e0dabdd Mon Sep 17 00:00:00 2001 From: Daily Dai Date: Fri, 5 Jun 2026 10:49:55 -0700 Subject: [PATCH 1/6] Add CustomApplication metadata Signed-off-by: Daily Dai --- .../applications/MultiFrameworkApp.app-meta.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 force-app/main/default/applications/MultiFrameworkApp.app-meta.xml diff --git a/force-app/main/default/applications/MultiFrameworkApp.app-meta.xml b/force-app/main/default/applications/MultiFrameworkApp.app-meta.xml new file mode 100644 index 0000000..c5a8458 --- /dev/null +++ b/force-app/main/default/applications/MultiFrameworkApp.app-meta.xml @@ -0,0 +1,17 @@ + + + + #0070D2 + false + + Small + Large + false + false + false + false + + Standard + c__reactRecipes + Lightning + From bae44143a8f2984293d63ff49a60f84f3b24a22f Mon Sep 17 00:00:00 2001 From: Daily Dai Date: Fri, 5 Jun 2026 11:15:25 -0700 Subject: [PATCH 2/6] update version number Signed-off-by: Daily Dai --- sfdx-project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfdx-project.json b/sfdx-project.json index a984cc9..2892d42 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -11,5 +11,5 @@ "name": "multiframework-recipes", "namespace": "", "sfdcLoginUrl": "https://login.salesforce.com", - "sourceApiVersion": "66.0" + "sourceApiVersion": "67.0" } From 9c33c56b66e536149b852d71477385abc8e2bf93 Mon Sep 17 00:00:00 2001 From: Daily Dai Date: Fri, 5 Jun 2026 13:32:52 -0700 Subject: [PATCH 3/6] update all v66 reference to v67 Signed-off-by: Daily Dai --- sfdx-project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfdx-project.json b/sfdx-project.json index 2892d42..d4feea9 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -5,7 +5,7 @@ "default": true, "package": "ReactRecipes", "versionName": "Spring '26", - "versionNumber": "66.0.0.NEXT" + "versionNumber": "67.0.0.NEXT" } ], "name": "multiframework-recipes", From f1e347cb45a0611ebdd463a326a30fbae20adb32 Mon Sep 17 00:00:00 2001 From: Daily Dai Date: Fri, 5 Jun 2026 13:33:39 -0700 Subject: [PATCH 4/6] updated version name Signed-off-by: Daily Dai --- sfdx-project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfdx-project.json b/sfdx-project.json index d4feea9..d847af6 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -4,7 +4,7 @@ "path": "force-app", "default": true, "package": "ReactRecipes", - "versionName": "Spring '26", + "versionName": "Summer '26", "versionNumber": "67.0.0.NEXT" } ], From 7fb6120ca30444127254ef91e776b51d03487a6c Mon Sep 17 00:00:00 2001 From: Charles <168678941+charlesw-salesforce@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:08:48 -0700 Subject: [PATCH 5/6] Rename app to React Recipes and grant access via recipes permset --- ...ltiFrameworkApp.app-meta.xml => reactRecipes.app-meta.xml} | 2 +- .../default/permissionsets/recipes.permissionset-meta.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) rename force-app/main/default/applications/{MultiFrameworkApp.app-meta.xml => reactRecipes.app-meta.xml} (94%) diff --git a/force-app/main/default/applications/MultiFrameworkApp.app-meta.xml b/force-app/main/default/applications/reactRecipes.app-meta.xml similarity index 94% rename from force-app/main/default/applications/MultiFrameworkApp.app-meta.xml rename to force-app/main/default/applications/reactRecipes.app-meta.xml index c5a8458..15542fc 100644 --- a/force-app/main/default/applications/MultiFrameworkApp.app-meta.xml +++ b/force-app/main/default/applications/reactRecipes.app-meta.xml @@ -10,7 +10,7 @@ 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 From dd3d9e36888e23b9453e84693384eea6a8b4355e Mon Sep 17 00:00:00 2001 From: Charles <168678941+charlesw-salesforce@users.noreply.github.com> Date: Sun, 28 Jun 2026 08:41:44 -0700 Subject: [PATCH 6/6] Fix scratch org definition file --- config/project-scratch-def.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 }