File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2646
2646
GCC_WARN_UNUSED_VARIABLE = YES;
2647
2647
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
2648
2648
MACOSX_DEPLOYMENT_TARGET = 12.0;
2649
- MARKETING_VERSION = 4.2.5 ;
2649
+ MARKETING_VERSION = 4.2.6 ;
2650
2650
ONLY_ACTIVE_ARCH = YES;
2651
2651
SDKROOT = iphoneos;
2652
2652
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
2697
2697
GCC_WARN_UNUSED_VARIABLE = YES;
2698
2698
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
2699
2699
MACOSX_DEPLOYMENT_TARGET = 12.0;
2700
- MARKETING_VERSION = 4.2.5 ;
2700
+ MARKETING_VERSION = 4.2.6 ;
2701
2701
SDKROOT = iphoneos;
2702
2702
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
2703
2703
SUPPORTS_MACCATALYST = YES;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
2
3
3
s . name = "PulseCore"
4
4
s . module_name = "Pulse"
5
- s . version = "4.2.5 "
5
+ s . version = "4.2.6 "
6
6
s . summary = "Logging system for Apple platforms"
7
7
s . swift_version = "5.7"
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
2
3
3
s . name = "PulseUI"
4
4
s . module_name = "PulseUI"
5
- s . version = "4.2.5 "
5
+ s . version = "4.2.6 "
6
6
s . summary = "Logging system for Apple platforms"
7
7
s . swift_version = "5.7"
8
8
You can’t perform that action at this time.
0 commit comments