mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 10:04:59 +02:00
BOOM Initial React Native import and setup
This commit is contained in:
parent
ad5ef4f804
commit
88614aac06
19 changed files with 1099 additions and 4 deletions
7
AwesomeProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
AwesomeProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata
generated
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "self:AwesomeProject.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
|
@ -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>D2E48FE0-2A66-458B-B1A9-E725C36C40DA</string>
|
||||
<key>IDESourceControlProjectName</key>
|
||||
<string>AwesomeProject</string>
|
||||
<key>IDESourceControlProjectOriginsDictionary</key>
|
||||
<dict>
|
||||
<key>C50C20F7F69B52FBD2FAE44256705EB5D1D75E37</key>
|
||||
<string>github.com:pcottle/learnGitBranching.git</string>
|
||||
</dict>
|
||||
<key>IDESourceControlProjectPath</key>
|
||||
<string>AwesomeProject.xcodeproj</string>
|
||||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
|
||||
<dict>
|
||||
<key>C50C20F7F69B52FBD2FAE44256705EB5D1D75E37</key>
|
||||
<string>../..</string>
|
||||
</dict>
|
||||
<key>IDESourceControlProjectURL</key>
|
||||
<string>github.com:pcottle/learnGitBranching.git</string>
|
||||
<key>IDESourceControlProjectVersion</key>
|
||||
<integer>111</integer>
|
||||
<key>IDESourceControlProjectWCCIdentifier</key>
|
||||
<string>C50C20F7F69B52FBD2FAE44256705EB5D1D75E37</string>
|
||||
<key>IDESourceControlProjectWCConfigurations</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
|
||||
<string>public.vcs.git</string>
|
||||
<key>IDESourceControlWCCIdentifierKey</key>
|
||||
<string>C50C20F7F69B52FBD2FAE44256705EB5D1D75E37</string>
|
||||
<key>IDESourceControlWCCName</key>
|
||||
<string>learnGitBranching</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue