diff --git a/openbis-ipad/openBIS/DevData/.gitignore b/openbis-ipad/openBIS/DevData/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..9b1dffd90fdce0601e734330eecdff3a301fa2e9 --- /dev/null +++ b/openbis-ipad/openBIS/DevData/.gitignore @@ -0,0 +1 @@ +*.sqlite diff --git a/openbis-ipad/openBIS/Research/openBISData.sqlite b/openbis-ipad/openBIS/Research/openBISData.sqlite deleted file mode 100644 index aa1b072b11ea0845d446cf70198347b6c65b3e57..0000000000000000000000000000000000000000 Binary files a/openbis-ipad/openBIS/Research/openBISData.sqlite and /dev/null differ diff --git a/openbis-ipad/openBIS/Research/openBISData/openBISData.xcdatamodeld/.xccurrentversion b/openbis-ipad/openBIS/Research/openBISData/openBISData.xcdatamodeld/.xccurrentversion deleted file mode 100644 index 0c67376ebacb410fd873cac1d8d8dd431b262c02..0000000000000000000000000000000000000000 --- a/openbis-ipad/openBIS/Research/openBISData/openBISData.xcdatamodeld/.xccurrentversion +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> -<plist version="1.0"> -<dict/> -</plist> diff --git a/openbis-ipad/openBIS/openBIS.xcodeproj/project.pbxproj b/openbis-ipad/openBIS/openBIS.xcodeproj/project.pbxproj index 5bab6c6d490a37b0c81009f477c0cbd7c008cd79..ec4ef6cf6a0abbe3588ebf2600b644ff170cf6e1 100644 --- a/openbis-ipad/openBIS/openBIS.xcodeproj/project.pbxproj +++ b/openbis-ipad/openBIS/openBIS.xcodeproj/project.pbxproj @@ -71,6 +71,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 364D5098161C6A3600A739B0 /* readme.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = readme.md; sourceTree = "<group>"; }; 36F71E74161C3AE900C87277 /* openBIS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = openBIS.app; sourceTree = BUILT_PRODUCTS_DIR; }; 36F71E78161C3AE900C87277 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 36F71E7A161C3AE900C87277 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; @@ -191,6 +192,7 @@ 36F71E80161C3AE900C87277 /* openBIS */ = { isa = PBXGroup; children = ( + 364D5098161C6A3600A739B0 /* readme.md */, 36F71E89161C3AE900C87277 /* CISDOBAppDelegate.h */, 36F71E8A161C3AE900C87277 /* CISDOBAppDelegate.m */, 36F71E92161C3AE900C87277 /* MainStoryboard_iPhone.storyboard */, @@ -682,6 +684,7 @@ 36F71F24161C4AA000C87277 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ diff --git a/openbis-ipad/openBIS/openBIS.xcodeproj/project.xcworkspace/xcuserdata/cramakri.xcuserdatad/UserInterfaceState.xcuserstate b/openbis-ipad/openBIS/openBIS.xcodeproj/project.xcworkspace/xcuserdata/cramakri.xcuserdatad/UserInterfaceState.xcuserstate index 21d01c3d3fc3836bfa985a3e99fc57adecd74d4d..3ae514e8bfc05c3027993e5a115a3b8fc71d3f1f 100644 Binary files a/openbis-ipad/openBIS/openBIS.xcodeproj/project.xcworkspace/xcuserdata/cramakri.xcuserdatad/UserInterfaceState.xcuserstate and b/openbis-ipad/openBIS/openBIS.xcodeproj/project.xcworkspace/xcuserdata/cramakri.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/openbis-ipad/openBIS/openBIS/readme.md b/openbis-ipad/openBIS/openBIS/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..423b34debfd33a06f3503ca8568910972268af7e --- /dev/null +++ b/openbis-ipad/openBIS/openBIS/readme.md @@ -0,0 +1,4 @@ +Setup +===== + +This project is currently being used to test out development ideas. It is not connected to a live instance of openBIS. Data needs to be retrieved form openBIS using the openBISData target and stored in a file that is located in the DevData/openBISData.sqlite. \ No newline at end of file