Skip to content

Commit

Permalink
Merge pull request #7 from iWECon/bugfix
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
iWECon authored Jul 21, 2023
2 parents 9dda279 + 2935aeb commit 15a169b
Show file tree
Hide file tree
Showing 13 changed files with 516 additions and 563 deletions.
378 changes: 378 additions & 0 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,378 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 52;
objects = {

/* Begin PBXBuildFile section */
08477C322A6A2F5E0028F2E6 /* Segmenter in Frameworks */ = {isa = PBXBuildFile; productRef = 08477C312A6A2F5E0028F2E6 /* Segmenter */; };
0882849125A3489800072D2E /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0882849025A3489800072D2E /* AppDelegate.swift */; };
0882849325A3489800072D2E /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0882849225A3489800072D2E /* SceneDelegate.swift */; };
0882849525A3489800072D2E /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0882849425A3489800072D2E /* ViewController.swift */; };
0882849825A3489800072D2E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0882849625A3489800072D2E /* Main.storyboard */; };
0882849A25A3489900072D2E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0882849925A3489900072D2E /* Assets.xcassets */; };
0882849D25A3489900072D2E /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0882849B25A3489900072D2E /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
08477C302A6A2F550028F2E6 /* Segmenter */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Segmenter; path = ..; sourceTree = "<group>"; };
0882848D25A3489800072D2E /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
0882849025A3489800072D2E /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
0882849225A3489800072D2E /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
0882849425A3489800072D2E /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
0882849725A3489800072D2E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
0882849925A3489900072D2E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
0882849C25A3489900072D2E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
0882849E25A3489900072D2E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
08F705D92A6A2EA30008C5F6 /* Segmenter */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = Segmenter; path = ..; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
0882848A25A3489800072D2E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
08477C322A6A2F5E0028F2E6 /* Segmenter in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
0882848425A3489800072D2E = {
isa = PBXGroup;
children = (
08F705D82A6A2EA30008C5F6 /* Packages */,
0882848F25A3489800072D2E /* Segmenter */,
0882848E25A3489800072D2E /* Products */,
08F705DA2A6A2EB10008C5F6 /* Frameworks */,
);
sourceTree = "<group>";
};
0882848E25A3489800072D2E /* Products */ = {
isa = PBXGroup;
children = (
0882848D25A3489800072D2E /* Demo.app */,
);
name = Products;
sourceTree = "<group>";
};
0882848F25A3489800072D2E /* Segmenter */ = {
isa = PBXGroup;
children = (
0882849025A3489800072D2E /* AppDelegate.swift */,
0882849225A3489800072D2E /* SceneDelegate.swift */,
0882849425A3489800072D2E /* ViewController.swift */,
0882849625A3489800072D2E /* Main.storyboard */,
0882849925A3489900072D2E /* Assets.xcassets */,
0882849B25A3489900072D2E /* LaunchScreen.storyboard */,
0882849E25A3489900072D2E /* Info.plist */,
);
path = Segmenter;
sourceTree = "<group>";
};
08F705D82A6A2EA30008C5F6 /* Packages */ = {
isa = PBXGroup;
children = (
08F705D92A6A2EA30008C5F6 /* Segmenter */,
08477C302A6A2F550028F2E6 /* Segmenter */,
);
name = Packages;
sourceTree = "<group>";
};
08F705DA2A6A2EB10008C5F6 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
0882848C25A3489800072D2E /* Demo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 088284A125A3489900072D2E /* Build configuration list for PBXNativeTarget "Demo" */;
buildPhases = (
0882848925A3489800072D2E /* Sources */,
0882848A25A3489800072D2E /* Frameworks */,
0882848B25A3489800072D2E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Demo;
packageProductDependencies = (
08477C312A6A2F5E0028F2E6 /* Segmenter */,
);
productName = Segmenter;
productReference = 0882848D25A3489800072D2E /* Demo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
0882848525A3489800072D2E /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1230;
LastUpgradeCheck = 1230;
TargetAttributes = {
0882848C25A3489800072D2E = {
CreatedOnToolsVersion = 12.3;
};
};
};
buildConfigurationList = 0882848825A3489800072D2E /* Build configuration list for PBXProject "Demo" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 0882848425A3489800072D2E;
productRefGroup = 0882848E25A3489800072D2E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
0882848C25A3489800072D2E /* Demo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
0882848B25A3489800072D2E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0882849D25A3489900072D2E /* LaunchScreen.storyboard in Resources */,
0882849A25A3489900072D2E /* Assets.xcassets in Resources */,
0882849825A3489800072D2E /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
0882848925A3489800072D2E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0882849525A3489800072D2E /* ViewController.swift in Sources */,
0882849125A3489800072D2E /* AppDelegate.swift in Sources */,
0882849325A3489800072D2E /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
0882849625A3489800072D2E /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
0882849725A3489800072D2E /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
0882849B25A3489900072D2E /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
0882849C25A3489900072D2E /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
0882849F25A3489900072D2E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_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;
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 = 14.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
088284A025A3489900072D2E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_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;
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 = 14.3;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
088284A225A3489900072D2E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = P55DG9QH44;
INFOPLIST_FILE = Segmenter/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = cc.iwecon.Segmenter;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
088284A325A3489900072D2E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = P55DG9QH44;
INFOPLIST_FILE = Segmenter/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = cc.iwecon.Segmenter;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
0882848825A3489800072D2E /* Build configuration list for PBXProject "Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
0882849F25A3489900072D2E /* Debug */,
088284A025A3489900072D2E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
088284A125A3489900072D2E /* Build configuration list for PBXNativeTarget "Demo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
088284A225A3489900072D2E /* Debug */,
088284A325A3489900072D2E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
08477C312A6A2F5E0028F2E6 /* Segmenter */ = {
isa = XCSwiftPackageProductDependency;
productName = Segmenter;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 0882848525A3489800072D2E /* Project object */;
}

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

Loading

0 comments on commit 15a169b

Please sign in to comment.