Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzengqiang committed Nov 21, 2021
1 parent e78806c commit 3c874d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ShadowsocksX-NG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "ShadowsocksX-NG-R.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "Apple Development";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 766AV76B44;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -871,7 +871,7 @@
"$(PROJECT_DIR)",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.6.6;
MARKETING_VERSION = 1.6.7;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.qiuyuzhou.ShadowsocksX-NG-R";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -887,7 +887,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "ShadowsocksX-NG-RRelease.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "Apple Development";
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 766AV76B44;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -904,7 +904,7 @@
"$(PROJECT_DIR)",
);
MACOSX_DEPLOYMENT_TARGET = 10.12;
MARKETING_VERSION = 1.6.6;
MARKETING_VERSION = 1.6.7;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.qiuyuzhou.ShadowsocksX-NG-R";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1047,15 +1047,15 @@
repositoryURL = "https://github.com/sindresorhus/LaunchAtLogin";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.1.0;
minimumVersion = 4.2.0;
};
};
0958DA6B2648123C00AF66D5 /* XCRemoteSwiftPackageReference "swift-argument-parser" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/swift-argument-parser";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.4.4;
minimumVersion = 1.0.2;
};
};
0981DEC8268CCA7600A39589 /* XCRemoteSwiftPackageReference "Yams" */ = {
Expand All @@ -1071,7 +1071,7 @@
repositoryURL = "https://github.com/Alamofire/Alamofire";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.4.3;
minimumVersion = 5.4.4;
};
};
099F9842264ED10A00CC117B /* XCRemoteSwiftPackageReference "GCDWebServer" */ = {
Expand Down

0 comments on commit 3c874d0

Please sign in to comment.