-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matt Kime
committed
Apr 3, 2010
1 parent
11e08d5
commit 0736b81
Showing
10 changed files
with
4,889 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = { | ||
}; | ||
}; | ||
} |
Oops, something went wrong.