Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Avtar Singh committed Mar 7, 2018
0 parents commit 2aca241
Show file tree
Hide file tree
Showing 13 changed files with 724 additions and 0 deletions.
348 changes: 348 additions & 0 deletions FantasticView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,348 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {

/* Begin PBXBuildFile section */
EE1D4F3D204FA67A007748DE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1D4F3C204FA679007748DE /* AppDelegate.swift */; };
EE1D4F3F204FA67A007748DE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1D4F3E204FA67A007748DE /* ViewController.swift */; };
EE1D4F42204FA67A007748DE /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE1D4F40204FA67A007748DE /* Main.storyboard */; };
EE1D4F45204FA67A007748DE /* FantasticView.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = EE1D4F43204FA67A007748DE /* FantasticView.xcdatamodeld */; };
EE1D4F47204FA67A007748DE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EE1D4F46204FA67A007748DE /* Assets.xcassets */; };
EE1D4F4A204FA67A007748DE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EE1D4F48204FA67A007748DE /* LaunchScreen.storyboard */; };
EE1D4F52204FA69B007748DE /* FantasticView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE1D4F51204FA69B007748DE /* FantasticView.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
EE1D4F39204FA679007748DE /* FantasticView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FantasticView.app; sourceTree = BUILT_PRODUCTS_DIR; };
EE1D4F3C204FA679007748DE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
EE1D4F3E204FA67A007748DE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
EE1D4F41204FA67A007748DE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
EE1D4F44204FA67A007748DE /* FantasticView.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = FantasticView.xcdatamodel; sourceTree = "<group>"; };
EE1D4F46204FA67A007748DE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
EE1D4F49204FA67A007748DE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
EE1D4F4B204FA67A007748DE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
EE1D4F51204FA69B007748DE /* FantasticView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FantasticView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
EE1D4F30204FA679007748DE = {
isa = PBXGroup;
children = (
EE1D4F3B204FA679007748DE /* FantasticView */,
EE1D4F3A204FA679007748DE /* Products */,
);
sourceTree = "<group>";
};
EE1D4F3A204FA679007748DE /* Products */ = {
isa = PBXGroup;
children = (
EE1D4F39204FA679007748DE /* FantasticView.app */,
);
name = Products;
sourceTree = "<group>";
};
EE1D4F3B204FA679007748DE /* FantasticView */ = {
isa = PBXGroup;
children = (
EE1D4F3C204FA679007748DE /* AppDelegate.swift */,
EE1D4F3E204FA67A007748DE /* ViewController.swift */,
EE1D4F40204FA67A007748DE /* Main.storyboard */,
EE1D4F46204FA67A007748DE /* Assets.xcassets */,
EE1D4F48204FA67A007748DE /* LaunchScreen.storyboard */,
EE1D4F4B204FA67A007748DE /* Info.plist */,
EE1D4F43204FA67A007748DE /* FantasticView.xcdatamodeld */,
EE1D4F51204FA69B007748DE /* FantasticView.swift */,
);
path = FantasticView;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
EE1D4F38204FA679007748DE /* FantasticView */ = {
isa = PBXNativeTarget;
buildConfigurationList = EE1D4F4E204FA67A007748DE /* Build configuration list for PBXNativeTarget "FantasticView" */;
buildPhases = (
EE1D4F35204FA679007748DE /* Sources */,
EE1D4F36204FA679007748DE /* Frameworks */,
EE1D4F37204FA679007748DE /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = FantasticView;
productName = FantasticView;
productReference = EE1D4F39204FA679007748DE /* FantasticView.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
EE1D4F31204FA679007748DE /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0900;
LastUpgradeCheck = 0900;
ORGANIZATIONNAME = HBdevelopers;
TargetAttributes = {
EE1D4F38204FA679007748DE = {
CreatedOnToolsVersion = 9.0;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = EE1D4F34204FA679007748DE /* Build configuration list for PBXProject "FantasticView" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = EE1D4F30204FA679007748DE;
productRefGroup = EE1D4F3A204FA679007748DE /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
EE1D4F38204FA679007748DE /* FantasticView */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
EE1D4F37204FA679007748DE /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EE1D4F4A204FA67A007748DE /* LaunchScreen.storyboard in Resources */,
EE1D4F47204FA67A007748DE /* Assets.xcassets in Resources */,
EE1D4F42204FA67A007748DE /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
EE1D4F35204FA679007748DE /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
EE1D4F3F204FA67A007748DE /* ViewController.swift in Sources */,
EE1D4F45204FA67A007748DE /* FantasticView.xcdatamodeld in Sources */,
EE1D4F52204FA69B007748DE /* FantasticView.swift in Sources */,
EE1D4F3D204FA67A007748DE /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
EE1D4F40204FA67A007748DE /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
EE1D4F41204FA67A007748DE /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
EE1D4F48204FA67A007748DE /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
EE1D4F49204FA67A007748DE /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
EE1D4F4C204FA67A007748DE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 11.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
EE1D4F4D204FA67A007748DE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "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 = gnu11;
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 = 11.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
EE1D4F4F204FA67A007748DE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = XHRZA2VH3G;
INFOPLIST_FILE = FantasticView/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Hbdevelopers-developer-email--dhaliwal.avtar1-gmail.com-.FantasticView";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
EE1D4F50204FA67A007748DE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = XHRZA2VH3G;
INFOPLIST_FILE = FantasticView/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "Hbdevelopers-developer-email--dhaliwal.avtar1-gmail.com-.FantasticView";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
EE1D4F34204FA679007748DE /* Build configuration list for PBXProject "FantasticView" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EE1D4F4C204FA67A007748DE /* Debug */,
EE1D4F4D204FA67A007748DE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
EE1D4F4E204FA67A007748DE /* Build configuration list for PBXNativeTarget "FantasticView" */ = {
isa = XCConfigurationList;
buildConfigurations = (
EE1D4F4F204FA67A007748DE /* Debug */,
EE1D4F50204FA67A007748DE /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCVersionGroup section */
EE1D4F43204FA67A007748DE /* FantasticView.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
EE1D4F44204FA67A007748DE /* FantasticView.xcdatamodel */,
);
currentVersion = EE1D4F44204FA67A007748DE /* FantasticView.xcdatamodel */;
path = FantasticView.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
};
/* End XCVersionGroup section */
};
rootObject = EE1D4F31204FA679007748DE /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>FantasticView.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
Loading

0 comments on commit 2aca241

Please sign in to comment.