Skip to content

Commit a6ff84e

Browse files
committed
Version bump
1 parent 922b46e commit a6ff84e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

TCCKronos/AppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N
116116
if ([object boolForKey:keyPath]) {
117117
[SentrySDK startWithConfigureOptions:^(SentryOptions * _Nonnull options) {
118118
options.dsn = @"";
119-
}]
119+
}];
120120
} else {
121121
[SentrySDK startWithConfigureOptions:^(SentryOptions *options) {
122122
options.dsn = @"https://66f5a9a33d681719cc93df3fd8c3e10f@o4505983381078016.ingest.sentry.io/4505983385075712";

TCCKronosExtension/SettingsReceiver.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N
2525
if ([object boolForKey:keyPath]) {
2626
[SentrySDK startWithConfigureOptions:^(SentryOptions * _Nonnull options) {
2727
options.dsn = @"";
28-
}]
28+
}];
2929
} else {
3030
[SentrySDK startWithConfigureOptions:^(SentryOptions *options) {
3131
options.dsn = @"https://86f546f1a17194f700e2dd67d14fa3f4@o4505983381078016.ingest.sentry.io/4505985741357056";
@@ -35,5 +35,5 @@ - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(N
3535
#endif
3636
}
3737
}
38-
38+
3939
@end

tcc-kronos.xcodeproj/project.pbxproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
CODE_SIGN_ENTITLEMENTS = TCCKronosExtension/TCCKronosExtension.entitlements;
790790
CODE_SIGN_IDENTITY = "Developer ID Application";
791791
CODE_SIGN_STYLE = Manual;
792-
CURRENT_PROJECT_VERSION = 1.2.5;
792+
CURRENT_PROJECT_VERSION = 1.3.0;
793793
DEAD_CODE_STRIPPING = YES;
794794
DEVELOPMENT_TEAM = Z2FDA4QHGU;
795795
ENABLE_HARDENED_RUNTIME = YES;
@@ -804,7 +804,7 @@
804804
"@executable_path/../../../../Frameworks",
805805
);
806806
MACOSX_DEPLOYMENT_TARGET = 12.0;
807-
MARKETING_VERSION = 1.2.5;
807+
MARKETING_VERSION = 1.3.0;
808808
PRODUCT_BUNDLE_IDENTIFIER = "io.phorion.tcc-kronos.TCCKronosExtension";
809809
PRODUCT_NAME = "$(inherited)";
810810
PROVISIONING_PROFILE_SPECIFIER = TCCKronosESExt;
@@ -821,7 +821,7 @@
821821
CODE_SIGN_ENTITLEMENTS = TCCKronosExtension/TCCKronosExtension.entitlements;
822822
CODE_SIGN_IDENTITY = "Developer ID Application";
823823
CODE_SIGN_STYLE = Manual;
824-
CURRENT_PROJECT_VERSION = 1.2.5;
824+
CURRENT_PROJECT_VERSION = 1.3.0;
825825
DEAD_CODE_STRIPPING = YES;
826826
DEVELOPMENT_TEAM = Z2FDA4QHGU;
827827
ENABLE_HARDENED_RUNTIME = YES;
@@ -836,7 +836,7 @@
836836
"@executable_path/../../../../Frameworks",
837837
);
838838
MACOSX_DEPLOYMENT_TARGET = 12.0;
839-
MARKETING_VERSION = 1.2.5;
839+
MARKETING_VERSION = 1.3.0;
840840
PRODUCT_BUNDLE_IDENTIFIER = "io.phorion.tcc-kronos.TCCKronosExtension";
841841
PRODUCT_NAME = "$(inherited)";
842842
PROVISIONING_PROFILE_SPECIFIER = TCCKronosESExt;
@@ -969,7 +969,7 @@
969969
CODE_SIGN_IDENTITY = "Developer ID Application";
970970
CODE_SIGN_STYLE = Manual;
971971
COMBINE_HIDPI_IMAGES = YES;
972-
CURRENT_PROJECT_VERSION = 1.2.5;
972+
CURRENT_PROJECT_VERSION = 1.3.0;
973973
DEAD_CODE_STRIPPING = YES;
974974
DEVELOPMENT_TEAM = Z2FDA4QHGU;
975975
ENABLE_HARDENED_RUNTIME = YES;
@@ -984,7 +984,7 @@
984984
"@executable_path/../Frameworks",
985985
);
986986
MACOSX_DEPLOYMENT_TARGET = 12.0;
987-
MARKETING_VERSION = 1.2.5;
987+
MARKETING_VERSION = 1.3.0;
988988
PRODUCT_BUNDLE_IDENTIFIER = "io.phorion.tcc-kronos";
989989
PRODUCT_NAME = Kronos;
990990
PROVISIONING_PROFILE_SPECIFIER = TCCKronos;
@@ -1003,7 +1003,7 @@
10031003
CODE_SIGN_IDENTITY = "Developer ID Application";
10041004
CODE_SIGN_STYLE = Manual;
10051005
COMBINE_HIDPI_IMAGES = YES;
1006-
CURRENT_PROJECT_VERSION = 1.2.5;
1006+
CURRENT_PROJECT_VERSION = 1.3.0;
10071007
DEAD_CODE_STRIPPING = YES;
10081008
DEVELOPMENT_TEAM = Z2FDA4QHGU;
10091009
ENABLE_HARDENED_RUNTIME = YES;
@@ -1018,7 +1018,7 @@
10181018
"@executable_path/../Frameworks",
10191019
);
10201020
MACOSX_DEPLOYMENT_TARGET = 12.0;
1021-
MARKETING_VERSION = 1.2.5;
1021+
MARKETING_VERSION = 1.3.0;
10221022
PRODUCT_BUNDLE_IDENTIFIER = "io.phorion.tcc-kronos";
10231023
PRODUCT_NAME = Kronos;
10241024
PROVISIONING_PROFILE_SPECIFIER = TCCKronos;

0 commit comments

Comments
 (0)