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
52 changes: 28 additions & 24 deletions BadBird.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,30 @@
objects = {

/* Begin PBXBuildFile section */
C3B98B6F22130F0000124A45 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B98B6322130EFF00124A45 /* AppDelegate.swift */; };
C3B98B7022130F0000124A45 /* PeripheralTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B98B6422130EFF00124A45 /* PeripheralTableViewCell.swift */; };
C3B98B7122130F0000124A45 /* UartModuleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B98B6522130EFF00124A45 /* UartModuleViewController.swift */; };
C3B98B7222130F0000124A45 /* UUIDKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B98B6622130EFF00124A45 /* UUIDKey.swift */; };
C3B98B7322130F0000124A45 /* BLECentralViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B98B6722130EFF00124A45 /* BLECentralViewController.swift */; };
C3B98B7E221324A700124A45 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C3B98B7C221324A700124A45 /* Main.storyboard */; };
C3B98B7F221324A700124A45 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C3B98B7D221324A700124A45 /* LaunchScreen.storyboard */; };
E6304CC5222F5D2A0037863A /* BLECentralViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6304CC4222F5D2A0037863A /* BLECentralViewController.swift */; };
E6304CC7222F5D330037863A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6304CC6222F5D330037863A /* AppDelegate.swift */; };
E6304CC9222F5D3C0037863A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E6304CC8222F5D3C0037863A /* Assets.xcassets */; };
E6304CCC222F5D490037863A /* UartModuleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6304CCA222F5D490037863A /* UartModuleViewController.swift */; };
E6304CCD222F5D490037863A /* PeripheralTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6304CCB222F5D490037863A /* PeripheralTableViewCell.swift */; };
E6304CCF222F5D520037863A /* UUIDKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6304CCE222F5D520037863A /* UUIDKey.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
C3B98B6322130EFF00124A45 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = "../../Mi365Locker-iOS/BadBird/AppDelegate.swift"; sourceTree = "<group>"; };
C3B98B6422130EFF00124A45 /* PeripheralTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = PeripheralTableViewCell.swift; path = "../../Mi365Locker-iOS/BadBird/PeripheralTableViewCell.swift"; sourceTree = "<group>"; };
C3B98B6522130EFF00124A45 /* UartModuleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UartModuleViewController.swift; path = "../../Mi365Locker-iOS/BadBird/UartModuleViewController.swift"; sourceTree = "<group>"; };
C3B98B6622130EFF00124A45 /* UUIDKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UUIDKey.swift; path = "../../Mi365Locker-iOS/BadBird/UUIDKey.swift"; sourceTree = "<group>"; };
C3B98B6722130EFF00124A45 /* BLECentralViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = BLECentralViewController.swift; path = "../../Mi365Locker-iOS/BadBird/BLECentralViewController.swift"; sourceTree = "<group>"; };
C3B98B6922130EFF00124A45 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = "../../Mi365Locker-iOS/BadBird/Assets.xcassets"; sourceTree = "<group>"; };
C3B98B6A22130F0000124A45 /* iTunesArtwork@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@2x.png"; sourceTree = "<group>"; };
C3B98B6B22130F0000124A45 /* iTunesArtwork@1x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "iTunesArtwork@1x.png"; sourceTree = "<group>"; };
C3B98B6D22130F0000124A45 /* badbird.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = badbird.png; sourceTree = "<group>"; };
C3B98B7C221324A700124A45 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
C3B98B7D221324A700124A45 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
D5B24DD81DEE393B00D33B5A /* BadBird.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BadBird.app; sourceTree = BUILT_PRODUCTS_DIR; };
E6304CC4222F5D2A0037863A /* BLECentralViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BLECentralViewController.swift; sourceTree = "<group>"; };
E6304CC6222F5D330037863A /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
E6304CC8222F5D3C0037863A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
E6304CCA222F5D490037863A /* UartModuleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UartModuleViewController.swift; sourceTree = "<group>"; };
E6304CCB222F5D490037863A /* PeripheralTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PeripheralTableViewCell.swift; sourceTree = "<group>"; };
E6304CCE222F5D520037863A /* UUIDKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UUIDKey.swift; sourceTree = "<group>"; };
E6304CD0222F5DAF0037863A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -61,17 +63,18 @@
D5B24DDA1DEE393B00D33B5A /* BadBird */ = {
isa = PBXGroup;
children = (
C3B98B6322130EFF00124A45 /* AppDelegate.swift */,
C3B98B6922130EFF00124A45 /* Assets.xcassets */,
E6304CD0222F5DAF0037863A /* Info.plist */,
E6304CC6222F5D330037863A /* AppDelegate.swift */,
E6304CC8222F5D3C0037863A /* Assets.xcassets */,
C3B98B6D22130F0000124A45 /* badbird.png */,
C3B98B6722130EFF00124A45 /* BLECentralViewController.swift */,
E6304CC4222F5D2A0037863A /* BLECentralViewController.swift */,
C3B98B6B22130F0000124A45 /* iTunesArtwork@1x.png */,
C3B98B6A22130F0000124A45 /* iTunesArtwork@2x.png */,
C3B98B7D221324A700124A45 /* LaunchScreen.storyboard */,
C3B98B7C221324A700124A45 /* Main.storyboard */,
C3B98B6422130EFF00124A45 /* PeripheralTableViewCell.swift */,
C3B98B6522130EFF00124A45 /* UartModuleViewController.swift */,
C3B98B6622130EFF00124A45 /* UUIDKey.swift */,
E6304CCB222F5D490037863A /* PeripheralTableViewCell.swift */,
E6304CCA222F5D490037863A /* UartModuleViewController.swift */,
E6304CCE222F5D520037863A /* UUIDKey.swift */,
);
path = BadBird;
sourceTree = "<group>";
Expand Down Expand Up @@ -137,6 +140,7 @@
buildActionMask = 2147483647;
files = (
C3B98B7F221324A700124A45 /* LaunchScreen.storyboard in Resources */,
E6304CC9222F5D3C0037863A /* Assets.xcassets in Resources */,
C3B98B7E221324A700124A45 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -148,11 +152,11 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C3B98B7222130F0000124A45 /* UUIDKey.swift in Sources */,
C3B98B6F22130F0000124A45 /* AppDelegate.swift in Sources */,
C3B98B7122130F0000124A45 /* UartModuleViewController.swift in Sources */,
C3B98B7022130F0000124A45 /* PeripheralTableViewCell.swift in Sources */,
C3B98B7322130F0000124A45 /* BLECentralViewController.swift in Sources */,
E6304CCF222F5D520037863A /* UUIDKey.swift in Sources */,
E6304CC7222F5D330037863A /* AppDelegate.swift in Sources */,
E6304CCD222F5D490037863A /* PeripheralTableViewCell.swift in Sources */,
E6304CCC222F5D490037863A /* UartModuleViewController.swift in Sources */,
E6304CC5222F5D2A0037863A /* BLECentralViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -260,7 +264,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = Z6X45U4CFJ;
INFOPLIST_FILE = "$(SRCROOT)/../Mi365Locker-iOS/BadBird/Info.plist";
INFOPLIST_FILE = "$(SRCROOT)/BadBird/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = Zimperium.BadBird;
Expand All @@ -275,7 +279,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
DEVELOPMENT_TEAM = Z6X45U4CFJ;
INFOPLIST_FILE = "$(SRCROOT)/../Mi365Locker-iOS/BadBird/Info.plist";
INFOPLIST_FILE = "$(SRCROOT)/BadBird/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 10.3;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = Zimperium.BadBird;
Expand Down
Empty file modified BadBird.xcodeproj/project.xcworkspace/contents.xcworkspacedata
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified BadBird/AppDelegate.swift
100644 → 100755
Empty file.
Empty file modified BadBird/Assets.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified BadBird/Assets.xcassets/AppIcon.appiconset/iTunesArtwork@1x.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified BadBird/Assets.xcassets/AppIcon.appiconset/iTunesArtwork@2x.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified BadBird/Assets.xcassets/Contents.json
100644 → 100755
Empty file.
Empty file modified BadBird/Assets.xcassets/LaunchImage.launchimage/Contents.json
100644 → 100755
Empty file.
Empty file modified BadBird/BLECentralViewController.swift
100644 → 100755
Empty file.
Empty file modified BadBird/Base.lproj/LaunchScreen.storyboard
100644 → 100755
Empty file.
Empty file modified BadBird/Base.lproj/Main.storyboard
100644 → 100755
Empty file.
Empty file modified BadBird/Info.plist
100644 → 100755
Empty file.
Empty file modified BadBird/LaunchScreen.storyboard
100644 → 100755
Empty file.
Empty file modified BadBird/Main.storyboard
100644 → 100755
Empty file.
Empty file modified BadBird/PeripheralTableViewCell.swift
100644 → 100755
Empty file.
Empty file modified BadBird/UArtTableViewCell.swift
100644 → 100755
Empty file.
Empty file modified BadBird/UUIDKey.swift
100644 → 100755
Empty file.
Empty file modified BadBird/UartModuleViewController.swift
100644 → 100755
Empty file.
Empty file modified BadBird/ViewController.swift
100644 → 100755
Empty file.
Empty file modified BadBird/badbird.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified BadBird/iTunesArtwork@1x.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified BadBird/iTunesArtwork@2x.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.