feat: update developer info

This commit is contained in:
river 2024-09-24 19:12:45 +08:00
parent 2474d5b6d2
commit d85d9e6110
5 changed files with 46 additions and 7 deletions

5
.gitignore vendored
View File

@ -46,3 +46,8 @@ dev
*.key.pub *.key.pub
masks.json masks.json
//builder file
*.p8
*.provisionprofile
*.pkg

View File

@ -12,7 +12,7 @@
"export": "yarn mask && cross-env BUILD_MODE=export BUILD_APP=1 next build", "export": "yarn mask && cross-env BUILD_MODE=export BUILD_APP=1 next build",
"export:dev": "concurrently -r \"yarn mask:watch\" \"cross-env BUILD_MODE=export BUILD_APP=1 next dev\"", "export:dev": "concurrently -r \"yarn mask:watch\" \"cross-env BUILD_MODE=export BUILD_APP=1 next dev\"",
"app:dev": "concurrently -r \"yarn mask:watch\" \"yarn tauri dev\"", "app:dev": "concurrently -r \"yarn mask:watch\" \"yarn tauri dev\"",
"app:build": "yarn mask && yarn tauri build", "app:build": "yarn mask && yarn tauri build --target universal-apple-darwin",
"prompts": "node ./scripts/fetch-prompts.mjs", "prompts": "node ./scripts/fetch-prompts.mjs",
"prepare": "husky install", "prepare": "husky install",
"proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev" "proxy-dev": "sh ./scripts/init-proxy.sh && proxychains -f ./scripts/proxychains.conf yarn dev"
@ -80,4 +80,4 @@
"lint-staged/yaml": "^2.2.2" "lint-staged/yaml": "^2.2.2"
}, },
"packageManager": "yarn@1.22.19" "packageManager": "yarn@1.22.19"
} }

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.application-identifier</key>
<string>DLKMC3ZRZQ.dev.nextchat.app</string>
<key>com.apple.developer.team-identifier</key>
<string>DLKMC3ZRZQ</string>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

20
src-tauri/Info.plist Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>DTPlatformName</key>
<string>macosx</string>
<key>DTPlatformVersion</key>
<string>14.5</string>
<key>DTSDKBuild</key>
<string>23F73</string>
<key>DTSDKName</key>
<string>macosx14.5</string>
<key>DTXcode</key>
<string>1540</string>
<key>DTXcodeBuild</key>
<string>15F31d</string>
</dict>
</plist>

View File

@ -60,7 +60,7 @@
"bundle": { "bundle": {
"active": true, "active": true,
"category": "DeveloperTool", "category": "DeveloperTool",
"copyright": "2023, Zhang Yifei All Rights Reserved.", "copyright": "Copyright © 2024 GPTsMotion Tech LLC All Rights Reserved.",
"deb": { "deb": {
"depends": [] "depends": []
}, },
@ -72,10 +72,10 @@
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
], ],
"identifier": "com.yida.chatgpt.next.web", "identifier": "dev.nextchat.app",
"longDescription": "NextChat is a cross-platform ChatGPT client, including Web/Win/Linux/OSX/PWA.", "longDescription": "Experience NextChat: Local-first, seamless, and designed for the ultimate chat experience",
"macOS": { "macOS": {
"entitlements": null, "entitlements": "./Entitlements.plist",
"exceptionDomain": "", "exceptionDomain": "",
"frameworks": [], "frameworks": [],
"providerShortName": null, "providerShortName": null,
@ -103,7 +103,7 @@
"windows": { "windows": {
"installMode": "passive" "installMode": "passive"
}, },
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERFNDE4MENFM0Y1RTZBOTQKUldTVWFsNC96b0JCM3RqM2NmMnlFTmxIaStRaEJrTHNOU2VqRVlIV1hwVURoWUdVdEc1eDcxVEYK" "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDEyNUYzMzNFMDgzMTFGM0MKUldROEh6RUlQak5mRW5iYWszdGJReGtzUU9Tam9qUVg3T0plbFNoRUlqM1BFNHBuWmZuR0pISHcK"
}, },
"windows": [ "windows": [
{ {