-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pandora.xds
137 lines (137 loc) · 4.39 KB
/
Pandora.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
{
"name": "Pandora",
"settings": {
"urlPrefix": "http://localhost/sandbox/Pandora/",
"directAPI": "",
"spacesToIndent": "4",
"codeGenFormat": "Class",
"exportPath": "",
"extPath": "http://extjs.cachefly.net/ext-4.0.2a/",
"senchaIoKey": "",
"senchaIoPath": "/",
"lineEnding": "LF",
"instantiateStore": true,
"genTimestamps": false,
"saveOnDeploy": false,
"appName": "MyApp",
"mapsAPI": "http://maps.google.com/maps/api/js?sensor=true",
"cssPath": "",
"disablePromptOnDeploy": false
},
"xdsVersion": "2.0.0",
"xdsBuild": "0",
"framework": "ext40",
"topInstanceFileMap": {
"cee3efe1-6b44-4340-b759-95b6500d7677": {
"paths": [
"metadata/store/RecentSongs",
"app/store/override/RecentSongs.js",
"app/store/RecentSongs.js"
],
"className": "RecentSongs"
},
"78bb01b3-6adb-4547-9c27-ecc40b01c9e5": {
"paths": [
"metadata/store/SearchResults",
"app/store/override/SearchResults.js",
"app/store/SearchResults.js"
],
"className": "SearchResults"
},
"858f215e-7be5-4e86-8fe0-160c574b8c6d": {
"paths": [
"metadata/store/Stations",
"app/store/override/Stations.js",
"app/store/Stations.js"
],
"className": "Stations"
},
"a66bb4ef-388f-4896-8494-72554a6666dc": {
"paths": [
"metadata/controller/Song",
"app/controller/override/Song.js",
"app/controller/Song.js"
],
"className": "Song"
},
"449e7470-88f1-405f-a39c-d0a69c4ee375": {
"paths": [
"metadata/controller/Station",
"app/controller/override/Station.js",
"app/controller/Station.js"
],
"className": "Station"
},
"aab183ec-84c0-4a3a-b364-246b6e7d9fbb": {
"paths": [
"metadata/view/SongInfo",
"app/view/override/SongInfo.js",
"app/view/SongInfo.js"
],
"className": "SongInfo"
},
"066967ef-8de0-4299-ad87-f12daf63874e": {
"paths": [
"metadata/view/NewStation",
"app/view/override/NewStation.js",
"app/view/NewStation.js"
],
"className": "NewStation"
},
"9162ce7c-b8bb-4559-bcbc-81f4b3e09bf8": {
"paths": [
"metadata/view/RecentlyPlayedScroller",
"app/view/override/RecentlyPlayedScroller.js",
"app/view/RecentlyPlayedScroller.js"
],
"className": "RecentlyPlayedScroller"
},
"a809cc91-dbd7-4cca-ad69-99b8607bcfad": {
"paths": [
"metadata/view/SongControls",
"app/view/override/SongControls.js",
"app/view/SongControls.js"
],
"className": "SongControls"
},
"83097343-fea1-4730-a6e2-ad08d8c485fe": {
"paths": [
"metadata/view/StationsList",
"app/view/override/StationsList.js",
"app/view/StationsList.js"
],
"className": "StationsList"
},
"1b1c6c7a-f9d4-4697-beba-48c7e176d465": {
"paths": [
"metadata/view/MyViewport",
"app/view/override/MyViewport.js",
"app/view/MyViewport.js",
"app/view/Viewport.js"
],
"className": "MyViewport"
},
"c8c333ab-ba73-4ec5-874f-becdf9abb03f": {
"paths": [
"metadata/model/Song",
"app/model/override/Song.js",
"app/model/Song.js"
],
"className": "Song"
},
"4c4a5be4-4245-48a8-a216-9f995496a7b9": {
"paths": [
"metadata/model/Station",
"app/model/override/Station.js",
"app/model/Station.js"
],
"className": "Station"
}
},
"expandedState": {
"data": true,
"model": true,
"component": true,
"controller": true
}
}