diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-12-22 16:53:56 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-12-22 16:53:56 +0100 |
commit | e9fc58cb304323f07aba736fc523903481404cff (patch) | |
tree | 59db450412ca101aa9601b3f2174436898f955c1 /unittest/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace | |
parent | 8150ee4edc7e32d5c27cd3e0f68c630d90865638 (diff) | |
parent | 48b3d82ffe1ed19db9ba3cf7e6536ecf92e27391 (diff) | |
download | libnitrokey-e9fc58cb304323f07aba736fc523903481404cff.tar.gz libnitrokey-e9fc58cb304323f07aba736fc523903481404cff.tar.bz2 |
Merge commit '48b3d82ffe1ed19db9ba3cf7e6536ecf92e27391' as 'unittest/Catch'
Diffstat (limited to 'unittest/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace')
2 files changed, 48 insertions, 0 deletions
diff --git a/unittest/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/unittest/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..119e61c --- /dev/null +++ b/unittest/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Workspace + version = "1.0"> + <FileRef + location = "self:OCTest.xcodeproj"> + </FileRef> +</Workspace> diff --git a/unittest/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/xcshareddata/OCTest.xccheckout b/unittest/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/xcshareddata/OCTest.xccheckout new file mode 100644 index 0000000..2480364 --- /dev/null +++ b/unittest/Catch/projects/XCode/OCTest/OCTest.xcodeproj/project.xcworkspace/xcshareddata/OCTest.xccheckout @@ -0,0 +1,41 @@ +<?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> + <key>IDESourceControlProjectFavoriteDictionaryKey</key> + <false/> + <key>IDESourceControlProjectIdentifier</key> + <string>2F99C19E-ADF6-4D99-86C7-7A7830677E7D</string> + <key>IDESourceControlProjectName</key> + <string>OCTest</string> + <key>IDESourceControlProjectOriginsDictionary</key> + <dict> + <key>DE66138E-2FC7-4C1B-9901-82CBF6694223</key> + <string>ssh://github.com/philsquared/Catch.git</string> + </dict> + <key>IDESourceControlProjectPath</key> + <string>projects/XCode4/OCTest/OCTest.xcodeproj/project.xcworkspace</string> + <key>IDESourceControlProjectRelativeInstallPathDictionary</key> + <dict> + <key>DE66138E-2FC7-4C1B-9901-82CBF6694223</key> + <string>../../../../..</string> + </dict> + <key>IDESourceControlProjectURL</key> + <string>ssh://github.com/philsquared/Catch.git</string> + <key>IDESourceControlProjectVersion</key> + <integer>110</integer> + <key>IDESourceControlProjectWCCIdentifier</key> + <string>DE66138E-2FC7-4C1B-9901-82CBF6694223</string> + <key>IDESourceControlProjectWCConfigurations</key> + <array> + <dict> + <key>IDESourceControlRepositoryExtensionIdentifierKey</key> + <string>public.vcs.git</string> + <key>IDESourceControlWCCIdentifierKey</key> + <string>DE66138E-2FC7-4C1B-9901-82CBF6694223</string> + <key>IDESourceControlWCCName</key> + <string>Catch</string> + </dict> + </array> +</dict> +</plist> |