Skip to content

Concurrency II - Jaspal - iOS5 Flex #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,345 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {

/* Begin PBXBuildFile section */
F83BD17421E5426C006148A4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F83BD17321E5426C006148A4 /* AppDelegate.swift */; };
F83BD17621E5426C006148A4 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F83BD17521E5426C006148A4 /* ViewController.swift */; };
F83BD17921E5426C006148A4 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F83BD17721E5426C006148A4 /* Main.storyboard */; };
F83BD17B21E5426D006148A4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F83BD17A21E5426D006148A4 /* Assets.xcassets */; };
F83BD17E21E5426D006148A4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F83BD17C21E5426D006148A4 /* LaunchScreen.storyboard */; };
F83BD18621E54645006148A4 /* CustomControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = F83BD18521E54645006148A4 /* CustomControl.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
F83BD17021E5426C006148A4 /* Custom Controls.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Custom Controls.app"; sourceTree = BUILT_PRODUCTS_DIR; };
F83BD17321E5426C006148A4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
F83BD17521E5426C006148A4 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
F83BD17821E5426C006148A4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
F83BD17A21E5426D006148A4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F83BD17D21E5426D006148A4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
F83BD17F21E5426D006148A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F83BD18521E54645006148A4 /* CustomControl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomControl.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
F83BD16721E5426C006148A4 = {
isa = PBXGroup;
children = (
F83BD17221E5426C006148A4 /* Custom Controls */,
F83BD17121E5426C006148A4 /* Products */,
);
sourceTree = "<group>";
};
F83BD17121E5426C006148A4 /* Products */ = {
isa = PBXGroup;
children = (
F83BD17021E5426C006148A4 /* Custom Controls.app */,
);
name = Products;
sourceTree = "<group>";
};
F83BD17221E5426C006148A4 /* Custom Controls */ = {
isa = PBXGroup;
children = (
F83BD17321E5426C006148A4 /* AppDelegate.swift */,
F83BD17521E5426C006148A4 /* ViewController.swift */,
F83BD17721E5426C006148A4 /* Main.storyboard */,
F83BD18521E54645006148A4 /* CustomControl.swift */,
F83BD17A21E5426D006148A4 /* Assets.xcassets */,
F83BD17C21E5426D006148A4 /* LaunchScreen.storyboard */,
F83BD17F21E5426D006148A4 /* Info.plist */,
);
path = "Custom Controls";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
F83BD16F21E5426C006148A4 /* Custom Controls */ = {
isa = PBXNativeTarget;
buildConfigurationList = F83BD18221E5426D006148A4 /* Build configuration list for PBXNativeTarget "Custom Controls" */;
buildPhases = (
F83BD16C21E5426C006148A4 /* Sources */,
F83BD16D21E5426C006148A4 /* Frameworks */,
F83BD16E21E5426C006148A4 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = "Custom Controls";
productName = "Custom Controls";
productReference = F83BD17021E5426C006148A4 /* Custom Controls.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
F83BD16821E5426C006148A4 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = "Jaspal Suri";
TargetAttributes = {
F83BD16F21E5426C006148A4 = {
CreatedOnToolsVersion = 10.1;
};
};
};
buildConfigurationList = F83BD16B21E5426C006148A4 /* Build configuration list for PBXProject "Custom Controls" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = F83BD16721E5426C006148A4;
productRefGroup = F83BD17121E5426C006148A4 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F83BD16F21E5426C006148A4 /* Custom Controls */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
F83BD16E21E5426C006148A4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F83BD17E21E5426D006148A4 /* LaunchScreen.storyboard in Resources */,
F83BD17B21E5426D006148A4 /* Assets.xcassets in Resources */,
F83BD17921E5426C006148A4 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
F83BD16C21E5426C006148A4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F83BD17621E5426C006148A4 /* ViewController.swift in Sources */,
F83BD18621E54645006148A4 /* CustomControl.swift in Sources */,
F83BD17421E5426C006148A4 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
F83BD17721E5426C006148A4 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
F83BD17821E5426C006148A4 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
F83BD17C21E5426D006148A4 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
F83BD17D21E5426D006148A4 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
F83BD18021E5426D006148A4 /* 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_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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 = 12.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
F83BD18121E5426D006148A4 /* 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_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_IMPLICIT_RETAIN_SELF = 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 = 12.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
F83BD18321E5426D006148A4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6Y6994DAGM;
INFOPLIST_FILE = "Custom Controls/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.JaspalSuri.Custom-Controls";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
F83BD18421E5426D006148A4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6Y6994DAGM;
INFOPLIST_FILE = "Custom Controls/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.JaspalSuri.Custom-Controls";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
F83BD16B21E5426C006148A4 /* Build configuration list for PBXProject "Custom Controls" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F83BD18021E5426D006148A4 /* Debug */,
F83BD18121E5426D006148A4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F83BD18221E5426D006148A4 /* Build configuration list for PBXNativeTarget "Custom Controls" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F83BD18321E5426D006148A4 /* Debug */,
F83BD18421E5426D006148A4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = F83BD16821E5426C006148A4 /* Project object */;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
return true
}

}
Loading