Skip to content

Commit

Permalink
Add Files
Browse files Browse the repository at this point in the history
  • Loading branch information
PurnimaSShephertz committed Jul 11, 2017
1 parent 8ddfffe commit 49a5a4d
Show file tree
Hide file tree
Showing 8 changed files with 520 additions and 0 deletions.
313 changes: 313 additions & 0 deletions CocoaPodSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,313 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
5D63612D1F14E1E80099765C /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D63612C1F14E1E80099765C /* AppDelegate.swift */; };
5D63612F1F14E1E80099765C /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D63612E1F14E1E80099765C /* ViewController.swift */; };
5D6361321F14E1E80099765C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D6361301F14E1E80099765C /* Main.storyboard */; };
5D6361341F14E1E80099765C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5D6361331F14E1E80099765C /* Assets.xcassets */; };
5D6361371F14E1E80099765C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5D6361351F14E1E80099765C /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
5D6361291F14E1E70099765C /* CocoaPodSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CocoaPodSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
5D63612C1F14E1E80099765C /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5D63612E1F14E1E80099765C /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
5D6361311F14E1E80099765C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5D6361331F14E1E80099765C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5D6361361F14E1E80099765C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5D6361381F14E1E80099765C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
5D6361201F14E1E70099765C = {
isa = PBXGroup;
children = (
5D63612B1F14E1E70099765C /* CocoaPodSample */,
5D63612A1F14E1E70099765C /* Products */,
);
sourceTree = "<group>";
};
5D63612A1F14E1E70099765C /* Products */ = {
isa = PBXGroup;
children = (
5D6361291F14E1E70099765C /* CocoaPodSample.app */,
);
name = Products;
sourceTree = "<group>";
};
5D63612B1F14E1E70099765C /* CocoaPodSample */ = {
isa = PBXGroup;
children = (
5D63612C1F14E1E80099765C /* AppDelegate.swift */,
5D63612E1F14E1E80099765C /* ViewController.swift */,
5D6361301F14E1E80099765C /* Main.storyboard */,
5D6361331F14E1E80099765C /* Assets.xcassets */,
5D6361351F14E1E80099765C /* LaunchScreen.storyboard */,
5D6361381F14E1E80099765C /* Info.plist */,
);
path = CocoaPodSample;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
5D6361281F14E1E70099765C /* CocoaPodSample */ = {
isa = PBXNativeTarget;
buildConfigurationList = 5D63613B1F14E1E80099765C /* Build configuration list for PBXNativeTarget "CocoaPodSample" */;
buildPhases = (
5D6361251F14E1E70099765C /* Sources */,
5D6361261F14E1E70099765C /* Frameworks */,
5D6361271F14E1E70099765C /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = CocoaPodSample;
productName = CocoaPodSample;
productReference = 5D6361291F14E1E70099765C /* CocoaPodSample.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
5D6361211F14E1E70099765C /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = "Shephertz Technologies";
TargetAttributes = {
5D6361281F14E1E70099765C = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = 93TF9ZT92J;
ProvisioningStyle = Manual;
};
};
};
buildConfigurationList = 5D6361241F14E1E70099765C /* Build configuration list for PBXProject "CocoaPodSample" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 5D6361201F14E1E70099765C;
productRefGroup = 5D63612A1F14E1E70099765C /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
5D6361281F14E1E70099765C /* CocoaPodSample */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
5D6361271F14E1E70099765C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
5D6361371F14E1E80099765C /* LaunchScreen.storyboard in Resources */,
5D6361341F14E1E80099765C /* Assets.xcassets in Resources */,
5D6361321F14E1E80099765C /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
5D6361251F14E1E70099765C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
5D63612F1F14E1E80099765C /* ViewController.swift in Sources */,
5D63612D1F14E1E80099765C /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
5D6361301F14E1E80099765C /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
5D6361311F14E1E80099765C /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
5D6361351F14E1E80099765C /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
5D6361361F14E1E80099765C /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
5D6361391F14E1E80099765C /* 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++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_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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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 = 10.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
5D63613A1F14E1E80099765C /* 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++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_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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
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 = 10.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
5D63613C1F14E1E80099765C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 93TF9ZT92J;
INFOPLIST_FILE = CocoaPodSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.shephertz.app42pushapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "a6c40907-e0c0-4fa4-bd4d-c379f9227645";
PROVISIONING_PROFILE_SPECIFIER = App42PushAppDev;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
5D63613D1F14E1E80099765C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = 93TF9ZT92J;
INFOPLIST_FILE = CocoaPodSample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.shephertz.app42pushapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "a6c40907-e0c0-4fa4-bd4d-c379f9227645";
PROVISIONING_PROFILE_SPECIFIER = App42PushAppDev;
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
5D6361241F14E1E70099765C /* Build configuration list for PBXProject "CocoaPodSample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
5D6361391F14E1E80099765C /* Debug */,
5D63613A1F14E1E80099765C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
5D63613B1F14E1E80099765C /* Build configuration list for PBXNativeTarget "CocoaPodSample" */ = {
isa = XCConfigurationList;
buildConfigurations = (
5D63613C1F14E1E80099765C /* Debug */,
5D63613D1F14E1E80099765C /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 5D6361211F14E1E70099765C /* Project object */;
}

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

46 changes: 46 additions & 0 deletions CocoaPodSample/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
//
// AppDelegate.swift
// CocoaPodSample
//
// Created by Rajeev Ranjan on 11/07/17.
// Copyright © 2017 Shephertz Technologies. All rights reserved.
//

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?


func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
return true
}

func applicationWillResignActive(_ application: UIApplication) {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
}

func applicationDidEnterBackground(_ application: UIApplication) {
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}

func applicationWillEnterForeground(_ application: UIApplication) {
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}

func applicationDidBecomeActive(_ application: UIApplication) {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
}

func applicationWillTerminate(_ application: UIApplication) {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}


}

Loading

0 comments on commit 49a5a4d

Please sign in to comment.