From 537512ad6b721ac14c5a5df4f2819409102bb0b2 Mon Sep 17 00:00:00 2001 From: wustzhy Date: Tue, 3 Jan 2017 14:31:09 +0800 Subject: [PATCH] fold adjust --- .../RunLoopDemo.xcodeproj}/project.pbxproj | 0 .../project.xcworkspace/contents.xcworkspacedata | 0 .../RunLoopDemo}/Base.lproj/LaunchScreen.xib | 0 {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCAppDelegate.h | 0 {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCAppDelegate.m | 0 .../RunLoopDemo}/CCRunLoopCustomInputSourceThread.h | 0 .../RunLoopDemo}/CCRunLoopCustomInputSourceThread.m | 0 {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopInputSource.h | 0 {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopInputSource.m | 0 {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopThread.h | 0 {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopThread.m | 0 .../RunLoopDemo}/CCTestRunLoopViewController.h | 0 .../RunLoopDemo}/CCTestRunLoopViewController.m | 0 .../RunLoopDemo}/Images.xcassets/AppIcon.appiconset/Contents.json | 0 {RunLoopDemo => testRunLoop1/RunLoopDemo}/Info.plist | 0 .../RunLoopDemo}/TestTableViewController.h | 0 .../RunLoopDemo}/TestTableViewController.m | 0 {RunLoopDemo => testRunLoop1/RunLoopDemo}/main.m | 0 {RunLoopDemoTests => testRunLoop1/RunLoopDemoTests}/Info.plist | 0 .../RunLoopDemoTests}/RunLoopDemoTests.m | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {RunLoopDemo.xcodeproj => testRunLoop1/RunLoopDemo.xcodeproj}/project.pbxproj (100%) rename {RunLoopDemo.xcodeproj => testRunLoop1/RunLoopDemo.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/Base.lproj/LaunchScreen.xib (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCAppDelegate.h (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCAppDelegate.m (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopCustomInputSourceThread.h (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopCustomInputSourceThread.m (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopInputSource.h (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopInputSource.m (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopThread.h (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCRunLoopThread.m (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCTestRunLoopViewController.h (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/CCTestRunLoopViewController.m (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/Images.xcassets/AppIcon.appiconset/Contents.json (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/Info.plist (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/TestTableViewController.h (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/TestTableViewController.m (100%) rename {RunLoopDemo => testRunLoop1/RunLoopDemo}/main.m (100%) rename {RunLoopDemoTests => testRunLoop1/RunLoopDemoTests}/Info.plist (100%) rename {RunLoopDemoTests => testRunLoop1/RunLoopDemoTests}/RunLoopDemoTests.m (100%) diff --git a/RunLoopDemo.xcodeproj/project.pbxproj b/testRunLoop1/RunLoopDemo.xcodeproj/project.pbxproj similarity index 100% rename from RunLoopDemo.xcodeproj/project.pbxproj rename to testRunLoop1/RunLoopDemo.xcodeproj/project.pbxproj diff --git a/RunLoopDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/testRunLoop1/RunLoopDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from RunLoopDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to testRunLoop1/RunLoopDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/RunLoopDemo/Base.lproj/LaunchScreen.xib b/testRunLoop1/RunLoopDemo/Base.lproj/LaunchScreen.xib similarity index 100% rename from RunLoopDemo/Base.lproj/LaunchScreen.xib rename to testRunLoop1/RunLoopDemo/Base.lproj/LaunchScreen.xib diff --git a/RunLoopDemo/CCAppDelegate.h b/testRunLoop1/RunLoopDemo/CCAppDelegate.h similarity index 100% rename from RunLoopDemo/CCAppDelegate.h rename to testRunLoop1/RunLoopDemo/CCAppDelegate.h diff --git a/RunLoopDemo/CCAppDelegate.m b/testRunLoop1/RunLoopDemo/CCAppDelegate.m similarity index 100% rename from RunLoopDemo/CCAppDelegate.m rename to testRunLoop1/RunLoopDemo/CCAppDelegate.m diff --git a/RunLoopDemo/CCRunLoopCustomInputSourceThread.h b/testRunLoop1/RunLoopDemo/CCRunLoopCustomInputSourceThread.h similarity index 100% rename from RunLoopDemo/CCRunLoopCustomInputSourceThread.h rename to testRunLoop1/RunLoopDemo/CCRunLoopCustomInputSourceThread.h diff --git a/RunLoopDemo/CCRunLoopCustomInputSourceThread.m b/testRunLoop1/RunLoopDemo/CCRunLoopCustomInputSourceThread.m similarity index 100% rename from RunLoopDemo/CCRunLoopCustomInputSourceThread.m rename to testRunLoop1/RunLoopDemo/CCRunLoopCustomInputSourceThread.m diff --git a/RunLoopDemo/CCRunLoopInputSource.h b/testRunLoop1/RunLoopDemo/CCRunLoopInputSource.h similarity index 100% rename from RunLoopDemo/CCRunLoopInputSource.h rename to testRunLoop1/RunLoopDemo/CCRunLoopInputSource.h diff --git a/RunLoopDemo/CCRunLoopInputSource.m b/testRunLoop1/RunLoopDemo/CCRunLoopInputSource.m similarity index 100% rename from RunLoopDemo/CCRunLoopInputSource.m rename to testRunLoop1/RunLoopDemo/CCRunLoopInputSource.m diff --git a/RunLoopDemo/CCRunLoopThread.h b/testRunLoop1/RunLoopDemo/CCRunLoopThread.h similarity index 100% rename from RunLoopDemo/CCRunLoopThread.h rename to testRunLoop1/RunLoopDemo/CCRunLoopThread.h diff --git a/RunLoopDemo/CCRunLoopThread.m b/testRunLoop1/RunLoopDemo/CCRunLoopThread.m similarity index 100% rename from RunLoopDemo/CCRunLoopThread.m rename to testRunLoop1/RunLoopDemo/CCRunLoopThread.m diff --git a/RunLoopDemo/CCTestRunLoopViewController.h b/testRunLoop1/RunLoopDemo/CCTestRunLoopViewController.h similarity index 100% rename from RunLoopDemo/CCTestRunLoopViewController.h rename to testRunLoop1/RunLoopDemo/CCTestRunLoopViewController.h diff --git a/RunLoopDemo/CCTestRunLoopViewController.m b/testRunLoop1/RunLoopDemo/CCTestRunLoopViewController.m similarity index 100% rename from RunLoopDemo/CCTestRunLoopViewController.m rename to testRunLoop1/RunLoopDemo/CCTestRunLoopViewController.m diff --git a/RunLoopDemo/Images.xcassets/AppIcon.appiconset/Contents.json b/testRunLoop1/RunLoopDemo/Images.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from RunLoopDemo/Images.xcassets/AppIcon.appiconset/Contents.json rename to testRunLoop1/RunLoopDemo/Images.xcassets/AppIcon.appiconset/Contents.json diff --git a/RunLoopDemo/Info.plist b/testRunLoop1/RunLoopDemo/Info.plist similarity index 100% rename from RunLoopDemo/Info.plist rename to testRunLoop1/RunLoopDemo/Info.plist diff --git a/RunLoopDemo/TestTableViewController.h b/testRunLoop1/RunLoopDemo/TestTableViewController.h similarity index 100% rename from RunLoopDemo/TestTableViewController.h rename to testRunLoop1/RunLoopDemo/TestTableViewController.h diff --git a/RunLoopDemo/TestTableViewController.m b/testRunLoop1/RunLoopDemo/TestTableViewController.m similarity index 100% rename from RunLoopDemo/TestTableViewController.m rename to testRunLoop1/RunLoopDemo/TestTableViewController.m diff --git a/RunLoopDemo/main.m b/testRunLoop1/RunLoopDemo/main.m similarity index 100% rename from RunLoopDemo/main.m rename to testRunLoop1/RunLoopDemo/main.m diff --git a/RunLoopDemoTests/Info.plist b/testRunLoop1/RunLoopDemoTests/Info.plist similarity index 100% rename from RunLoopDemoTests/Info.plist rename to testRunLoop1/RunLoopDemoTests/Info.plist diff --git a/RunLoopDemoTests/RunLoopDemoTests.m b/testRunLoop1/RunLoopDemoTests/RunLoopDemoTests.m similarity index 100% rename from RunLoopDemoTests/RunLoopDemoTests.m rename to testRunLoop1/RunLoopDemoTests/RunLoopDemoTests.m