Skip to content

Commit

Permalink
Add app icons, remove launch images
Browse files Browse the repository at this point in the history
  • Loading branch information
kolyuchiy committed Jan 15, 2013
1 parent 94f220c commit a0a546f
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 6 deletions.
22 changes: 16 additions & 6 deletions BlurTest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
743D607516A53D060083427A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 743D607316A53D060083427A /* InfoPlist.strings */; };
743D607716A53D060083427A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 743D607616A53D060083427A /* main.m */; };
743D607B16A53D060083427A /* DVAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 743D607A16A53D060083427A /* DVAppDelegate.m */; };
743D607D16A53D060083427A /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 743D607C16A53D060083427A /* Default.png */; };
743D607F16A53D060083427A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 743D607E16A53D060083427A /* [email protected] */; };
743D608116A53D060083427A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 743D608016A53D060083427A /* [email protected] */; };
743D609516A53FCE0083427A /* DVTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 743D609316A53FCE0083427A /* DVTestViewController.m */; };
743D609616A53FCE0083427A /* DVTestViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 743D609416A53FCE0083427A /* DVTestViewController.xib */; };
743D609816A53FE00083427A /* pic.png in Resources */ = {isa = PBXBuildFile; fileRef = 743D609716A53FE00083427A /* pic.png */; };
Expand All @@ -26,8 +23,12 @@
743D60B316A552420083427A /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 743D60B216A552420083427A /* AVFoundation.framework */; };
743D60B516A552470083427A /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 743D60B416A552470083427A /* OpenGLES.framework */; };
743D60BA16A558140083427A /* CoreImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 743D60B916A558140083427A /* CoreImage.framework */; };
E37228C816A5B47400B02D5F /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = E37228C716A5B47400B02D5F /* Icon-72.png */; };
E37228CA16A5B47700B02D5F /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E37228C916A5B47700B02D5F /* [email protected] */; };
E3D585C416A5AD880094D01E /* libGPUImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E3D585BF16A5AD3C0094D01E /* libGPUImage.a */; };
E3D585C816A5B37A0094D01E /* DVFrameworkChooseController.m in Sources */ = {isa = PBXBuildFile; fileRef = E3D585C716A5B37A0094D01E /* DVFrameworkChooseController.m */; };
E3D585CA16A5B4590094D01E /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = E3D585C916A5B4590094D01E /* Icon.png */; };
E3D585CC16A5B45D0094D01E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E3D585CB16A5B45D0094D01E /* [email protected] */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -79,10 +80,14 @@
743D60B216A552420083427A /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
743D60B416A552470083427A /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
743D60B916A558140083427A /* CoreImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreImage.framework; path = System/Library/Frameworks/CoreImage.framework; sourceTree = SDKROOT; };
E37228C716A5B47400B02D5F /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
E37228C916A5B47700B02D5F /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
E3D585B516A5AD3C0094D01E /* GPUImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GPUImage.xcodeproj; path = GPUImage/framework/GPUImage.xcodeproj; sourceTree = "<group>"; };
E3D585C516A5ADCA0094D01E /* GPUImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GPUImage.h; path = GPUImage/framework/Source/GPUImage.h; sourceTree = "<group>"; };
E3D585C616A5B3790094D01E /* DVFrameworkChooseController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVFrameworkChooseController.h; sourceTree = "<group>"; };
E3D585C716A5B37A0094D01E /* DVFrameworkChooseController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DVFrameworkChooseController.m; sourceTree = "<group>"; };
E3D585C916A5B4590094D01E /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
E3D585CB16A5B45D0094D01E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -110,6 +115,10 @@
743D605B16A53D060083427A = {
isa = PBXGroup;
children = (
E37228C916A5B47700B02D5F /* [email protected] */,
E37228C716A5B47400B02D5F /* Icon-72.png */,
E3D585CB16A5B45D0094D01E /* [email protected] */,
E3D585C916A5B4590094D01E /* Icon.png */,
E3D585B316A5ACFF0094D01E /* Vendor */,
743D609916A53FE60083427A /* image */,
743D607016A53D060083427A /* BlurTest */,
Expand Down Expand Up @@ -275,11 +284,12 @@
buildActionMask = 2147483647;
files = (
743D607516A53D060083427A /* InfoPlist.strings in Resources */,
743D607D16A53D060083427A /* Default.png in Resources */,
743D607F16A53D060083427A /* [email protected] in Resources */,
743D608116A53D060083427A /* [email protected] in Resources */,
743D609616A53FCE0083427A /* DVTestViewController.xib in Resources */,
743D609816A53FE00083427A /* pic.png in Resources */,
E3D585CA16A5B4590094D01E /* Icon.png in Resources */,
E3D585CC16A5B45D0094D01E /* [email protected] in Resources */,
E37228C816A5B47400B02D5F /* Icon-72.png in Resources */,
E37228CA16A5B47700B02D5F /* [email protected] in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
13 changes: 13 additions & 0 deletions BlurTest/BlurTest-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>[email protected]</string>
<string>Icon-72.png</string>
<string>[email protected]</string>
</array>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>ru.denivip.grushin.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file removed BlurTest/[email protected]
Binary file not shown.
Binary file removed BlurTest/Default.png
Binary file not shown.
Binary file removed BlurTest/[email protected]
Binary file not shown.
Binary file added Icon-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0a546f

Please sign in to comment.