Skip to content

Commit f1a913f

Browse files
committed
Bump build number to 82
1 parent 7135f9b commit f1a913f

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/Support.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
818818
CODE_SIGN_STYLE = Manual;
819819
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
820-
CURRENT_PROJECT_VERSION = 81;
820+
CURRENT_PROJECT_VERSION = 82;
821821
DEAD_CODE_STRIPPING = YES;
822822
DEVELOPMENT_TEAM = "";
823823
"DEVELOPMENT_TEAM[sdk=macosx*]" = 98LJ4XBGYK;
@@ -856,7 +856,7 @@
856856
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
857857
CODE_SIGN_STYLE = Manual;
858858
CREATE_INFOPLIST_SECTION_IN_BINARY = YES;
859-
CURRENT_PROJECT_VERSION = 81;
859+
CURRENT_PROJECT_VERSION = 82;
860860
DEAD_CODE_STRIPPING = YES;
861861
DEVELOPMENT_TEAM = "";
862862
"DEVELOPMENT_TEAM[sdk=macosx*]" = 98LJ4XBGYK;
@@ -893,7 +893,7 @@
893893
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
894894
CODE_SIGN_STYLE = Manual;
895895
COMBINE_HIDPI_IMAGES = YES;
896-
CURRENT_PROJECT_VERSION = 81;
896+
CURRENT_PROJECT_VERSION = 82;
897897
DEVELOPMENT_TEAM = "";
898898
"DEVELOPMENT_TEAM[sdk=macosx*]" = 98LJ4XBGYK;
899899
ENABLE_HARDENED_RUNTIME = YES;
@@ -926,7 +926,7 @@
926926
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
927927
CODE_SIGN_STYLE = Manual;
928928
COMBINE_HIDPI_IMAGES = YES;
929-
CURRENT_PROJECT_VERSION = 81;
929+
CURRENT_PROJECT_VERSION = 82;
930930
DEVELOPMENT_TEAM = "";
931931
"DEVELOPMENT_TEAM[sdk=macosx*]" = 98LJ4XBGYK;
932932
ENABLE_HARDENED_RUNTIME = YES;
@@ -1077,7 +1077,7 @@
10771077
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
10781078
CODE_SIGN_STYLE = Manual;
10791079
COMBINE_HIDPI_IMAGES = YES;
1080-
CURRENT_PROJECT_VERSION = 81;
1080+
CURRENT_PROJECT_VERSION = 82;
10811081
DEVELOPMENT_ASSET_PATHS = "\"Support/Preview Content\"";
10821082
DEVELOPMENT_TEAM = "";
10831083
"DEVELOPMENT_TEAM[sdk=macosx*]" = 98LJ4XBGYK;
@@ -1124,7 +1124,7 @@
11241124
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Developer ID Application";
11251125
CODE_SIGN_STYLE = Manual;
11261126
COMBINE_HIDPI_IMAGES = YES;
1127-
CURRENT_PROJECT_VERSION = 81;
1127+
CURRENT_PROJECT_VERSION = 82;
11281128
DEVELOPMENT_ASSET_PATHS = "\"Support/Preview Content\"";
11291129
DEVELOPMENT_TEAM = "";
11301130
"DEVELOPMENT_TEAM[sdk=macosx*]" = 98LJ4XBGYK;

src/Support/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>3.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>81</string>
22+
<string>82</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>

src/SupportHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleName</key>
1414
<string>SupportAppPriviligedHelper</string>
1515
<key>CFBundleVersion</key>
16-
<string>81</string>
16+
<string>82</string>
1717
<key>SMAuthorizedClients</key>
1818
<array>
1919
<string>anchor apple generic and identifier &quot;nl.root3.support&quot; and (certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = &quot;98LJ4XBGYK&quot;)</string>

src/SupportXPC/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundleExecutable</key>
1616
<string>$(EXECUTABLE_NAME)</string>
1717
<key>CFBundleVersion</key>
18-
<string>81</string>
18+
<string>82</string>
1919
<key>CFBundlePackageType</key>
2020
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2121
<key>XPCService</key>

0 commit comments

Comments
 (0)