|
115 | 115 | BC56D84B157ADA4F00CC9C1E /* GPUImageDilationFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = BC56D849157ADA4F00CC9C1E /* GPUImageDilationFilter.m */; }; |
116 | 116 | BC56D84F157ADA6F00CC9C1E /* GPUImageErosionFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = BC56D84D157ADA6F00CC9C1E /* GPUImageErosionFilter.h */; }; |
117 | 117 | BC56D850157ADA6F00CC9C1E /* GPUImageErosionFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = BC56D84E157ADA6F00CC9C1E /* GPUImageErosionFilter.m */; }; |
| 118 | + BC57607919441DD90096FFA5 /* CoreMedia.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCB5E77814E20BAF00701302 /* CoreMedia.framework */; }; |
| 119 | + BC57607A19441DE00096FFA5 /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCB5E77614E20BA800701302 /* CoreVideo.framework */; }; |
| 120 | + BC57607B19441DE80096FFA5 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCB5E77414E20B9700701302 /* OpenGLES.framework */; }; |
| 121 | + BC57607C19441DF10096FFA5 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCB5E77214E20B9100701302 /* QuartzCore.framework */; }; |
| 122 | + BC57607D19441DF60096FFA5 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCB5E77014E20B8A00701302 /* AVFoundation.framework */; }; |
| 123 | + BC57607E19441E010096FFA5 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCB5E76E14E20B7F00701302 /* UIKit.framework */; }; |
| 124 | + BC57607F19441E060096FFA5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BCF1A33714DDB1EC00852800 /* Foundation.framework */; }; |
| 125 | + BC57608019441E610096FFA5 /* GPUImageContext.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB5E76B14E20AD700701302 /* GPUImageContext.m */; }; |
118 | 126 | BC61F4B116B9CAEB009F6234 /* GPUImagePoissonBlendFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = 46A8097C16B8A6A2000C29ED /* GPUImagePoissonBlendFilter.m */; }; |
119 | 127 | BC6C55401730679D00EB222D /* GPUImageLaplacianFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = BC6C553E1730679D00EB222D /* GPUImageLaplacianFilter.h */; }; |
120 | 128 | BC6C55411730679D00EB222D /* GPUImageLaplacianFilter.m in Sources */ = {isa = PBXBuildFile; fileRef = BC6C553F1730679D00EB222D /* GPUImageLaplacianFilter.m */; }; |
|
471 | 479 | BCD81F2B194404F8007133DB /* GPUImageTextureOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = BCB6B8B91505BF940041703B /* GPUImageTextureOutput.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
472 | 480 | BCD81F2C194404F8007133DB /* GPUImageRawDataOutput.h in Headers */ = {isa = PBXBuildFile; fileRef = BC1B715514F49DAA00ACA2AB /* GPUImageRawDataOutput.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
473 | 481 | BCD81F2D19440604007133DB /* GLProgram.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB5E79314E3275200701302 /* GLProgram.m */; }; |
474 | | - BCD81F2E19440604007133DB /* GPUImageContext.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB5E76B14E20AD700701302 /* GPUImageContext.m */; }; |
475 | 482 | BCD81F2F19440604007133DB /* GPUImageFramebuffer.m in Sources */ = {isa = PBXBuildFile; fileRef = BCC887CB18A1CEEB008DB37D /* GPUImageFramebuffer.m */; }; |
476 | 483 | BCD81F3019440604007133DB /* GPUImageFramebufferCache.m in Sources */ = {isa = PBXBuildFile; fileRef = BCC887CF18A1D3AD008DB37D /* GPUImageFramebufferCache.m */; }; |
477 | 484 | BCD81F3119440604007133DB /* GPUImageOutput.m in Sources */ = {isa = PBXBuildFile; fileRef = BCB5E77E14E22E4200701302 /* GPUImageOutput.m */; }; |
|
1047 | 1054 | isa = PBXFrameworksBuildPhase; |
1048 | 1055 | buildActionMask = 2147483647; |
1049 | 1056 | files = ( |
| 1057 | + BC57607F19441E060096FFA5 /* Foundation.framework in Frameworks */, |
| 1058 | + BC57607E19441E010096FFA5 /* UIKit.framework in Frameworks */, |
| 1059 | + BC57607D19441DF60096FFA5 /* AVFoundation.framework in Frameworks */, |
| 1060 | + BC57607C19441DF10096FFA5 /* QuartzCore.framework in Frameworks */, |
| 1061 | + BC57607B19441DE80096FFA5 /* OpenGLES.framework in Frameworks */, |
| 1062 | + BC57607A19441DE00096FFA5 /* CoreVideo.framework in Frameworks */, |
| 1063 | + BC57607919441DD90096FFA5 /* CoreMedia.framework in Frameworks */, |
1050 | 1064 | ); |
1051 | 1065 | runOnlyForDeploymentPostprocessing = 0; |
1052 | 1066 | }; |
|
2026 | 2040 | isa = PBXSourcesBuildPhase; |
2027 | 2041 | buildActionMask = 2147483647; |
2028 | 2042 | files = ( |
| 2043 | + BC57608019441E610096FFA5 /* GPUImageContext.m in Sources */, |
2029 | 2044 | BCD81F2D19440604007133DB /* GLProgram.m in Sources */, |
2030 | | - BCD81F2E19440604007133DB /* GPUImageContext.m in Sources */, |
2031 | 2045 | BCD81F2F19440604007133DB /* GPUImageFramebuffer.m in Sources */, |
2032 | 2046 | BCD81F3019440604007133DB /* GPUImageFramebufferCache.m in Sources */, |
2033 | 2047 | BCD81F3119440604007133DB /* GPUImageOutput.m in Sources */, |
|
2452 | 2466 | DYLIB_COMPATIBILITY_VERSION = 1; |
2453 | 2467 | DYLIB_CURRENT_VERSION = 1; |
2454 | 2468 | DYLIB_INSTALL_NAME_BASE = "@rpath"; |
2455 | | - ENABLE_NS_ASSERTIONS = NO; |
| 2469 | + ENABLE_NS_ASSERTIONS = YES; |
2456 | 2470 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
2457 | 2471 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
2458 | 2472 | INFOPLIST_FILE = Source/iOS/Framework/Info.plist; |
|
0 commit comments