[138671] branches/gsoc15-pallet/Pallet
ksammons at macports.org
ksammons at macports.org
Wed Jul 15 11:38:48 PDT 2015
Revision: 138671
https://trac.macports.org/changeset/138671
Author: ksammons at macports.org
Date: 2015-07-15 11:38:48 -0700 (Wed, 15 Jul 2015)
Log Message:
-----------
Pallet Branch: Once again added NSLog and exit statement for debugging a crash.
Modified Paths:
--------------
branches/gsoc15-pallet/Pallet/Pallet.xcodeproj/project.xcworkspace/xcuserdata/mrappleseed.xcuserdatad/UserInterfaceState.xcuserstate
branches/gsoc15-pallet/Pallet/main.m
Modified: branches/gsoc15-pallet/Pallet/Pallet.xcodeproj/project.xcworkspace/xcuserdata/mrappleseed.xcuserdatad/UserInterfaceState.xcuserstate
===================================================================
(Binary files differ)
Modified: branches/gsoc15-pallet/Pallet/main.m
===================================================================
--- branches/gsoc15-pallet/Pallet/main.m 2015-07-15 18:01:07 UTC (rev 138670)
+++ branches/gsoc15-pallet/Pallet/main.m 2015-07-15 18:38:48 UTC (rev 138671)
@@ -10,5 +10,7 @@
int main(int argc, char *argv[])
{
+ NSLog(@"Testing");
+ exit(1);
return NSApplicationMain(argc, (const char **) argv);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150715/ec854561/attachment.html>
More information about the macports-changes
mailing list