Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.png
*.xcbkptlist
*.json
Pods
132 changes: 120 additions & 12 deletions BLEClient.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,59 @@
/* Begin PBXBuildFile section */
4424ABADEDD7B67EF415F93B /* libPods-BLEClient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6B7C9B64FC0B2490A769A238 /* libPods-BLEClient.a */; };
77039F132035D66800BE574C /* BLEManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 77039F122035D66800BE574C /* BLEManager.m */; };
7706A1D32043EF6300CB3FB7 /* BLESession.m in Sources */ = {isa = PBXBuildFile; fileRef = 7706A1D22043EF6300CB3FB7 /* BLESession.m */; };
770B73B920288D310099BC63 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 770B73B820288D310099BC63 /* AppDelegate.m */; };
770B73BC20288D310099BC63 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 770B73BB20288D310099BC63 /* MainViewController.m */; };
770B73BF20288D310099BC63 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 770B73BD20288D310099BC63 /* Main.storyboard */; };
770B73C120288D310099BC63 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 770B73C020288D310099BC63 /* Assets.xcassets */; };
770B73C420288D310099BC63 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 770B73C220288D310099BC63 /* LaunchScreen.storyboard */; };
770B73C720288D310099BC63 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 770B73C620288D310099BC63 /* main.m */; };
7714E858203C57FD00AEAA33 /* BLECentralManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7714E857203C57FD00AEAA33 /* BLECentralManager.m */; };
7775689F203318E8006CCC57 /* UDPManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7775689E203318E8006CCC57 /* UDPManager.m */; };
778CF08F202B223C0018B009 /* CharTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 778CF08E202B223C0018B009 /* CharTableViewCell.m */; };
778CF092202DA1960018B009 /* Periphery.m in Sources */ = {isa = PBXBuildFile; fileRef = 778CF091202DA1960018B009 /* Periphery.m */; };
779A1FF4204D379900CE4139 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 779A1FF3204D379900CE4139 /* Assets.xcassets */; };
779A1FF7204D61CD00CE4139 /* Logger.m in Sources */ = {isa = PBXBuildFile; fileRef = 779A1FF6204D61CD00CE4139 /* Logger.m */; };
77B904A1203C51770050DD0E /* AMService.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B904A0203C51770050DD0E /* AMService.m */; };
77B904A5203C51AC0050DD0E /* AMCharacteristics.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B904A4203C51AC0050DD0E /* AMCharacteristics.m */; };
77B904A9203C52810050DD0E /* AMPeripheral.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B904A8203C52810050DD0E /* AMPeripheral.m */; };
77DA1CF92045828900063EE5 /* LocationManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 77DA1CF82045828900063EE5 /* LocationManager.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
3386A72B9DF7AABF34E59FB6 /* Pods-BLEClient.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BLEClient.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BLEClient/Pods-BLEClient.debug.xcconfig"; sourceTree = "<group>"; };
6B7C9B64FC0B2490A769A238 /* libPods-BLEClient.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BLEClient.a"; sourceTree = BUILT_PRODUCTS_DIR; };
77039F112035D66800BE574C /* BLEManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BLEManager.h; sourceTree = "<group>"; };
77039F122035D66800BE574C /* BLEManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BLEManager.m; sourceTree = "<group>"; };
7706A1D12043EF6300CB3FB7 /* BLESession.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BLESession.h; sourceTree = "<group>"; };
7706A1D22043EF6300CB3FB7 /* BLESession.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BLESession.m; sourceTree = "<group>"; };
770B73B420288D310099BC63 /* BLEClient.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BLEClient.app; sourceTree = BUILT_PRODUCTS_DIR; };
770B73B720288D310099BC63 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
770B73B820288D310099BC63 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
770B73BA20288D310099BC63 /* MainViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
770B73BB20288D310099BC63 /* MainViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
770B73BE20288D310099BC63 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
770B73C020288D310099BC63 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
770B73C320288D310099BC63 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
770B73C520288D310099BC63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
770B73C620288D310099BC63 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
7714E856203C57FD00AEAA33 /* BLECentralManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BLECentralManager.h; sourceTree = "<group>"; };
7714E857203C57FD00AEAA33 /* BLECentralManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BLECentralManager.m; sourceTree = "<group>"; };
7775689D203318E8006CCC57 /* UDPManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UDPManager.h; sourceTree = "<group>"; };
7775689E203318E8006CCC57 /* UDPManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UDPManager.m; sourceTree = "<group>"; };
778CF08D202B223C0018B009 /* CharTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CharTableViewCell.h; sourceTree = "<group>"; };
778CF08E202B223C0018B009 /* CharTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CharTableViewCell.m; sourceTree = "<group>"; };
778CF090202DA1960018B009 /* Periphery.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Periphery.h; sourceTree = "<group>"; };
778CF091202DA1960018B009 /* Periphery.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Periphery.m; sourceTree = "<group>"; };
779A1FF3204D379900CE4139 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
779A1FF5204D61CD00CE4139 /* Logger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Logger.h; sourceTree = "<group>"; };
779A1FF6204D61CD00CE4139 /* Logger.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Logger.m; sourceTree = "<group>"; };
77B9049F203C51770050DD0E /* AMService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMService.h; sourceTree = "<group>"; };
77B904A0203C51770050DD0E /* AMService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMService.m; sourceTree = "<group>"; };
77B904A3203C51AC0050DD0E /* AMCharacteristics.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMCharacteristics.h; sourceTree = "<group>"; };
77B904A4203C51AC0050DD0E /* AMCharacteristics.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMCharacteristics.m; sourceTree = "<group>"; };
77B904A7203C52810050DD0E /* AMPeripheral.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AMPeripheral.h; sourceTree = "<group>"; };
77B904A8203C52810050DD0E /* AMPeripheral.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AMPeripheral.m; sourceTree = "<group>"; };
77DA1CF72045828900063EE5 /* LocationManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LocationManager.h; sourceTree = "<group>"; };
77DA1CF82045828900063EE5 /* LocationManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LocationManager.m; sourceTree = "<group>"; };
FD2C8D1B6B559C7CF8E0C27A /* Pods-BLEClient.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BLEClient.release.xcconfig"; path = "Pods/Target Support Files/Pods-BLEClient/Pods-BLEClient.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand All @@ -65,15 +86,17 @@
name = Pods;
sourceTree = "<group>";
};
77039F142036EF1E00BE574C /* Manager */ = {
77039F142036EF1E00BE574C /* BLEManager */ = {
isa = PBXGroup;
children = (
7775689D203318E8006CCC57 /* UDPManager.h */,
7775689E203318E8006CCC57 /* UDPManager.m */,
77039F112035D66800BE574C /* BLEManager.h */,
77039F122035D66800BE574C /* BLEManager.m */,
77B904A6203C51B60050DD0E /* Characteristics */,
77B904A2203C51850050DD0E /* Service */,
77B904AA203C52880050DD0E /* Peripheral */,
7706A1D42043EF6B00CB3FB7 /* BLESession */,
7714E856203C57FD00AEAA33 /* BLECentralManager.h */,
7714E857203C57FD00AEAA33 /* BLECentralManager.m */,
);
path = Manager;
path = BLEManager;
sourceTree = "<group>";
};
77039F152036EF8200BE574C /* View */ = {
Expand All @@ -85,6 +108,15 @@
path = View;
sourceTree = "<group>";
};
7706A1D42043EF6B00CB3FB7 /* BLESession */ = {
isa = PBXGroup;
children = (
7706A1D12043EF6300CB3FB7 /* BLESession.h */,
7706A1D22043EF6300CB3FB7 /* BLESession.m */,
);
path = BLESession;
sourceTree = "<group>";
};
770B73AB20288D310099BC63 = {
isa = PBXGroup;
children = (
Expand All @@ -106,15 +138,19 @@
770B73B620288D310099BC63 /* BLEClient */ = {
isa = PBXGroup;
children = (
77039F152036EF8200BE574C /* View */,
77039F142036EF1E00BE574C /* Manager */,
779A1FF3204D379900CE4139 /* Assets.xcassets */,
770B73B720288D310099BC63 /* AppDelegate.h */,
770B73B820288D310099BC63 /* AppDelegate.m */,
7714E859203D408200AEAA33 /* BLEOld */,
77039F152036EF8200BE574C /* View */,
779A1FF8204D61D200CE4139 /* Logger */,
77B904AB203C52B50050DD0E /* UDPManager */,
77039F142036EF1E00BE574C /* BLEManager */,
77DA1CFA2045829500063EE5 /* Location */,
770B73BA20288D310099BC63 /* MainViewController.h */,
770B73BB20288D310099BC63 /* MainViewController.m */,
778CF090202DA1960018B009 /* Periphery.h */,
778CF091202DA1960018B009 /* Periphery.m */,
770B73C020288D310099BC63 /* Assets.xcassets */,
770B73BD20288D310099BC63 /* Main.storyboard */,
770B73C220288D310099BC63 /* LaunchScreen.storyboard */,
770B73C520288D310099BC63 /* Info.plist */,
Expand All @@ -123,6 +159,69 @@
path = BLEClient;
sourceTree = "<group>";
};
7714E859203D408200AEAA33 /* BLEOld */ = {
isa = PBXGroup;
children = (
77039F112035D66800BE574C /* BLEManager.h */,
77039F122035D66800BE574C /* BLEManager.m */,
);
path = BLEOld;
sourceTree = "<group>";
};
779A1FF8204D61D200CE4139 /* Logger */ = {
isa = PBXGroup;
children = (
779A1FF5204D61CD00CE4139 /* Logger.h */,
779A1FF6204D61CD00CE4139 /* Logger.m */,
);
path = Logger;
sourceTree = "<group>";
};
77B904A2203C51850050DD0E /* Service */ = {
isa = PBXGroup;
children = (
77B9049F203C51770050DD0E /* AMService.h */,
77B904A0203C51770050DD0E /* AMService.m */,
);
path = Service;
sourceTree = "<group>";
};
77B904A6203C51B60050DD0E /* Characteristics */ = {
isa = PBXGroup;
children = (
77B904A3203C51AC0050DD0E /* AMCharacteristics.h */,
77B904A4203C51AC0050DD0E /* AMCharacteristics.m */,
);
path = Characteristics;
sourceTree = "<group>";
};
77B904AA203C52880050DD0E /* Peripheral */ = {
isa = PBXGroup;
children = (
77B904A7203C52810050DD0E /* AMPeripheral.h */,
77B904A8203C52810050DD0E /* AMPeripheral.m */,
);
path = Peripheral;
sourceTree = "<group>";
};
77B904AB203C52B50050DD0E /* UDPManager */ = {
isa = PBXGroup;
children = (
7775689D203318E8006CCC57 /* UDPManager.h */,
7775689E203318E8006CCC57 /* UDPManager.m */,
);
path = UDPManager;
sourceTree = "<group>";
};
77DA1CFA2045829500063EE5 /* Location */ = {
isa = PBXGroup;
children = (
77DA1CF72045828900063EE5 /* LocationManager.h */,
77DA1CF82045828900063EE5 /* LocationManager.m */,
);
path = Location;
sourceTree = "<group>";
};
E4036ADD350C30DE76885BD1 /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -198,7 +297,7 @@
buildActionMask = 2147483647;
files = (
770B73C420288D310099BC63 /* LaunchScreen.storyboard in Resources */,
770B73C120288D310099BC63 /* Assets.xcassets in Resources */,
779A1FF4204D379900CE4139 /* Assets.xcassets in Resources */,
770B73BF20288D310099BC63 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -261,10 +360,17 @@
770B73BC20288D310099BC63 /* MainViewController.m in Sources */,
778CF092202DA1960018B009 /* Periphery.m in Sources */,
77039F132035D66800BE574C /* BLEManager.m in Sources */,
77B904A5203C51AC0050DD0E /* AMCharacteristics.m in Sources */,
770B73C720288D310099BC63 /* main.m in Sources */,
779A1FF7204D61CD00CE4139 /* Logger.m in Sources */,
77B904A9203C52810050DD0E /* AMPeripheral.m in Sources */,
7714E858203C57FD00AEAA33 /* BLECentralManager.m in Sources */,
7706A1D32043EF6300CB3FB7 /* BLESession.m in Sources */,
7775689F203318E8006CCC57 /* UDPManager.m in Sources */,
77B904A1203C51770050DD0E /* AMService.m in Sources */,
770B73B920288D310099BC63 /* AppDelegate.m in Sources */,
778CF08F202B223C0018B009 /* CharTableViewCell.m in Sources */,
77DA1CF92045828900063EE5 /* LocationManager.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -402,6 +508,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = RA8RP8Z7ML;
INFOPLIST_FILE = BLEClient/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = ITMak.BLEClient;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -417,6 +524,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = RA8RP8Z7ML;
INFOPLIST_FILE = BLEClient/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = ITMak.BLEClient;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
10 changes: 10 additions & 0 deletions BLEClient.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading