Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Fixed Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
charlymr committed Feb 23, 2018
1 parent 04e49e5 commit 61fc2dc
Show file tree
Hide file tree
Showing 9 changed files with 380 additions and 336 deletions.
4 changes: 2 additions & 2 deletions demo/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ EXTERNAL SOURCES:
:path: ..

SPEC CHECKSUMS:
IRLDocumentScanner: 23cf7f0a3ae66ee46af54a22141aa9e6deaf323c
IRLDocumentScanner: 03cbb48f5b8188bd38445dd85297209e71d820b5
TOCropViewController: 808c9724904be931dd2de5f97fcccf4cc8f8b03f

PODFILE CHECKSUM: 33215c6da8b5132d7a127b02388901f868b65cd5

COCOAPODS: 1.3.1
COCOAPODS: 1.4.0
4 changes: 2 additions & 2 deletions demo/Pods/Manifest.lock

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

623 changes: 318 additions & 305 deletions demo/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

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

44 changes: 38 additions & 6 deletions demo/Pods/Target Support Files/Pods-demo/Pods-demo-frameworks.sh

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

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

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

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

11 changes: 5 additions & 6 deletions demo/demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,8 @@
TargetAttributes = {
6178221F1B408FE000D73034 = {
CreatedOnToolsVersion = 6.3.2;
DevelopmentTeam = 6CHEU74FHQ;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
ProvisioningStyle = Manual;
};
617822381B408FE000D73034 = {
CreatedOnToolsVersion = 6.3.2;
Expand Down Expand Up @@ -461,8 +460,8 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6CHEU74FHQ;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = demo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand All @@ -486,8 +485,8 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6CHEU74FHQ;
CODE_SIGN_STYLE = Manual;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = demo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
Expand Down

0 comments on commit 61fc2dc

Please sign in to comment.