forked from SenchaArchitect/NativeContacts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NativeContacts.xds
145 lines (145 loc) · 4.46 KB
/
NativeContacts.xds
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "NativeContacts",
"settings": {
"urlPrefix": "http://localhost/NativeContacts/",
"spacesToIndent": 4,
"exportPath": "",
"sdkPath": "/Users/aconran/Sites/releases/sencha-touch-2.1.0",
"lineEnding": "LF",
"genTimestamps": false,
"cacheBust": false,
"directAPI": "",
"codeGenFormat": "Class",
"senchaIoKey": "",
"senchaIoPath": "http://extjs.cachefly.net/designer/IO/",
"instantiateStore": true,
"saveOnDeploy": false,
"appName": "MyApp"
},
"xdsVersion": "2.1.0",
"xdsBuild": 670,
"schemaVersion": 1,
"upgradeVersion": 210000000498,
"framework": "touch21",
"topInstanceFileMap": {
"ab0ebc18-fc5b-43b1-8958-7395bd191769": {
"paths": [
"metadata/view/Main",
"app/view/override/Main.js",
"app/view/Main.js"
],
"className": "Main"
},
"266d5780-ee4a-4dca-a156-841cf77894ee": {
"paths": [
"metadata/view/Info",
"app/view/override/Info.js",
"app/view/Info.js"
],
"className": "Info"
},
"7187cc37-7c2e-4f8a-a763-ba7d3f34a79c": {
"paths": [
"metadata/view/Form",
"app/view/override/Form.js",
"app/view/Form.js"
],
"className": "Form"
},
"b037ea3a-5bcd-4f85-930a-abaa1bdc4dcd": {
"paths": [
"metadata/view/Picture",
"app/view/override/Picture.js",
"app/view/Picture.js"
],
"className": "Picture"
},
"5b610c64-3053-4d2f-8bfb-77077b9b2217": {
"paths": [
"metadata/view/List",
"app/view/override/List.js",
"app/view/List.js"
],
"className": "List"
},
"e83d8bd0-aa8b-4b79-bf87-9a8797bca19b": {
"paths": [
"metadata/view/FavoriteView",
"app/view/override/FavoriteView.js",
"app/view/FavoriteView.js"
],
"className": "FavoriteView"
},
"8173b689-b7f9-4661-9bb0-6cba367d3d80": {
"paths": [
"metadata/store/ContactStore",
"app/store/override/ContactStore.js",
"app/store/ContactStore.js"
],
"className": "ContactStore"
},
"218f2c46-69a4-44c6-8b9e-29b8e3d800dc": {
"paths": [
"metadata/model/Contact",
"app/model/override/Contact.js",
"app/model/Contact.js"
],
"className": "Contact"
},
"12f4e105-fe10-4110-a7c7-4be456e0092e": {
"paths": [
"metadata/controller/Contacts",
"app/controller/override/Contacts.js",
"app/controller/Contacts.js"
],
"className": "Contacts"
},
"83d5f462-ac48-477a-8b82-5867e132986d": {
"paths": [
"metadata/resource/css"
],
"className": "css"
},
"f81dd17b-02a8-4071-9594-4730c3b71ef7": {
"paths": [
"metadata/resource/Library"
],
"className": "Library"
},
"ab0185ab-ce77-45f4-baf3-ac9f5f753ffe": {
"paths": [
"metadata/resource/PackageSettings",
"",
"PackageSettings.json"
],
"className": "PackageSettings"
}
},
"viewOrderMap": {
"view": [
"e83d8bd0-aa8b-4b79-bf87-9a8797bca19b",
"b037ea3a-5bcd-4f85-930a-abaa1bdc4dcd",
"7187cc37-7c2e-4f8a-a763-ba7d3f34a79c",
"266d5780-ee4a-4dca-a156-841cf77894ee",
"5b610c64-3053-4d2f-8bfb-77077b9b2217",
"ab0ebc18-fc5b-43b1-8958-7395bd191769"
],
"store": [
"8173b689-b7f9-4661-9bb0-6cba367d3d80"
],
"controller": [
"12f4e105-fe10-4110-a7c7-4be456e0092e"
],
"model": [
"218f2c46-69a4-44c6-8b9e-29b8e3d800dc"
],
"resource": [
"f81dd17b-02a8-4071-9594-4730c3b71ef7",
"83d5f462-ac48-477a-8b82-5867e132986d",
"ab0185ab-ce77-45f4-baf3-ac9f5f753ffe"
],
"app": [
"application"
]
}
}