Skip to content

Commit

Permalink
Vesrion 4.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jun 18, 2023
1 parent 31c84d9 commit aa38c94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 53;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -2596,7 +2596,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = "4.0.0-beta.2";
MARKETING_VERSION = "4.0.0-beta.3";
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
Expand Down Expand Up @@ -2647,7 +2647,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = "4.0.0-beta.2";
MARKETING_VERSION = "4.0.0-beta.3";
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos appletvsimulator appletvos";
SUPPORTS_MACCATALYST = YES;
Expand Down
1 change: 0 additions & 1 deletion Sources/Pulse/NetworkLogger/URLSessionProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ private final class CustomHTTPProtocol: URLProtocol {
guard CustomHTTPProtocol.shouldHandleRequest(request) else {
return false
}
#warning("check if this works")
if CustomHTTPProtocol.property(forKey: Constants.RequestHandledKey, in: request) != nil {
return false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import Pulse
import WatchConnectivity
import SwiftUI

#warning("check if enabled")
final class WatchConnectivityService: ObservableObject {
static let shared = WatchConnectivityService()

Expand Down

0 comments on commit aa38c94

Please sign in to comment.