|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 572BB1471B8383B3002DEE38 /* SCLTimerDisplay.m in Sources */ = {isa = PBXBuildFile; fileRef = 572BB1461B8383B3002DEE38 /* SCLTimerDisplay.m */; }; |
11 | 11 | CF6FB1241C5926FC009715F3 /* SCLSwitchView.m in Sources */ = {isa = PBXBuildFile; fileRef = CF6FB1231C5926FC009715F3 /* SCLSwitchView.m */; }; |
| 12 | + DD06C22D1C64EAE500E6F6B0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD06C22C1C64EAE500E6F6B0 /* UIKit.framework */; }; |
| 13 | + DD06C22F1C64EAF600E6F6B0 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD06C22E1C64EAF600E6F6B0 /* AudioToolbox.framework */; }; |
| 14 | + DD06C2331C64EB1A00E6F6B0 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD06C2321C64EB1A00E6F6B0 /* Accelerate.framework */; }; |
| 15 | + DD06C2371C64EB9200E6F6B0 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD06C2361C64EB9200E6F6B0 /* CoreGraphics.framework */; }; |
12 | 16 | DD24453C1BAC383600892117 /* SCLTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = DD24453B1BAC383600892117 /* SCLTextView.m */; }; |
13 | 17 | DD2E172A19FA84B800CBAEC3 /* UIImage+ImageEffects.m in Sources */ = {isa = PBXBuildFile; fileRef = DD2E172919FA84B800CBAEC3 /* UIImage+ImageEffects.m */; }; |
14 | 18 | DD4BA9C119DED8EF008D73EB /* right_answer.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = DD4BA9C019DED8EF008D73EB /* right_answer.mp3 */; }; |
|
39 | 43 | 572BB1461B8383B3002DEE38 /* SCLTimerDisplay.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCLTimerDisplay.m; sourceTree = "<group>"; }; |
40 | 44 | CF6FB1221C5926FC009715F3 /* SCLSwitchView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCLSwitchView.h; sourceTree = "<group>"; }; |
41 | 45 | CF6FB1231C5926FC009715F3 /* SCLSwitchView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCLSwitchView.m; sourceTree = "<group>"; }; |
| 46 | + DD06C22C1C64EAE500E6F6B0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; |
| 47 | + DD06C22E1C64EAF600E6F6B0 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; |
| 48 | + DD06C2301C64EB0400E6F6B0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 49 | + DD06C2321C64EB1A00E6F6B0 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; }; |
| 50 | + DD06C2341C64EB5900E6F6B0 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; }; |
| 51 | + DD06C2361C64EB9200E6F6B0 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
42 | 52 | DD0D295B19D902DA00881F53 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = SCLAlertViewExample/Info.plist; sourceTree = SOURCE_ROOT; }; |
43 | 53 | DD24453A1BAC383600892117 /* SCLTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SCLTextView.h; sourceTree = "<group>"; }; |
44 | 54 | DD24453B1BAC383600892117 /* SCLTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SCLTextView.m; sourceTree = "<group>"; }; |
|
73 | 83 | isa = PBXFrameworksBuildPhase; |
74 | 84 | buildActionMask = 2147483647; |
75 | 85 | files = ( |
| 86 | + DD06C2371C64EB9200E6F6B0 /* CoreGraphics.framework in Frameworks */, |
| 87 | + DD06C2331C64EB1A00E6F6B0 /* Accelerate.framework in Frameworks */, |
| 88 | + DD06C22F1C64EAF600E6F6B0 /* AudioToolbox.framework in Frameworks */, |
| 89 | + DD06C22D1C64EAE500E6F6B0 /* UIKit.framework in Frameworks */, |
76 | 90 | ); |
77 | 91 | runOnlyForDeploymentPostprocessing = 0; |
78 | 92 | }; |
|
86 | 100 | /* End PBXFrameworksBuildPhase section */ |
87 | 101 |
|
88 | 102 | /* Begin PBXGroup section */ |
| 103 | + DD06C2381C64EC5D00E6F6B0 /* Frameworks */ = { |
| 104 | + isa = PBXGroup; |
| 105 | + children = ( |
| 106 | + DD06C2361C64EB9200E6F6B0 /* CoreGraphics.framework */, |
| 107 | + DD06C2341C64EB5900E6F6B0 /* QuartzCore.framework */, |
| 108 | + DD06C2321C64EB1A00E6F6B0 /* Accelerate.framework */, |
| 109 | + DD06C2301C64EB0400E6F6B0 /* Foundation.framework */, |
| 110 | + DD06C22E1C64EAF600E6F6B0 /* AudioToolbox.framework */, |
| 111 | + DD06C22C1C64EAE500E6F6B0 /* UIKit.framework */, |
| 112 | + ); |
| 113 | + name = Frameworks; |
| 114 | + sourceTree = "<group>"; |
| 115 | + }; |
89 | 116 | DD4BA9BF19DED8EF008D73EB /* Sounds */ = { |
90 | 117 | isa = PBXGroup; |
91 | 118 | children = ( |
|
102 | 129 | DDB15F9F19D5B7C600173158 /* SCLAlertViewExample */, |
103 | 130 | DDB15FB919D5B7C600173158 /* SCLAlertViewTests */, |
104 | 131 | DDB15F9E19D5B7C600173158 /* Products */, |
| 132 | + DD06C2381C64EC5D00E6F6B0 /* Frameworks */, |
105 | 133 | ); |
106 | 134 | sourceTree = "<group>"; |
107 | 135 | }; |
|
0 commit comments