Skip to content
Snippets Groups Projects
Commit 6943a120 authored by cramakri's avatar cramakri
Browse files

Moved the sqlite data file to the DevData folder

SVN: 26970
parent 93c36814
No related branches found
No related tags found
No related merge requests found
*.sqlite
File deleted
<?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>
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
/* End PBXCopyFilesBuildPhase section */ /* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference 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; }; 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; }; 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; }; 36F71E7A161C3AE900C87277 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
...@@ -191,6 +192,7 @@ ...@@ -191,6 +192,7 @@
36F71E80161C3AE900C87277 /* openBIS */ = { 36F71E80161C3AE900C87277 /* openBIS */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
364D5098161C6A3600A739B0 /* readme.md */,
36F71E89161C3AE900C87277 /* CISDOBAppDelegate.h */, 36F71E89161C3AE900C87277 /* CISDOBAppDelegate.h */,
36F71E8A161C3AE900C87277 /* CISDOBAppDelegate.m */, 36F71E8A161C3AE900C87277 /* CISDOBAppDelegate.m */,
36F71E92161C3AE900C87277 /* MainStoryboard_iPhone.storyboard */, 36F71E92161C3AE900C87277 /* MainStoryboard_iPhone.storyboard */,
...@@ -682,6 +684,7 @@ ...@@ -682,6 +684,7 @@
36F71F24161C4AA000C87277 /* Release */, 36F71F24161C4AA000C87277 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
}; };
/* End XCConfigurationList section */ /* End XCConfigurationList section */
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment