~threeve/ubuntuone-ios-files/polish-and-shine

« back to all changes in this revision

Viewing changes to Files.xcodeproj/project.pbxproj

  • Committer: Jason Foreman
  • Date: 2011-12-13 03:59:26 UTC
  • Revision ID: jason.foreman@canonical.com-20111213035926-z2ulotxwxhnjfi2p
Add u1 root folder icon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                96B20E6E145F6AAE00D8ED69 /* 218-trash2@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 96B20E6C145F6AAE00D8ED69 /* 218-trash2@2x.png */; };
93
93
                96B20E78145F815500D8ED69 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 96B20E77145F815500D8ED69 /* Reachability.m */; };
94
94
                96B20E7A145F819300D8ED69 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96B20E79145F819200D8ED69 /* SystemConfiguration.framework */; };
 
95
                96B2B77B1497042D0078D952 /* u1_folder.png in Resources */ = {isa = PBXBuildFile; fileRef = 96B2B7791497042D0078D952 /* u1_folder.png */; };
 
96
                96B2B77C1497042D0078D952 /* u1_folder@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 96B2B77A1497042D0078D952 /* u1_folder@2x.png */; };
95
97
                96C12F0114842F6300E53FCA /* U1FilePreviewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 96C12EFF14842F6300E53FCA /* U1FilePreviewViewController.m */; };
96
98
                96C12F0214842F6300E53FCA /* U1FilePreviewViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 96C12F0014842F6300E53FCA /* U1FilePreviewViewController.xib */; };
97
99
                96CAD3C71457823B007A496C /* NSDictionary+U1Additions.m in Sources */ = {isa = PBXBuildFile; fileRef = 96CAD3C61457823B007A496C /* NSDictionary+U1Additions.m */; };
296
298
                96B20E76145F815500D8ED69 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
297
299
                96B20E77145F815500D8ED69 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
298
300
                96B20E79145F819200D8ED69 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
 
301
                96B2B7791497042D0078D952 /* u1_folder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = u1_folder.png; path = Assets/u1_folder.png; sourceTree = "<group>"; };
 
302
                96B2B77A1497042D0078D952 /* u1_folder@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "u1_folder@2x.png"; path = "Assets/u1_folder@2x.png"; sourceTree = "<group>"; };
299
303
                96C12EFE14842F6300E53FCA /* U1FilePreviewViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = U1FilePreviewViewController.h; sourceTree = "<group>"; };
300
304
                96C12EFF14842F6300E53FCA /* U1FilePreviewViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = U1FilePreviewViewController.m; sourceTree = "<group>"; };
301
305
                96C12F0014842F6300E53FCA /* U1FilePreviewViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = U1FilePreviewViewController.xib; sourceTree = "<group>"; };
507
511
                96783E6513F8ABC70092C6A1 /* Assets */ = {
508
512
                        isa = PBXGroup;
509
513
                        children = (
 
514
                                96B2B7791497042D0078D952 /* u1_folder.png */,
 
515
                                96B2B77A1497042D0078D952 /* u1_folder@2x.png */,
510
516
                                96327C041492A13100607EF3 /* navbar.png */,
511
517
                                96327C051492A13100607EF3 /* navbar@2x.png */,
512
518
                                91D403601461ADE7005C66A8 /* upload.png */,
941
947
                                96327C061492A13100607EF3 /* navbar.png in Resources */,
942
948
                                96327C071492A13100607EF3 /* navbar@2x.png in Resources */,
943
949
                                96754B6E1496A7F3001D2A64 /* U1LoginController.xib in Resources */,
 
950
                                96B2B77B1497042D0078D952 /* u1_folder.png in Resources */,
 
951
                                96B2B77C1497042D0078D952 /* u1_folder@2x.png in Resources */,
944
952
                        );
945
953
                        runOnlyForDeploymentPostprocessing = 0;
946
954
                };