OSDN Git Service

Add move file
[tombo/Tombo.git] / iOS / Tombo / Tombo.xcodeproj / project.pbxproj
index 37f9123..bc14c5e 100644 (file)
@@ -7,6 +7,18 @@
        objects = {
 
 /* Begin PBXBuildFile section */
+               9228CF2815298F7200E20355 /* EditCancelAlert.m in Sources */ = {isa = PBXBuildFile; fileRef = 9228CF2715298F7200E20355 /* EditCancelAlert.m */; };
+               922F592A15295FAA009B1E32 /* EditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 922F592915295FAA009B1E32 /* EditViewController.m */; };
+               9243C7B51529D8610092B506 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9243C7B41529D8610092B506 /* DetailViewController.m */; };
+               9243C7BC152AC7430092B506 /* NewFolderAlert.m in Sources */ = {isa = PBXBuildFile; fileRef = 9243C7BB152AC7430092B506 /* NewFolderAlert.m */; };
+               9243C7ED1531ADA80092B506 /* CryptCore.m in Sources */ = {isa = PBXBuildFile; fileRef = 9243C7EC1531ADA80092B506 /* CryptCore.m */; };
+               9243C7F81532435C0092B506 /* CryptTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 9243C7F71532435B0092B506 /* CryptTest.m */; };
+               9243C820153443B90092B506 /* PasswordManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9243C81F153443B90092B506 /* PasswordManager.m */; };
+               9243C825153487640092B506 /* key-32.png in Resources */ = {isa = PBXBuildFile; fileRef = 9243C823153487640092B506 /* key-32.png */; };
+               9243C826153487640092B506 /* key-48.png in Resources */ = {isa = PBXBuildFile; fileRef = 9243C824153487640092B506 /* key-48.png */; };
+               9243C83115352EB20092B506 /* SinglePasswordDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = 9243C83015352EB20092B506 /* SinglePasswordDialog.m */; };
+               9244E4D115397C300028FD10 /* FileItemTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 9244E4D015397C300028FD10 /* FileItemTest.m */; };
+               9244E4DD1539B3250028FD10 /* MoveViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9244E4DC1539B3250028FD10 /* MoveViewController.m */; };
                92DE332D151E277D00AD06EC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92DE332C151E277D00AD06EC /* UIKit.framework */; };
                92DE332F151E277D00AD06EC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92DE332E151E277D00AD06EC /* Foundation.framework */; };
                92DE3331151E277D00AD06EC /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92DE3330151E277D00AD06EC /* CoreGraphics.framework */; };
                92DE3340151E277D00AD06EC /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 92DE333E151E277D00AD06EC /* MainStoryboard_iPhone.storyboard */; };
                92DE3343151E277D00AD06EC /* MainStoryboard_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 92DE3341151E277D00AD06EC /* MainStoryboard_iPad.storyboard */; };
                92DE3346151E277D00AD06EC /* MasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 92DE3345151E277D00AD06EC /* MasterViewController.m */; };
-               92DE3349151E277D00AD06EC /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 92DE3348151E277D00AD06EC /* DetailViewController.m */; };
                92DE3351151E277E00AD06EC /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92DE3350151E277E00AD06EC /* SenTestingKit.framework */; };
                92DE3352151E277E00AD06EC /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92DE332C151E277D00AD06EC /* UIKit.framework */; };
                92DE3353151E277E00AD06EC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 92DE332E151E277D00AD06EC /* Foundation.framework */; };
                92DE335B151E277E00AD06EC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 92DE3359151E277E00AD06EC /* InfoPlist.strings */; };
-               92DE335E151E277E00AD06EC /* TomboTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 92DE335D151E277E00AD06EC /* TomboTests.m */; };
+               92DE33861522998700AD06EC /* Storage.m in Sources */ = {isa = PBXBuildFile; fileRef = 92DE33851522998700AD06EC /* Storage.m */; };
+               92DE33901522FFEC00AD06EC /* FileItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 92DE338F1522FFEB00AD06EC /* FileItem.m */; };
+               92DE339F15231CFC00AD06EC /* Folder-32.png in Resources */ = {isa = PBXBuildFile; fileRef = 92DE339B15231CFC00AD06EC /* Folder-32.png */; };
+               92DE33A015231CFC00AD06EC /* Folder-48.png in Resources */ = {isa = PBXBuildFile; fileRef = 92DE339C15231CFC00AD06EC /* Folder-48.png */; };
+               92DE33A115231CFC00AD06EC /* TextDocument-32.png in Resources */ = {isa = PBXBuildFile; fileRef = 92DE339D15231CFC00AD06EC /* TextDocument-32.png */; };
+               92DE33A215231CFC00AD06EC /* TextDocument-48.png in Resources */ = {isa = PBXBuildFile; fileRef = 92DE339E15231CFC00AD06EC /* TextDocument-48.png */; };
+               92DE33B11524478E00AD06EC /* sub_blue_up-32.png in Resources */ = {isa = PBXBuildFile; fileRef = 92DE33AF1524478E00AD06EC /* sub_blue_up-32.png */; };
+               92DE33B21524478E00AD06EC /* sub_blue_up-48.png in Resources */ = {isa = PBXBuildFile; fileRef = 92DE33B01524478E00AD06EC /* sub_blue_up-48.png */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
+               9228CF2615298F7200E20355 /* EditCancelAlert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditCancelAlert.h; sourceTree = "<group>"; };
+               9228CF2715298F7200E20355 /* EditCancelAlert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditCancelAlert.m; sourceTree = "<group>"; };
+               922F592815295FAA009B1E32 /* EditViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditViewController.h; sourceTree = "<group>"; };
+               922F592915295FAA009B1E32 /* EditViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditViewController.m; sourceTree = "<group>"; };
+               9243C7B31529D8610092B506 /* DetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailViewController.h; sourceTree = "<group>"; };
+               9243C7B41529D8610092B506 /* DetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = "<group>"; };
+               9243C7BA152AC7430092B506 /* NewFolderAlert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewFolderAlert.h; sourceTree = "<group>"; };
+               9243C7BB152AC7430092B506 /* NewFolderAlert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewFolderAlert.m; sourceTree = "<group>"; };
+               9243C7EB1531ADA80092B506 /* CryptCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptCore.h; sourceTree = "<group>"; };
+               9243C7EC1531ADA80092B506 /* CryptCore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CryptCore.m; sourceTree = "<group>"; };
+               9243C7F61532435B0092B506 /* CryptTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CryptTest.h; sourceTree = "<group>"; };
+               9243C7F71532435B0092B506 /* CryptTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CryptTest.m; sourceTree = "<group>"; };
+               9243C81E153443B90092B506 /* PasswordManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PasswordManager.h; sourceTree = "<group>"; };
+               9243C81F153443B90092B506 /* PasswordManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PasswordManager.m; sourceTree = "<group>"; };
+               9243C823153487640092B506 /* key-32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "key-32.png"; sourceTree = "<group>"; };
+               9243C824153487640092B506 /* key-48.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "key-48.png"; sourceTree = "<group>"; };
+               9243C82F15352EB20092B506 /* SinglePasswordDialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SinglePasswordDialog.h; sourceTree = "<group>"; };
+               9243C83015352EB20092B506 /* SinglePasswordDialog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SinglePasswordDialog.m; sourceTree = "<group>"; };
+               9244E4CF15397C300028FD10 /* FileItemTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileItemTest.h; sourceTree = "<group>"; };
+               9244E4D015397C300028FD10 /* FileItemTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileItemTest.m; sourceTree = "<group>"; };
+               9244E4DB1539B3250028FD10 /* MoveViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MoveViewController.h; sourceTree = "<group>"; };
+               9244E4DC1539B3250028FD10 /* MoveViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MoveViewController.m; sourceTree = "<group>"; };
                92DE3328151E277D00AD06EC /* Tombo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Tombo.app; sourceTree = BUILT_PRODUCTS_DIR; };
                92DE332C151E277D00AD06EC /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
                92DE332E151E277D00AD06EC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
                92DE3342151E277D00AD06EC /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard_iPad.storyboard; sourceTree = "<group>"; };
                92DE3344151E277D00AD06EC /* MasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MasterViewController.h; sourceTree = "<group>"; };
                92DE3345151E277D00AD06EC /* MasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MasterViewController.m; sourceTree = "<group>"; };
-               92DE3347151E277D00AD06EC /* DetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DetailViewController.h; sourceTree = "<group>"; };
-               92DE3348151E277D00AD06EC /* DetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = "<group>"; };
                92DE334F151E277E00AD06EC /* TomboTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TomboTests.octest; sourceTree = BUILT_PRODUCTS_DIR; };
                92DE3350151E277E00AD06EC /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; };
                92DE3358151E277E00AD06EC /* TomboTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "TomboTests-Info.plist"; sourceTree = "<group>"; };
                92DE335A151E277E00AD06EC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
-               92DE335C151E277E00AD06EC /* TomboTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TomboTests.h; sourceTree = "<group>"; };
-               92DE335D151E277E00AD06EC /* TomboTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TomboTests.m; sourceTree = "<group>"; };
+               92DE33841522998700AD06EC /* Storage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Storage.h; sourceTree = "<group>"; };
+               92DE33851522998700AD06EC /* Storage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Storage.m; sourceTree = "<group>"; };
+               92DE338E1522FFEB00AD06EC /* FileItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileItem.h; sourceTree = "<group>"; };
+               92DE338F1522FFEB00AD06EC /* FileItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FileItem.m; sourceTree = "<group>"; };
+               92DE339B15231CFC00AD06EC /* Folder-32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Folder-32.png"; sourceTree = "<group>"; };
+               92DE339C15231CFC00AD06EC /* Folder-48.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Folder-48.png"; sourceTree = "<group>"; };
+               92DE339D15231CFC00AD06EC /* TextDocument-32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "TextDocument-32.png"; sourceTree = "<group>"; };
+               92DE339E15231CFC00AD06EC /* TextDocument-48.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "TextDocument-48.png"; sourceTree = "<group>"; };
+               92DE33AF1524478E00AD06EC /* sub_blue_up-32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sub_blue_up-32.png"; sourceTree = "<group>"; };
+               92DE33B01524478E00AD06EC /* sub_blue_up-48.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sub_blue_up-48.png"; sourceTree = "<group>"; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
+               9243C822153464310092B506 /* AlertView */ = {
+                       isa = PBXGroup;
+                       children = (
+                               9228CF2615298F7200E20355 /* EditCancelAlert.h */,
+                               9228CF2715298F7200E20355 /* EditCancelAlert.m */,
+                               9243C7BA152AC7430092B506 /* NewFolderAlert.h */,
+                               9243C7BB152AC7430092B506 /* NewFolderAlert.m */,
+                               9243C82F15352EB20092B506 /* SinglePasswordDialog.h */,
+                               9243C83015352EB20092B506 /* SinglePasswordDialog.m */,
+                       );
+                       name = AlertView;
+                       sourceTree = "<group>";
+               };
                92DE331D151E277D00AD06EC = {
                        isa = PBXGroup;
                        children = (
                92DE3332151E277D00AD06EC /* Tombo */ = {
                        isa = PBXGroup;
                        children = (
+                               9243C822153464310092B506 /* AlertView */,
+                               92DE339915231CD100AD06EC /* images */,
                                92DE333B151E277D00AD06EC /* AppDelegate.h */,
                                92DE333C151E277D00AD06EC /* AppDelegate.m */,
                                92DE333E151E277D00AD06EC /* MainStoryboard_iPhone.storyboard */,
                                92DE3341151E277D00AD06EC /* MainStoryboard_iPad.storyboard */,
                                92DE3344151E277D00AD06EC /* MasterViewController.h */,
                                92DE3345151E277D00AD06EC /* MasterViewController.m */,
-                               92DE3347151E277D00AD06EC /* DetailViewController.h */,
-                               92DE3348151E277D00AD06EC /* DetailViewController.m */,
+                               9243C7B31529D8610092B506 /* DetailViewController.h */,
+                               9243C7B41529D8610092B506 /* DetailViewController.m */,
+                               922F592815295FAA009B1E32 /* EditViewController.h */,
+                               922F592915295FAA009B1E32 /* EditViewController.m */,
+                               9244E4DB1539B3250028FD10 /* MoveViewController.h */,
+                               9244E4DC1539B3250028FD10 /* MoveViewController.m */,
                                92DE3333151E277D00AD06EC /* Supporting Files */,
+                               92DE33841522998700AD06EC /* Storage.h */,
+                               92DE33851522998700AD06EC /* Storage.m */,
+                               9243C7EB1531ADA80092B506 /* CryptCore.h */,
+                               9243C7EC1531ADA80092B506 /* CryptCore.m */,
+                               92DE338E1522FFEB00AD06EC /* FileItem.h */,
+                               92DE338F1522FFEB00AD06EC /* FileItem.m */,
+                               9243C81E153443B90092B506 /* PasswordManager.h */,
+                               9243C81F153443B90092B506 /* PasswordManager.m */,
                        );
                        path = Tombo;
                        sourceTree = "<group>";
                92DE3356151E277E00AD06EC /* TomboTests */ = {
                        isa = PBXGroup;
                        children = (
-                               92DE335C151E277E00AD06EC /* TomboTests.h */,
-                               92DE335D151E277E00AD06EC /* TomboTests.m */,
+                               9243C7F61532435B0092B506 /* CryptTest.h */,
+                               9243C7F71532435B0092B506 /* CryptTest.m */,
+                               9244E4CF15397C300028FD10 /* FileItemTest.h */,
+                               9244E4D015397C300028FD10 /* FileItemTest.m */,
                                92DE3357151E277E00AD06EC /* Supporting Files */,
                        );
                        path = TomboTests;
                        name = "Supporting Files";
                        sourceTree = "<group>";
                };
+               92DE339915231CD100AD06EC /* images */ = {
+                       isa = PBXGroup;
+                       children = (
+                               9243C823153487640092B506 /* key-32.png */,
+                               9243C824153487640092B506 /* key-48.png */,
+                               92DE339B15231CFC00AD06EC /* Folder-32.png */,
+                               92DE339C15231CFC00AD06EC /* Folder-48.png */,
+                               92DE339D15231CFC00AD06EC /* TextDocument-32.png */,
+                               92DE339E15231CFC00AD06EC /* TextDocument-48.png */,
+                               92DE33AF1524478E00AD06EC /* sub_blue_up-32.png */,
+                               92DE33B01524478E00AD06EC /* sub_blue_up-48.png */,
+                       );
+                       name = images;
+                       sourceTree = "<group>";
+               };
 /* End PBXGroup section */
 
 /* Begin PBXNativeTarget section */
                                92DE3337151E277D00AD06EC /* InfoPlist.strings in Resources */,
                                92DE3340151E277D00AD06EC /* MainStoryboard_iPhone.storyboard in Resources */,
                                92DE3343151E277D00AD06EC /* MainStoryboard_iPad.storyboard in Resources */,
+                               92DE339F15231CFC00AD06EC /* Folder-32.png in Resources */,
+                               92DE33A015231CFC00AD06EC /* Folder-48.png in Resources */,
+                               92DE33A115231CFC00AD06EC /* TextDocument-32.png in Resources */,
+                               92DE33A215231CFC00AD06EC /* TextDocument-48.png in Resources */,
+                               92DE33B11524478E00AD06EC /* sub_blue_up-32.png in Resources */,
+                               92DE33B21524478E00AD06EC /* sub_blue_up-48.png in Resources */,
+                               9243C825153487640092B506 /* key-32.png in Resources */,
+                               9243C826153487640092B506 /* key-48.png in Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
                                92DE3339151E277D00AD06EC /* main.m in Sources */,
                                92DE333D151E277D00AD06EC /* AppDelegate.m in Sources */,
                                92DE3346151E277D00AD06EC /* MasterViewController.m in Sources */,
-                               92DE3349151E277D00AD06EC /* DetailViewController.m in Sources */,
+                               92DE33861522998700AD06EC /* Storage.m in Sources */,
+                               92DE33901522FFEC00AD06EC /* FileItem.m in Sources */,
+                               922F592A15295FAA009B1E32 /* EditViewController.m in Sources */,
+                               9228CF2815298F7200E20355 /* EditCancelAlert.m in Sources */,
+                               9243C7B51529D8610092B506 /* DetailViewController.m in Sources */,
+                               9243C7BC152AC7430092B506 /* NewFolderAlert.m in Sources */,
+                               9243C7ED1531ADA80092B506 /* CryptCore.m in Sources */,
+                               9243C820153443B90092B506 /* PasswordManager.m in Sources */,
+                               9243C83115352EB20092B506 /* SinglePasswordDialog.m in Sources */,
+                               9244E4DD1539B3250028FD10 /* MoveViewController.m in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               92DE335E151E277E00AD06EC /* TomboTests.m in Sources */,
+                               9243C7F81532435C0092B506 /* CryptTest.m in Sources */,
+                               9244E4D115397C300028FD10 /* FileItemTest.m in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
                                92DE3363151E277E00AD06EC /* Release */,
                        );
                        defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
                };
                92DE3364151E277E00AD06EC /* Build configuration list for PBXNativeTarget "TomboTests" */ = {
                        isa = XCConfigurationList;
                                92DE3366151E277E00AD06EC /* Release */,
                        );
                        defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
                };
 /* End XCConfigurationList section */
        };