[138672] branches/gsoc15-pallet/Pallet
ksammons at macports.org
ksammons at macports.org
Wed Jul 15 11:50:13 PDT 2015
Revision: 138672
https://trac.macports.org/changeset/138672
Author: ksammons at macports.org
Date: 2015-07-15 11:50:13 -0700 (Wed, 15 Jul 2015)
Log Message:
-----------
Pallet Branch: Yet another print test.
Modified Paths:
--------------
branches/gsoc15-pallet/Pallet/MPActionsController.m
branches/gsoc15-pallet/Pallet/Pallet.xcodeproj/project.xcworkspace/xcuserdata/mrappleseed.xcuserdatad/UserInterfaceState.xcuserstate
branches/gsoc15-pallet/Pallet/main.m
Modified: branches/gsoc15-pallet/Pallet/MPActionsController.m
===================================================================
--- branches/gsoc15-pallet/Pallet/MPActionsController.m 2015-07-15 18:38:48 UTC (rev 138671)
+++ branches/gsoc15-pallet/Pallet/MPActionsController.m 2015-07-15 18:50:13 UTC (rev 138672)
@@ -321,6 +321,8 @@
#pragma mark App Delegate
- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
+ NSLog(@"Yet another print test.");
+ exit(1);
[tableController hidePredicateEditor:self];
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
NSString *pkgPath = [defaults objectForKey:@"PKGPath"];
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:38:48 UTC (rev 138671)
+++ branches/gsoc15-pallet/Pallet/main.m 2015-07-15 18:50:13 UTC (rev 138672)
@@ -10,7 +10,5 @@
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/bc47ae35/attachment.html>
More information about the macports-changes
mailing list