Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Xcode #
#########

build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
project.xcworkspace
xcuserdata
profile
*.moved-aside
Products/
lib/
*.xcscmblueprint

# Mac OSX #
###########

.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Windows #
###########

# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini

# Build Folder #
################
build/
298 changes: 298 additions & 0 deletions Farmdrop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,298 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
2C267E911C7F5FFD0028BEE6 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C267E901C7F5FFD0028BEE6 /* AppDelegate.m */; };
2C267E971C7F5FFD0028BEE6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2C267E951C7F5FFD0028BEE6 /* Main.storyboard */; };
2C267E991C7F5FFD0028BEE6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2C267E981C7F5FFD0028BEE6 /* Assets.xcassets */; };
2C267E9C1C7F5FFD0028BEE6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2C267E9A1C7F5FFD0028BEE6 /* LaunchScreen.storyboard */; };
2CA254B11C7F6AED005E428F /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CA254B01C7F6AED005E428F /* ViewController.m */; };
2CBFBE0D1C7F7A35000DDFD5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2CBFBE0C1C7F7A35000DDFD5 /* main.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2C267E891C7F5FFD0028BEE6 /* Farmdrop.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Farmdrop.app; sourceTree = BUILT_PRODUCTS_DIR; };
2C267E8F1C7F5FFD0028BEE6 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
2C267E901C7F5FFD0028BEE6 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
2C267E961C7F5FFD0028BEE6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2C267E981C7F5FFD0028BEE6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2C267E9B1C7F5FFD0028BEE6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2C267E9D1C7F5FFD0028BEE6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2CA254AF1C7F6AED005E428F /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
2CA254B01C7F6AED005E428F /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
2CBFBE0C1C7F7A35000DDFD5 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
2C267E861C7F5FFC0028BEE6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
2C267E801C7F5FFC0028BEE6 = {
isa = PBXGroup;
children = (
2C267E8B1C7F5FFD0028BEE6 /* Farmdrop */,
2C267E8A1C7F5FFD0028BEE6 /* Products */,
);
sourceTree = "<group>";
};
2C267E8A1C7F5FFD0028BEE6 /* Products */ = {
isa = PBXGroup;
children = (
2C267E891C7F5FFD0028BEE6 /* Farmdrop.app */,
);
name = Products;
sourceTree = "<group>";
};
2C267E8B1C7F5FFD0028BEE6 /* Farmdrop */ = {
isa = PBXGroup;
children = (
2CBFBE0C1C7F7A35000DDFD5 /* main.m */,
2C267E8F1C7F5FFD0028BEE6 /* AppDelegate.h */,
2C267E901C7F5FFD0028BEE6 /* AppDelegate.m */,
2C267E9A1C7F5FFD0028BEE6 /* LaunchScreen.storyboard */,
2C267E951C7F5FFD0028BEE6 /* Main.storyboard */,
2CA254AF1C7F6AED005E428F /* ViewController.h */,
2CA254B01C7F6AED005E428F /* ViewController.m */,
2C267E981C7F5FFD0028BEE6 /* Assets.xcassets */,
2C267E9D1C7F5FFD0028BEE6 /* Info.plist */,
);
path = Farmdrop;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
2C267E881C7F5FFC0028BEE6 /* Farmdrop */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2C267EAB1C7F5FFE0028BEE6 /* Build configuration list for PBXNativeTarget "Farmdrop" */;
buildPhases = (
2C267E851C7F5FFC0028BEE6 /* Sources */,
2C267E861C7F5FFC0028BEE6 /* Frameworks */,
2C267E871C7F5FFC0028BEE6 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Farmdrop;
productName = Farmdrop;
productReference = 2C267E891C7F5FFD0028BEE6 /* Farmdrop.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
2C267E811C7F5FFC0028BEE6 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = blandinerumeau;
TargetAttributes = {
2C267E881C7F5FFC0028BEE6 = {
CreatedOnToolsVersion = 7.2.1;
};
};
};
buildConfigurationList = 2C267E841C7F5FFC0028BEE6 /* Build configuration list for PBXProject "Farmdrop" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 2C267E801C7F5FFC0028BEE6;
productRefGroup = 2C267E8A1C7F5FFD0028BEE6 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
2C267E881C7F5FFC0028BEE6 /* Farmdrop */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
2C267E871C7F5FFC0028BEE6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2C267E9C1C7F5FFD0028BEE6 /* LaunchScreen.storyboard in Resources */,
2C267E991C7F5FFD0028BEE6 /* Assets.xcassets in Resources */,
2C267E971C7F5FFD0028BEE6 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
2C267E851C7F5FFC0028BEE6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
2CA254B11C7F6AED005E428F /* ViewController.m in Sources */,
2CBFBE0D1C7F7A35000DDFD5 /* main.m in Sources */,
2C267E911C7F5FFD0028BEE6 /* AppDelegate.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
2C267E951C7F5FFD0028BEE6 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
2C267E961C7F5FFD0028BEE6 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
2C267E9A1C7F5FFD0028BEE6 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
2C267E9B1C7F5FFD0028BEE6 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
2C267EA91C7F5FFE0028BEE6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
2C267EAA1C7F5FFE0028BEE6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
2C267EAC1C7F5FFE0028BEE6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Farmdrop/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.blandinerumeau.Farmdrop;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
2C267EAD1C7F5FFE0028BEE6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
INFOPLIST_FILE = Farmdrop/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.blandinerumeau.Farmdrop;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
2C267E841C7F5FFC0028BEE6 /* Build configuration list for PBXProject "Farmdrop" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2C267EA91C7F5FFE0028BEE6 /* Debug */,
2C267EAA1C7F5FFE0028BEE6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2C267EAB1C7F5FFE0028BEE6 /* Build configuration list for PBXNativeTarget "Farmdrop" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2C267EAC1C7F5FFE0028BEE6 /* Debug */,
2C267EAD1C7F5FFE0028BEE6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 2C267E811C7F5FFC0028BEE6 /* Project object */;
}
17 changes: 17 additions & 0 deletions Farmdrop/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// AppDelegate.h
// Farmdrop
//
// Created by Blandine Rumeau on 25/02/2016.
// Copyright © 2016 blandinerumeau. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end

Loading