-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added flash toggle button to qr scanner
- Loading branch information
Aaron Voisine
committed
Apr 17, 2014
1 parent
2ceba44
commit e494de3
Showing
13 changed files
with
55 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
[submodule "AFNetworking"] | ||
path = AFNetworking | ||
url = git://github.com/AFNetworking/AFNetworking.git | ||
[submodule "ZBar"] | ||
path = ZBar | ||
url = git://github.com/ZBar/ZBar.git | ||
[submodule "QR-Code-Encoder-for-Objective-C"] | ||
path = QR-Code-Encoder-for-Objective-C | ||
url = git://github.com/myang-git/QR-Code-Encoder-for-Objective-C.git | ||
[submodule "MBProgressHUD"] | ||
path = MBProgressHUD | ||
url = git://github.com/matej/MBProgressHUD.git | ||
[submodule "SocketRocket"] | ||
path = SocketRocket | ||
url = [email protected]:square/SocketRocket.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -724,6 +724,7 @@ | |
759145B717EB7CE00040D496 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 759145B617EB7CE00040D496 /* [email protected] */; }; | ||
759145B917EB87BF0040D496 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 759145B817EB87BF0040D496 /* [email protected] */; }; | ||
75920F86174AB82100C1C03D /* NSMutableData+Bitcoin.m in Sources */ = {isa = PBXBuildFile; fileRef = 75920F85174AB82100C1C03D /* NSMutableData+Bitcoin.m */; }; | ||
759292F8190046FB00CDA950 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 759292F7190046FB00CDA950 /* [email protected] */; }; | ||
7593BD0A17A24D1500F814F6 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7593BD0917A24D1500F814F6 /* [email protected] */; }; | ||
7597028117E15B1E00CDC14A /* ZNNavigationBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 7597028017E15B1E00CDC14A /* ZNNavigationBar.m */; }; | ||
7597028417E15B5600CDC14A /* ZNStoryboardSegue.m in Sources */ = {isa = PBXBuildFile; fileRef = 7597028317E15B5600CDC14A /* ZNStoryboardSegue.m */; }; | ||
|
@@ -1778,6 +1779,7 @@ | |
759145B817EB87BF0040D496 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
75920F84174AB82100C1C03D /* NSMutableData+Bitcoin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableData+Bitcoin.h"; sourceTree = "<group>"; }; | ||
75920F85174AB82100C1C03D /* NSMutableData+Bitcoin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableData+Bitcoin.m"; sourceTree = "<group>"; }; | ||
759292F7190046FB00CDA950 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
7593BD0917A24D1500F814F6 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
7597027F17E15B1E00CDC14A /* ZNNavigationBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZNNavigationBar.h; sourceTree = "<group>"; }; | ||
7597028017E15B1E00CDC14A /* ZNNavigationBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZNNavigationBar.m; sourceTree = "<group>"; }; | ||
|
@@ -3317,6 +3319,7 @@ | |
751E809E1789797500E3CFB2 /* [email protected] */, | ||
759145B617EB7CE00040D496 /* [email protected] */, | ||
759145B817EB87BF0040D496 /* [email protected] */, | ||
759292F7190046FB00CDA950 /* [email protected] */, | ||
75C2F3D3178D3061009F8CD3 /* [email protected] */, | ||
75C2F3D1178D3061009F8CD3 /* [email protected] */, | ||
75C2F3D2178D3061009F8CD3 /* [email protected] */, | ||
|
@@ -3811,6 +3814,7 @@ | |
75D8F38C173ABE3C0080D95E /* InfoPlist.strings in Resources */, | ||
75D8F394173ABE3C0080D95E /* Default.png in Resources */, | ||
75D8F396173ABE3C0080D95E /* [email protected] in Resources */, | ||
759292F8190046FB00CDA950 /* [email protected] in Resources */, | ||
75D8F398173ABE3C0080D95E /* [email protected] in Resources */, | ||
75D8F39B173ABE3C0080D95E /* MainStoryboard_iPhone.storyboard in Resources */, | ||
75F17C4417455F2D00D9F228 /* deletetoleft-inv.png in Resources */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters