~ Reorganized project file structure. Sorry.
@@ -7,17 +7,18 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
8020D22416082581005383E4 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 8020D22016082581005383E4 /* Icon-72.png */; };
|
||||
8020D22516082581005383E4 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 8020D22116082581005383E4 /* Icon-144.png */; };
|
||||
8020D22616082581005383E4 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 8020D22216082581005383E4 /* Icon.png */; };
|
||||
8020D22716082581005383E4 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8020D22316082581005383E4 /* Icon@2x.png */; };
|
||||
804029EE1600FFEE00AB7E51 /* custom-button-normal@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 804029EB1600FFEE00AB7E51 /* custom-button-normal@2x.png */; };
|
||||
804029EF1600FFEE00AB7E51 /* custom-cancel-normal@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 804029EC1600FFEE00AB7E51 /* custom-cancel-normal@2x.png */; };
|
||||
804029F01600FFEE00AB7E51 /* custom-dialog-background@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 804029ED1600FFEE00AB7E51 /* custom-dialog-background@2x.png */; };
|
||||
802BC624160CF38400C330C5 /* AHAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 802BC623160CF38400C330C5 /* AHAlertView.m */; };
|
||||
802BC630160CF3B700C330C5 /* custom-button-normal.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC626160CF3B700C330C5 /* custom-button-normal.png */; };
|
||||
802BC631160CF3B700C330C5 /* custom-button-normal@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC627160CF3B700C330C5 /* custom-button-normal@2x.png */; };
|
||||
802BC632160CF3B700C330C5 /* custom-cancel-normal.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC628160CF3B700C330C5 /* custom-cancel-normal.png */; };
|
||||
802BC633160CF3B700C330C5 /* custom-cancel-normal@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC629160CF3B700C330C5 /* custom-cancel-normal@2x.png */; };
|
||||
802BC634160CF3B700C330C5 /* custom-dialog-background.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC62A160CF3B700C330C5 /* custom-dialog-background.png */; };
|
||||
802BC635160CF3B700C330C5 /* custom-dialog-background@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC62B160CF3B700C330C5 /* custom-dialog-background@2x.png */; };
|
||||
802BC636160CF3B700C330C5 /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC62C160CF3B700C330C5 /* Icon-72.png */; };
|
||||
802BC637160CF3B700C330C5 /* Icon-144.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC62D160CF3B700C330C5 /* Icon-144.png */; };
|
||||
802BC638160CF3B700C330C5 /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC62E160CF3B700C330C5 /* Icon.png */; };
|
||||
802BC639160CF3B700C330C5 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 802BC62F160CF3B700C330C5 /* Icon@2x.png */; };
|
||||
805A82B715FFF5200024B7CC /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 805A82B615FFF5200024B7CC /* QuartzCore.framework */; };
|
||||
805D73391606FEB900F98EA0 /* custom-button-normal.png in Resources */ = {isa = PBXBuildFile; fileRef = 805D73361606FEB900F98EA0 /* custom-button-normal.png */; };
|
||||
805D733A1606FEB900F98EA0 /* custom-cancel-normal.png in Resources */ = {isa = PBXBuildFile; fileRef = 805D73371606FEB900F98EA0 /* custom-cancel-normal.png */; };
|
||||
805D733B1606FEB900F98EA0 /* custom-dialog-background.png in Resources */ = {isa = PBXBuildFile; fileRef = 805D73381606FEB900F98EA0 /* custom-dialog-background.png */; };
|
||||
80C6F10415FE54A900ABF313 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 80C6F10315FE54A900ABF313 /* UIKit.framework */; };
|
||||
80C6F10615FE54A900ABF313 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 80C6F10515FE54A900ABF313 /* Foundation.framework */; };
|
||||
80C6F10815FE54A900ABF313 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 80C6F10715FE54A900ABF313 /* CoreGraphics.framework */; };
|
||||
@@ -25,21 +26,22 @@
|
||||
80C6F11015FE54A900ABF313 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 80C6F10F15FE54A900ABF313 /* main.m */; };
|
||||
80C6F11415FE54A900ABF313 /* AHAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 80C6F11315FE54A900ABF313 /* AHAppDelegate.m */; };
|
||||
80C6F11C15FE54E900ABF313 /* AHAlertSampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 80C6F11B15FE54E900ABF313 /* AHAlertSampleViewController.m */; };
|
||||
80C6F12015FE551000ABF313 /* AHAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 80C6F11F15FE551000ABF313 /* AHAlertView.m */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
8020D22016082581005383E4 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Resources/Icon-72.png"; sourceTree = SOURCE_ROOT; };
|
||||
8020D22116082581005383E4 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "Resources/Icon-144.png"; sourceTree = SOURCE_ROOT; };
|
||||
8020D22216082581005383E4 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Resources/Icon.png; sourceTree = SOURCE_ROOT; };
|
||||
8020D22316082581005383E4 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "Resources/Icon@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
804029EB1600FFEE00AB7E51 /* custom-button-normal@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-button-normal@2x.png"; path = "Resources/custom-button-normal@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
804029EC1600FFEE00AB7E51 /* custom-cancel-normal@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-cancel-normal@2x.png"; path = "Resources/custom-cancel-normal@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
804029ED1600FFEE00AB7E51 /* custom-dialog-background@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-dialog-background@2x.png"; path = "Resources/custom-dialog-background@2x.png"; sourceTree = SOURCE_ROOT; };
|
||||
802BC622160CF38400C330C5 /* AHAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AHAlertView.h; sourceTree = "<group>"; };
|
||||
802BC623160CF38400C330C5 /* AHAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AHAlertView.m; sourceTree = "<group>"; };
|
||||
802BC626160CF3B700C330C5 /* custom-button-normal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-button-normal.png"; path = "Resources/custom-button-normal.png"; sourceTree = "<group>"; };
|
||||
802BC627160CF3B700C330C5 /* custom-button-normal@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-button-normal@2x.png"; path = "Resources/custom-button-normal@2x.png"; sourceTree = "<group>"; };
|
||||
802BC628160CF3B700C330C5 /* custom-cancel-normal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-cancel-normal.png"; path = "Resources/custom-cancel-normal.png"; sourceTree = "<group>"; };
|
||||
802BC629160CF3B700C330C5 /* custom-cancel-normal@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-cancel-normal@2x.png"; path = "Resources/custom-cancel-normal@2x.png"; sourceTree = "<group>"; };
|
||||
802BC62A160CF3B700C330C5 /* custom-dialog-background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-dialog-background.png"; path = "Resources/custom-dialog-background.png"; sourceTree = "<group>"; };
|
||||
802BC62B160CF3B700C330C5 /* custom-dialog-background@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-dialog-background@2x.png"; path = "Resources/custom-dialog-background@2x.png"; sourceTree = "<group>"; };
|
||||
802BC62C160CF3B700C330C5 /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Resources/Icon-72.png"; sourceTree = "<group>"; };
|
||||
802BC62D160CF3B700C330C5 /* Icon-144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-144.png"; path = "Resources/Icon-144.png"; sourceTree = "<group>"; };
|
||||
802BC62E160CF3B700C330C5 /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Resources/Icon.png; sourceTree = "<group>"; };
|
||||
802BC62F160CF3B700C330C5 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon@2x.png"; path = "Resources/Icon@2x.png"; sourceTree = "<group>"; };
|
||||
805A82B615FFF5200024B7CC /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
805D73361606FEB900F98EA0 /* custom-button-normal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-button-normal.png"; path = "Resources/custom-button-normal.png"; sourceTree = SOURCE_ROOT; };
|
||||
805D73371606FEB900F98EA0 /* custom-cancel-normal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-cancel-normal.png"; path = "Resources/custom-cancel-normal.png"; sourceTree = SOURCE_ROOT; };
|
||||
805D73381606FEB900F98EA0 /* custom-dialog-background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "custom-dialog-background.png"; path = "Resources/custom-dialog-background.png"; sourceTree = SOURCE_ROOT; };
|
||||
80C6F0FF15FE54A900ABF313 /* AHAlertViewSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AHAlertViewSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
80C6F10315FE54A900ABF313 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
80C6F10515FE54A900ABF313 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
@@ -52,8 +54,6 @@
|
||||
80C6F11315FE54A900ABF313 /* AHAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AHAppDelegate.m; sourceTree = "<group>"; };
|
||||
80C6F11A15FE54E900ABF313 /* AHAlertSampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AHAlertSampleViewController.h; sourceTree = "<group>"; };
|
||||
80C6F11B15FE54E900ABF313 /* AHAlertSampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AHAlertSampleViewController.m; sourceTree = "<group>"; };
|
||||
80C6F11E15FE551000ABF313 /* AHAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AHAlertView.h; sourceTree = "<group>"; };
|
||||
80C6F11F15FE551000ABF313 /* AHAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AHAlertView.m; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -71,26 +71,52 @@
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
804029E91600FFDE00AB7E51 /* Images */ = {
|
||||
802BC621160CF38400C330C5 /* AHAlertView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
8020D22016082581005383E4 /* Icon-72.png */,
|
||||
8020D22116082581005383E4 /* Icon-144.png */,
|
||||
8020D22216082581005383E4 /* Icon.png */,
|
||||
8020D22316082581005383E4 /* Icon@2x.png */,
|
||||
805D73361606FEB900F98EA0 /* custom-button-normal.png */,
|
||||
804029EB1600FFEE00AB7E51 /* custom-button-normal@2x.png */,
|
||||
805D73371606FEB900F98EA0 /* custom-cancel-normal.png */,
|
||||
804029EC1600FFEE00AB7E51 /* custom-cancel-normal@2x.png */,
|
||||
805D73381606FEB900F98EA0 /* custom-dialog-background.png */,
|
||||
804029ED1600FFEE00AB7E51 /* custom-dialog-background@2x.png */,
|
||||
802BC622160CF38400C330C5 /* AHAlertView.h */,
|
||||
802BC623160CF38400C330C5 /* AHAlertView.m */,
|
||||
);
|
||||
name = Images;
|
||||
path = AHAlertView;
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
802BC625160CF39B00C330C5 /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
802BC63B160CF3C900C330C5 /* Icons */,
|
||||
802BC63A160CF3C000C330C5 /* Custom Appearance */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
802BC63A160CF3C000C330C5 /* Custom Appearance */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
802BC626160CF3B700C330C5 /* custom-button-normal.png */,
|
||||
802BC627160CF3B700C330C5 /* custom-button-normal@2x.png */,
|
||||
802BC628160CF3B700C330C5 /* custom-cancel-normal.png */,
|
||||
802BC629160CF3B700C330C5 /* custom-cancel-normal@2x.png */,
|
||||
802BC62A160CF3B700C330C5 /* custom-dialog-background.png */,
|
||||
802BC62B160CF3B700C330C5 /* custom-dialog-background@2x.png */,
|
||||
);
|
||||
name = "Custom Appearance";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
802BC63B160CF3C900C330C5 /* Icons */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
802BC62C160CF3B700C330C5 /* Icon-72.png */,
|
||||
802BC62D160CF3B700C330C5 /* Icon-144.png */,
|
||||
802BC62E160CF3B700C330C5 /* Icon.png */,
|
||||
802BC62F160CF3B700C330C5 /* Icon@2x.png */,
|
||||
);
|
||||
name = Icons;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
80C6F0F415FE54A900ABF313 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
802BC621160CF38400C330C5 /* AHAlertView */,
|
||||
80C6F10915FE54A900ABF313 /* AHAlertViewSample */,
|
||||
80C6F10215FE54A900ABF313 /* Frameworks */,
|
||||
80C6F10015FE54A900ABF313 /* Products */,
|
||||
@@ -119,11 +145,11 @@
|
||||
80C6F10915FE54A900ABF313 /* AHAlertViewSample */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
80C6F11D15FE54FF00ABF313 /* AHAlertView */,
|
||||
80C6F11A15FE54E900ABF313 /* AHAlertSampleViewController.h */,
|
||||
80C6F11B15FE54E900ABF313 /* AHAlertSampleViewController.m */,
|
||||
80C6F11215FE54A900ABF313 /* AHAppDelegate.h */,
|
||||
80C6F11315FE54A900ABF313 /* AHAppDelegate.m */,
|
||||
802BC625160CF39B00C330C5 /* Resources */,
|
||||
80C6F10A15FE54A900ABF313 /* Supporting Files */,
|
||||
);
|
||||
path = AHAlertViewSample;
|
||||
@@ -132,7 +158,6 @@
|
||||
80C6F10A15FE54A900ABF313 /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
804029E91600FFDE00AB7E51 /* Images */,
|
||||
80C6F10B15FE54A900ABF313 /* AHAlertViewSample-Info.plist */,
|
||||
80C6F10C15FE54A900ABF313 /* InfoPlist.strings */,
|
||||
80C6F10F15FE54A900ABF313 /* main.m */,
|
||||
@@ -141,15 +166,6 @@
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
80C6F11D15FE54FF00ABF313 /* AHAlertView */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
80C6F11E15FE551000ABF313 /* AHAlertView.h */,
|
||||
80C6F11F15FE551000ABF313 /* AHAlertView.m */,
|
||||
);
|
||||
name = AHAlertView;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@@ -203,16 +219,16 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
80C6F10E15FE54A900ABF313 /* InfoPlist.strings in Resources */,
|
||||
804029EE1600FFEE00AB7E51 /* custom-button-normal@2x.png in Resources */,
|
||||
804029EF1600FFEE00AB7E51 /* custom-cancel-normal@2x.png in Resources */,
|
||||
804029F01600FFEE00AB7E51 /* custom-dialog-background@2x.png in Resources */,
|
||||
805D73391606FEB900F98EA0 /* custom-button-normal.png in Resources */,
|
||||
805D733A1606FEB900F98EA0 /* custom-cancel-normal.png in Resources */,
|
||||
805D733B1606FEB900F98EA0 /* custom-dialog-background.png in Resources */,
|
||||
8020D22416082581005383E4 /* Icon-72.png in Resources */,
|
||||
8020D22516082581005383E4 /* Icon-144.png in Resources */,
|
||||
8020D22616082581005383E4 /* Icon.png in Resources */,
|
||||
8020D22716082581005383E4 /* Icon@2x.png in Resources */,
|
||||
802BC630160CF3B700C330C5 /* custom-button-normal.png in Resources */,
|
||||
802BC631160CF3B700C330C5 /* custom-button-normal@2x.png in Resources */,
|
||||
802BC632160CF3B700C330C5 /* custom-cancel-normal.png in Resources */,
|
||||
802BC633160CF3B700C330C5 /* custom-cancel-normal@2x.png in Resources */,
|
||||
802BC634160CF3B700C330C5 /* custom-dialog-background.png in Resources */,
|
||||
802BC635160CF3B700C330C5 /* custom-dialog-background@2x.png in Resources */,
|
||||
802BC636160CF3B700C330C5 /* Icon-72.png in Resources */,
|
||||
802BC637160CF3B700C330C5 /* Icon-144.png in Resources */,
|
||||
802BC638160CF3B700C330C5 /* Icon.png in Resources */,
|
||||
802BC639160CF3B700C330C5 /* Icon@2x.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -226,7 +242,7 @@
|
||||
80C6F11015FE54A900ABF313 /* main.m in Sources */,
|
||||
80C6F11415FE54A900ABF313 /* AHAppDelegate.m in Sources */,
|
||||
80C6F11C15FE54E900ABF313 /* AHAlertSampleViewController.m in Sources */,
|
||||
80C6F12015FE551000ABF313 /* AHAlertView.m in Sources */,
|
||||
802BC624160CF38400C330C5 /* AHAlertView.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 886 B After Width: | Height: | Size: 886 B |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |