Skip to content

Commit 2959964

Browse files
authored
Replace direct use of XCGLogger with just having debug messages passed back to client (#237)
1 parent 33aab06 commit 2959964

File tree

74 files changed

+400
-6515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+400
-6515
lines changed

Bluejay.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ Pod::Spec.new do |spec|
1111
spec.framework = 'SystemConfiguration'
1212
spec.platform = :ios, '11.0'
1313
spec.requires_arc = true
14-
spec.dependency 'XCGLogger', '~> 7.0.0'
1514
spec.swift_version = '5.0'
1615
end

Bluejay/Bluejay.xcodeproj/project.pbxproj

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@
503503
B8383B5A21C3162800F07306 /* Frameworks */,
504504
B8383B5B21C3162800F07306 /* Resources */,
505505
B89C0B6721CC452500320A52 /* Embed Frameworks */,
506-
67094269506EC621B23F439B /* [CP] Embed Pods Frameworks */,
507506
);
508507
buildRules = (
509508
);
@@ -524,7 +523,6 @@
524523
B87FDD5B21E567150010D6CF /* Frameworks */,
525524
B87FDD5C21E567150010D6CF /* Resources */,
526525
B87FDD7621E576290010D6CF /* Embed Frameworks */,
527-
BF4DAEBBF7726A45C89E6FB4 /* [CP] Embed Pods Frameworks */,
528526
);
529527
buildRules = (
530528
);
@@ -665,26 +663,6 @@
665663
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
666664
showEnvVarsInLog = 0;
667665
};
668-
67094269506EC621B23F439B /* [CP] Embed Pods Frameworks */ = {
669-
isa = PBXShellScriptBuildPhase;
670-
buildActionMask = 2147483647;
671-
files = (
672-
);
673-
inputPaths = (
674-
"${PODS_ROOT}/Target Support Files/Pods-BluejayHeartSensorDemo/Pods-BluejayHeartSensorDemo-frameworks.sh",
675-
"${BUILT_PRODUCTS_DIR}/ObjcExceptionBridging/ObjcExceptionBridging.framework",
676-
"${BUILT_PRODUCTS_DIR}/XCGLogger/XCGLogger.framework",
677-
);
678-
name = "[CP] Embed Pods Frameworks";
679-
outputPaths = (
680-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjcExceptionBridging.framework",
681-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XCGLogger.framework",
682-
);
683-
runOnlyForDeploymentPostprocessing = 0;
684-
shellPath = /bin/sh;
685-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-BluejayHeartSensorDemo/Pods-BluejayHeartSensorDemo-frameworks.sh\"\n";
686-
showEnvVarsInLog = 0;
687-
};
688666
A3B0253955770A9E58E075E5 /* [CP] Check Pods Manifest.lock */ = {
689667
isa = PBXShellScriptBuildPhase;
690668
buildActionMask = 2147483647;
@@ -716,26 +694,6 @@
716694
shellPath = /bin/sh;
717695
shellScript = "\"${PODS_ROOT}/SwiftLint/swiftlint\"\n";
718696
};
719-
BF4DAEBBF7726A45C89E6FB4 /* [CP] Embed Pods Frameworks */ = {
720-
isa = PBXShellScriptBuildPhase;
721-
buildActionMask = 2147483647;
722-
files = (
723-
);
724-
inputPaths = (
725-
"${PODS_ROOT}/Target Support Files/Pods-DittojayHeartSensorDemo/Pods-DittojayHeartSensorDemo-frameworks.sh",
726-
"${BUILT_PRODUCTS_DIR}/ObjcExceptionBridging/ObjcExceptionBridging.framework",
727-
"${BUILT_PRODUCTS_DIR}/XCGLogger/XCGLogger.framework",
728-
);
729-
name = "[CP] Embed Pods Frameworks";
730-
outputPaths = (
731-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjcExceptionBridging.framework",
732-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XCGLogger.framework",
733-
);
734-
runOnlyForDeploymentPostprocessing = 0;
735-
shellPath = /bin/sh;
736-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DittojayHeartSensorDemo/Pods-DittojayHeartSensorDemo-frameworks.sh\"\n";
737-
showEnvVarsInLog = 0;
738-
};
739697
E74B2676FBABC2E126DD9A0D /* [CP] Check Pods Manifest.lock */ = {
740698
isa = PBXShellScriptBuildPhase;
741699
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)