Skip to content

Commit b13c4dc

Browse files
author
Hussein Habibi Juybari
committed
Add LogTap framework with logging capabilities and WebSocket support
1 parent fab53b7 commit b13c4dc

File tree

29 files changed

+14
-79
lines changed

29 files changed

+14
-79
lines changed
File renamed without changes.
File renamed without changes.

LogTapFramework/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata renamed to LogTapFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

LogTapFramework/.swiftpm/xcode/xcuserdata/husseinhj.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 19 deletions
This file was deleted.

LogTapFramework/LogTapFramework.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

LogTapFramework/LogTapFramework.xcodeproj/xcuserdata/husseinhj.xcuserdatad/xcschemes/xcschememanagement.plist

Lines changed: 0 additions & 14 deletions
This file was deleted.

LogTapFramework/Package.swift

Lines changed: 0 additions & 31 deletions
This file was deleted.

LogTapIOS.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LogTapSample/LogTapSample.xcodeproj/project.pbxproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
5F06CEFA13CDEEFF05F21851 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 064C66DDAA1D36C0CC2F9DC5 /* Assets.xcassets */; };
1111
AD9314926A0FBBAC0E3754C0 /* LogTapIOS_SampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = D469F87330AF7AF3A275CEED /* LogTapIOS_SampleApp.swift */; };
1212
E631ED852E90973700A7563E /* LogTapFramework in Frameworks */ = {isa = PBXBuildFile; productRef = E68BD8372E90927200630787 /* LogTapFramework */; };
13+
E65951592EA8F8D500D4A891 /* LogTapFramework in Frameworks */ = {isa = PBXBuildFile; productRef = E65951582EA8F8D500D4A891 /* LogTapFramework */; };
1314
EA823F45A123C5194D3AF9BE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B334C03552BA75C9F7D55102 /* ContentView.swift */; };
1415
/* End PBXBuildFile section */
1516

@@ -28,6 +29,7 @@
2829
isa = PBXFrameworksBuildPhase;
2930
buildActionMask = 2147483647;
3031
files = (
32+
E65951592EA8F8D500D4A891 /* LogTapFramework in Frameworks */,
3133
E631ED852E90973700A7563E /* LogTapFramework in Frameworks */,
3234
);
3335
runOnlyForDeploymentPostprocessing = 0;
@@ -98,6 +100,7 @@
98100
name = LogTapSample;
99101
packageProductDependencies = (
100102
E68BD8372E90927200630787 /* LogTapFramework */,
103+
E65951582EA8F8D500D4A891 /* LogTapFramework */,
101104
);
102105
productName = LogTapSample;
103106
productReference = 35EC999EEDD2D8EAC06DBAEA /* LogTapSample.app */;
@@ -123,7 +126,7 @@
123126
mainGroup = BFB0D25FFCD67C465A08417E;
124127
minimizedProjectReferenceProxies = 1;
125128
packageReferences = (
126-
E68BD8362E90927200630787 /* XCLocalSwiftPackageReference "../LogTapFramework" */,
129+
E65951572EA8F8D500D4A891 /* XCLocalSwiftPackageReference "../../LogTapIOS" */,
127130
);
128131
projectDirPath = "";
129132
projectRoot = "";
@@ -338,13 +341,17 @@
338341
/* End XCConfigurationList section */
339342

340343
/* Begin XCLocalSwiftPackageReference section */
341-
E68BD8362E90927200630787 /* XCLocalSwiftPackageReference "../LogTapFramework" */ = {
344+
E65951572EA8F8D500D4A891 /* XCLocalSwiftPackageReference "../../LogTapIOS" */ = {
342345
isa = XCLocalSwiftPackageReference;
343-
relativePath = ../LogTapFramework;
346+
relativePath = ../../LogTapIOS;
344347
};
345348
/* End XCLocalSwiftPackageReference section */
346349

347350
/* Begin XCSwiftPackageProductDependency section */
351+
E65951582EA8F8D500D4A891 /* LogTapFramework */ = {
352+
isa = XCSwiftPackageProductDependency;
353+
productName = LogTapFramework;
354+
};
348355
E68BD8372E90927200630787 /* LogTapFramework */ = {
349356
isa = XCSwiftPackageProductDependency;
350357
productName = LogTapFramework;

0 commit comments

Comments
 (0)