Skip to content

Commit

Permalink
Folder cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowfax committed Jan 19, 2012
1 parent 447ef75 commit aacb014
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 4 deletions.
128 changes: 124 additions & 4 deletions WEPopover.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -15,6 +15,17 @@
2899E5220DE3E06400AC0155 /* WEPopoverViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2899E5210DE3E06400AC0155 /* WEPopoverViewController.xib */; };
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
28D7ACF80DDB3853001CB0EB /* WEPopoverViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28D7ACF70DDB3853001CB0EB /* WEPopoverViewController.m */; };
6C096DE114C87B5800703498 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
6C096E0014C87D2400703498 /* WETouchableView.h in Headers */ = {isa = PBXBuildFile; fileRef = 74634FFF13729C6F000EF936 /* WETouchableView.h */; };
6C096E0114C87D2400703498 /* WETouchableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7463500013729C6F000EF936 /* WETouchableView.m */; };
6C096E0214C87D2400703498 /* WEPopoverContainerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 749FAE7F1286130000AB97F9 /* WEPopoverContainerView.h */; };
6C096E0314C87D2400703498 /* WEPopoverContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 749FAE801286130000AB97F9 /* WEPopoverContainerView.m */; };
6C096E0414C87D2400703498 /* WEPopoverController.h in Headers */ = {isa = PBXBuildFile; fileRef = 749FAE831286130000AB97F9 /* WEPopoverController.h */; };
6C096E0514C87D2400703498 /* WEPopoverController.m in Sources */ = {isa = PBXBuildFile; fileRef = 749FAE841286130000AB97F9 /* WEPopoverController.m */; };
6C096E0614C87D2400703498 /* WEPopoverParentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 749FAE851286130000AB97F9 /* WEPopoverParentView.h */; };
6C096E0714C87D2400703498 /* UIBarButtonItem+WEPopover.h in Headers */ = {isa = PBXBuildFile; fileRef = 746B0A1B137454A000C5A8B5 /* UIBarButtonItem+WEPopover.h */; };
6C096E0814C87D2400703498 /* UIBarButtonItem+WEPopover.m in Sources */ = {isa = PBXBuildFile; fileRef = 746B0A1C137454A000C5A8B5 /* UIBarButtonItem+WEPopover.m */; };
6C096E0F14C87F8100703498 /* wepopover-Prefix.pch in Headers */ = {isa = PBXBuildFile; fileRef = 6C096E0E14C87F8100703498 /* wepopover-Prefix.pch */; };
7407D7C813A67A930074B83C /* popoverBgSimple.png in Resources */ = {isa = PBXBuildFile; fileRef = 7407D7C313A67A930074B83C /* popoverBgSimple.png */; };
7407D7C913A67A930074B83C /* popoverArrowUpSimple.png in Resources */ = {isa = PBXBuildFile; fileRef = 7407D7C413A67A930074B83C /* popoverArrowUpSimple.png */; };
7407D7CA13A67A930074B83C /* popoverArrowRightSimple.png in Resources */ = {isa = PBXBuildFile; fileRef = 7407D7C513A67A930074B83C /* popoverArrowRightSimple.png */; };
Expand Down Expand Up @@ -51,6 +62,8 @@
28D7ACF70DDB3853001CB0EB /* WEPopoverViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WEPopoverViewController.m; sourceTree = "<group>"; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
32CA4F630368D1EE00C91783 /* WEPopover_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WEPopover_Prefix.pch; sourceTree = "<group>"; };
6C096DE014C87B5800703498 /* libwepopover.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwepopover.a; sourceTree = BUILT_PRODUCTS_DIR; };
6C096E0E14C87F8100703498 /* wepopover-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "wepopover-Prefix.pch"; sourceTree = "<group>"; };
7407D7C313A67A930074B83C /* popoverBgSimple.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = popoverBgSimple.png; sourceTree = "<group>"; };
7407D7C413A67A930074B83C /* popoverArrowUpSimple.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = popoverArrowUpSimple.png; sourceTree = "<group>"; };
7407D7C513A67A930074B83C /* popoverArrowRightSimple.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = popoverArrowRightSimple.png; sourceTree = "<group>"; };
Expand Down Expand Up @@ -93,6 +106,14 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
6C096DDD14C87B5800703498 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6C096DE114C87B5800703498 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
Expand All @@ -116,6 +137,7 @@
isa = PBXGroup;
children = (
1D6058910D05DD3D006BFB54 /* WEPopover.app */,
6C096DE014C87B5800703498 /* libwepopover.a */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -135,6 +157,7 @@
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
isa = PBXGroup;
children = (
6C096E0E14C87F8100703498 /* wepopover-Prefix.pch */,
32CA4F630368D1EE00C91783 /* WEPopover_Prefix.pch */,
29B97316FDCFA39411CA2CEA /* main.m */,
);
Expand Down Expand Up @@ -218,6 +241,22 @@
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
6C096DDE14C87B5800703498 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
6C096E0014C87D2400703498 /* WETouchableView.h in Headers */,
6C096E0214C87D2400703498 /* WEPopoverContainerView.h in Headers */,
6C096E0414C87D2400703498 /* WEPopoverController.h in Headers */,
6C096E0614C87D2400703498 /* WEPopoverParentView.h in Headers */,
6C096E0714C87D2400703498 /* UIBarButtonItem+WEPopover.h in Headers */,
6C096E0F14C87F8100703498 /* wepopover-Prefix.pch in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
1D6058900D05DD3D006BFB54 /* WEPopover */ = {
isa = PBXNativeTarget;
Expand All @@ -236,16 +275,34 @@
productReference = 1D6058910D05DD3D006BFB54 /* WEPopover.app */;
productType = "com.apple.product-type.application";
};
6C096DDF14C87B5800703498 /* wepopover */ = {
isa = PBXNativeTarget;
buildConfigurationList = 6C096DE814C87B5800703498 /* Build configuration list for PBXNativeTarget "wepopover" */;
buildPhases = (
6C096DDC14C87B5800703498 /* Sources */,
6C096DDD14C87B5800703498 /* Frameworks */,
6C096DDE14C87B5800703498 /* Headers */,
);
buildRules = (
);
dependencies = (
);
name = wepopover;
productName = wepopover;
productReference = 6C096DE014C87B5800703498 /* libwepopover.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
ORGANIZATIONNAME = "Werner IT Consultancy";
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WEPopover" */;
compatibilityVersion = "Xcode 3.1";
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
Expand All @@ -259,6 +316,7 @@
projectRoot = "";
targets = (
1D6058900D05DD3D006BFB54 /* WEPopover */,
6C096DDF14C87B5800703498 /* wepopover */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -307,6 +365,17 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
6C096DDC14C87B5800703498 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6C096E0114C87D2400703498 /* WETouchableView.m in Sources */,
6C096E0314C87D2400703498 /* WEPopoverContainerView.m in Sources */,
6C096E0514C87D2400703498 /* WEPopoverController.m in Sources */,
6C096E0814C87D2400703498 /* UIBarButtonItem+WEPopover.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
Expand Down Expand Up @@ -337,6 +406,50 @@
};
name = Release;
};
6C096DE914C87B5800703498 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO;
DSTROOT = /tmp/wepopover.dst;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "./wepopover-Prefix.pch";
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
6C096DEA14C87B5800703498 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = YES;
DSTROOT = /tmp/wepopover.dst;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "./wepopover-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
Expand All @@ -345,7 +458,6 @@
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -361,7 +473,6 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PREBINDING = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand All @@ -379,6 +490,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
6C096DE814C87B5800703498 /* Build configuration list for PBXNativeTarget "wepopover" */ = {
isa = XCConfigurationList;
buildConfigurations = (
6C096DE914C87B5800703498 /* Debug */,
6C096DEA14C87B5800703498 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "WEPopover" */ = {
isa = XCConfigurationList;
buildConfigurations = (
Expand Down
File renamed without changes.

0 comments on commit aacb014

Please sign in to comment.