From 033444d1334a439a54effb23baca63b5e5df1fa9 Mon Sep 17 00:00:00 2001 From: xhzengAIB Date: Fri, 7 Feb 2014 22:47:07 +0000 Subject: [PATCH] change files --- PathCover.podspec | 1 - .../Resources/MenuBackground@2x.png | Bin .../Resources/circle.png | Bin .../Resources/circle@2x.png | Bin .../Resources/meicon.png | Bin .../Resources/pullrefresh.aif | Bin {PathConver => PathCover}/XHPathCover.h | 0 {PathConver => PathCover}/XHPathCover.m | 0 {PathConver => PathCover}/XHSoundManager.h | 0 {PathConver => PathCover}/XHSoundManager.m | 0 .../XHWaterDropRefresh.h | 0 .../XHWaterDropRefresh.m | 0 Project/XHPathCover.xcodeproj/project.pbxproj | 115 +++++++++--------- 13 files changed, 57 insertions(+), 59 deletions(-) rename {PathConver => PathCover}/Resources/MenuBackground@2x.png (100%) rename {PathConver => PathCover}/Resources/circle.png (100%) rename {PathConver => PathCover}/Resources/circle@2x.png (100%) rename {PathConver => PathCover}/Resources/meicon.png (100%) rename {PathConver => PathCover}/Resources/pullrefresh.aif (100%) rename {PathConver => PathCover}/XHPathCover.h (100%) rename {PathConver => PathCover}/XHPathCover.m (100%) rename {PathConver => PathCover}/XHSoundManager.h (100%) rename {PathConver => PathCover}/XHSoundManager.m (100%) rename {PathConver => PathCover}/XHWaterDropRefresh.h (100%) rename {PathConver => PathCover}/XHWaterDropRefresh.m (100%) diff --git a/PathCover.podspec b/PathCover.podspec index 34bcbe2..8f467e8 100644 --- a/PathCover.podspec +++ b/PathCover.podspec @@ -1,4 +1,3 @@ -" Pod::Spec.new do |s| s.name = "PathCover" s.version = "0.1.0" diff --git a/PathConver/Resources/MenuBackground@2x.png b/PathCover/Resources/MenuBackground@2x.png similarity index 100% rename from PathConver/Resources/MenuBackground@2x.png rename to PathCover/Resources/MenuBackground@2x.png diff --git a/PathConver/Resources/circle.png b/PathCover/Resources/circle.png similarity index 100% rename from PathConver/Resources/circle.png rename to PathCover/Resources/circle.png diff --git a/PathConver/Resources/circle@2x.png b/PathCover/Resources/circle@2x.png similarity index 100% rename from PathConver/Resources/circle@2x.png rename to PathCover/Resources/circle@2x.png diff --git a/PathConver/Resources/meicon.png b/PathCover/Resources/meicon.png similarity index 100% rename from PathConver/Resources/meicon.png rename to PathCover/Resources/meicon.png diff --git a/PathConver/Resources/pullrefresh.aif b/PathCover/Resources/pullrefresh.aif similarity index 100% rename from PathConver/Resources/pullrefresh.aif rename to PathCover/Resources/pullrefresh.aif diff --git a/PathConver/XHPathCover.h b/PathCover/XHPathCover.h similarity index 100% rename from PathConver/XHPathCover.h rename to PathCover/XHPathCover.h diff --git a/PathConver/XHPathCover.m b/PathCover/XHPathCover.m similarity index 100% rename from PathConver/XHPathCover.m rename to PathCover/XHPathCover.m diff --git a/PathConver/XHSoundManager.h b/PathCover/XHSoundManager.h similarity index 100% rename from PathConver/XHSoundManager.h rename to PathCover/XHSoundManager.h diff --git a/PathConver/XHSoundManager.m b/PathCover/XHSoundManager.m similarity index 100% rename from PathConver/XHSoundManager.m rename to PathCover/XHSoundManager.m diff --git a/PathConver/XHWaterDropRefresh.h b/PathCover/XHWaterDropRefresh.h similarity index 100% rename from PathConver/XHWaterDropRefresh.h rename to PathCover/XHWaterDropRefresh.h diff --git a/PathConver/XHWaterDropRefresh.m b/PathCover/XHWaterDropRefresh.m similarity index 100% rename from PathConver/XHWaterDropRefresh.m rename to PathCover/XHWaterDropRefresh.m diff --git a/Project/XHPathCover.xcodeproj/project.pbxproj b/Project/XHPathCover.xcodeproj/project.pbxproj index c831153..24c18bc 100644 --- a/Project/XHPathCover.xcodeproj/project.pbxproj +++ b/Project/XHPathCover.xcodeproj/project.pbxproj @@ -7,6 +7,14 @@ objects = { /* Begin PBXBuildFile section */ + AB4D2F9218A59955002130AC /* circle.png in Resources */ = {isa = PBXBuildFile; fileRef = AB4D2F8718A59955002130AC /* circle.png */; }; + AB4D2F9318A59955002130AC /* circle@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB4D2F8818A59955002130AC /* circle@2x.png */; }; + AB4D2F9418A59955002130AC /* meicon.png in Resources */ = {isa = PBXBuildFile; fileRef = AB4D2F8918A59955002130AC /* meicon.png */; }; + AB4D2F9518A59955002130AC /* MenuBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = AB4D2F8A18A59955002130AC /* MenuBackground@2x.png */; }; + AB4D2F9618A59955002130AC /* pullrefresh.aif in Resources */ = {isa = PBXBuildFile; fileRef = AB4D2F8B18A59955002130AC /* pullrefresh.aif */; }; + AB4D2F9718A59955002130AC /* XHPathCover.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4D2F8D18A59955002130AC /* XHPathCover.m */; }; + AB4D2F9818A59955002130AC /* XHSoundManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4D2F8F18A59955002130AC /* XHSoundManager.m */; }; + AB4D2F9918A59955002130AC /* XHWaterDropRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = AB4D2F9118A59955002130AC /* XHWaterDropRefresh.m */; }; ABEFEDF918A5400200C6C221 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABEFEDF818A5400200C6C221 /* Foundation.framework */; }; ABEFEDFB18A5400200C6C221 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABEFEDFA18A5400200C6C221 /* CoreGraphics.framework */; }; ABEFEDFD18A5400200C6C221 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABEFEDFC18A5400200C6C221 /* UIKit.framework */; }; @@ -20,16 +28,8 @@ ABEFEE2518A5400200C6C221 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = ABEFEE2318A5400200C6C221 /* InfoPlist.strings */; }; ABEFEE2718A5400200C6C221 /* XHPathCoverTests.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEFEE2618A5400200C6C221 /* XHPathCoverTests.m */; }; ABEFEE3318A5412000C6C221 /* RootTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEFEE3218A5412000C6C221 /* RootTableViewController.m */; }; - ABEFEE3818A5438E00C6C221 /* XHWaterDropRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEFEE3718A5438E00C6C221 /* XHWaterDropRefresh.m */; }; - ABEFEE3B18A543F000C6C221 /* XHPathCover.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEFEE3A18A543F000C6C221 /* XHPathCover.m */; }; - ABEFEE3E18A5443700C6C221 /* XHSoundManager.m in Sources */ = {isa = PBXBuildFile; fileRef = ABEFEE3D18A5443700C6C221 /* XHSoundManager.m */; }; ABEFEE4018A547D900C6C221 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABEFEE3F18A547D900C6C221 /* Accelerate.framework */; }; ABEFEE4218A5483F00C6C221 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABEFEE4118A5483F00C6C221 /* AudioToolbox.framework */; }; - ABEFEE4A18A54BBC00C6C221 /* pullrefresh.aif in Resources */ = {isa = PBXBuildFile; fileRef = ABEFEE4818A54BBC00C6C221 /* pullrefresh.aif */; }; - ABEFEE4C18A54BFF00C6C221 /* meicon.png in Resources */ = {isa = PBXBuildFile; fileRef = ABEFEE4B18A54BFF00C6C221 /* meicon.png */; }; - ABEFEE4F18A54CD300C6C221 /* circle.png in Resources */ = {isa = PBXBuildFile; fileRef = ABEFEE4D18A54CD300C6C221 /* circle.png */; }; - ABEFEE5018A54CD300C6C221 /* circle@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ABEFEE4E18A54CD300C6C221 /* circle@2x.png */; }; - ABEFEE5218A54DD700C6C221 /* MenuBackground@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = ABEFEE5118A54DD700C6C221 /* MenuBackground@2x.png */; }; ABEFEE5718A552FA00C6C221 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABEFEE5618A552FA00C6C221 /* QuartzCore.framework */; }; /* End PBXBuildFile section */ @@ -44,6 +44,17 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + AB4D2F8718A59955002130AC /* circle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = circle.png; sourceTree = ""; }; + AB4D2F8818A59955002130AC /* circle@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "circle@2x.png"; sourceTree = ""; }; + AB4D2F8918A59955002130AC /* meicon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = meicon.png; sourceTree = ""; }; + AB4D2F8A18A59955002130AC /* MenuBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "MenuBackground@2x.png"; sourceTree = ""; }; + AB4D2F8B18A59955002130AC /* pullrefresh.aif */ = {isa = PBXFileReference; lastKnownFileType = file; path = pullrefresh.aif; sourceTree = ""; }; + AB4D2F8C18A59955002130AC /* XHPathCover.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHPathCover.h; sourceTree = ""; }; + AB4D2F8D18A59955002130AC /* XHPathCover.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XHPathCover.m; sourceTree = ""; }; + AB4D2F8E18A59955002130AC /* XHSoundManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHSoundManager.h; sourceTree = ""; }; + AB4D2F8F18A59955002130AC /* XHSoundManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XHSoundManager.m; sourceTree = ""; }; + AB4D2F9018A59955002130AC /* XHWaterDropRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHWaterDropRefresh.h; sourceTree = ""; }; + AB4D2F9118A59955002130AC /* XHWaterDropRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XHWaterDropRefresh.m; sourceTree = ""; }; ABEFEDF518A5400200C6C221 /* XHPathCover.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XHPathCover.app; sourceTree = BUILT_PRODUCTS_DIR; }; ABEFEDF818A5400200C6C221 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; ABEFEDFA18A5400200C6C221 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; @@ -62,19 +73,8 @@ ABEFEE2618A5400200C6C221 /* XHPathCoverTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = XHPathCoverTests.m; sourceTree = ""; }; ABEFEE3118A5412000C6C221 /* RootTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootTableViewController.h; sourceTree = ""; }; ABEFEE3218A5412000C6C221 /* RootTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RootTableViewController.m; sourceTree = ""; }; - ABEFEE3618A5438E00C6C221 /* XHWaterDropRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHWaterDropRefresh.h; sourceTree = ""; }; - ABEFEE3718A5438E00C6C221 /* XHWaterDropRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XHWaterDropRefresh.m; sourceTree = ""; }; - ABEFEE3918A543F000C6C221 /* XHPathCover.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHPathCover.h; sourceTree = ""; }; - ABEFEE3A18A543F000C6C221 /* XHPathCover.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XHPathCover.m; sourceTree = ""; }; - ABEFEE3C18A5443700C6C221 /* XHSoundManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XHSoundManager.h; sourceTree = ""; }; - ABEFEE3D18A5443700C6C221 /* XHSoundManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XHSoundManager.m; sourceTree = ""; }; ABEFEE3F18A547D900C6C221 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; ABEFEE4118A5483F00C6C221 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; - ABEFEE4818A54BBC00C6C221 /* pullrefresh.aif */ = {isa = PBXFileReference; lastKnownFileType = file; path = pullrefresh.aif; sourceTree = ""; }; - ABEFEE4B18A54BFF00C6C221 /* meicon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = meicon.png; sourceTree = ""; }; - ABEFEE4D18A54CD300C6C221 /* circle.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = circle.png; sourceTree = ""; }; - ABEFEE4E18A54CD300C6C221 /* circle@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "circle@2x.png"; sourceTree = ""; }; - ABEFEE5118A54DD700C6C221 /* MenuBackground@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "MenuBackground@2x.png"; sourceTree = ""; }; ABEFEE5618A552FA00C6C221 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -105,10 +105,38 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + AB4D2F8518A59955002130AC /* PathCover */ = { + isa = PBXGroup; + children = ( + AB4D2F8618A59955002130AC /* Resources */, + AB4D2F8C18A59955002130AC /* XHPathCover.h */, + AB4D2F8D18A59955002130AC /* XHPathCover.m */, + AB4D2F8E18A59955002130AC /* XHSoundManager.h */, + AB4D2F8F18A59955002130AC /* XHSoundManager.m */, + AB4D2F9018A59955002130AC /* XHWaterDropRefresh.h */, + AB4D2F9118A59955002130AC /* XHWaterDropRefresh.m */, + ); + name = PathCover; + path = ../PathCover; + sourceTree = ""; + }; + AB4D2F8618A59955002130AC /* Resources */ = { + isa = PBXGroup; + children = ( + AB4D2F8718A59955002130AC /* circle.png */, + AB4D2F8818A59955002130AC /* circle@2x.png */, + AB4D2F8918A59955002130AC /* meicon.png */, + AB4D2F8A18A59955002130AC /* MenuBackground@2x.png */, + AB4D2F8B18A59955002130AC /* pullrefresh.aif */, + ); + path = Resources; + sourceTree = ""; + }; ABEFEDEC18A5400200C6C221 = { isa = PBXGroup; children = ( - ABEFEE3018A5409E00C6C221 /* PathConver */, + AB4D2F8518A59955002130AC /* PathCover */, + ABEFEDFE18A5400200C6C221 /* XHPathCover */, ABEFEE2018A5400200C6C221 /* XHPathCoverTests */, ABEFEDF718A5400200C6C221 /* Frameworks */, ABEFEDF618A5400200C6C221 /* Products */, @@ -148,8 +176,7 @@ ABEFEE1318A5400200C6C221 /* Images.xcassets */, ABEFEDFF18A5400200C6C221 /* Supporting Files */, ); - name = XHPathCover; - path = ../Project/XHPathCover; + path = XHPathCover; sourceTree = ""; }; ABEFEDFF18A5400200C6C221 /* Supporting Files */ = { @@ -181,34 +208,6 @@ name = "Supporting Files"; sourceTree = ""; }; - ABEFEE3018A5409E00C6C221 /* PathConver */ = { - isa = PBXGroup; - children = ( - ABEFEE4618A54BBC00C6C221 /* Resources */, - ABEFEE3618A5438E00C6C221 /* XHWaterDropRefresh.h */, - ABEFEE3718A5438E00C6C221 /* XHWaterDropRefresh.m */, - ABEFEE3C18A5443700C6C221 /* XHSoundManager.h */, - ABEFEE3D18A5443700C6C221 /* XHSoundManager.m */, - ABEFEE3918A543F000C6C221 /* XHPathCover.h */, - ABEFEE3A18A543F000C6C221 /* XHPathCover.m */, - ABEFEDFE18A5400200C6C221 /* XHPathCover */, - ); - name = PathConver; - path = ../PathConver; - sourceTree = ""; - }; - ABEFEE4618A54BBC00C6C221 /* Resources */ = { - isa = PBXGroup; - children = ( - ABEFEE5118A54DD700C6C221 /* MenuBackground@2x.png */, - ABEFEE4D18A54CD300C6C221 /* circle.png */, - ABEFEE4E18A54CD300C6C221 /* circle@2x.png */, - ABEFEE4B18A54BFF00C6C221 /* meicon.png */, - ABEFEE4818A54BBC00C6C221 /* pullrefresh.aif */, - ); - path = Resources; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -285,12 +284,12 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - ABEFEE4C18A54BFF00C6C221 /* meicon.png in Resources */, - ABEFEE4A18A54BBC00C6C221 /* pullrefresh.aif in Resources */, - ABEFEE5218A54DD700C6C221 /* MenuBackground@2x.png in Resources */, + AB4D2F9318A59955002130AC /* circle@2x.png in Resources */, + AB4D2F9418A59955002130AC /* meicon.png in Resources */, + AB4D2F9618A59955002130AC /* pullrefresh.aif in Resources */, + AB4D2F9218A59955002130AC /* circle.png in Resources */, + AB4D2F9518A59955002130AC /* MenuBackground@2x.png in Resources */, ABEFEE1418A5400200C6C221 /* Images.xcassets in Resources */, - ABEFEE5018A54CD300C6C221 /* circle@2x.png in Resources */, - ABEFEE4F18A54CD300C6C221 /* circle.png in Resources */, ABEFEE0318A5400200C6C221 /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -310,12 +309,12 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + AB4D2F9718A59955002130AC /* XHPathCover.m in Sources */, ABEFEE3318A5412000C6C221 /* RootTableViewController.m in Sources */, - ABEFEE3E18A5443700C6C221 /* XHSoundManager.m in Sources */, + AB4D2F9818A59955002130AC /* XHSoundManager.m in Sources */, ABEFEE0918A5400200C6C221 /* AppDelegate.m in Sources */, - ABEFEE3818A5438E00C6C221 /* XHWaterDropRefresh.m in Sources */, + AB4D2F9918A59955002130AC /* XHWaterDropRefresh.m in Sources */, ABEFEE0518A5400200C6C221 /* main.m in Sources */, - ABEFEE3B18A543F000C6C221 /* XHPathCover.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };