mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
New: xcc --reset resets the Xcode support before opening the project.
This will help in cases where the project is way out of sync and crashes XCC.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
E10E4CD717298E5F004AB09E /* project.pbxproj in Resources */ = {isa = PBXBuildFile; fileRef = E164FE2A172188F300263CE3 /* project.pbxproj */; };
|
||||
E14015421740248C006C2792 /* XcodeProjectCloser.m in Sources */ = {isa = PBXBuildFile; fileRef = E14015411740248C006C2792 /* XcodeProjectCloser.m */; };
|
||||
E1401543174025B8006C2792 /* XcodeProjectCloser.m in Sources */ = {isa = PBXBuildFile; fileRef = E14015411740248C006C2792 /* XcodeProjectCloser.m */; };
|
||||
E164FDD31720E77100263CE3 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E164FDD21720E77100263CE3 /* Cocoa.framework */; };
|
||||
E164FDDF1720E77100263CE3 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E164FDDE1720E77100263CE3 /* main.m */; };
|
||||
E164FDF51720EBC100263CE3 /* AppController.m in Sources */ = {isa = PBXBuildFile; fileRef = E164FDF41720EBC100263CE3 /* AppController.m */; };
|
||||
@@ -104,6 +106,8 @@
|
||||
/* End PBXCopyFilesBuildPhase section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
E14015401740248C006C2792 /* XcodeProjectCloser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XcodeProjectCloser.h; sourceTree = "<group>"; };
|
||||
E14015411740248C006C2792 /* XcodeProjectCloser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XcodeProjectCloser.m; sourceTree = "<group>"; };
|
||||
E164FDCF1720E77100263CE3 /* XcodeCapp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = XcodeCapp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E164FDD21720E77100263CE3 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
||||
E164FDD51720E77100263CE3 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
||||
@@ -236,6 +240,8 @@
|
||||
E1E90C371735D82B005C6D5B /* AppController.h */,
|
||||
E164FDFB1720EC5B00263CE3 /* XcodeCapp.m */,
|
||||
E1E90C401735D846005C6D5B /* XcodeCapp.h */,
|
||||
E14015411740248C006C2792 /* XcodeProjectCloser.m */,
|
||||
E14015401740248C006C2792 /* XcodeProjectCloser.h */,
|
||||
E1E90C3C1735D846005C6D5B /* Notifications.m */,
|
||||
E1E90C3B1735D846005C6D5B /* Notifications.h */,
|
||||
E1E90C3F1735D846005C6D5B /* UserDefaults.m */,
|
||||
@@ -447,6 +453,7 @@
|
||||
E1E90C4B1735D8A1005C6D5B /* DDASLLogger.m in Sources */,
|
||||
E1E90C4C1735D8A1005C6D5B /* DDLog.m in Sources */,
|
||||
E1E90C4D1735D8A1005C6D5B /* DDTTYLogger.m in Sources */,
|
||||
E14015421740248C006C2792 /* XcodeProjectCloser.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -455,6 +462,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E171D262173C168C00210893 /* main.m in Sources */,
|
||||
E1401543174025B8006C2792 /* XcodeProjectCloser.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user