diff --git a/ApplicationLibrary/Views/Groups/GroupListView.swift b/ApplicationLibrary/Views/Groups/GroupListView.swift index de90c7e..09937c8 100644 --- a/ApplicationLibrary/Views/Groups/GroupListView.swift +++ b/ApplicationLibrary/Views/Groups/GroupListView.swift @@ -27,7 +27,7 @@ public struct GroupListView: View { }.padding() } } else { - Text("Empty Groups") + Text("Empty groups") } } .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .center) diff --git a/Extension/Extension.entitlements b/Extension/Extension.entitlements index f5d4a23..95f54f9 100644 --- a/Extension/Extension.entitlements +++ b/Extension/Extension.entitlements @@ -2,10 +2,22 @@ + com.apple.developer.icloud-container-identifiers + + iCloud.io.nekohasekai.sfa + + com.apple.developer.icloud-services + + CloudDocuments + com.apple.developer.networking.networkextension packet-tunnel-provider + com.apple.developer.ubiquity-container-identifiers + + iCloud.io.nekohasekai.sfa + com.apple.security.app-sandbox com.apple.security.application-groups diff --git a/SFM.System/SFM.entitlements b/SFM.System/SFM.entitlements index b9938e5..f22a14d 100644 --- a/SFM.System/SFM.entitlements +++ b/SFM.System/SFM.entitlements @@ -2,12 +2,24 @@ + com.apple.developer.icloud-container-identifiers + + iCloud.io.nekohasekai.sfa + + com.apple.developer.icloud-services + + CloudDocuments + com.apple.developer.networking.networkextension packet-tunnel-provider-systemextension com.apple.developer.system-extension.install + com.apple.developer.ubiquity-container-identifiers + + iCloud.io.nekohasekai.sfa + com.apple.security.app-sandbox com.apple.security.application-groups diff --git a/sing-box.xcodeproj/project.pbxproj b/sing-box.xcodeproj/project.pbxproj index d5cce5a..fdcd97a 100644 --- a/sing-box.xcodeproj/project.pbxproj +++ b/sing-box.xcodeproj/project.pbxproj @@ -1870,7 +1870,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.5; + MARKETING_VERSION = 1.3.7; OTHER_LDFLAGS = "-ld_classic"; PRODUCT_BUNDLE_IDENTIFIER = io.nekohasekai.sfa; PRODUCT_NAME = "sing-box"; @@ -1904,7 +1904,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.5; + MARKETING_VERSION = 1.3.7; OTHER_LDFLAGS = "-ld_classic"; PRODUCT_BUNDLE_IDENTIFIER = io.nekohasekai.sfa; PRODUCT_NAME = "sing-box"; @@ -2074,7 +2074,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.6; + MARKETING_VERSION = 1.4.0; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = "-ld_classic"; PRODUCT_BUNDLE_IDENTIFIER = io.nekohasekai.sfa; @@ -2115,7 +2115,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3.6; + MARKETING_VERSION = 1.4.0; OTHER_CODE_SIGN_FLAGS = "--deep"; OTHER_LDFLAGS = "-ld_classic"; PRODUCT_BUNDLE_IDENTIFIER = io.nekohasekai.sfa; @@ -2139,7 +2139,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 29; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = Z56Z6NYZN2; ENABLE_HARDENED_RUNTIME = YES; @@ -2155,7 +2155,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.3.6; + MARKETING_VERSION = 1.4.0; OTHER_CODE_SIGN_FLAGS = ""; OTHER_LDFLAGS = "-ld_classic"; PRODUCT_BUNDLE_IDENTIFIER = io.nekohasekai.sfa; @@ -2178,7 +2178,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 21; + CURRENT_PROJECT_VERSION = 29; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = Z56Z6NYZN2; ENABLE_HARDENED_RUNTIME = YES; @@ -2194,7 +2194,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.3.6; + MARKETING_VERSION = 1.4.0; OTHER_CODE_SIGN_FLAGS = ""; OTHER_LDFLAGS = "-ld_classic"; PRODUCT_BUNDLE_IDENTIFIER = io.nekohasekai.sfa; @@ -2343,7 +2343,7 @@ PRODUCT_BUNDLE_IDENTIFIER = io.nekohasekai.sfa.system; PRODUCT_NAME = "$(inherited)"; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "XC io nekohasekai sfa"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "XC io nekohasekai sfa system"; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; @@ -2379,7 +2379,7 @@ PRODUCT_BUNDLE_IDENTIFIER = io.nekohasekai.sfa.system; PRODUCT_NAME = "$(inherited)"; PROVISIONING_PROFILE_SPECIFIER = ""; - "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "XC io nekohasekai sfa"; + "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "XC io nekohasekai sfa system"; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_EMIT_LOC_STRINGS = YES;