forked from jaguar07/Swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to Swift 1.2. Translated to English. Added new license GPL v3.0.
- Loading branch information
Carlos Butron
committed
Apr 13, 2015
1 parent
98fa204
commit 15d0a22
Showing
32 changed files
with
201 additions
and
66 deletions.
There are no files selected for viewing
Binary file modified
BIN
+244 Bytes
(100%)
...codeproj/project.xcworkspace/xcuserdata/Carlos.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
41 changes: 41 additions & 0 deletions
41
...le1/CoreDataSample1.xcodeproj/project.xcworkspace/xcshareddata/CoreDataSample1.xccheckout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>1815F892-B709-400A-9EC0-5ED81C4961A1</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>CoreDataSample1</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>9FCBC930A8DBEE5E1E1094396CDFC4C7EE814530</key> | ||
<string>https://github.com/CarlosButron/Swift.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>CoreDataSample1/CoreDataSample1.xcodeproj</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>9FCBC930A8DBEE5E1E1094396CDFC4C7EE814530</key> | ||
<string>../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>https://github.com/CarlosButron/Swift.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>111</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>9FCBC930A8DBEE5E1E1094396CDFC4C7EE814530</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>9FCBC930A8DBEE5E1E1094396CDFC4C7EE814530</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>Swift</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file modified
BIN
+5.23 KB
(130%)
...codeproj/project.xcworkspace/xcuserdata/Carlos.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...Sample1/CoreDataSample1/CoreDataSample1.xcdatamodeld/CoreDataSample1.xcdatamodel/contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="6252" systemVersion="14B25" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic"> | ||
<entity name="Celda" syncable="YES"> | ||
<attribute name="imagen" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="subtitulo" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="titulo" optional="YES" attributeType="String" syncable="YES"/> | ||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="6252" systemVersion="14D131" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic"> | ||
<entity name="Cell" syncable="YES"> | ||
<attribute name="image" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="subtitle" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="title" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<elements> | ||
<element name="Celda" positionX="-63" positionY="-18" width="128" height="90"/> | ||
<element name="Cell" positionX="-63" positionY="-18" width="128" height="88"/> | ||
</elements> | ||
</model> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
...le2/CoreDataSample2.xcodeproj/project.xcworkspace/xcshareddata/CoreDataSample2.xccheckout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>C1B09E25-EA2E-46A8-B402-7B2025C2FCBE</string> | ||
<key>IDESourceControlProjectName</key> | ||
<string>CoreDataSample2</string> | ||
<key>IDESourceControlProjectOriginsDictionary</key> | ||
<dict> | ||
<key>9FCBC930A8DBEE5E1E1094396CDFC4C7EE814530</key> | ||
<string>https://github.com/CarlosButron/Swift.git</string> | ||
</dict> | ||
<key>IDESourceControlProjectPath</key> | ||
<string>CoreDataSample2/CoreDataSample2.xcodeproj</string> | ||
<key>IDESourceControlProjectRelativeInstallPathDictionary</key> | ||
<dict> | ||
<key>9FCBC930A8DBEE5E1E1094396CDFC4C7EE814530</key> | ||
<string>../../..</string> | ||
</dict> | ||
<key>IDESourceControlProjectURL</key> | ||
<string>https://github.com/CarlosButron/Swift.git</string> | ||
<key>IDESourceControlProjectVersion</key> | ||
<integer>111</integer> | ||
<key>IDESourceControlProjectWCCIdentifier</key> | ||
<string>9FCBC930A8DBEE5E1E1094396CDFC4C7EE814530</string> | ||
<key>IDESourceControlProjectWCConfigurations</key> | ||
<array> | ||
<dict> | ||
<key>IDESourceControlRepositoryExtensionIdentifierKey</key> | ||
<string>public.vcs.git</string> | ||
<key>IDESourceControlWCCIdentifierKey</key> | ||
<string>9FCBC930A8DBEE5E1E1094396CDFC4C7EE814530</string> | ||
<key>IDESourceControlWCCName</key> | ||
<string>Swift</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Binary file modified
BIN
+6.93 KB
(140%)
...codeproj/project.xcworkspace/xcuserdata/Carlos.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...Sample2/CoreDataSample2/CoreDataSample2.xcdatamodeld/CoreDataSample2.xcdatamodel/contents
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="6252" systemVersion="14B25" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic"> | ||
<entity name="Formulario" syncable="YES"> | ||
<attribute name="apellido" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="nombre" optional="YES" attributeType="String" syncable="YES"/> | ||
<model userDefinedModelVersionIdentifier="" type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="6252" systemVersion="14D131" minimumToolsVersion="Automatic" macOSVersion="Automatic" iOSVersion="Automatic"> | ||
<entity name="Form" syncable="YES"> | ||
<attribute name="name" optional="YES" attributeType="String" syncable="YES"/> | ||
<attribute name="surname" optional="YES" attributeType="String" syncable="YES"/> | ||
</entity> | ||
<elements> | ||
<element name="Formulario" positionX="-54" positionY="-9" width="128" height="75"/> | ||
<element name="Form" positionX="-54" positionY="-9" width="128" height="75"/> | ||
</elements> | ||
</model> |
Oops, something went wrong.