Archived
1

Add Root Function and Product Function

This commit is contained in:
Kim Wittenburg
2017-08-31 00:04:21 +02:00
parent 43b907ba88
commit 3681e1416c
18 changed files with 864 additions and 0 deletions

View File

@@ -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>07AABC7B-2194-4C40-BCC8-8DC7EC28F4CC</string>
<key>IDESourceControlProjectName</key>
<string>MathPad</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>3FA814D5454DEC0D84C2FC10661BDDFF5C0232AB</key>
<string>https://bitbucket.org/Codello/mathpad.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>MathPad.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>3FA814D5454DEC0D84C2FC10661BDDFF5C0232AB</key>
<string>../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://bitbucket.org/Codello/mathpad.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>3FA814D5454DEC0D84C2FC10661BDDFF5C0232AB</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>3FA814D5454DEC0D84C2FC10661BDDFF5C0232AB</string>
<key>IDESourceControlWCCName</key>
<string>MathPad</string>
</dict>
</array>
</dict>
</plist>

View File

@@ -0,0 +1,10 @@
<?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>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<false/>
</dict>
</plist>