From 5464ecb22d8888183d004db2bffbcfbde94bc222 Mon Sep 17 00:00:00 2001 From: kingsic Date: Mon, 17 Jul 2017 23:57:04 +0800 Subject: [PATCH] Initial commit --- SGQRCode/SGQRCode.h | 6 +++--- SGQRCode/SGQRCodeAlbumManager.h | 6 +++--- SGQRCode/SGQRCodeAlbumManager.m | 6 +++--- SGQRCode/SGQRCodeGenerateManager.h | 6 +++--- SGQRCode/SGQRCodeGenerateManager.m | 6 +++--- SGQRCode/SGQRCodeScanManager.h | 6 +++--- SGQRCode/SGQRCodeScanManager.m | 6 +++--- SGQRCode/SGQRCodeScanningView.h | 6 +++--- SGQRCode/SGQRCodeScanningView.m | 6 +++--- SGQRCodeExample.xcodeproj/project.pbxproj | 4 ++-- SGQRCodeExample/AppDelegate.h | 4 ++-- SGQRCodeExample/AppDelegate.m | 4 ++-- SGQRCodeExample/Controller/QRCodeGenerateVC.h | 4 ++-- SGQRCodeExample/Controller/QRCodeGenerateVC.m | 4 ++-- SGQRCodeExample/Controller/SGQRCodeScanningVC.h | 4 ++-- SGQRCodeExample/Controller/SGQRCodeScanningVC.m | 4 ++-- SGQRCodeExample/Controller/ScanSuccessJumpVC.h | 4 ++-- SGQRCodeExample/Controller/ScanSuccessJumpVC.m | 4 ++-- SGQRCodeExample/View/SGWebView.h | 4 ++-- SGQRCodeExample/View/SGWebView.m | 4 ++-- SGQRCodeExample/ViewController.h | 4 ++-- SGQRCodeExample/ViewController.m | 4 ++-- SGQRCodeExampleTests/SGQRCodeExampleTests.m | 4 ++-- SGQRCodeExampleUITests/SGQRCodeExampleUITests.m | 4 ++-- 24 files changed, 57 insertions(+), 57 deletions(-) diff --git a/SGQRCode/SGQRCode.h b/SGQRCode/SGQRCode.h index e19b91f..b227236 100755 --- a/SGQRCode/SGQRCode.h +++ b/SGQRCode/SGQRCode.h @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:(https://github.com/kingsic/SGQRCode.git) +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCode.h // SGQRCodeExample // -// Created by Sorgle on 2016/8/16. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 2016/8/16. +// Copyright © 2016年 kingsic. All rights reserved. // #import diff --git a/SGQRCode/SGQRCodeAlbumManager.h b/SGQRCode/SGQRCodeAlbumManager.h index d778c8f..d88e03d 100644 --- a/SGQRCode/SGQRCodeAlbumManager.h +++ b/SGQRCode/SGQRCodeAlbumManager.h @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:https://github.com/kingsic +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCodeAlbumManager.h // SGQRCodeExample // -// Created by apple on 2017/6/27. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 2017/6/27. +// Copyright © 2017年 kingsic. All rights reserved. // #import diff --git a/SGQRCode/SGQRCodeAlbumManager.m b/SGQRCode/SGQRCodeAlbumManager.m index 979aae4..462a39c 100644 --- a/SGQRCode/SGQRCodeAlbumManager.m +++ b/SGQRCode/SGQRCodeAlbumManager.m @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:https://github.com/kingsic +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCodeAlbumManager.m // SGQRCodeExample // -// Created by apple on 2017/6/27. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 2017/6/27. +// Copyright © 2017年 kingsic. All rights reserved. // #import "SGQRCodeAlbumManager.h" diff --git a/SGQRCode/SGQRCodeGenerateManager.h b/SGQRCode/SGQRCodeGenerateManager.h index 64968c6..a8799fd 100644 --- a/SGQRCode/SGQRCodeGenerateManager.h +++ b/SGQRCode/SGQRCodeGenerateManager.h @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:https://github.com/kingsic +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCodeGenerateManager.h // SGQRCodeExample // -// Created by apple on 2017/6/27. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 2017/6/27. +// Copyright © 2017年 kingsic. All rights reserved. // #import diff --git a/SGQRCode/SGQRCodeGenerateManager.m b/SGQRCode/SGQRCodeGenerateManager.m index c1ee243..8044a56 100644 --- a/SGQRCode/SGQRCodeGenerateManager.m +++ b/SGQRCode/SGQRCodeGenerateManager.m @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:https://github.com/kingsic +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCodeGenerateManager.m // SGQRCodeExample // -// Created by apple on 2017/6/27. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 2017/6/27. +// Copyright © 2017年 kingsic. All rights reserved. // #import "SGQRCodeGenerateManager.h" diff --git a/SGQRCode/SGQRCodeScanManager.h b/SGQRCode/SGQRCodeScanManager.h index ff9dfe7..c7c4571 100755 --- a/SGQRCode/SGQRCodeScanManager.h +++ b/SGQRCode/SGQRCodeScanManager.h @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:https://github.com/kingsic +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCodeScanManager.h // SGQRCodeExample // -// Created by Sorgle on 2016/8/16. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 2016/8/16. +// Copyright © 2016年 kingsic. All rights reserved. // #import diff --git a/SGQRCode/SGQRCodeScanManager.m b/SGQRCode/SGQRCodeScanManager.m index 6ec7fa1..51a3a03 100755 --- a/SGQRCode/SGQRCodeScanManager.m +++ b/SGQRCode/SGQRCodeScanManager.m @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:https://github.com/kingsic +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCodeScanManager.m // SGQRCodeExample // -// Created by Sorgle on 2016/8/16. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 2016/8/16. +// Copyright © 2016年 kingsic. All rights reserved. // #import "SGQRCodeScanManager.h" diff --git a/SGQRCode/SGQRCodeScanningView.h b/SGQRCode/SGQRCodeScanningView.h index dc5aac9..c1dba9f 100755 --- a/SGQRCode/SGQRCodeScanningView.h +++ b/SGQRCode/SGQRCodeScanningView.h @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:https://github.com/kingsic +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCodeScanningView.h // SGQRCodeExample // -// Created by apple on 17/3/20. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/20. +// Copyright © 2017年 kingsic. All rights reserved. // #import diff --git a/SGQRCode/SGQRCodeScanningView.m b/SGQRCode/SGQRCodeScanningView.m index fcf7614..986433d 100755 --- a/SGQRCode/SGQRCodeScanningView.m +++ b/SGQRCode/SGQRCodeScanningView.m @@ -2,13 +2,13 @@ // 如遇到问题或有更好方案,请通过以下方式进行联系 // QQ:1357127436 // Email:kingsic@126.com -// GitHub:https://github.com/kingsic +// GitHub:https://github.com/kingsic/SGQRCode.git // // SGQRCodeScanningView.m // SGQRCodeExample // -// Created by apple on 17/3/20. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/20. +// Copyright © 2017年 kingsic. All rights reserved. // #import "SGQRCodeScanningView.h" diff --git a/SGQRCodeExample.xcodeproj/project.pbxproj b/SGQRCodeExample.xcodeproj/project.pbxproj index 91180d6..f62ba5c 100755 --- a/SGQRCodeExample.xcodeproj/project.pbxproj +++ b/SGQRCodeExample.xcodeproj/project.pbxproj @@ -510,7 +510,7 @@ INFOPLIST_FILE = SGQRCodeExample/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = Sorgle.SGQRCodeExample; + PRODUCT_BUNDLE_IDENTIFIER = com.SGQRCodeExample; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -523,7 +523,7 @@ INFOPLIST_FILE = SGQRCodeExample/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = Sorgle.SGQRCodeExample; + PRODUCT_BUNDLE_IDENTIFIER = com.SGQRCodeExample; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; diff --git a/SGQRCodeExample/AppDelegate.h b/SGQRCodeExample/AppDelegate.h index 0c405ac..f1db16f 100755 --- a/SGQRCodeExample/AppDelegate.h +++ b/SGQRCodeExample/AppDelegate.h @@ -2,8 +2,8 @@ // AppDelegate.h // SGQRCodeExample // -// Created by apple on 17/3/21. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/21. +// Copyright © 2017年 kingsic. All rights reserved. // #import diff --git a/SGQRCodeExample/AppDelegate.m b/SGQRCodeExample/AppDelegate.m index 057a588..9855739 100755 --- a/SGQRCodeExample/AppDelegate.m +++ b/SGQRCodeExample/AppDelegate.m @@ -2,8 +2,8 @@ // AppDelegate.m // SGQRCodeExample // -// Created by apple on 17/3/21. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/21. +// Copyright © 2017年 kingsic. All rights reserved. // #import "AppDelegate.h" diff --git a/SGQRCodeExample/Controller/QRCodeGenerateVC.h b/SGQRCodeExample/Controller/QRCodeGenerateVC.h index 83bd93a..1d93f4d 100755 --- a/SGQRCodeExample/Controller/QRCodeGenerateVC.h +++ b/SGQRCodeExample/Controller/QRCodeGenerateVC.h @@ -2,8 +2,8 @@ // QRCodeGenerateVC.h // SGQRCodeExample // -// Created by Sorgle on 16/8/25. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 16/8/25. +// Copyright © 2016年 kingsic. All rights reserved. // #import diff --git a/SGQRCodeExample/Controller/QRCodeGenerateVC.m b/SGQRCodeExample/Controller/QRCodeGenerateVC.m index 70cfc9a..260f3fc 100755 --- a/SGQRCodeExample/Controller/QRCodeGenerateVC.m +++ b/SGQRCodeExample/Controller/QRCodeGenerateVC.m @@ -2,8 +2,8 @@ // QRCodeGenerateVC.m // SGQRCodeExample // -// Created by Sorgle on 16/8/25. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 16/8/25. +// Copyright © 2016年 kingsic. All rights reserved. // #import "QRCodeGenerateVC.h" diff --git a/SGQRCodeExample/Controller/SGQRCodeScanningVC.h b/SGQRCodeExample/Controller/SGQRCodeScanningVC.h index 1803488..5098925 100755 --- a/SGQRCodeExample/Controller/SGQRCodeScanningVC.h +++ b/SGQRCodeExample/Controller/SGQRCodeScanningVC.h @@ -2,8 +2,8 @@ // SGQRCodeScanningVC.h // SGQRCodeExample // -// Created by apple on 17/3/20. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/20. +// Copyright © 2017年 kingsic. All rights reserved. // #import diff --git a/SGQRCodeExample/Controller/SGQRCodeScanningVC.m b/SGQRCodeExample/Controller/SGQRCodeScanningVC.m index bc47591..86c98ca 100755 --- a/SGQRCodeExample/Controller/SGQRCodeScanningVC.m +++ b/SGQRCodeExample/Controller/SGQRCodeScanningVC.m @@ -2,8 +2,8 @@ // SGQRCodeScanningVC.m // SGQRCodeExample // -// Created by apple on 17/3/20. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/20. +// Copyright © 2017年 kingsic. All rights reserved. // #import "SGQRCodeScanningVC.h" diff --git a/SGQRCodeExample/Controller/ScanSuccessJumpVC.h b/SGQRCodeExample/Controller/ScanSuccessJumpVC.h index b0eaa7a..596f76b 100755 --- a/SGQRCodeExample/Controller/ScanSuccessJumpVC.h +++ b/SGQRCodeExample/Controller/ScanSuccessJumpVC.h @@ -2,8 +2,8 @@ // ScanSuccessJumpVC.h // SGQRCodeExample // -// Created by Sorgle on 16/8/29. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 16/8/29. +// Copyright © 2016年 kingsic. All rights reserved. // #import diff --git a/SGQRCodeExample/Controller/ScanSuccessJumpVC.m b/SGQRCodeExample/Controller/ScanSuccessJumpVC.m index 093284b..92b7b76 100755 --- a/SGQRCodeExample/Controller/ScanSuccessJumpVC.m +++ b/SGQRCodeExample/Controller/ScanSuccessJumpVC.m @@ -2,8 +2,8 @@ // ScanSuccessJumpVC.m // SGQRCodeExample // -// Created by Sorgle on 16/8/29. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 16/8/29. +// Copyright © 2016年 kingsic. All rights reserved. // #import "ScanSuccessJumpVC.h" diff --git a/SGQRCodeExample/View/SGWebView.h b/SGQRCodeExample/View/SGWebView.h index fe8c9b5..f07db34 100755 --- a/SGQRCodeExample/View/SGWebView.h +++ b/SGQRCodeExample/View/SGWebView.h @@ -2,8 +2,8 @@ // SGWebView.h // SGWebViewExample // -// Created by apple on 17/3/27. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/27. +// Copyright © 2017年 kingsic. All rights reserved. // // SGWebView 使用注意点: // 如果 self.navigationController.navigationBar.translucent = NO;或者导航栏不存在; 那么 SGWebView 的 isNavigationBarOrTranslucent属性 必须设置 NO) diff --git a/SGQRCodeExample/View/SGWebView.m b/SGQRCodeExample/View/SGWebView.m index 147637b..c5c8abb 100755 --- a/SGQRCodeExample/View/SGWebView.m +++ b/SGQRCodeExample/View/SGWebView.m @@ -2,8 +2,8 @@ // SGWebView.m // SGWebViewExample // -// Created by apple on 17/3/27. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/27. +// Copyright © 2017年 kingsic. All rights reserved. // #import "SGWebView.h" diff --git a/SGQRCodeExample/ViewController.h b/SGQRCodeExample/ViewController.h index ca81581..2b4b20d 100755 --- a/SGQRCodeExample/ViewController.h +++ b/SGQRCodeExample/ViewController.h @@ -2,8 +2,8 @@ // ViewController.h // SGQRCodeExample // -// Created by Sorgle on 16/8/25. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 16/8/25. +// Copyright © 2016年 kingsic. All rights reserved. // #import diff --git a/SGQRCodeExample/ViewController.m b/SGQRCodeExample/ViewController.m index aac489b..53e5f1a 100755 --- a/SGQRCodeExample/ViewController.m +++ b/SGQRCodeExample/ViewController.m @@ -2,8 +2,8 @@ // ViewController.m // SGQRCodeExample // -// Created by Sorgle on 16/8/25. -// Copyright © 2016年 Sorgle. All rights reserved. +// Created by kingsic on 16/8/25. +// Copyright © 2016年 kingsic. All rights reserved. // #import "ViewController.h" diff --git a/SGQRCodeExampleTests/SGQRCodeExampleTests.m b/SGQRCodeExampleTests/SGQRCodeExampleTests.m index d858944..6e71491 100755 --- a/SGQRCodeExampleTests/SGQRCodeExampleTests.m +++ b/SGQRCodeExampleTests/SGQRCodeExampleTests.m @@ -2,8 +2,8 @@ // SGQRCodeExampleTests.m // SGQRCodeExampleTests // -// Created by apple on 17/3/21. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/21. +// Copyright © 2017年 kingsic. All rights reserved. // #import diff --git a/SGQRCodeExampleUITests/SGQRCodeExampleUITests.m b/SGQRCodeExampleUITests/SGQRCodeExampleUITests.m index 71e8c39..562e87b 100755 --- a/SGQRCodeExampleUITests/SGQRCodeExampleUITests.m +++ b/SGQRCodeExampleUITests/SGQRCodeExampleUITests.m @@ -2,8 +2,8 @@ // SGQRCodeExampleUITests.m // SGQRCodeExampleUITests // -// Created by apple on 17/3/21. -// Copyright © 2017年 Sorgle. All rights reserved. +// Created by kingsic on 17/3/21. +// Copyright © 2017年 kingsic. All rights reserved. // #import