From 99338352d6b1be300894f312102af4c7e70ef624 Mon Sep 17 00:00:00 2001 From: Guy Chen Date: Mon, 9 Jun 2025 06:42:47 +1000 Subject: [PATCH 1/3] add code app for plus --- wuxu-complete-plus.json | 46 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/wuxu-complete-plus.json b/wuxu-complete-plus.json index b083a7d..132f469 100644 --- a/wuxu-complete-plus.json +++ b/wuxu-complete-plus.json @@ -758,6 +758,52 @@ } ], "beta" : false + }, + { + "beta": false, + "name": "Code App", + "bundleIdentifier": "thebaselab.VS-Code", + "developerName": "The Base Lab", + "subtitle": "A full-fledged code editor for iPad", + "version": "1.10.2", + "versionDate": "2025-04-06", + "versionDescription": "Latest release of Code App for iPad", + "downloadURL": "https://github.com/thebaselab/codeapp/releases/download/1.10.2/Code.ipa", + "localizedDescription": "Code App is a powerful code editor for iPad that brings desktop-like editing experience to your tablet. It supports multiple programming languages, version control, and various development tools.", + "iconURL": "https://2795973332-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzNRZttJUHODcLjBFRZHP%2Ficon%2FSdQ6kQQIZ9j34P2N8lpQ%2Ficon.png?alt=media&token=241051e1-df50-41a0-a989-6110631a52f4", + "tintColor": "007AFF", + "category": "developer-tools", + "size": 50000000, + "screenshotURLs": [ + "https://raw.githubusercontent.com/thebaselab/codeapp/main/screenshots/1.png", + "https://raw.githubusercontent.com/thebaselab/codeapp/main/screenshots/2.png", + "https://raw.githubusercontent.com/thebaselab/codeapp/main/screenshots/3.png" + ], + "appPermissions": { + "entitlements": [ + "com.apple.developer.kernel.increased-memory-limit", + "com.apple.developer.user-fonts", + "com.apple.security.app-sandbox", + "com.apple.security.application-groups", + "com.apple.security.network.client", + "com.apple.security.network.server" + ], + "privacy": { + "NSFaceIDUsageDescription": "Authentication with Face ID.", + "NSPhotoLibraryAddUsageDescription": "Access to Photo Library is required to save images.", + "NSLocalNetworkUsageDescription": "Code App needs access to your local network to discover and connect to development servers.", + "NSDocumentsFolderUsageDescription": "Code App needs access to your documents to open and save code files." + } + }, + "versions": [ + { + "version": "1.10.2", + "date": "2025-04-06", + "localizedDescription": "Latest release of Code App for iPad", + "downloadURL": "https://github.com/thebaselab/codeapp/releases/download/1.10.2/Code.ipa", + "size": 50000000 + } + ] } ], "news" : [ From de28ba8bceb092581c7f87a56bd36d231e1422a3 Mon Sep 17 00:00:00 2001 From: Guy Chen Date: Mon, 9 Jun 2025 06:56:19 +1000 Subject: [PATCH 2/3] try to fix code app by revising the privacy section --- wuxu-complete-plus.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wuxu-complete-plus.json b/wuxu-complete-plus.json index 132f469..0dfedf8 100644 --- a/wuxu-complete-plus.json +++ b/wuxu-complete-plus.json @@ -790,9 +790,7 @@ ], "privacy": { "NSFaceIDUsageDescription": "Authentication with Face ID.", - "NSPhotoLibraryAddUsageDescription": "Access to Photo Library is required to save images.", - "NSLocalNetworkUsageDescription": "Code App needs access to your local network to discover and connect to development servers.", - "NSDocumentsFolderUsageDescription": "Code App needs access to your documents to open and save code files." + "NSPhotoLibraryAddUsageDescription": "Access to Photo Library is required to save images." } }, "versions": [ From 45e4d1cc79d1da4d160152c1e670cedeceb68e69 Mon Sep 17 00:00:00 2001 From: Guy Chen Date: Mon, 9 Jun 2025 07:34:44 +1000 Subject: [PATCH 3/3] fix code app permissions declaration --- wuxu-complete-plus.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wuxu-complete-plus.json b/wuxu-complete-plus.json index 0dfedf8..34c29a8 100644 --- a/wuxu-complete-plus.json +++ b/wuxu-complete-plus.json @@ -786,7 +786,8 @@ "com.apple.security.app-sandbox", "com.apple.security.application-groups", "com.apple.security.network.client", - "com.apple.security.network.server" + "com.apple.security.network.server", + "beta-reports-active" ], "privacy": { "NSFaceIDUsageDescription": "Authentication with Face ID.",