From 884454570b4641c899ec485a117e02b51fcce391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E8=BF=9C=E5=85=A8?= <13718037163@163.com> Date: Thu, 22 Dec 2016 11:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ExampleDemo.xcodeproj}/project.pbxproj | 0 .../project.xcworkspace/contents.xcworkspacedata | 0 ExampleDemo/{ => ExampleDemo}/AppDelegate.h | 0 ExampleDemo/{ => ExampleDemo}/AppDelegate.m | 0 .../Assets.xcassets/AppIcon.appiconset/Contents.json | 0 ExampleDemo/{ => ExampleDemo}/Base.lproj/LaunchScreen.storyboard | 0 ExampleDemo/{ => ExampleDemo}/Base.lproj/Main.storyboard | 0 ExampleDemo/{ => ExampleDemo}/Info.plist | 0 ExampleDemo/{ => ExampleDemo}/ViewController.h | 0 ExampleDemo/{ => ExampleDemo}/ViewController.m | 0 .../{ => ExampleDemo}/XYQRegexPattern/XYQRegexPatternHelper.h | 0 .../{ => ExampleDemo}/XYQRegexPattern/XYQRegexPatternHelper.m | 0 ExampleDemo/{ => ExampleDemo}/main.m | 0 .../ExampleDemoTests}/ExampleDemoTests.m | 0 {ExampleDemoTests => ExampleDemo/ExampleDemoTests}/Info.plist | 0 .../ExampleDemoUITests}/ExampleDemoUITests.m | 0 {ExampleDemoUITests => ExampleDemo/ExampleDemoUITests}/Info.plist | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename {ExampleDemo.xcodeproj => ExampleDemo/ExampleDemo.xcodeproj}/project.pbxproj (100%) rename {ExampleDemo.xcodeproj => ExampleDemo/ExampleDemo.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (100%) rename ExampleDemo/{ => ExampleDemo}/AppDelegate.h (100%) rename ExampleDemo/{ => ExampleDemo}/AppDelegate.m (100%) rename ExampleDemo/{ => ExampleDemo}/Assets.xcassets/AppIcon.appiconset/Contents.json (100%) rename ExampleDemo/{ => ExampleDemo}/Base.lproj/LaunchScreen.storyboard (100%) rename ExampleDemo/{ => ExampleDemo}/Base.lproj/Main.storyboard (100%) rename ExampleDemo/{ => ExampleDemo}/Info.plist (100%) rename ExampleDemo/{ => ExampleDemo}/ViewController.h (100%) rename ExampleDemo/{ => ExampleDemo}/ViewController.m (100%) rename ExampleDemo/{ => ExampleDemo}/XYQRegexPattern/XYQRegexPatternHelper.h (100%) rename ExampleDemo/{ => ExampleDemo}/XYQRegexPattern/XYQRegexPatternHelper.m (100%) rename ExampleDemo/{ => ExampleDemo}/main.m (100%) rename {ExampleDemoTests => ExampleDemo/ExampleDemoTests}/ExampleDemoTests.m (100%) rename {ExampleDemoTests => ExampleDemo/ExampleDemoTests}/Info.plist (100%) rename {ExampleDemoUITests => ExampleDemo/ExampleDemoUITests}/ExampleDemoUITests.m (100%) rename {ExampleDemoUITests => ExampleDemo/ExampleDemoUITests}/Info.plist (100%) diff --git a/ExampleDemo.xcodeproj/project.pbxproj b/ExampleDemo/ExampleDemo.xcodeproj/project.pbxproj similarity index 100% rename from ExampleDemo.xcodeproj/project.pbxproj rename to ExampleDemo/ExampleDemo.xcodeproj/project.pbxproj diff --git a/ExampleDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ExampleDemo/ExampleDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from ExampleDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to ExampleDemo/ExampleDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/ExampleDemo/AppDelegate.h b/ExampleDemo/ExampleDemo/AppDelegate.h similarity index 100% rename from ExampleDemo/AppDelegate.h rename to ExampleDemo/ExampleDemo/AppDelegate.h diff --git a/ExampleDemo/AppDelegate.m b/ExampleDemo/ExampleDemo/AppDelegate.m similarity index 100% rename from ExampleDemo/AppDelegate.m rename to ExampleDemo/ExampleDemo/AppDelegate.m diff --git a/ExampleDemo/Assets.xcassets/AppIcon.appiconset/Contents.json b/ExampleDemo/ExampleDemo/Assets.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from ExampleDemo/Assets.xcassets/AppIcon.appiconset/Contents.json rename to ExampleDemo/ExampleDemo/Assets.xcassets/AppIcon.appiconset/Contents.json diff --git a/ExampleDemo/Base.lproj/LaunchScreen.storyboard b/ExampleDemo/ExampleDemo/Base.lproj/LaunchScreen.storyboard similarity index 100% rename from ExampleDemo/Base.lproj/LaunchScreen.storyboard rename to ExampleDemo/ExampleDemo/Base.lproj/LaunchScreen.storyboard diff --git a/ExampleDemo/Base.lproj/Main.storyboard b/ExampleDemo/ExampleDemo/Base.lproj/Main.storyboard similarity index 100% rename from ExampleDemo/Base.lproj/Main.storyboard rename to ExampleDemo/ExampleDemo/Base.lproj/Main.storyboard diff --git a/ExampleDemo/Info.plist b/ExampleDemo/ExampleDemo/Info.plist similarity index 100% rename from ExampleDemo/Info.plist rename to ExampleDemo/ExampleDemo/Info.plist diff --git a/ExampleDemo/ViewController.h b/ExampleDemo/ExampleDemo/ViewController.h similarity index 100% rename from ExampleDemo/ViewController.h rename to ExampleDemo/ExampleDemo/ViewController.h diff --git a/ExampleDemo/ViewController.m b/ExampleDemo/ExampleDemo/ViewController.m similarity index 100% rename from ExampleDemo/ViewController.m rename to ExampleDemo/ExampleDemo/ViewController.m diff --git a/ExampleDemo/XYQRegexPattern/XYQRegexPatternHelper.h b/ExampleDemo/ExampleDemo/XYQRegexPattern/XYQRegexPatternHelper.h similarity index 100% rename from ExampleDemo/XYQRegexPattern/XYQRegexPatternHelper.h rename to ExampleDemo/ExampleDemo/XYQRegexPattern/XYQRegexPatternHelper.h diff --git a/ExampleDemo/XYQRegexPattern/XYQRegexPatternHelper.m b/ExampleDemo/ExampleDemo/XYQRegexPattern/XYQRegexPatternHelper.m similarity index 100% rename from ExampleDemo/XYQRegexPattern/XYQRegexPatternHelper.m rename to ExampleDemo/ExampleDemo/XYQRegexPattern/XYQRegexPatternHelper.m diff --git a/ExampleDemo/main.m b/ExampleDemo/ExampleDemo/main.m similarity index 100% rename from ExampleDemo/main.m rename to ExampleDemo/ExampleDemo/main.m diff --git a/ExampleDemoTests/ExampleDemoTests.m b/ExampleDemo/ExampleDemoTests/ExampleDemoTests.m similarity index 100% rename from ExampleDemoTests/ExampleDemoTests.m rename to ExampleDemo/ExampleDemoTests/ExampleDemoTests.m diff --git a/ExampleDemoTests/Info.plist b/ExampleDemo/ExampleDemoTests/Info.plist similarity index 100% rename from ExampleDemoTests/Info.plist rename to ExampleDemo/ExampleDemoTests/Info.plist diff --git a/ExampleDemoUITests/ExampleDemoUITests.m b/ExampleDemo/ExampleDemoUITests/ExampleDemoUITests.m similarity index 100% rename from ExampleDemoUITests/ExampleDemoUITests.m rename to ExampleDemo/ExampleDemoUITests/ExampleDemoUITests.m diff --git a/ExampleDemoUITests/Info.plist b/ExampleDemo/ExampleDemoUITests/Info.plist similarity index 100% rename from ExampleDemoUITests/Info.plist rename to ExampleDemo/ExampleDemoUITests/Info.plist