diff --git a/.DS_Store b/.DS_Store index 18fdb9e..67113bf 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index e6482df..c47440b 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ # UUVPN - -A flutter application for [V2Board](https://github.com/v2board/v2board) ~~and [SSPanel-Uim](https://github.com/Anankke/SSPanel-Uim)~~ -support iOS application and Android now. +A VPN application for [V2Board](https://github.com/v2board/v2board) +Support iOS and Android now. + +![](screenshots/Snipaste_2024-07-24_12-57-31.png) **IF THIS PROJECT HELPS YOU, PLEASE GIVE ME A LITTLE STAR⭐️.** @@ -73,4 +74,4 @@ flutter build ios ![](screenshots/4db2f52524536ff706c99472a767f6b6.gif) - 3: running screenshot: -![](screenshots/Snipaste_2023-12-05_15-43-54.png) \ No newline at end of file +![](screenshots/Snipaste_2023-12-05_15-43-54.png) diff --git a/screenshots/Snipaste_2024-07-24_12-57-31.png b/screenshots/Snipaste_2024-07-24_12-57-31.png new file mode 100644 index 0000000..06edb34 Binary files /dev/null and b/screenshots/Snipaste_2024-07-24_12-57-31.png differ diff --git a/source/ios/Runner.xcodeproj/project.pbxproj b/source/ios/Runner.xcodeproj/project.pbxproj index ac4ddcb..6c12933 100644 --- a/source/ios/Runner.xcodeproj/project.pbxproj +++ b/source/ios/Runner.xcodeproj/project.pbxproj @@ -547,7 +547,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 26XWXKSR3B; + DEVELOPMENT_TEAM = U288ZP9B22; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -825,7 +825,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 26XWXKSR3B; + DEVELOPMENT_TEAM = U288ZP9B22; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -868,7 +868,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - DEVELOPMENT_TEAM = 26XWXKSR3B; + DEVELOPMENT_TEAM = U288ZP9B22; ENABLE_BITCODE = NO; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/source/release/uuvpn_ipa/DistributionSummary.plist b/uuvpn_ipa/DistributionSummary.plist similarity index 100% rename from source/release/uuvpn_ipa/DistributionSummary.plist rename to uuvpn_ipa/DistributionSummary.plist diff --git a/source/release/uuvpn_ipa/ExportOptions.plist b/uuvpn_ipa/ExportOptions.plist similarity index 100% rename from source/release/uuvpn_ipa/ExportOptions.plist rename to uuvpn_ipa/ExportOptions.plist diff --git a/source/release/uuvpn_ipa/UUVPN.ipa b/uuvpn_ipa/UUVPN.ipa similarity index 100% rename from source/release/uuvpn_ipa/UUVPN.ipa rename to uuvpn_ipa/UUVPN.ipa diff --git a/source/release/uuvpn_ipa/manifest.plist b/uuvpn_ipa/manifest.plist similarity index 100% rename from source/release/uuvpn_ipa/manifest.plist rename to uuvpn_ipa/manifest.plist