Skip to content

Commit

Permalink
AppleScript Studio shell project
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kime committed Apr 3, 2010
1 parent 11e08d5 commit 0736b81
Show file tree
Hide file tree
Showing 10 changed files with 4,889 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHDK Installer.applescript
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- test.applescript
-- test

-- Created by mattkime on 3/27/10.
-- Copyright 2010 __MyCompanyName__. All rights reserved.
91 changes: 91 additions & 0 deletions CHDK Installer.xcodeproj/default.pbxuser
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
// !$*UTF8*$!
{
257572C2072881A4000BE9CA = {
activeExec = 0;
executables = (
25D9445407B1533600FF306F,
);
};
25D9445407B1533600FF306F = {
activeArgIndex = 2147483647;
activeArgIndices = (
);
argumentStrings = (
);
configStateDict = {
"PBXLSLaunchAction-1" = {
PBXLSLaunchAction = 1;
PBXLSLaunchStartAction = 1;
PBXLSLaunchStdioStyle = 2;
PBXLSLaunchStyle = 0;
class = ASKDebuggerLaunchConfig;
displayName = "AppleScript Debugger";
identifier = com.apple.AppleScriptStudio.ASKDebugLaunchConfig;
remoteHostInfo = "";
startActionInfo = "";
};
};
cppStopOnCatchEnabled = 0;
cppStopOnThrowEnabled = 0;
customDataFormattersEnabled = 1;
debuggerPlugin = ASKDebugger;
disassemblyDisplayState = 0;
dylibVariantSuffix = "";
enableDebugStr = 1;
environmentEntries = (
{
active = NO;
name = AEDebug;
value = 1;
},
{
active = NO;
name = AEDebugSends;
value = 1;
},
{
active = NO;
name = AEDebugReceives;
value = 1;
},
{
active = NO;
name = AEDebugVerbose;
value = 1;
},
);
executableSystemSymbolLevel = 0;
executableUserSymbolLevel = 0;
isa = PBXExecutable;
libgmallocEnabled = 0;
name = "test";
shlibInfoDictList = (
);
sourceDirectories = (
);
};
25D9445A07B1533700FF306F = {
fallbackIsa = XCSourceControlManager;
isSCMEnabled = 0;
isa = PBXSourceControlManager;
scmConfiguration = {
};
scmType = "";
};
25D9445B07B1533700FF306F = {
indexTemplatePath = "";
isa = PBXCodeSenseManager;
};
29B97313FDCFA39411CA2CEA = {
activeBuildStyle = 4A9504CCFFE6A4B311CA0CBA;
activeExecutable = 25D9445407B1533600FF306F;
activeTarget = 257572C2072881A4000BE9CA;
codeSenseManager = 25D9445B07B1533700FF306F;
executables = (
25D9445407B1533600FF306F,
);
sourceControlManager = 25D9445A07B1533700FF306F;
userBuildSettings = {
};
};
}
Loading

0 comments on commit 0736b81

Please sign in to comment.