|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 08DE4F871DA00B9000D969DA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08DE4F861DA00B9000D969DA /* AppDelegate.swift */; }; |
11 | | - 08DE4F891DA00B9000D969DA /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08DE4F881DA00B9000D969DA /* ViewController.swift */; }; |
12 | | - 08DE4F8B1DA00B9000D969DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08DE4F8A1DA00B9000D969DA /* Assets.xcassets */; }; |
13 | | - 08DE4F8E1DA00B9000D969DA /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 08DE4F8C1DA00B9000D969DA /* Main.storyboard */; }; |
| 10 | + 086724DC1DC86E07007033BB /* Recorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 086724DB1DC86E07007033BB /* Recorder.swift */; }; |
| 11 | + 089CD7551DC7B742005067DB /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089CD7541DC7B742005067DB /* AppDelegate.swift */; }; |
| 12 | + 089CD7571DC7B742005067DB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 089CD7561DC7B742005067DB /* Assets.xcassets */; }; |
| 13 | + 089CD75A1DC7B742005067DB /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 089CD7581DC7B742005067DB /* MainMenu.xib */; }; |
| 14 | + 089CD7641DC85A3C005067DB /* MenuController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089CD7631DC85A3C005067DB /* MenuController.swift */; }; |
14 | 15 | /* End PBXBuildFile section */ |
15 | 16 |
|
16 | 17 | /* Begin PBXFileReference section */ |
17 | | - 08DE4F831DA00B9000D969DA /* Kyapchar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Kyapchar.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
18 | | - 08DE4F861DA00B9000D969DA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
19 | | - 08DE4F881DA00B9000D969DA /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
20 | | - 08DE4F8A1DA00B9000D969DA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
21 | | - 08DE4F8D1DA00B9000D969DA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
22 | | - 08DE4F8F1DA00B9000D969DA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 18 | + 086724DB1DC86E07007033BB /* Recorder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Recorder.swift; sourceTree = "<group>"; }; |
| 19 | + 089CD7511DC7B742005067DB /* Kyapchar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Kyapchar.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 20 | + 089CD7541DC7B742005067DB /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 21 | + 089CD7561DC7B742005067DB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 22 | + 089CD7591DC7B742005067DB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
| 23 | + 089CD75B1DC7B742005067DB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 24 | + 089CD7631DC85A3C005067DB /* MenuController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MenuController.swift; sourceTree = "<group>"; }; |
23 | 25 | /* End PBXFileReference section */ |
24 | 26 |
|
25 | 27 | /* Begin PBXFrameworksBuildPhase section */ |
26 | | - 08DE4F801DA00B9000D969DA /* Frameworks */ = { |
| 28 | + 089CD74E1DC7B742005067DB /* Frameworks */ = { |
27 | 29 | isa = PBXFrameworksBuildPhase; |
28 | 30 | buildActionMask = 2147483647; |
29 | 31 | files = ( |
|
33 | 35 | /* End PBXFrameworksBuildPhase section */ |
34 | 36 |
|
35 | 37 | /* Begin PBXGroup section */ |
36 | | - 08DE4F7A1DA00B9000D969DA = { |
| 38 | + 089CD7481DC7B742005067DB = { |
37 | 39 | isa = PBXGroup; |
38 | 40 | children = ( |
39 | | - 08DE4F851DA00B9000D969DA /* Kyapchar */, |
40 | | - 08DE4F841DA00B9000D969DA /* Products */, |
| 41 | + 089CD7531DC7B742005067DB /* Kyapchar */, |
| 42 | + 089CD7521DC7B742005067DB /* Products */, |
41 | 43 | ); |
42 | 44 | sourceTree = "<group>"; |
43 | 45 | }; |
44 | | - 08DE4F841DA00B9000D969DA /* Products */ = { |
| 46 | + 089CD7521DC7B742005067DB /* Products */ = { |
45 | 47 | isa = PBXGroup; |
46 | 48 | children = ( |
47 | | - 08DE4F831DA00B9000D969DA /* Kyapchar.app */, |
| 49 | + 089CD7511DC7B742005067DB /* Kyapchar.app */, |
48 | 50 | ); |
49 | 51 | name = Products; |
50 | 52 | sourceTree = "<group>"; |
51 | 53 | }; |
52 | | - 08DE4F851DA00B9000D969DA /* Kyapchar */ = { |
| 54 | + 089CD7531DC7B742005067DB /* Kyapchar */ = { |
53 | 55 | isa = PBXGroup; |
54 | 56 | children = ( |
55 | | - 08DE4F861DA00B9000D969DA /* AppDelegate.swift */, |
56 | | - 08DE4F881DA00B9000D969DA /* ViewController.swift */, |
57 | | - 08DE4F8A1DA00B9000D969DA /* Assets.xcassets */, |
58 | | - 08DE4F8C1DA00B9000D969DA /* Main.storyboard */, |
59 | | - 08DE4F8F1DA00B9000D969DA /* Info.plist */, |
| 57 | + 089CD7631DC85A3C005067DB /* MenuController.swift */, |
| 58 | + 086724DB1DC86E07007033BB /* Recorder.swift */, |
| 59 | + 089CD7541DC7B742005067DB /* AppDelegate.swift */, |
| 60 | + 089CD7561DC7B742005067DB /* Assets.xcassets */, |
| 61 | + 089CD7581DC7B742005067DB /* MainMenu.xib */, |
| 62 | + 089CD75B1DC7B742005067DB /* Info.plist */, |
60 | 63 | ); |
61 | 64 | path = Kyapchar; |
62 | 65 | sourceTree = "<group>"; |
63 | 66 | }; |
64 | 67 | /* End PBXGroup section */ |
65 | 68 |
|
66 | 69 | /* Begin PBXNativeTarget section */ |
67 | | - 08DE4F821DA00B9000D969DA /* Kyapchar */ = { |
| 70 | + 089CD7501DC7B742005067DB /* Kyapchar */ = { |
68 | 71 | isa = PBXNativeTarget; |
69 | | - buildConfigurationList = 08DE4F921DA00B9000D969DA /* Build configuration list for PBXNativeTarget "Kyapchar" */; |
| 72 | + buildConfigurationList = 089CD75E1DC7B742005067DB /* Build configuration list for PBXNativeTarget "Kyapchar" */; |
70 | 73 | buildPhases = ( |
71 | | - 08DE4F7F1DA00B9000D969DA /* Sources */, |
72 | | - 08DE4F801DA00B9000D969DA /* Frameworks */, |
73 | | - 08DE4F811DA00B9000D969DA /* Resources */, |
| 74 | + 089CD74D1DC7B742005067DB /* Sources */, |
| 75 | + 089CD74E1DC7B742005067DB /* Frameworks */, |
| 76 | + 089CD74F1DC7B742005067DB /* Resources */, |
74 | 77 | ); |
75 | 78 | buildRules = ( |
76 | 79 | ); |
77 | 80 | dependencies = ( |
78 | 81 | ); |
79 | 82 | name = Kyapchar; |
80 | 83 | productName = Kyapchar; |
81 | | - productReference = 08DE4F831DA00B9000D969DA /* Kyapchar.app */; |
| 84 | + productReference = 089CD7511DC7B742005067DB /* Kyapchar.app */; |
82 | 85 | productType = "com.apple.product-type.application"; |
83 | 86 | }; |
84 | 87 | /* End PBXNativeTarget section */ |
85 | 88 |
|
86 | 89 | /* Begin PBXProject section */ |
87 | | - 08DE4F7B1DA00B9000D969DA /* Project object */ = { |
| 90 | + 089CD7491DC7B742005067DB /* Project object */ = { |
88 | 91 | isa = PBXProject; |
89 | 92 | attributes = { |
90 | 93 | LastSwiftUpdateCheck = 0730; |
91 | 94 | LastUpgradeCheck = 0730; |
92 | 95 | ORGANIZATIONNAME = "Vishal Telangre"; |
93 | 96 | TargetAttributes = { |
94 | | - 08DE4F821DA00B9000D969DA = { |
| 97 | + 089CD7501DC7B742005067DB = { |
95 | 98 | CreatedOnToolsVersion = 7.3.1; |
96 | 99 | }; |
97 | 100 | }; |
98 | 101 | }; |
99 | | - buildConfigurationList = 08DE4F7E1DA00B9000D969DA /* Build configuration list for PBXProject "Kyapchar" */; |
| 102 | + buildConfigurationList = 089CD74C1DC7B742005067DB /* Build configuration list for PBXProject "Kyapchar" */; |
100 | 103 | compatibilityVersion = "Xcode 3.2"; |
101 | 104 | developmentRegion = English; |
102 | 105 | hasScannedForEncodings = 0; |
103 | 106 | knownRegions = ( |
104 | 107 | en, |
105 | 108 | Base, |
106 | 109 | ); |
107 | | - mainGroup = 08DE4F7A1DA00B9000D969DA; |
108 | | - productRefGroup = 08DE4F841DA00B9000D969DA /* Products */; |
| 110 | + mainGroup = 089CD7481DC7B742005067DB; |
| 111 | + productRefGroup = 089CD7521DC7B742005067DB /* Products */; |
109 | 112 | projectDirPath = ""; |
110 | 113 | projectRoot = ""; |
111 | 114 | targets = ( |
112 | | - 08DE4F821DA00B9000D969DA /* Kyapchar */, |
| 115 | + 089CD7501DC7B742005067DB /* Kyapchar */, |
113 | 116 | ); |
114 | 117 | }; |
115 | 118 | /* End PBXProject section */ |
116 | 119 |
|
117 | 120 | /* Begin PBXResourcesBuildPhase section */ |
118 | | - 08DE4F811DA00B9000D969DA /* Resources */ = { |
| 121 | + 089CD74F1DC7B742005067DB /* Resources */ = { |
119 | 122 | isa = PBXResourcesBuildPhase; |
120 | 123 | buildActionMask = 2147483647; |
121 | 124 | files = ( |
122 | | - 08DE4F8B1DA00B9000D969DA /* Assets.xcassets in Resources */, |
123 | | - 08DE4F8E1DA00B9000D969DA /* Main.storyboard in Resources */, |
| 125 | + 089CD7571DC7B742005067DB /* Assets.xcassets in Resources */, |
| 126 | + 089CD75A1DC7B742005067DB /* MainMenu.xib in Resources */, |
124 | 127 | ); |
125 | 128 | runOnlyForDeploymentPostprocessing = 0; |
126 | 129 | }; |
127 | 130 | /* End PBXResourcesBuildPhase section */ |
128 | 131 |
|
129 | 132 | /* Begin PBXSourcesBuildPhase section */ |
130 | | - 08DE4F7F1DA00B9000D969DA /* Sources */ = { |
| 133 | + 089CD74D1DC7B742005067DB /* Sources */ = { |
131 | 134 | isa = PBXSourcesBuildPhase; |
132 | 135 | buildActionMask = 2147483647; |
133 | 136 | files = ( |
134 | | - 08DE4F891DA00B9000D969DA /* ViewController.swift in Sources */, |
135 | | - 08DE4F871DA00B9000D969DA /* AppDelegate.swift in Sources */, |
| 137 | + 086724DC1DC86E07007033BB /* Recorder.swift in Sources */, |
| 138 | + 089CD7551DC7B742005067DB /* AppDelegate.swift in Sources */, |
| 139 | + 089CD7641DC85A3C005067DB /* MenuController.swift in Sources */, |
136 | 140 | ); |
137 | 141 | runOnlyForDeploymentPostprocessing = 0; |
138 | 142 | }; |
139 | 143 | /* End PBXSourcesBuildPhase section */ |
140 | 144 |
|
141 | 145 | /* Begin PBXVariantGroup section */ |
142 | | - 08DE4F8C1DA00B9000D969DA /* Main.storyboard */ = { |
| 146 | + 089CD7581DC7B742005067DB /* MainMenu.xib */ = { |
143 | 147 | isa = PBXVariantGroup; |
144 | 148 | children = ( |
145 | | - 08DE4F8D1DA00B9000D969DA /* Base */, |
| 149 | + 089CD7591DC7B742005067DB /* Base */, |
146 | 150 | ); |
147 | | - name = Main.storyboard; |
| 151 | + name = MainMenu.xib; |
148 | 152 | sourceTree = "<group>"; |
149 | 153 | }; |
150 | 154 | /* End PBXVariantGroup section */ |
151 | 155 |
|
152 | 156 | /* Begin XCBuildConfiguration section */ |
153 | | - 08DE4F901DA00B9000D969DA /* Debug */ = { |
| 157 | + 089CD75C1DC7B742005067DB /* Debug */ = { |
154 | 158 | isa = XCBuildConfiguration; |
155 | 159 | buildSettings = { |
156 | 160 | ALWAYS_SEARCH_USER_PATHS = NO; |
|
195 | 199 | }; |
196 | 200 | name = Debug; |
197 | 201 | }; |
198 | | - 08DE4F911DA00B9000D969DA /* Release */ = { |
| 202 | + 089CD75D1DC7B742005067DB /* Release */ = { |
199 | 203 | isa = XCBuildConfiguration; |
200 | 204 | buildSettings = { |
201 | 205 | ALWAYS_SEARCH_USER_PATHS = NO; |
|
232 | 236 | }; |
233 | 237 | name = Release; |
234 | 238 | }; |
235 | | - 08DE4F931DA00B9000D969DA /* Debug */ = { |
| 239 | + 089CD75F1DC7B742005067DB /* Debug */ = { |
236 | 240 | isa = XCBuildConfiguration; |
237 | 241 | buildSettings = { |
238 | 242 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
244 | 248 | }; |
245 | 249 | name = Debug; |
246 | 250 | }; |
247 | | - 08DE4F941DA00B9000D969DA /* Release */ = { |
| 251 | + 089CD7601DC7B742005067DB /* Release */ = { |
248 | 252 | isa = XCBuildConfiguration; |
249 | 253 | buildSettings = { |
250 | 254 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
259 | 263 | /* End XCBuildConfiguration section */ |
260 | 264 |
|
261 | 265 | /* Begin XCConfigurationList section */ |
262 | | - 08DE4F7E1DA00B9000D969DA /* Build configuration list for PBXProject "Kyapchar" */ = { |
| 266 | + 089CD74C1DC7B742005067DB /* Build configuration list for PBXProject "Kyapchar" */ = { |
263 | 267 | isa = XCConfigurationList; |
264 | 268 | buildConfigurations = ( |
265 | | - 08DE4F901DA00B9000D969DA /* Debug */, |
266 | | - 08DE4F911DA00B9000D969DA /* Release */, |
| 269 | + 089CD75C1DC7B742005067DB /* Debug */, |
| 270 | + 089CD75D1DC7B742005067DB /* Release */, |
267 | 271 | ); |
268 | 272 | defaultConfigurationIsVisible = 0; |
269 | 273 | defaultConfigurationName = Release; |
270 | 274 | }; |
271 | | - 08DE4F921DA00B9000D969DA /* Build configuration list for PBXNativeTarget "Kyapchar" */ = { |
| 275 | + 089CD75E1DC7B742005067DB /* Build configuration list for PBXNativeTarget "Kyapchar" */ = { |
272 | 276 | isa = XCConfigurationList; |
273 | 277 | buildConfigurations = ( |
274 | | - 08DE4F931DA00B9000D969DA /* Debug */, |
275 | | - 08DE4F941DA00B9000D969DA /* Release */, |
| 278 | + 089CD75F1DC7B742005067DB /* Debug */, |
| 279 | + 089CD7601DC7B742005067DB /* Release */, |
276 | 280 | ); |
277 | 281 | defaultConfigurationIsVisible = 0; |
278 | 282 | defaultConfigurationName = Release; |
279 | 283 | }; |
280 | 284 | /* End XCConfigurationList section */ |
281 | 285 | }; |
282 | | - rootObject = 08DE4F7B1DA00B9000D969DA /* Project object */; |
| 286 | + rootObject = 089CD7491DC7B742005067DB /* Project object */; |
283 | 287 | } |
0 commit comments