Skip to content

Commit c116ea3

Browse files
committed
Xcode 12.2 upgrade check and update version # to 2.2.0
1 parent e32a31b commit c116ea3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

SymbolicLinker.xcodeproj/project.pbxproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
089C1669FE841209C02AAC07 /* Project object */ = {
161161
isa = PBXProject;
162162
attributes = {
163-
LastUpgradeCheck = 1200;
163+
LastUpgradeCheck = 1220;
164164
TargetAttributes = {
165165
E0E29B4E1041EA5C001084AF = {
166166
DevelopmentTeam = 8D98N325TG;
@@ -373,12 +373,13 @@
373373
buildSettings = {
374374
ALWAYS_SEARCH_USER_PATHS = NO;
375375
ARCHS = "$(ARCHS_STANDARD)";
376-
CLANG_ENABLE_OBJC_WEAK = NO;
376+
CLANG_ENABLE_OBJC_WEAK = YES;
377377
CODE_SIGN_IDENTITY = "Apple Development";
378378
CODE_SIGN_STYLE = Automatic;
379379
COMBINE_HIDPI_IMAGES = YES;
380380
COPY_PHASE_STRIP = NO;
381381
DEVELOPMENT_TEAM = 8D98N325TG;
382+
ENABLE_HARDENED_RUNTIME = YES;
382383
GCC_PREPROCESSOR_DEFINITIONS = (
383384
"$(GCC_PREPROCESSOR_DEFINITIONS)",
384385
USE_COCOA,
@@ -388,6 +389,7 @@
388389
PRODUCT_BUNDLE_IDENTIFIER = "net.comcast.home.seiryu.${PRODUCT_NAME:rfc1034identifier}";
389390
PRODUCT_NAME = SymbolicLinker;
390391
PROVISIONING_PROFILE_SPECIFIER = "";
392+
SDKROOT = macosx;
391393
WRAPPER_EXTENSION = service;
392394
};
393395
name = Debug;
@@ -397,7 +399,7 @@
397399
buildSettings = {
398400
ALWAYS_SEARCH_USER_PATHS = NO;
399401
ARCHS = "$(ARCHS_STANDARD)";
400-
CLANG_ENABLE_OBJC_WEAK = NO;
402+
CLANG_ENABLE_OBJC_WEAK = YES;
401403
CODE_SIGN_IDENTITY = "Apple Development";
402404
COMBINE_HIDPI_IMAGES = YES;
403405
COPY_PHASE_STRIP = YES;
@@ -411,6 +413,7 @@
411413
INSTALL_PATH = "$(HOME)/Applications";
412414
PRODUCT_BUNDLE_IDENTIFIER = "net.comcast.home.seiryu.${PRODUCT_NAME:rfc1034identifier}";
413415
PRODUCT_NAME = SymbolicLinker;
416+
SDKROOT = macosx;
414417
WRAPPER_EXTENSION = service;
415418
};
416419
name = Release;

SymbolicLinkerService-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
18+
<string>2.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>Symb</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)