From 8b0581787607d6e4d804f076cb33bd3a3dd8237f Mon Sep 17 00:00:00 2001 From: Aniket Date: Wed, 13 Mar 2019 16:03:43 +0530 Subject: [PATCH] Init proj --- PodSdkTest.xcodeproj/project.pbxproj | 470 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + PodSdkTest/Info.plist | 22 + PodSdkTest/PodSdkTest.h | 19 + PodSdkTest/PodTestSwift.swift | 15 + PodSdkTestTests/Info.plist | 22 + PodSdkTestTests/PodSdkTestTests.swift | 34 ++ 8 files changed, 597 insertions(+) create mode 100644 PodSdkTest.xcodeproj/project.pbxproj create mode 100644 PodSdkTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 PodSdkTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 PodSdkTest/Info.plist create mode 100644 PodSdkTest/PodSdkTest.h create mode 100644 PodSdkTest/PodTestSwift.swift create mode 100644 PodSdkTestTests/Info.plist create mode 100644 PodSdkTestTests/PodSdkTestTests.swift diff --git a/PodSdkTest.xcodeproj/project.pbxproj b/PodSdkTest.xcodeproj/project.pbxproj new file mode 100644 index 0000000..2619563 --- /dev/null +++ b/PodSdkTest.xcodeproj/project.pbxproj @@ -0,0 +1,470 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + 4B7FCB3822391214000015E1 /* PodSdkTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B7FCB2E22391214000015E1 /* PodSdkTest.framework */; }; + 4B7FCB3D22391214000015E1 /* PodSdkTestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7FCB3C22391214000015E1 /* PodSdkTestTests.swift */; }; + 4B7FCB3F22391214000015E1 /* PodSdkTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 4B7FCB3122391214000015E1 /* PodSdkTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4B7FCB4922391362000015E1 /* PodTestSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B7FCB4822391362000015E1 /* PodTestSwift.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 4B7FCB3922391214000015E1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 4B7FCB2522391214000015E1 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 4B7FCB2D22391214000015E1; + remoteInfo = PodSdkTest; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 4B7FCB2E22391214000015E1 /* PodSdkTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PodSdkTest.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 4B7FCB3122391214000015E1 /* PodSdkTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PodSdkTest.h; sourceTree = ""; }; + 4B7FCB3222391214000015E1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4B7FCB3722391214000015E1 /* PodSdkTestTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PodSdkTestTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 4B7FCB3C22391214000015E1 /* PodSdkTestTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PodSdkTestTests.swift; sourceTree = ""; }; + 4B7FCB3E22391214000015E1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 4B7FCB4822391362000015E1 /* PodTestSwift.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PodTestSwift.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 4B7FCB2B22391214000015E1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4B7FCB3422391214000015E1 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B7FCB3822391214000015E1 /* PodSdkTest.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 4B7FCB2422391214000015E1 = { + isa = PBXGroup; + children = ( + 4B7FCB3022391214000015E1 /* PodSdkTest */, + 4B7FCB3B22391214000015E1 /* PodSdkTestTests */, + 4B7FCB2F22391214000015E1 /* Products */, + ); + sourceTree = ""; + }; + 4B7FCB2F22391214000015E1 /* Products */ = { + isa = PBXGroup; + children = ( + 4B7FCB2E22391214000015E1 /* PodSdkTest.framework */, + 4B7FCB3722391214000015E1 /* PodSdkTestTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 4B7FCB3022391214000015E1 /* PodSdkTest */ = { + isa = PBXGroup; + children = ( + 4B7FCB3122391214000015E1 /* PodSdkTest.h */, + 4B7FCB3222391214000015E1 /* Info.plist */, + 4B7FCB4822391362000015E1 /* PodTestSwift.swift */, + ); + path = PodSdkTest; + sourceTree = ""; + }; + 4B7FCB3B22391214000015E1 /* PodSdkTestTests */ = { + isa = PBXGroup; + children = ( + 4B7FCB3C22391214000015E1 /* PodSdkTestTests.swift */, + 4B7FCB3E22391214000015E1 /* Info.plist */, + ); + path = PodSdkTestTests; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 4B7FCB2922391214000015E1 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B7FCB3F22391214000015E1 /* PodSdkTest.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 4B7FCB2D22391214000015E1 /* PodSdkTest */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4B7FCB4222391214000015E1 /* Build configuration list for PBXNativeTarget "PodSdkTest" */; + buildPhases = ( + 4B7FCB2922391214000015E1 /* Headers */, + 4B7FCB2A22391214000015E1 /* Sources */, + 4B7FCB2B22391214000015E1 /* Frameworks */, + 4B7FCB2C22391214000015E1 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = PodSdkTest; + productName = PodSdkTest; + productReference = 4B7FCB2E22391214000015E1 /* PodSdkTest.framework */; + productType = "com.apple.product-type.framework"; + }; + 4B7FCB3622391214000015E1 /* PodSdkTestTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4B7FCB4522391214000015E1 /* Build configuration list for PBXNativeTarget "PodSdkTestTests" */; + buildPhases = ( + 4B7FCB3322391214000015E1 /* Sources */, + 4B7FCB3422391214000015E1 /* Frameworks */, + 4B7FCB3522391214000015E1 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 4B7FCB3A22391214000015E1 /* PBXTargetDependency */, + ); + name = PodSdkTestTests; + productName = PodSdkTestTests; + productReference = 4B7FCB3722391214000015E1 /* PodSdkTestTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 4B7FCB2522391214000015E1 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1010; + LastUpgradeCheck = 1010; + ORGANIZATIONNAME = "aniket ayachit"; + TargetAttributes = { + 4B7FCB2D22391214000015E1 = { + CreatedOnToolsVersion = 10.1; + LastSwiftMigration = 1010; + }; + 4B7FCB3622391214000015E1 = { + CreatedOnToolsVersion = 10.1; + }; + }; + }; + buildConfigurationList = 4B7FCB2822391214000015E1 /* Build configuration list for PBXProject "PodSdkTest" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 4B7FCB2422391214000015E1; + productRefGroup = 4B7FCB2F22391214000015E1 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 4B7FCB2D22391214000015E1 /* PodSdkTest */, + 4B7FCB3622391214000015E1 /* PodSdkTestTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 4B7FCB2C22391214000015E1 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4B7FCB3522391214000015E1 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 4B7FCB2A22391214000015E1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B7FCB4922391362000015E1 /* PodTestSwift.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4B7FCB3322391214000015E1 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4B7FCB3D22391214000015E1 /* PodSdkTestTests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 4B7FCB3A22391214000015E1 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 4B7FCB2D22391214000015E1 /* PodSdkTest */; + targetProxy = 4B7FCB3922391214000015E1 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 4B7FCB4022391214000015E1 /* 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; + CURRENT_PROJECT_VERSION = 1; + 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"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 4B7FCB4122391214000015E1 /* 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; + CURRENT_PROJECT_VERSION = 1; + 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; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 4B7FCB4322391214000015E1 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = N83K86W6P4; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = PodSdkTest/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.pepo.PodSdkTest; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 4B7FCB4422391214000015E1 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_IDENTITY = ""; + CODE_SIGN_STYLE = Automatic; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = N83K86W6P4; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = PodSdkTest/Info.plist; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.pepo.PodSdkTest; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 4B7FCB4622391214000015E1 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = N83K86W6P4; + INFOPLIST_FILE = PodSdkTestTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.pepo.PodSdkTestTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 4B7FCB4722391214000015E1 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = N83K86W6P4; + INFOPLIST_FILE = PodSdkTestTests/Info.plist; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.pepo.PodSdkTestTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.2; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 4B7FCB2822391214000015E1 /* Build configuration list for PBXProject "PodSdkTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4B7FCB4022391214000015E1 /* Debug */, + 4B7FCB4122391214000015E1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4B7FCB4222391214000015E1 /* Build configuration list for PBXNativeTarget "PodSdkTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4B7FCB4322391214000015E1 /* Debug */, + 4B7FCB4422391214000015E1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4B7FCB4522391214000015E1 /* Build configuration list for PBXNativeTarget "PodSdkTestTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 4B7FCB4622391214000015E1 /* Debug */, + 4B7FCB4722391214000015E1 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 4B7FCB2522391214000015E1 /* Project object */; +} diff --git a/PodSdkTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/PodSdkTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..8a27ae2 --- /dev/null +++ b/PodSdkTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/PodSdkTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/PodSdkTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/PodSdkTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/PodSdkTest/Info.plist b/PodSdkTest/Info.plist new file mode 100644 index 0000000..e1fe4cf --- /dev/null +++ b/PodSdkTest/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + + diff --git a/PodSdkTest/PodSdkTest.h b/PodSdkTest/PodSdkTest.h new file mode 100644 index 0000000..33f47d9 --- /dev/null +++ b/PodSdkTest/PodSdkTest.h @@ -0,0 +1,19 @@ +// +// PodSdkTest.h +// PodSdkTest +// +// Created by aniket ayachit on 13/03/19. +// Copyright © 2019 aniket ayachit. All rights reserved. +// + +#import + +//! Project version number for PodSdkTest. +FOUNDATION_EXPORT double PodSdkTestVersionNumber; + +//! Project version string for PodSdkTest. +FOUNDATION_EXPORT const unsigned char PodSdkTestVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/PodSdkTest/PodTestSwift.swift b/PodSdkTest/PodTestSwift.swift new file mode 100644 index 0000000..a5a3b9e --- /dev/null +++ b/PodSdkTest/PodTestSwift.swift @@ -0,0 +1,15 @@ +// +// PodTestSwift.swift +// PodSdkTest +// +// Created by aniket ayachit on 13/03/19. +// Copyright © 2019 aniket ayachit. All rights reserved. +// + +import Foundation + +public class PodTestSwift { + public class func podTestFunc() -> String { + return "Returning from podTestFunc" + } +} diff --git a/PodSdkTestTests/Info.plist b/PodSdkTestTests/Info.plist new file mode 100644 index 0000000..6c40a6c --- /dev/null +++ b/PodSdkTestTests/Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/PodSdkTestTests/PodSdkTestTests.swift b/PodSdkTestTests/PodSdkTestTests.swift new file mode 100644 index 0000000..a1c8e1b --- /dev/null +++ b/PodSdkTestTests/PodSdkTestTests.swift @@ -0,0 +1,34 @@ +// +// PodSdkTestTests.swift +// PodSdkTestTests +// +// Created by aniket ayachit on 13/03/19. +// Copyright © 2019 aniket ayachit. All rights reserved. +// + +import XCTest +@testable import PodSdkTest + +class PodSdkTestTests: XCTestCase { + + override func setUp() { + // Put setup code here. This method is called before the invocation of each test method in the class. + } + + override func tearDown() { + // Put teardown code here. This method is called after the invocation of each test method in the class. + } + + func testExample() { + // This is an example of a functional test case. + // Use XCTAssert and related functions to verify your tests produce the correct results. + } + + func testPerformanceExample() { + // This is an example of a performance test case. + self.measure { + // Put the code you want to measure the time of here. + } + } + +}