Skip to content

Commit

Permalink
ignore user settings for jacquesfauquex in project. ignore .DS_Store …
Browse files Browse the repository at this point in the history
…files

ignore user settings for jacquesfauquex in project. ignore .DS_Store
files
  • Loading branch information
jacquesfauquex committed Jun 20, 2013
1 parent 4610a12 commit b87b4d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
*.DS_Store
__MACOSX/

.DS_Store

ASOC/ASOC.xcodeproj/project.xcworkspace/xcuserdata/jacquesfauquex.xcuserdatad/UserInterfaceState.xcuserstate

ASOC/ASOC.xcodeproj/project.xcworkspace/xcuserdata/jacquesfauquex.xcuserdatad/WorkspaceSettings.xcsettings

ASOC/ASOC.xcodeproj/xcuserdata/jacquesfauquex.xcuserdatad/xcschemes/ASOC.xcscheme

ASOC/ASOC.xcodeproj/xcuserdata/jacquesfauquex.xcuserdatad/xcschemes/xcschememanagement.plist
4 changes: 2 additions & 2 deletions ASOC/ASOC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
4A8A87571772154500B3FA10 /* ASOCscript.applescript */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.applescript; path = ASOCscript.applescript; sourceTree = "<group>"; };
4A8A87591772163300B3FA10 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
4A8A875B177224F400B3FA10 /* SERunScriptApplicationImage.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = SERunScriptApplicationImage.tiff; sourceTree = "<group>"; };
4A8A876417722B9B00B3FA10 /* OsiriXAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OsiriXAPI.framework; path = ../../../../../../Library/Frameworks/OsiriXAPI.framework; sourceTree = "<group>"; };
4A8A876417722B9B00B3FA10 /* OsiriXAPI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OsiriXAPI.framework; path = /Library/Frameworks/OsiriXAPI.framework; sourceTree = "<absolute>"; };
8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
AB5D36050680E57E00F4007A /* ASOC.osirixplugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ASOC.osirixplugin; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand All @@ -45,7 +45,6 @@
089C166AFE841209C02AAC07 /* EpsonCD */ = {
isa = PBXGroup;
children = (
4A8A876417722B9B00B3FA10 /* OsiriXAPI.framework */,
4A8A87591772163300B3FA10 /* README.txt */,
08FB77AFFE84173DC02AAC07 /* Classes */,
089C167CFE841241C02AAC07 /* Resources */,
Expand All @@ -58,6 +57,7 @@
089C1671FE841209C02AAC07 /* Frameworks and Libraries */ = {
isa = PBXGroup;
children = (
4A8A876417722B9B00B3FA10 /* OsiriXAPI.framework */,
4A8A87291771E7A700B3FA10 /* AppleScriptObjC.framework */,
);
name = "Frameworks and Libraries";
Expand Down

0 comments on commit b87b4d5

Please sign in to comment.