Skip to content

Commit

Permalink
added screenshot and file manager
Browse files Browse the repository at this point in the history
  • Loading branch information
androidtim committed Oct 4, 2017
1 parent 864b657 commit ccdda16
Show file tree
Hide file tree
Showing 43 changed files with 2,800 additions and 110 deletions.
40 changes: 40 additions & 0 deletions Bridged.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

/* Begin PBXBuildFile section */
040F6CD31F01453400074177 /* UIImageRotation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 040F6CD21F01453400074177 /* UIImageRotation.swift */; };
04106D2F1F8544CF004DB024 /* HotKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04106D2A1F8544CF004DB024 /* HotKey.swift */; };
04106D301F8544CF004DB024 /* HotKeysController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04106D2B1F8544CF004DB024 /* HotKeysController.swift */; };
04106D311F8544CF004DB024 /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04106D2C1F8544CF004DB024 /* Key.swift */; };
04106D321F8544CF004DB024 /* KeyCombo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04106D2D1F8544CF004DB024 /* KeyCombo.swift */; };
04106D331F8544CF004DB024 /* NSEventModifierFlags+HotKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04106D2E1F8544CF004DB024 /* NSEventModifierFlags+HotKey.swift */; };
044BBB2A1F6866CA0036520A /* html in Resources */ = {isa = PBXBuildFile; fileRef = 044BBB291F6866CA0036520A /* html */; };
044BBB2D1F686A9D0036520A /* FileManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 044BBB2B1F686A9D0036520A /* FileManager.swift */; };
044BBB301F68734C0036520A /* FileManager.xib in Resources */ = {isa = PBXBuildFile; fileRef = 044BBB2F1F68734C0036520A /* FileManager.xib */; };
045BF6451F04DC0200A2A982 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 045BF6431F04DC0200A2A982 /* Preferences.swift */; };
045BF6461F04DC0200A2A982 /* Preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = 045BF6441F04DC0200A2A982 /* Preferences.xib */; };
04745ABB1ED3594B00EEA5CF /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04745ABA1ED3594B00EEA5CF /* AppDelegate.swift */; };
Expand All @@ -31,6 +39,14 @@

