forked from aschuch/fame
-
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.
Merge pull request aschuch#2 from gunterhager/feature-delete-nodes-wi…
…th-outlets Feature delete nodes with outlets
- Loading branch information
Showing
20 changed files
with
145 additions
and
41 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Fame | ||
VERSION = "0.1" | ||
VERSION = "0.1.1" | ||
end |
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
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 @@ | ||
/* No Localized Strings */ |
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 @@ | ||
/* No Localized Strings */ |
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 @@ | ||
/* No Localized Strings */ |
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,23 +1,24 @@ | ||
/* label.text: A fancy Label */ | ||
"R52-bk-905.text" = "Label (de)"; | ||
/* Class = "UINavigationItem"; title = "First ViewController"; ObjectID = "4Bk-Mt-SxL"; */ | ||
"4Bk-Mt-SxL.title" = "First ViewController (de)"; | ||
|
||
/* button.normalTitle: An awesome Button */ | ||
/* Class = "UIButton"; normalTitle = "Button"; ObjectID = "JOe-j0-s5G"; */ | ||
"JOe-j0-s5G.normalTitle" = "Button (de)"; | ||
|
||
/* textField.placeholder: A gorgeous TextField */ | ||
/* Class = "UILabel"; text = "Label"; ObjectID = "R52-bk-905"; */ | ||
"R52-bk-905.text" = "Label (de)"; | ||
|
||
/* Class = "UITextField"; placeholder = "Placeholder Text"; ObjectID = "gwT-Xy-34b"; */ | ||
"gwT-Xy-34b.placeholder" = "Placeholder Text (de)"; | ||
|
||
/* textField.text: A gorgeous TextField */ | ||
/* Class = "UITextField"; text = "Text"; ObjectID = "gwT-Xy-34b"; */ | ||
"gwT-Xy-34b.text" = "Text (de)"; | ||
|
||
/* segmentedControl.segmentTitles[0]: An outstanding SegmentedControl */ | ||
/* Class = "UISegmentedControl"; l0d-C1-RK1.segmentTitles[0] = "First"; ObjectID = "l0d-C1-RK1"; */ | ||
"l0d-C1-RK1.segmentTitles[0]" = "First (de)"; | ||
|
||
/* segmentedControl.segmentTitles[1]: An outstanding SegmentedControl */ | ||
/* Class = "UISegmentedControl"; l0d-C1-RK1.segmentTitles[1] = "Second"; ObjectID = "l0d-C1-RK1"; */ | ||
"l0d-C1-RK1.segmentTitles[1]" = "Second (de)"; | ||
|
||
/* barButtonItem.title: An unbelievable BarButtonItem */ | ||
/* Class = "UIBarButtonItem"; title = "BarButtonItem"; ObjectID = "lFA-pn-E9n"; */ | ||
"lFA-pn-E9n.title" = "BarButtonItem (de)"; | ||
|
||
/* navigationItem.title: An uber NavigationItem */ | ||
"4Bk-Mt-SxL.title" = "First ViewController (de)"; |
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,3 +1,3 @@ | ||
|
||
/* Class = "UILabel"; text = "Label in XIB"; ObjectID = "Rfi-2u-xEd"; */ | ||
"Rfi-2u-xEd.text" = "Label in XIB"; | ||
|
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,6 @@ | ||
/* (No Commment) */ | ||
"CFBundleName" = "$(PRODUCT_NAME)"; | ||
|
||
/* (No Commment) */ | ||
"CFBundleShortVersionString" = "1.0"; | ||
|
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 @@ | ||
/* No Localized Strings */ |
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,6 @@ | ||
/* First dynamic text, should be short */ | ||
"secondViewController.dynamicLabel.text" = "First Dynamic Label Text"; | ||
|
||
/* Second dynamic text, can be longer */ | ||
"secondViewController.dynamicLabel2.text" = "Second Dynamic Label Text"; | ||
|
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,29 +1,36 @@ | ||
/* FirstViewController label text: A fancy Label */ | ||
"R52-bk-905.text" = "Label"; | ||
/* Class = "UINavigationItem"; title = "First ViewController"; ObjectID = "4Bk-Mt-SxL"; */ | ||
"4Bk-Mt-SxL.title" = "First ViewController"; | ||
|
||
/* FirstViewController button normalTitle: An awesome Button */ | ||
/* Class = "UIButton"; normalTitle = "Button"; ObjectID = "JOe-j0-s5G"; */ | ||
"JOe-j0-s5G.normalTitle" = "Button"; | ||
|
||
/* FirstViewController textField placeholder: A gorgeous TextField */ | ||
/* Class = "UILabel"; text = "Dynamic label"; ObjectID = "Pgq-eq-Uvk"; */ | ||
"Pgq-eq-Uvk.text" = "Dynamic label"; | ||
|
||
/* Class = "UILabel"; text = "Label"; ObjectID = "R52-bk-905"; */ | ||
"R52-bk-905.text" = "Label"; | ||
|
||
/* Class = "UINavigationItem"; title = "Second ViewController"; ObjectID = "SAx-7C-11b"; */ | ||
"SAx-7C-11b.title" = "Second ViewController"; | ||
|
||
/* Class = "UITextField"; placeholder = "Placeholder Text"; ObjectID = "gwT-Xy-34b"; */ | ||
"gwT-Xy-34b.placeholder" = "Placeholder Text"; | ||
|
||
/* FirstViewController textField text: A gorgeous TextField */ | ||
/* Class = "UITextField"; text = "Text"; ObjectID = "gwT-Xy-34b"; */ | ||
"gwT-Xy-34b.text" = "Text"; | ||
|
||
/* FirstViewController segmentedControl segmentTitles[0]: An outstanding SegmentedControl */ | ||
/* Class = "UISegmentedControl"; l0d-C1-RK1.segmentTitles[0] = "First"; ObjectID = "l0d-C1-RK1"; */ | ||
"l0d-C1-RK1.segmentTitles[0]" = "First"; | ||
|
||
/* FirstViewController navigationItem title: An uber NavigationItem */ | ||
"4Bk-Mt-SxL.title" = "First ViewController"; | ||
/* Class = "UISegmentedControl"; l0d-C1-RK1.segmentTitles[1] = "Second"; ObjectID = "l0d-C1-RK1"; */ | ||
"l0d-C1-RK1.segmentTitles[1]" = "Second"; | ||
|
||
/* FirstViewController barButtonItem title: An unbelievable BarButtonItem */ | ||
/* Class = "UIBarButtonItem"; title = "BarButtonItem"; ObjectID = "lFA-pn-E9n"; */ | ||
"lFA-pn-E9n.title" = "BarButtonItem"; | ||
|
||
/* FirstViewController segmentedControl segmentTitles[1]: An outstanding SegmentedControl */ | ||
"l0d-C1-RK1.segmentTitles[1]" = "Second"; | ||
/* Class = "UILabel"; text = "Dynamic label 2"; ObjectID = "si2-WH-Hr5"; */ | ||
"si2-WH-Hr5.text" = "Dynamic label 2"; | ||
|
||
/* SecondViewController label text: A fancy label in a second view controller */ | ||
/* Class = "UILabel"; text = "Second view controller label"; ObjectID = "uHO-0u-WyN"; */ | ||
"uHO-0u-WyN.text" = "Second view controller label"; | ||
|
||
/* SecondViewController navigationItem title: Second navigation item */ | ||
"SAx-7C-11b.title" = "Second ViewController"; |
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,2 +1,3 @@ | ||
/* label text: A fancy view in a xib file */ | ||
"Rfi-2u-xEd.text" = "Label in XIB"; | ||
/* Class = "UILabel"; text = "Label in XIB"; ObjectID = "Rfi-2u-xEd"; */ | ||
"Rfi-2u-xEd.text" = "Label in XIB"; | ||
|
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 @@ | ||
/* No Localized Strings */ |
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,6 @@ | ||
/* (No Commment) */ | ||
"CFBundleName" = "$(PRODUCT_NAME)"; | ||
|
||
/* (No Commment) */ | ||
"CFBundleShortVersionString" = "1.0"; | ||
|
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 @@ | ||
/* No Localized Strings */ |
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,6 @@ | ||
/* (No Commment) */ | ||
"CFBundleName" = "$(PRODUCT_NAME)"; | ||
|
||
/* (No Commment) */ | ||
"CFBundleShortVersionString" = "1.0"; | ||
|
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