|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + DD4BA9BE19DED822008D73EB /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD4BA9BD19DED822008D73EB /* AVFoundation.framework */; }; |
| 11 | + DD4BA9C119DED8EF008D73EB /* right_answer.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = DD4BA9C019DED8EF008D73EB /* right_answer.mp3 */; }; |
10 | 12 | DD7282B919D6087C00077F54 /* Storyboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DD7282B719D6087C00077F54 /* Storyboard.storyboard */; }; |
11 | 13 | DDB15FBD19D5B7C600173158 /* SCLAlertViewTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DDB15FBC19D5B7C600173158 /* SCLAlertViewTests.m */; }; |
12 | 14 | DDB15FCA19D5B88A00173158 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DDB15FC719D5B88A00173158 /* AppDelegate.m */; }; |
|
31 | 33 |
|
32 | 34 | /* Begin PBXFileReference section */ |
33 | 35 | DD0D295B19D902DA00881F53 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = SCLAlertViewExample/Info.plist; sourceTree = SOURCE_ROOT; }; |
| 36 | + DD4BA9BD19DED822008D73EB /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; }; |
| 37 | + DD4BA9C019DED8EF008D73EB /* right_answer.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = right_answer.mp3; sourceTree = "<group>"; }; |
34 | 38 | DD7282B819D6087C00077F54 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = SCLAlertViewExample/Base.lproj/Storyboard.storyboard; sourceTree = SOURCE_ROOT; }; |
35 | 39 | DDB15F9D19D5B7C600173158 /* SCLAlertView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SCLAlertView.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 40 | DDB15FB619D5B7C600173158 /* SCLAlertViewTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SCLAlertViewTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
57 | 61 | isa = PBXFrameworksBuildPhase; |
58 | 62 | buildActionMask = 2147483647; |
59 | 63 | files = ( |
| 64 | + DD4BA9BE19DED822008D73EB /* AVFoundation.framework in Frameworks */, |
60 | 65 | ); |
61 | 66 | runOnlyForDeploymentPostprocessing = 0; |
62 | 67 | }; |
|
70 | 75 | /* End PBXFrameworksBuildPhase section */ |
71 | 76 |
|
72 | 77 | /* Begin PBXGroup section */ |
| 78 | + DD4BA9BF19DED8EF008D73EB /* Sounds */ = { |
| 79 | + isa = PBXGroup; |
| 80 | + children = ( |
| 81 | + DD4BA9C019DED8EF008D73EB /* right_answer.mp3 */, |
| 82 | + ); |
| 83 | + name = Sounds; |
| 84 | + path = SCLAlertViewExample/Sounds; |
| 85 | + sourceTree = SOURCE_ROOT; |
| 86 | + }; |
73 | 87 | DDB15F9419D5B7C600173158 = { |
74 | 88 | isa = PBXGroup; |
75 | 89 | children = ( |
| 90 | + DD4BA9BD19DED822008D73EB /* AVFoundation.framework */, |
76 | 91 | DDB15FD519D5B96500173158 /* SCLAlertView */, |
77 | 92 | DDB15F9F19D5B7C600173158 /* SCLAlertViewExample */, |
78 | 93 | DDB15FB919D5B7C600173158 /* SCLAlertViewTests */, |
|
107 | 122 | DDB15FA019D5B7C600173158 /* Supporting Files */ = { |
108 | 123 | isa = PBXGroup; |
109 | 124 | children = ( |
| 125 | + DD4BA9BF19DED8EF008D73EB /* Sounds */, |
110 | 126 | DD0D295B19D902DA00881F53 /* Info.plist */, |
111 | 127 | DDB15FD319D5B8DB00173158 /* main.m */, |
112 | 128 | ); |
|
225 | 241 | isa = PBXResourcesBuildPhase; |
226 | 242 | buildActionMask = 2147483647; |
227 | 243 | files = ( |
| 244 | + DD4BA9C119DED8EF008D73EB /* right_answer.mp3 in Resources */, |
228 | 245 | DDB15FD019D5B8BF00173158 /* Images.xcassets in Resources */, |
229 | 246 | DD7282B919D6087C00077F54 /* Storyboard.storyboard in Resources */, |
230 | 247 | ); |
|
0 commit comments