diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5051e924..ee8d526f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -385,13 +385,19 @@ jobs: p12-file-base64: ${{ secrets.APPLE_UPLOAD_CERTIFICATE_P12 }} p12-password: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }} - # - uses: Apple-Actions/download-provisioning-profiles@v1 - # with: - # bundle-id: app.hiddify.com - # issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} - # api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} - # api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} - + - uses: Apple-Actions/download-provisioning-profiles@v1 + with: + bundle-id: app.hiddify.com + issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} + api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} + api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} + - uses: Apple-Actions/download-provisioning-profiles@v1 + with: + bundle-id: app.hiddify.com.SingBoxPacketTunnel + issuer-id: ${{ secrets.APPSTORE_ISSUER_ID }} + api-key-id: ${{ secrets.APPSTORE_API_KEY_ID }} + api-private-key: ${{ secrets.APPSTORE_API_PRIVATE_KEY }} + - name: Import Apple Mobile Provisioning Profile diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 7c97e3b5..f5a6151e 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -751,7 +751,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1711; + CURRENT_PROJECT_VERSION = 1712; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -770,7 +770,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 0.17.11; + MARKETING_VERSION = 0.17.12; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; OTHER_LDFLAGS = "-lresolv"; @@ -802,7 +802,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1711; + CURRENT_PROJECT_VERSION = 1712; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -821,7 +821,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 0.17.11; + MARKETING_VERSION = 0.17.12; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-lresolv"; @@ -851,7 +851,7 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_ENTITLEMENTS = SingBoxPacketTunnel/SingBoxPacketTunnel.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1711; + CURRENT_PROJECT_VERSION = 1712; ENABLE_USER_SCRIPT_SANDBOXING = YES; EXCLUDED_ARCHS = armv7; GCC_C_LANGUAGE_STANDARD = gnu17; @@ -870,7 +870,7 @@ "@executable_path/libcore/", ); LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 0.17.11; + MARKETING_VERSION = 0.17.12; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-lresolv"; diff --git a/ios/exportOptions.plist b/ios/exportOptions.plist index 9f5e4f4f..3b0192c3 100644 --- a/ios/exportOptions.plist +++ b/ios/exportOptions.plist @@ -8,8 +8,17 @@ method app-store + provisioningProfiles + + app.hiddify.com + dist.apple.app.hiddify.com + app.hiddify.com.SingBoxPacketTunnel + dist.apple.app.hiddify.com.singboxpackettunnel + + signingCertificate + E2217AF6F3AD11BA09F9FD95E025D7E637F8B081 signingStyle - automatic + manual stripSwiftSymbols teamID diff --git a/libcore b/libcore index aa4cd293..ec9efac5 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit aa4cd2935ec5167ef00fb2e8fde00eeb975111fc +Subproject commit ec9efac57c6638dfa8311ddde3c1e28b4b1bd9b2 diff --git a/pubspec.yaml b/pubspec.yaml index 457dbfc9..4220fb6a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 0.17.11+1711 +version: 0.17.12+1712 environment: sdk: ">=3.3.0 <4.0.0" diff --git a/windows/packaging/msix/make_config.yaml b/windows/packaging/msix/make_config.yaml index 79136398..b4cb74e5 100644 --- a/windows/packaging/msix/make_config.yaml +++ b/windows/packaging/msix/make_config.yaml @@ -1,7 +1,7 @@ display_name: Hiddify publisher_display_name: Hiddify identity_name: Hiddify.HiddifyNext -msix_version: 0.17.11.0 +msix_version: 0.17.12.0 logo_path: windows\runner\resources\app_icon.ico capabilities: internetClient, internetClientServer, privateNetworkClientServer languages: en-us, zh-cn, zh-tw, tr-tr,fa-ir,ru-ru,pt-br,es-es