diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..28e72a1 Binary files /dev/null and b/.DS_Store differ diff --git a/JellyTest.xcodeproj/project.pbxproj b/JellyTest.xcodeproj/project.pbxproj new file mode 100644 index 0000000..a323b3e --- /dev/null +++ b/JellyTest.xcodeproj/project.pbxproj @@ -0,0 +1,420 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 55; + objects = { + +/* Begin PBXAggregateTarget section */ + 952606FC28F3BE9100B7E9E5 /* JellyTestAggregate */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 952606FD28F3BE9100B7E9E5 /* Build configuration list for PBXAggregateTarget "JellyTestAggregate" */; + buildPhases = ( + 9526070028F3BE9E00B7E9E5 /* Run Script */, + ); + dependencies = ( + ); + name = JellyTestAggregate; + productName = JellyTestAggregate; + }; +/* End PBXAggregateTarget section */ + +/* Begin PBXBuildFile section */ + 952606F428F3BCF800B7E9E5 /* JellyTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 952606F328F3BCF800B7E9E5 /* JellyTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9526070128F3C00200B7E9E5 /* JellyTestManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 952606FA28F3BD1400B7E9E5 /* JellyTestManager.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 952606F028F3BCF800B7E9E5 /* JellyTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JellyTest.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 952606F328F3BCF800B7E9E5 /* JellyTest.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JellyTest.h; sourceTree = ""; }; + 952606FA28F3BD1400B7E9E5 /* JellyTestManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JellyTestManager.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 952606ED28F3BCF800B7E9E5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 952606E628F3BCF800B7E9E5 = { + isa = PBXGroup; + children = ( + 952606F228F3BCF800B7E9E5 /* JellyTest */, + 952606F128F3BCF800B7E9E5 /* Products */, + ); + sourceTree = ""; + }; + 952606F128F3BCF800B7E9E5 /* Products */ = { + isa = PBXGroup; + children = ( + 952606F028F3BCF800B7E9E5 /* JellyTest.framework */, + ); + name = Products; + sourceTree = ""; + }; + 952606F228F3BCF800B7E9E5 /* JellyTest */ = { + isa = PBXGroup; + children = ( + 952606FA28F3BD1400B7E9E5 /* JellyTestManager.swift */, + 952606F328F3BCF800B7E9E5 /* JellyTest.h */, + ); + path = JellyTest; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 952606EB28F3BCF800B7E9E5 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 952606F428F3BCF800B7E9E5 /* JellyTest.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 952606EF28F3BCF800B7E9E5 /* JellyTest */ = { + isa = PBXNativeTarget; + buildConfigurationList = 952606F728F3BCF800B7E9E5 /* Build configuration list for PBXNativeTarget "JellyTest" */; + buildPhases = ( + 952606EB28F3BCF800B7E9E5 /* Headers */, + 952606EC28F3BCF800B7E9E5 /* Sources */, + 952606ED28F3BCF800B7E9E5 /* Frameworks */, + 952606EE28F3BCF800B7E9E5 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = JellyTest; + productName = JellyTest; + productReference = 952606F028F3BCF800B7E9E5 /* JellyTest.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 952606E728F3BCF800B7E9E5 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastUpgradeCheck = 1340; + TargetAttributes = { + 952606EF28F3BCF800B7E9E5 = { + CreatedOnToolsVersion = 13.4.1; + LastSwiftMigration = 1340; + }; + 952606FC28F3BE9100B7E9E5 = { + CreatedOnToolsVersion = 13.4.1; + }; + }; + }; + buildConfigurationList = 952606EA28F3BCF800B7E9E5 /* Build configuration list for PBXProject "JellyTest" */; + compatibilityVersion = "Xcode 13.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 952606E628F3BCF800B7E9E5; + productRefGroup = 952606F128F3BCF800B7E9E5 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 952606EF28F3BCF800B7E9E5 /* JellyTest */, + 952606FC28F3BE9100B7E9E5 /* JellyTestAggregate */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 952606EE28F3BCF800B7E9E5 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 9526070028F3BE9E00B7E9E5 /* Run Script */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + name = "Run Script"; + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "# Type a script or drag a script file from your workspace to insert its path.\nREVEAL_ARCHIVE_IN_FINDER=true\n\nrm -rf \"./Output\"\n\necho \"=== Building for iPhone device ===\"\nxcodebuild archive \\\n -scheme ${PROJECT_NAME} \\\n -sdk iphoneos \\\n -archivePath \"./Output/archives/ios_devices.xcarchive\" \\\n BUILD_LIBRARY_FOR_DISTRIBUTION=YES \\\n SKIP_INSTALL=NO\n \necho \"=== Building for iPhone simulators ===\"\n xcodebuild archive \\\n -scheme ${PROJECT_NAME} \\\n -sdk iphonesimulator \\\n -archivePath \"./Output/archives/ios_simulators.xcarchive\" \\\n BUILD_LIBRARY_FOR_DISTRIBUTION=YES \\\n SKIP_INSTALL=NO\n \necho \"=== Combining executables ===\"\n xcodebuild -create-xcframework \\\n-framework ./Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/${PROJECT_NAME}.framework \\\n-framework ./Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/${PROJECT_NAME}.framework \\\n-output Output/build/${PROJECT_NAME}.xcframework\n\necho \"=== Open Finder ===\"\nif [ ${REVEAL_ARCHIVE_IN_FINDER} = true ]; then\n open \"./Output/build/\"\nfi\n"; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 952606EC28F3BCF800B7E9E5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9526070128F3C00200B7E9E5 /* JellyTestManager.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 952606F528F3BCF800B7E9E5 /* 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++17"; + 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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; + 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 = 15.5; + 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; + }; + 952606F628F3BCF800B7E9E5 /* 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++17"; + 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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + 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; + 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 = 15.5; + 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; + }; + 952606F828F3BCF800B7E9E5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = DLXR7ZA23L; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = jelly.JellyTest; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SUPPORTS_MACCATALYST = NO; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 952606F928F3BCF800B7E9E5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUILD_LIBRARY_FOR_DISTRIBUTION = YES; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DEVELOPMENT_TEAM = DLXR7ZA23L; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + ENABLE_BITCODE = NO; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = jelly.JellyTest; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SKIP_INSTALL = YES; + SUPPORTS_MACCATALYST = NO; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 952606FE28F3BE9100B7E9E5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = DLXR7ZA23L; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 952606FF28F3BE9100B7E9E5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = DLXR7ZA23L; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 952606EA28F3BCF800B7E9E5 /* Build configuration list for PBXProject "JellyTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 952606F528F3BCF800B7E9E5 /* Debug */, + 952606F628F3BCF800B7E9E5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 952606F728F3BCF800B7E9E5 /* Build configuration list for PBXNativeTarget "JellyTest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 952606F828F3BCF800B7E9E5 /* Debug */, + 952606F928F3BCF800B7E9E5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 952606FD28F3BE9100B7E9E5 /* Build configuration list for PBXAggregateTarget "JellyTestAggregate" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 952606FE28F3BE9100B7E9E5 /* Debug */, + 952606FF28F3BE9100B7E9E5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 952606E728F3BCF800B7E9E5 /* Project object */; +} diff --git a/JellyTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/JellyTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/JellyTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/JellyTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/JellyTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/JellyTest.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/JellyTest.xcodeproj/project.xcworkspace/xcuserdata/thachle.xcuserdatad/UserInterfaceState.xcuserstate b/JellyTest.xcodeproj/project.xcworkspace/xcuserdata/thachle.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..3082734 Binary files /dev/null and b/JellyTest.xcodeproj/project.xcworkspace/xcuserdata/thachle.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/JellyTest.xcodeproj/xcuserdata/thachle.xcuserdatad/xcschemes/xcschememanagement.plist b/JellyTest.xcodeproj/xcuserdata/thachle.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..3880b95 --- /dev/null +++ b/JellyTest.xcodeproj/xcuserdata/thachle.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,19 @@ + + + + + SchemeUserState + + JellyTest.xcscheme_^#shared#^_ + + orderHint + 0 + + JellyTestAggregate.xcscheme_^#shared#^_ + + orderHint + 1 + + + + diff --git a/JellyTest/JellyTest.h b/JellyTest/JellyTest.h new file mode 100644 index 0000000..bc23027 --- /dev/null +++ b/JellyTest/JellyTest.h @@ -0,0 +1,18 @@ +// +// JellyTest.h +// JellyTest +// +// Created by Thạch Lê on 10/10/2022. +// + +#import + +//! Project version number for JellyTest. +FOUNDATION_EXPORT double JellyTestVersionNumber; + +//! Project version string for JellyTest +FOUNDATION_EXPORT const unsigned char JellyTestVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/JellyTest/JellyTestManager.swift b/JellyTest/JellyTestManager.swift new file mode 100644 index 0000000..f433d76 --- /dev/null +++ b/JellyTest/JellyTestManager.swift @@ -0,0 +1,15 @@ +// +// JellyTestManager.swift +// JellyTest +// +// Created by Thạch Lê on 10/10/2022. +// + +import Foundation + +public class JellyTestManager { + public func showTest(test: String) { + print("test \(test)") + + } +} diff --git a/Output/.DS_Store b/Output/.DS_Store new file mode 100644 index 0000000..8ea175d Binary files /dev/null and b/Output/.DS_Store differ diff --git a/Output/archives/ios_devices.xcarchive/Info.plist b/Output/archives/ios_devices.xcarchive/Info.plist new file mode 100644 index 0000000..4793604 --- /dev/null +++ b/Output/archives/ios_devices.xcarchive/Info.plist @@ -0,0 +1,14 @@ + + + + + ArchiveVersion + 2 + CreationDate + 2022-10-10T03:10:40Z + Name + JellyTest + SchemeName + JellyTest + + diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest-Swift.h b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest-Swift.h new file mode 100644 index 0000000..b5b6f9a --- /dev/null +++ b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest-Swift.h @@ -0,0 +1,444 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#endif diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest.h b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest.h new file mode 100644 index 0000000..bc23027 --- /dev/null +++ b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest.h @@ -0,0 +1,18 @@ +// +// JellyTest.h +// JellyTest +// +// Created by Thạch Lê on 10/10/2022. +// + +#import + +//! Project version number for JellyTest. +FOUNDATION_EXPORT double JellyTestVersionNumber; + +//! Project version string for JellyTest +FOUNDATION_EXPORT const unsigned char JellyTestVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Info.plist b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Info.plist new file mode 100644 index 0000000..88803df Binary files /dev/null and b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Info.plist differ diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/JellyTest b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/JellyTest new file mode 100755 index 0000000..a704a2e Binary files /dev/null and b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/JellyTest differ diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc new file mode 100644 index 0000000..f073319 Binary files /dev/null and b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface new file mode 100644 index 0000000..5123d4e --- /dev/null +++ b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftmodule b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftmodule new file mode 100644 index 0000000..2658f9d Binary files /dev/null and b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftmodule differ diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc new file mode 100644 index 0000000..8ed568a Binary files /dev/null and b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc differ diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface new file mode 100644 index 0000000..0f5260f --- /dev/null +++ b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftmodule b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftmodule new file mode 100644 index 0000000..ebcbe46 Binary files /dev/null and b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftmodule differ diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/module.modulemap b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/module.modulemap new file mode 100644 index 0000000..d2931e6 --- /dev/null +++ b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module JellyTest { + umbrella header "JellyTest.h" + + export * + module * { export * } +} + +module JellyTest.Swift { + header "JellyTest-Swift.h" + requires objc +} diff --git a/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/_CodeSignature/CodeResources b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..a0ac7c6 --- /dev/null +++ b/Output/archives/ios_devices.xcarchive/Products/Library/Frameworks/JellyTest.framework/_CodeSignature/CodeResources @@ -0,0 +1,237 @@ + + + + + files + + Headers/JellyTest-Swift.h + + M6/mXpLptRlB8xQUg8zH1iv0q00= + + Headers/JellyTest.h + + h065geTsjaZczI+sbMoFcgVcmsQ= + + Info.plist + + Zq4l6b8U7ILM3f25rxMLS7Mr/eA= + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc + + /qC0OCyi4W/LvckNulCqzZDzZnY= + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface + + IAq+ST+ZqzzH5+HezSfGxeZP/2A= + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftmodule + + Sz3bMSWo9lVtxsIT3dj4Y9lohyE= + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc + + cPV6sZ5sigkDBriNeIh/it1MVhI= + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface + + 8mq9qn2AtJI7VzNq2ZF+Lm7mniY= + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftmodule + + bsGpMLekZA4iRAO3zmTUWhWE0WU= + + Modules/module.modulemap + + PamyoVAYgBbBF+yDmJNC3AyTxW8= + + + files2 + + Headers/JellyTest-Swift.h + + hash + + M6/mXpLptRlB8xQUg8zH1iv0q00= + + hash2 + + TnKYKte15Q6nooufalcST6He5QF4hZVJ7cVgfs93pUY= + + + Headers/JellyTest.h + + hash + + h065geTsjaZczI+sbMoFcgVcmsQ= + + hash2 + + zhb2C/KkCVpe10q2BIOyNcYL+bNBhfyCF12LF/mfGds= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc + + hash + + /qC0OCyi4W/LvckNulCqzZDzZnY= + + hash2 + + I32Q8odX+bzDfuGSWGUJ24wWC+NptF5p5toY6QZGJlM= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface + + hash + + IAq+ST+ZqzzH5+HezSfGxeZP/2A= + + hash2 + + T+Ez1c4WFmYMZw/rGmwE4VV3yFRVmWdA0jaMya8gDSU= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftmodule + + hash + + Sz3bMSWo9lVtxsIT3dj4Y9lohyE= + + hash2 + + Pzgf2ZRzqKrsAhJMy5zH23UxcXo1+dn6j/VOTkR1UFs= + + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc + + hash + + cPV6sZ5sigkDBriNeIh/it1MVhI= + + hash2 + + +PL0iK0gmRSwiAxypRRf1jUI+1oAV3h/kKhpwEHsrFk= + + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface + + hash + + 8mq9qn2AtJI7VzNq2ZF+Lm7mniY= + + hash2 + + k7E948dznkbaFA3ABbrhuToAFdYiSEQoexuynp4L8pY= + + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftmodule + + hash + + bsGpMLekZA4iRAO3zmTUWhWE0WU= + + hash2 + + 49K1umq6Zesau9zx8dyRGN+LZLCUBMk2MDY0NevtCKk= + + + Modules/module.modulemap + + hash + + PamyoVAYgBbBF+yDmJNC3AyTxW8= + + hash2 + + TZDgdm03SSl5w3J6omesFQJvTagkkfvKW9KXsnEHlys= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/Output/archives/ios_devices.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Info.plist b/Output/archives/ios_devices.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..86a54ee --- /dev/null +++ b/Output/archives/ios_devices.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.jelly.JellyTest + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/Output/archives/ios_devices.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Resources/DWARF/JellyTest b/Output/archives/ios_devices.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Resources/DWARF/JellyTest new file mode 100644 index 0000000..61a4a9d Binary files /dev/null and b/Output/archives/ios_devices.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Resources/DWARF/JellyTest differ diff --git a/Output/archives/ios_simulators.xcarchive/Info.plist b/Output/archives/ios_simulators.xcarchive/Info.plist new file mode 100644 index 0000000..2aad3e6 --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/Info.plist @@ -0,0 +1,14 @@ + + + + + ArchiveVersion + 2 + CreationDate + 2022-10-10T03:10:42Z + Name + JellyTest + SchemeName + JellyTest + + diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest-Swift.h b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest-Swift.h new file mode 100644 index 0000000..17102ad --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest-Swift.h @@ -0,0 +1,665 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__i386__) && __i386__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#endif diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest.h b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest.h new file mode 100644 index 0000000..bc23027 --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Headers/JellyTest.h @@ -0,0 +1,18 @@ +// +// JellyTest.h +// JellyTest +// +// Created by Thạch Lê on 10/10/2022. +// + +#import + +//! Project version number for JellyTest. +FOUNDATION_EXPORT double JellyTestVersionNumber; + +//! Project version string for JellyTest +FOUNDATION_EXPORT const unsigned char JellyTestVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Info.plist b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Info.plist new file mode 100644 index 0000000..f1ea13b Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Info.plist differ diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/JellyTest b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/JellyTest new file mode 100755 index 0000000..ec1a171 Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/JellyTest differ diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..ceec451 Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..e8c51be --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target arm64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule new file mode 100644 index 0000000..cd352bc Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule differ diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..9777744 Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc differ diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..406f048 --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target i386-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftmodule b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftmodule new file mode 100644 index 0000000..a0dc128 Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftmodule differ diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..b3878ff Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..b765846 --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftmodule b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftmodule new file mode 100644 index 0000000..d083c71 Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftmodule differ diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/module.modulemap b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/module.modulemap new file mode 100644 index 0000000..d2931e6 --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module JellyTest { + umbrella header "JellyTest.h" + + export * + module * { export * } +} + +module JellyTest.Swift { + header "JellyTest-Swift.h" + requires objc +} diff --git a/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/_CodeSignature/CodeResources b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..adefcee --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/Products/Library/Frameworks/JellyTest.framework/_CodeSignature/CodeResources @@ -0,0 +1,282 @@ + + + + + files + + Headers/JellyTest-Swift.h + + KEKUPGniyvNCJJGYk/9TJaQEQQo= + + Headers/JellyTest.h + + h065geTsjaZczI+sbMoFcgVcmsQ= + + Info.plist + + 26rIRwv7Xguf/XkBOZFCWOXcsWc= + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + jwUo67wZ74Kd6lWFGAW6Kj4c8/w= + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + QAsFrbCvjgPQ5+gPrGfgLOm4krA= + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + bXiBGkZQzZnElFnLg4n33E4iZw4= + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc + + xupr4wPbQ8rugvx7yC232c1PxT4= + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface + + XEV8pAty6mMLP99l+e7tCExOjCk= + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftmodule + + R6d0fAgfed0NI4CLTisQ2b3Bfr8= + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + gI7YytQXsuf+ky572tqSp/2eM1I= + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + qjY4VUINa8wWqHB/FgmcpAUj6E0= + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + dFfNSU2K+jbc32xZAWa1CQvs+fY= + + Modules/module.modulemap + + PamyoVAYgBbBF+yDmJNC3AyTxW8= + + + files2 + + Headers/JellyTest-Swift.h + + hash + + KEKUPGniyvNCJJGYk/9TJaQEQQo= + + hash2 + + DDU+gjn6/S89NLRf4CVLOvceWcfWYlddSC2j53WOZjI= + + + Headers/JellyTest.h + + hash + + h065geTsjaZczI+sbMoFcgVcmsQ= + + hash2 + + zhb2C/KkCVpe10q2BIOyNcYL+bNBhfyCF12LF/mfGds= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + hash + + jwUo67wZ74Kd6lWFGAW6Kj4c8/w= + + hash2 + + JlRDuOLo2wTrPZywXI7cVbHt2qMhFbYSTeiU8MxSjPw= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + hash + + QAsFrbCvjgPQ5+gPrGfgLOm4krA= + + hash2 + + gW5z3qVqEtKzcyf0WaYwVx0L8dBXFrkIGO5rKeun9MQ= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + hash + + bXiBGkZQzZnElFnLg4n33E4iZw4= + + hash2 + + wJvsUaxeNm3xsVFraiO/s/d+2u5aVkX78+yxZsrrCd0= + + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc + + hash + + xupr4wPbQ8rugvx7yC232c1PxT4= + + hash2 + + JWxlCYjoH/K366RTqUT6PIcMAOYnxAaLg8FgULZjI+k= + + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface + + hash + + XEV8pAty6mMLP99l+e7tCExOjCk= + + hash2 + + niaFe1dWmZTnOAXeHUzA6eNrxVs2baMTVpF0DiotVAk= + + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftmodule + + hash + + R6d0fAgfed0NI4CLTisQ2b3Bfr8= + + hash2 + + ydTvqqaPj9U2F+HtNTbnZY4lwDLrCFCTcHp8yW8Hy/4= + + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hash + + gI7YytQXsuf+ky572tqSp/2eM1I= + + hash2 + + 6WPW68vHiAzzhoy7adE8Ybaa/FH9wulh62AKY5RY0j8= + + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + hash + + qjY4VUINa8wWqHB/FgmcpAUj6E0= + + hash2 + + AwRBVreRyZAqTrEquJeMdsfO03jLq0mJoojVraUquX8= + + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hash + + dFfNSU2K+jbc32xZAWa1CQvs+fY= + + hash2 + + 0sKkVRujVM61a4yuWyo+jBYxHiJIpaUAobRYKLzTUoI= + + + Modules/module.modulemap + + hash + + PamyoVAYgBbBF+yDmJNC3AyTxW8= + + hash2 + + TZDgdm03SSl5w3J6omesFQJvTagkkfvKW9KXsnEHlys= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/Output/archives/ios_simulators.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Info.plist b/Output/archives/ios_simulators.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..86a54ee --- /dev/null +++ b/Output/archives/ios_simulators.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.jelly.JellyTest + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/Output/archives/ios_simulators.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Resources/DWARF/JellyTest b/Output/archives/ios_simulators.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Resources/DWARF/JellyTest new file mode 100644 index 0000000..e6ada65 Binary files /dev/null and b/Output/archives/ios_simulators.xcarchive/dSYMs/JellyTest.framework.dSYM/Contents/Resources/DWARF/JellyTest differ diff --git a/Output/build/.DS_Store b/Output/build/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/Output/build/.DS_Store differ diff --git a/Output/build/JellyTest.xcframework.zip b/Output/build/JellyTest.xcframework.zip new file mode 100644 index 0000000..afc3b49 Binary files /dev/null and b/Output/build/JellyTest.xcframework.zip differ diff --git a/Output/build/JellyTest.xcframework/Info.plist b/Output/build/JellyTest.xcframework/Info.plist new file mode 100644 index 0000000..a0248be --- /dev/null +++ b/Output/build/JellyTest.xcframework/Info.plist @@ -0,0 +1,42 @@ + + + + + AvailableLibraries + + + LibraryIdentifier + ios-arm64_i386_x86_64-simulator + LibraryPath + JellyTest.framework + SupportedArchitectures + + arm64 + i386 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + LibraryIdentifier + ios-arm64_armv7 + LibraryPath + JellyTest.framework + SupportedArchitectures + + arm64 + armv7 + + SupportedPlatform + ios + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Headers/JellyTest-Swift.h b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Headers/JellyTest-Swift.h new file mode 100644 index 0000000..b5b6f9a --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Headers/JellyTest-Swift.h @@ -0,0 +1,444 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#endif diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Headers/JellyTest.h b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Headers/JellyTest.h new file mode 100644 index 0000000..bc23027 --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Headers/JellyTest.h @@ -0,0 +1,18 @@ +// +// JellyTest.h +// JellyTest +// +// Created by Thạch Lê on 10/10/2022. +// + +#import + +//! Project version number for JellyTest. +FOUNDATION_EXPORT double JellyTestVersionNumber; + +//! Project version string for JellyTest +FOUNDATION_EXPORT const unsigned char JellyTestVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Info.plist b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Info.plist new file mode 100644 index 0000000..88803df Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Info.plist differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/JellyTest b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/JellyTest new file mode 100755 index 0000000..a704a2e Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/JellyTest differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc new file mode 100644 index 0000000..f073319 Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface new file mode 100644 index 0000000..5123d4e --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target arm64-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc new file mode 100644 index 0000000..8ed568a Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface new file mode 100644 index 0000000..0f5260f --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target armv7-apple-ios10.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/module.modulemap b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/module.modulemap new file mode 100644 index 0000000..d2931e6 --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module JellyTest { + umbrella header "JellyTest.h" + + export * + module * { export * } +} + +module JellyTest.Swift { + header "JellyTest-Swift.h" + requires objc +} diff --git a/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/_CodeSignature/CodeResources b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..a0ac7c6 --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_armv7/JellyTest.framework/_CodeSignature/CodeResources @@ -0,0 +1,237 @@ + + + + + files + + Headers/JellyTest-Swift.h + + M6/mXpLptRlB8xQUg8zH1iv0q00= + + Headers/JellyTest.h + + h065geTsjaZczI+sbMoFcgVcmsQ= + + Info.plist + + Zq4l6b8U7ILM3f25rxMLS7Mr/eA= + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc + + /qC0OCyi4W/LvckNulCqzZDzZnY= + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface + + IAq+ST+ZqzzH5+HezSfGxeZP/2A= + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftmodule + + Sz3bMSWo9lVtxsIT3dj4Y9lohyE= + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc + + cPV6sZ5sigkDBriNeIh/it1MVhI= + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface + + 8mq9qn2AtJI7VzNq2ZF+Lm7mniY= + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftmodule + + bsGpMLekZA4iRAO3zmTUWhWE0WU= + + Modules/module.modulemap + + PamyoVAYgBbBF+yDmJNC3AyTxW8= + + + files2 + + Headers/JellyTest-Swift.h + + hash + + M6/mXpLptRlB8xQUg8zH1iv0q00= + + hash2 + + TnKYKte15Q6nooufalcST6He5QF4hZVJ7cVgfs93pUY= + + + Headers/JellyTest.h + + hash + + h065geTsjaZczI+sbMoFcgVcmsQ= + + hash2 + + zhb2C/KkCVpe10q2BIOyNcYL+bNBhfyCF12LF/mfGds= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftdoc + + hash + + /qC0OCyi4W/LvckNulCqzZDzZnY= + + hash2 + + I32Q8odX+bzDfuGSWGUJ24wWC+NptF5p5toY6QZGJlM= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftinterface + + hash + + IAq+ST+ZqzzH5+HezSfGxeZP/2A= + + hash2 + + T+Ez1c4WFmYMZw/rGmwE4VV3yFRVmWdA0jaMya8gDSU= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios.swiftmodule + + hash + + Sz3bMSWo9lVtxsIT3dj4Y9lohyE= + + hash2 + + Pzgf2ZRzqKrsAhJMy5zH23UxcXo1+dn6j/VOTkR1UFs= + + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftdoc + + hash + + cPV6sZ5sigkDBriNeIh/it1MVhI= + + hash2 + + +PL0iK0gmRSwiAxypRRf1jUI+1oAV3h/kKhpwEHsrFk= + + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftinterface + + hash + + 8mq9qn2AtJI7VzNq2ZF+Lm7mniY= + + hash2 + + k7E948dznkbaFA3ABbrhuToAFdYiSEQoexuynp4L8pY= + + + Modules/JellyTest.swiftmodule/armv7-apple-ios.swiftmodule + + hash + + bsGpMLekZA4iRAO3zmTUWhWE0WU= + + hash2 + + 49K1umq6Zesau9zx8dyRGN+LZLCUBMk2MDY0NevtCKk= + + + Modules/module.modulemap + + hash + + PamyoVAYgBbBF+yDmJNC3AyTxW8= + + hash2 + + TZDgdm03SSl5w3J6omesFQJvTagkkfvKW9KXsnEHlys= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Headers/JellyTest-Swift.h b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Headers/JellyTest-Swift.h new file mode 100644 index 0000000..17102ad --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Headers/JellyTest-Swift.h @@ -0,0 +1,665 @@ +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#elif defined(__i386__) && __i386__ +// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +#ifndef JELLYTEST_SWIFT_H +#define JELLYTEST_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#include +#include +#include +#include + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif + +#if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +#else +# define SWIFT_RUNTIME_NAME(X) +#endif +#if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +#else +# define SWIFT_COMPILE_NAME(X) +#endif +#if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +#else +# define SWIFT_METHOD_FAMILY(X) +#endif +#if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +#else +# define SWIFT_NOESCAPE +#endif +#if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +#else +# define SWIFT_RELEASES_ARGUMENT +#endif +#if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +#else +# define SWIFT_WARN_UNUSED_RESULT +#endif +#if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +#else +# define SWIFT_NORETURN +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif + +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif + +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif + +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +#else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#endif +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if __has_feature(modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="JellyTest",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#endif diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Headers/JellyTest.h b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Headers/JellyTest.h new file mode 100644 index 0000000..bc23027 --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Headers/JellyTest.h @@ -0,0 +1,18 @@ +// +// JellyTest.h +// JellyTest +// +// Created by Thạch Lê on 10/10/2022. +// + +#import + +//! Project version number for JellyTest. +FOUNDATION_EXPORT double JellyTestVersionNumber; + +//! Project version string for JellyTest +FOUNDATION_EXPORT const unsigned char JellyTestVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import + + diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Info.plist b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Info.plist new file mode 100644 index 0000000..f1ea13b Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Info.plist differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/JellyTest b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/JellyTest new file mode 100755 index 0000000..ec1a171 Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/JellyTest differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..ceec451 Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..e8c51be --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target arm64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..9777744 Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..406f048 --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target i386-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc new file mode 100644 index 0000000..b3878ff Binary files /dev/null and b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..b765846 --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -0,0 +1,11 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) +// swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name JellyTest +import Foundation +@_exported import JellyTest +import Swift +import _Concurrency +@_hasMissingDesignatedInitializers public class JellyTestManager { + public func showTest(test: Swift.String) + @objc deinit +} diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/module.modulemap b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/module.modulemap new file mode 100644 index 0000000..d2931e6 --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module JellyTest { + umbrella header "JellyTest.h" + + export * + module * { export * } +} + +module JellyTest.Swift { + header "JellyTest-Swift.h" + requires objc +} diff --git a/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/_CodeSignature/CodeResources b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..adefcee --- /dev/null +++ b/Output/build/JellyTest.xcframework/ios-arm64_i386_x86_64-simulator/JellyTest.framework/_CodeSignature/CodeResources @@ -0,0 +1,282 @@ + + + + + files + + Headers/JellyTest-Swift.h + + KEKUPGniyvNCJJGYk/9TJaQEQQo= + + Headers/JellyTest.h + + h065geTsjaZczI+sbMoFcgVcmsQ= + + Info.plist + + 26rIRwv7Xguf/XkBOZFCWOXcsWc= + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + jwUo67wZ74Kd6lWFGAW6Kj4c8/w= + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + QAsFrbCvjgPQ5+gPrGfgLOm4krA= + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + bXiBGkZQzZnElFnLg4n33E4iZw4= + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc + + xupr4wPbQ8rugvx7yC232c1PxT4= + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface + + XEV8pAty6mMLP99l+e7tCExOjCk= + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftmodule + + R6d0fAgfed0NI4CLTisQ2b3Bfr8= + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + gI7YytQXsuf+ky572tqSp/2eM1I= + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + qjY4VUINa8wWqHB/FgmcpAUj6E0= + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + dFfNSU2K+jbc32xZAWa1CQvs+fY= + + Modules/module.modulemap + + PamyoVAYgBbBF+yDmJNC3AyTxW8= + + + files2 + + Headers/JellyTest-Swift.h + + hash + + KEKUPGniyvNCJJGYk/9TJaQEQQo= + + hash2 + + DDU+gjn6/S89NLRf4CVLOvceWcfWYlddSC2j53WOZjI= + + + Headers/JellyTest.h + + hash + + h065geTsjaZczI+sbMoFcgVcmsQ= + + hash2 + + zhb2C/KkCVpe10q2BIOyNcYL+bNBhfyCF12LF/mfGds= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftdoc + + hash + + jwUo67wZ74Kd6lWFGAW6Kj4c8/w= + + hash2 + + JlRDuOLo2wTrPZywXI7cVbHt2qMhFbYSTeiU8MxSjPw= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftinterface + + hash + + QAsFrbCvjgPQ5+gPrGfgLOm4krA= + + hash2 + + gW5z3qVqEtKzcyf0WaYwVx0L8dBXFrkIGO5rKeun9MQ= + + + Modules/JellyTest.swiftmodule/arm64-apple-ios-simulator.swiftmodule + + hash + + bXiBGkZQzZnElFnLg4n33E4iZw4= + + hash2 + + wJvsUaxeNm3xsVFraiO/s/d+2u5aVkX78+yxZsrrCd0= + + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftdoc + + hash + + xupr4wPbQ8rugvx7yC232c1PxT4= + + hash2 + + JWxlCYjoH/K366RTqUT6PIcMAOYnxAaLg8FgULZjI+k= + + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftinterface + + hash + + XEV8pAty6mMLP99l+e7tCExOjCk= + + hash2 + + niaFe1dWmZTnOAXeHUzA6eNrxVs2baMTVpF0DiotVAk= + + + Modules/JellyTest.swiftmodule/i386-apple-ios-simulator.swiftmodule + + hash + + R6d0fAgfed0NI4CLTisQ2b3Bfr8= + + hash2 + + ydTvqqaPj9U2F+HtNTbnZY4lwDLrCFCTcHp8yW8Hy/4= + + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hash + + gI7YytQXsuf+ky572tqSp/2eM1I= + + hash2 + + 6WPW68vHiAzzhoy7adE8Ybaa/FH9wulh62AKY5RY0j8= + + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + hash + + qjY4VUINa8wWqHB/FgmcpAUj6E0= + + hash2 + + AwRBVreRyZAqTrEquJeMdsfO03jLq0mJoojVraUquX8= + + + Modules/JellyTest.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hash + + dFfNSU2K+jbc32xZAWa1CQvs+fY= + + hash2 + + 0sKkVRujVM61a4yuWyo+jBYxHiJIpaUAobRYKLzTUoI= + + + Modules/module.modulemap + + hash + + PamyoVAYgBbBF+yDmJNC3AyTxW8= + + hash2 + + TZDgdm03SSl5w3J6omesFQJvTagkkfvKW9KXsnEHlys= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/Output/build/LICENSE.rtf b/Output/build/LICENSE.rtf new file mode 100644 index 0000000..d47ae49 --- /dev/null +++ b/Output/build/LICENSE.rtf @@ -0,0 +1,6 @@ +{\rtf1\ansi\ansicpg1252\cocoartf2638 +\cocoatextscaling0\cocoaplatform0{\fonttbl} +{\colortbl;\red255\green255\blue255;} +{\*\expandedcolortbl;;} +\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 +} \ No newline at end of file