diff options
| author | Brian Jordan | 2012-03-28 20:04:04 -0400 |
|---|---|---|
| committer | Brian Jordan | 2012-03-28 20:04:04 -0400 |
| commit | 8c1195a075cf1e34d1d32d8cc51fbcda73b9fb50 (patch) | |
| tree | 5987b5644f46d4473231d3182cde1d8d61b04717 | |
| parent | b00c43467c7113ebcb3e5c50a57cca7019425669 (diff) | |
| download | Video-Tuneup-8c1195a075cf1e34d1d32d8cc51fbcda73b9fb50.tar.bz2 | |
update project
| -rw-r--r-- | Video Tuneup.xcodeproj/project.pbxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Video Tuneup.xcodeproj/project.pbxproj b/Video Tuneup.xcodeproj/project.pbxproj index 622f1e3..fb3fdf9 100644 --- a/Video Tuneup.xcodeproj/project.pbxproj +++ b/Video Tuneup.xcodeproj/project.pbxproj @@ -7,10 +7,10 @@ objects = { /* Begin PBXBuildFile section */ - D3531C94152380D800E286B8 /* song.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D3531C93152380D800E286B8 /* song.mp3 */; }; D3531C9C1523B7BB00E286B8 /* SimpleEditor.m in Sources */ = {isa = PBXBuildFile; fileRef = D3531C9B1523B7BB00E286B8 /* SimpleEditor.m */; }; D3531CA01523B8DA00E286B8 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3531C9F1523B8DA00E286B8 /* QuartzCore.framework */; }; D3531CA21523BE2900E286B8 /* AssetsLibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3531CA11523BE2900E286B8 /* AssetsLibrary.framework */; }; + D3531CA41523DE3C00E286B8 /* song.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = D3531CA31523DE3C00E286B8 /* song.mp3 */; }; D36CCD3615227D06003CCAFC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD3515227D06003CCAFC /* UIKit.framework */; }; D36CCD3815227D06003CCAFC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD3715227D06003CCAFC /* Foundation.framework */; }; D36CCD3A15227D06003CCAFC /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D36CCD3915227D06003CCAFC /* CoreGraphics.framework */; }; @@ -42,12 +42,12 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - D3531C93152380D800E286B8 /* song.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; name = song.mp3; path = ../../../../code_others/python/remix/examples/music/song.mp3; sourceTree = "<group>"; }; D3531C9A1523B7BB00E286B8 /* SimpleEditor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleEditor.h; sourceTree = "<group>"; }; D3531C9B1523B7BB00E286B8 /* SimpleEditor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleEditor.m; sourceTree = "<group>"; }; D3531C9D1523B89200E286B8 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; }; D3531C9F1523B8DA00E286B8 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; D3531CA11523BE2900E286B8 /* AssetsLibrary.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AssetsLibrary.framework; path = System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; }; + D3531CA31523DE3C00E286B8 /* song.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = song.mp3; sourceTree = "<group>"; }; D36CCD3115227D05003CCAFC /* Video Tuneup.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Video Tuneup.app"; sourceTree = BUILT_PRODUCTS_DIR; }; D36CCD3515227D06003CCAFC /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; D36CCD3715227D06003CCAFC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; @@ -188,7 +188,7 @@ D36CCD6F1522893F003CCAFC /* Resources */ = { isa = PBXGroup; children = ( - D3531C93152380D800E286B8 /* song.mp3 */, + D3531CA31523DE3C00E286B8 /* song.mp3 */, D36CCD7015228952003CCAFC /* airplane.m4v */, ); name = Resources; @@ -286,7 +286,7 @@ D36CCD4C15227D06003CCAFC /* ViewController_iPhone.xib in Resources */, D36CCD4F15227D06003CCAFC /* ViewController_iPad.xib in Resources */, D36CCD7115228952003CCAFC /* airplane.m4v in Resources */, - D3531C94152380D800E286B8 /* song.mp3 in Resources */, + D3531CA41523DE3C00E286B8 /* song.mp3 in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; |
