Skip to content

Commit

Permalink
Setup project
Browse files Browse the repository at this point in the history
  • Loading branch information
fphilipe committed Apr 27, 2013
0 parents commit ff42322
Show file tree
Hide file tree
Showing 17 changed files with 673 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Mac OS X
*.DS_Store

# Xcode
Build/
**/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside

# CocoaPods
Pods/
306 changes: 306 additions & 0 deletions Example/PHFComposeBar/PHFComposeBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,306 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
D5FFD385172C8DFF00B41C93 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5FFD384172C8DFF00B41C93 /* UIKit.framework */; };
D5FFD387172C8DFF00B41C93 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5FFD386172C8DFF00B41C93 /* Foundation.framework */; };
D5FFD389172C8DFF00B41C93 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5FFD388172C8DFF00B41C93 /* CoreGraphics.framework */; };
D5FFD38F172C8DFF00B41C93 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D5FFD38D172C8DFF00B41C93 /* InfoPlist.strings */; };
D5FFD391172C8DFF00B41C93 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D5FFD390172C8DFF00B41C93 /* main.m */; };
D5FFD395172C8DFF00B41C93 /* PHFAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D5FFD394172C8DFF00B41C93 /* PHFAppDelegate.m */; };
D5FFD397172C8DFF00B41C93 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D5FFD396172C8DFF00B41C93 /* Default.png */; };
D5FFD399172C8DFF00B41C93 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D5FFD398172C8DFF00B41C93 /* Default@2x.png */; };
D5FFD39B172C8DFF00B41C93 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D5FFD39A172C8DFF00B41C93 /* Default-568h@2x.png */; };
D5FFD39E172C8DFF00B41C93 /* PHFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D5FFD39D172C8DFF00B41C93 /* PHFViewController.m */; };
D5FFD3A1172C8DFF00B41C93 /* PHFViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = D5FFD39F172C8DFF00B41C93 /* PHFViewController.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
D5FFD381172C8DFF00B41C93 /* PHFComposeBar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PHFComposeBar.app; sourceTree = BUILT_PRODUCTS_DIR; };
D5FFD384172C8DFF00B41C93 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
D5FFD386172C8DFF00B41C93 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
D5FFD388172C8DFF00B41C93 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
D5FFD38C172C8DFF00B41C93 /* PHFComposeBar-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PHFComposeBar-Info.plist"; sourceTree = "<group>"; };
D5FFD38E172C8DFF00B41C93 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
D5FFD390172C8DFF00B41C93 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
D5FFD392172C8DFF00B41C93 /* PHFComposeBar-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PHFComposeBar-Prefix.pch"; sourceTree = "<group>"; };
D5FFD393172C8DFF00B41C93 /* PHFAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PHFAppDelegate.h; sourceTree = "<group>"; };
D5FFD394172C8DFF00B41C93 /* PHFAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PHFAppDelegate.m; sourceTree = "<group>"; };
D5FFD396172C8DFF00B41C93 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
D5FFD398172C8DFF00B41C93 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
D5FFD39A172C8DFF00B41C93 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
D5FFD39C172C8DFF00B41C93 /* PHFViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PHFViewController.h; sourceTree = "<group>"; };
D5FFD39D172C8DFF00B41C93 /* PHFViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PHFViewController.m; sourceTree = "<group>"; };
D5FFD3A0172C8DFF00B41C93 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/PHFViewController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
D5FFD37E172C8DFF00B41C93 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D5FFD385172C8DFF00B41C93 /* UIKit.framework in Frameworks */,
D5FFD387172C8DFF00B41C93 /* Foundation.framework in Frameworks */,
D5FFD389172C8DFF00B41C93 /* CoreGraphics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
D5FFD378172C8DFF00B41C93 = {
isa = PBXGroup;
children = (
D5FFD38A172C8DFF00B41C93 /* PHFComposeBar */,
D5FFD383172C8DFF00B41C93 /* Frameworks */,
D5FFD382172C8DFF00B41C93 /* Products */,
);
sourceTree = "<group>";
};
D5FFD382172C8DFF00B41C93 /* Products */ = {
isa = PBXGroup;
children = (
D5FFD381172C8DFF00B41C93 /* PHFComposeBar.app */,
);
name = Products;
sourceTree = "<group>";
};
D5FFD383172C8DFF00B41C93 /* Frameworks */ = {
isa = PBXGroup;
children = (
D5FFD384172C8DFF00B41C93 /* UIKit.framework */,
D5FFD386172C8DFF00B41C93 /* Foundation.framework */,
D5FFD388172C8DFF00B41C93 /* CoreGraphics.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
D5FFD38A172C8DFF00B41C93 /* PHFComposeBar */ = {
isa = PBXGroup;
children = (
D5FFD393172C8DFF00B41C93 /* PHFAppDelegate.h */,
D5FFD394172C8DFF00B41C93 /* PHFAppDelegate.m */,
D5FFD39C172C8DFF00B41C93 /* PHFViewController.h */,
D5FFD39D172C8DFF00B41C93 /* PHFViewController.m */,
D5FFD39F172C8DFF00B41C93 /* PHFViewController.xib */,
D5FFD38B172C8DFF00B41C93 /* Supporting Files */,
);
path = PHFComposeBar;
sourceTree = "<group>";
};
D5FFD38B172C8DFF00B41C93 /* Supporting Files */ = {
isa = PBXGroup;
children = (
D5FFD38C172C8DFF00B41C93 /* PHFComposeBar-Info.plist */,
D5FFD38D172C8DFF00B41C93 /* InfoPlist.strings */,
D5FFD390172C8DFF00B41C93 /* main.m */,
D5FFD392172C8DFF00B41C93 /* PHFComposeBar-Prefix.pch */,
D5FFD396172C8DFF00B41C93 /* Default.png */,
D5FFD398172C8DFF00B41C93 /* Default@2x.png */,
D5FFD39A172C8DFF00B41C93 /* Default-568h@2x.png */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
D5FFD380172C8DFF00B41C93 /* PHFComposeBar */ = {
isa = PBXNativeTarget;
buildConfigurationList = D5FFD3A4172C8DFF00B41C93 /* Build configuration list for PBXNativeTarget "PHFComposeBar" */;
buildPhases = (
D5FFD37D172C8DFF00B41C93 /* Sources */,
D5FFD37E172C8DFF00B41C93 /* Frameworks */,
D5FFD37F172C8DFF00B41C93 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = PHFComposeBar;
productName = PHFComposeBar;
productReference = D5FFD381172C8DFF00B41C93 /* PHFComposeBar.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
D5FFD379172C8DFF00B41C93 /* Project object */ = {
isa = PBXProject;
attributes = {
CLASSPREFIX = PHF;
LastUpgradeCheck = 0460;
ORGANIZATIONNAME = "Philipe Fatio";
};
buildConfigurationList = D5FFD37C172C8DFF00B41C93 /* Build configuration list for PBXProject "PHFComposeBar" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = D5FFD378172C8DFF00B41C93;
productRefGroup = D5FFD382172C8DFF00B41C93 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D5FFD380172C8DFF00B41C93 /* PHFComposeBar */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
D5FFD37F172C8DFF00B41C93 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D5FFD38F172C8DFF00B41C93 /* InfoPlist.strings in Resources */,
D5FFD397172C8DFF00B41C93 /* Default.png in Resources */,
D5FFD399172C8DFF00B41C93 /* Default@2x.png in Resources */,
D5FFD39B172C8DFF00B41C93 /* Default-568h@2x.png in Resources */,
D5FFD3A1172C8DFF00B41C93 /* PHFViewController.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
D5FFD37D172C8DFF00B41C93 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D5FFD391172C8DFF00B41C93 /* main.m in Sources */,
D5FFD395172C8DFF00B41C93 /* PHFAppDelegate.m in Sources */,
D5FFD39E172C8DFF00B41C93 /* PHFViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
D5FFD38D172C8DFF00B41C93 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
D5FFD38E172C8DFF00B41C93 /* en */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
D5FFD39F172C8DFF00B41C93 /* PHFViewController.xib */ = {
isa = PBXVariantGroup;
children = (
D5FFD3A0172C8DFF00B41C93 /* en */,
);
name = PHFViewController.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
D5FFD3A2172C8DFF00B41C93 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
D5FFD3A3172C8DFF00B41C93 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
D5FFD3A5172C8DFF00B41C93 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PHFComposeBar/PHFComposeBar-Prefix.pch";
INFOPLIST_FILE = "PHFComposeBar/PHFComposeBar-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Debug;
};
D5FFD3A6172C8DFF00B41C93 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PHFComposeBar/PHFComposeBar-Prefix.pch";
INFOPLIST_FILE = "PHFComposeBar/PHFComposeBar-Info.plist";
PRODUCT_NAME = "$(TARGET_NAME)";
WRAPPER_EXTENSION = app;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
D5FFD37C172C8DFF00B41C93 /* Build configuration list for PBXProject "PHFComposeBar" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D5FFD3A2172C8DFF00B41C93 /* Debug */,
D5FFD3A3172C8DFF00B41C93 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D5FFD3A4172C8DFF00B41C93 /* Build configuration list for PBXNativeTarget "PHFComposeBar" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D5FFD3A5172C8DFF00B41C93 /* Debug */,
D5FFD3A6172C8DFF00B41C93 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = D5FFD379172C8DFF00B41C93 /* Project object */;
}
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 Example/PHFComposeBar/PHFComposeBar/Default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions Example/PHFComposeBar/PHFComposeBar/PHFAppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// PHFAppDelegate.h
// PHFComposeBar
//
// Created by Philipe on 28.04.13.
// Copyright (c) 2013 Philipe Fatio. All rights reserved.
//

#import <UIKit/UIKit.h>

@class PHFViewController;

@interface PHFAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@property (strong, nonatomic) PHFViewController *viewController;

@end
Loading

0 comments on commit ff42322

Please sign in to comment.