mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Fixed: Quick fix for XcodeCapp so it will run without python2 scripts
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
self.environment[@"NARWHAL_ENGINE"] = @"jsc";
|
||||
self.environment[@"CAPP_NOSUDO"] = @"1";
|
||||
|
||||
self.executables = @[@"python", @"objj", @"nib2cib",@"objj2objcskeleton", @"capp_lint", @"touch"];
|
||||
//self.executables = @[@"python", @"objj", @"nib2cib",@"objj2objcskeleton", @"capp_lint", @"touch"];
|
||||
// Removed python and capp_liunt as python2 is not supported anymore.
|
||||
self.executables = @[@"objj", @"nib2cib",@"objj2objcskeleton", @"touch"];
|
||||
|
||||
self.isValid = [self _checkExecutables];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user