/* Begin PBXFileReference section */
040F6CD21F01453400074177 /* UIImageRotation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImageRotation.swift; sourceTree = "<group>"; };
04106D2A1F8544CF004DB024 /* HotKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HotKey.swift; sourceTree = "<group>"; };
04106D2B1F8544CF004DB024 /* HotKeysController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HotKeysController.swift; sourceTree = "<group>"; };
04106D2C1F8544CF004DB024 /* Key.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Key.swift; sourceTree = "<group>"; };
04106D2D1F8544CF004DB024 /* KeyCombo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyCombo.swift; sourceTree = "<group>"; };
04106D2E1F8544CF004DB024 /* NSEventModifierFlags+HotKey.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSEventModifierFlags+HotKey.swift"; sourceTree = "<group>"; };
044BBB291F6866CA0036520A /* html */ = {isa = PBXFileReference; lastKnownFileType = folder; path = html; sourceTree = "<group>"; };
044BBB2B1F686A9D0036520A /* FileManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FileManager.swift; sourceTree = "<group>"; };
044BBB2F1F68734C0036520A /* FileManager.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FileManager.xib; sourceTree = "<group>"; };
045BF6431F04DC0200A2A982 /* Preferences.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; };
045BF6441F04DC0200A2A982 /* Preferences.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Preferences.xib; sourceTree = "<group>"; };
04745AB71ED3594B00EEA5CF /* Bridged.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Bridged.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -68,6 +84,18 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
04106D291F8544CF004DB024 /* HotKey */ = {
isa = PBXGroup;
children = (
04106D2A1F8544CF004DB024 /* HotKey.swift */,
04106D2B1F8544CF004DB024 /* HotKeysController.swift */,
04106D2C1F8544CF004DB024 /* Key.swift */,
04106D2D1F8544CF004DB024 /* KeyCombo.swift */,
04106D2E1F8544CF004DB024 /* NSEventModifierFlags+HotKey.swift */,
);
path = HotKey;
sourceTree = "<group>";
};
04745AAE1ED3594B00EEA5CF = {
isa = PBXGroup;
children = (
Expand All @@ -89,6 +117,8 @@
04745AB91ED3594B00EEA5CF /* Bridged */ = {
isa = PBXGroup;
children = (
04106D291F8544CF004DB024 /* HotKey */,
044BBB291F6866CA0036520A /* html */,
04745ABA1ED3594B00EEA5CF /* AppDelegate.swift */,
04F12F8B1ED40FFF00772904 /* Apk.swift */,
04F12F891ED40FBA00772904 /* ApkHandler.swift */,
Expand All @@ -109,6 +139,8 @@
045BF6431F04DC0200A2A982 /* Preferences.swift */,
045BF6441F04DC0200A2A982 /* Preferences.xib */,
04746CBB1F0E2A9200490D4C /* Images.xcassets */,
044BBB2B1F686A9D0036520A /* FileManager.swift */,
044BBB2F1F68734C0036520A /* FileManager.xib */,
);
path = Bridged;
sourceTree = "<group>";
Expand Down Expand Up @@ -193,8 +225,10 @@
buildActionMask = 2147483647;
files = (
04F12F941ED4A87900772904 /* Popower.xib in Resources */,
044BBB2A1F6866CA0036520A /* html in Resources */,
04746CBC1F0E2A9200490D4C /* Images.xcassets in Resources */,
04F12F7E1ED3610800772904 /* Scripts in Resources */,
044BBB301F68734C0036520A /* FileManager.xib in Resources */,
04745AC01ED3594B00EEA5CF /* MainMenu.xib in Resources */,
045BF6461F04DC0200A2A982 /* Preferences.xib in Resources */,
);
Expand Down Expand Up @@ -260,14 +294,20 @@
040F6CD31F01453400074177 /* UIImageRotation.swift in Sources */,
04F12F961ED5723A00772904 /* EventMonitor.swift in Sources */,
04F12F8A1ED40FBA00772904 /* ApkHandler.swift in Sources */,
04106D301F8544CF004DB024 /* HotKeysController.swift in Sources */,
04F12F931ED4A87900772904 /* Popower.swift in Sources */,
044BBB2D1F686A9D0036520A /* FileManager.swift in Sources */,
04F12F8E1ED4116D00772904 /* Util.swift in Sources */,
04F12F861ED39C9300772904 /* C.swift in Sources */,
045BF6451F04DC0200A2A982 /* Preferences.swift in Sources */,
04106D311F8544CF004DB024 /* Key.swift in Sources */,
04F12F801ED3616F00772904 /* ShellHandler.swift in Sources */,
04106D2F1F8544CF004DB024 /* HotKey.swift in Sources */,
04106D321F8544CF004DB024 /* KeyCombo.swift in Sources */,
04F12F901ED417F100772904 /* DeviceHandler.swift in Sources */,
04745ABB1ED3594B00EEA5CF /* AppDelegate.swift in Sources */,
04778D2F1EDC8291006E9796 /* Server.swift in Sources */,
04106D331F8544CF004DB024 /* NSEventModifierFlags+HotKey.swift in Sources */,
04F12F881ED39DE600772904 /* Device.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Bridged/Popower.swift"
timestampString = "520528247.7398"
timestampString = "526937836.119162"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "31"
endingLineNumber = "31"
startingLineNumber = "33"
endingLineNumber = "33"
landmarkName = "numberOfRows(in:)"
landmarkType = "7">
</BreakpointContent>
Expand All @@ -122,11 +122,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Bridged/Popower.swift"
timestampString = "520528247.7398"
timestampString = "526937836.119162"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "24"
endingLineNumber = "24"
startingLineNumber = "26"
endingLineNumber = "26"
landmarkName = "viewDidLoad()"
landmarkType = "7">
</BreakpointContent>
Expand All @@ -138,11 +138,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Bridged/Popower.swift"
timestampString = "521028509.638647"
timestampString = "526937836.119162"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "57"
endingLineNumber = "57"
startingLineNumber = "74"
endingLineNumber = "74"
landmarkName = "updateData(_:)"
landmarkType = "7">
</BreakpointContent>
Expand All @@ -154,11 +154,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Bridged/Popower.swift"
timestampString = "521028100.993771"
timestampString = "526937836.119162"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "49"
endingLineNumber = "49"
startingLineNumber = "51"
endingLineNumber = "51"
landmarkName = "tableView(_:shouldSelectRow:)"
landmarkType = "7">
</BreakpointContent>
Expand All @@ -170,11 +170,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Bridged/Popower.swift"
timestampString = "520528247.7398"
timestampString = "526937836.119162"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "42"
endingLineNumber = "42"
startingLineNumber = "44"
endingLineNumber = "44"
landmarkName = "tableView(_:shouldSelectRow:)"
landmarkType = "7">
</BreakpointContent>
Expand Down
Loading

0 comments on commit ccdda16

Please sign in to comment.