Skip to content

Commit

Permalink
Merge pull request #45 from warchimede/chore/general-update
Browse files Browse the repository at this point in the history
Chore: General update
  • Loading branch information
warchimede authored Sep 8, 2023
2 parents 1c14a31 + 933d4cf commit b8cadea
Show file tree
Hide file tree
Showing 28 changed files with 627 additions and 1,099 deletions.
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

385 changes: 385 additions & 0 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,385 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objects = {

/* Begin PBXBuildFile section */
93C8129D2AAA3F3C005CEA65 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93C8129C2AAA3F3C005CEA65 /* AppDelegate.swift */; };
93C8129F2AAA3F3C005CEA65 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93C8129E2AAA3F3C005CEA65 /* SceneDelegate.swift */; };
93C812A12AAA3F3C005CEA65 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93C812A02AAA3F3C005CEA65 /* ViewController.swift */; };
93C812A42AAA3F3C005CEA65 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93C812A22AAA3F3C005CEA65 /* Main.storyboard */; };
93C812A62AAA3F3C005CEA65 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 93C812A52AAA3F3C005CEA65 /* Assets.xcassets */; };
93C812A92AAA3F3C005CEA65 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93C812A72AAA3F3C005CEA65 /* LaunchScreen.storyboard */; };
93C812B62AAA41F4005CEA65 /* WARangeSlider in Frameworks */ = {isa = PBXBuildFile; productRef = 93C812B52AAA41F4005CEA65 /* WARangeSlider */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
93C812992AAA3F3C005CEA65 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
93C8129C2AAA3F3C005CEA65 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
93C8129E2AAA3F3C005CEA65 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
93C812A02AAA3F3C005CEA65 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
93C812A32AAA3F3C005CEA65 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
93C812A52AAA3F3C005CEA65 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
93C812A82AAA3F3C005CEA65 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
93C812AA2AAA3F3C005CEA65 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
93C812B32AAA40F1005CEA65 /* WARangeSlider */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = WARangeSlider; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
93C812962AAA3F3C005CEA65 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
93C812B62AAA41F4005CEA65 /* WARangeSlider in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
93C812902AAA3F3C005CEA65 = {
isa = PBXGroup;
children = (
93C812B32AAA40F1005CEA65 /* WARangeSlider */,
93C8129B2AAA3F3C005CEA65 /* Example */,
93C8129A2AAA3F3C005CEA65 /* Products */,
93C812B42AAA41F4005CEA65 /* Frameworks */,
);
sourceTree = "<group>";
};
93C8129A2AAA3F3C005CEA65 /* Products */ = {
isa = PBXGroup;
children = (
93C812992AAA3F3C005CEA65 /* Example.app */,
);
name = Products;
sourceTree = "<group>";
};
93C8129B2AAA3F3C005CEA65 /* Example */ = {
isa = PBXGroup;
children = (
93C8129C2AAA3F3C005CEA65 /* AppDelegate.swift */,
93C8129E2AAA3F3C005CEA65 /* SceneDelegate.swift */,
93C812A02AAA3F3C005CEA65 /* ViewController.swift */,
93C812A22AAA3F3C005CEA65 /* Main.storyboard */,
93C812A52AAA3F3C005CEA65 /* Assets.xcassets */,
93C812A72AAA3F3C005CEA65 /* LaunchScreen.storyboard */,
93C812AA2AAA3F3C005CEA65 /* Info.plist */,
);
path = Example;
sourceTree = "<group>";
};
93C812B42AAA41F4005CEA65 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
93C812982AAA3F3C005CEA65 /* Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = 93C812AD2AAA3F3C005CEA65 /* Build configuration list for PBXNativeTarget "Example" */;
buildPhases = (
93C812952AAA3F3C005CEA65 /* Sources */,
93C812962AAA3F3C005CEA65 /* Frameworks */,
93C812972AAA3F3C005CEA65 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Example;
packageProductDependencies = (
93C812B52AAA41F4005CEA65 /* WARangeSlider */,
);
productName = Example;
productReference = 93C812992AAA3F3C005CEA65 /* Example.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
93C812912AAA3F3C005CEA65 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1430;
LastUpgradeCheck = 1430;
TargetAttributes = {
93C812982AAA3F3C005CEA65 = {
CreatedOnToolsVersion = 14.3.1;
};
};
};
buildConfigurationList = 93C812942AAA3F3C005CEA65 /* Build configuration list for PBXProject "Example" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 93C812902AAA3F3C005CEA65;
productRefGroup = 93C8129A2AAA3F3C005CEA65 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
93C812982AAA3F3C005CEA65 /* Example */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
93C812972AAA3F3C005CEA65 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
93C812A92AAA3F3C005CEA65 /* LaunchScreen.storyboard in Resources */,
93C812A62AAA3F3C005CEA65 /* Assets.xcassets in Resources */,
93C812A42AAA3F3C005CEA65 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
93C812952AAA3F3C005CEA65 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
93C812A12AAA3F3C005CEA65 /* ViewController.swift in Sources */,
93C8129D2AAA3F3C005CEA65 /* AppDelegate.swift in Sources */,
93C8129F2AAA3F3C005CEA65 /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
93C812A22AAA3F3C005CEA65 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
93C812A32AAA3F3C005CEA65 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
93C812A72AAA3F3C005CEA65 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
93C812A82AAA3F3C005CEA65 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
93C812AB2AAA3F3C005CEA65 /* 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++20";
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 = 13.0;
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;
};
93C812AC2AAA3F3C005CEA65 /* 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++20";
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 = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
93C812AE2AAA3F3C005CEA65 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Example/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = wa.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
93C812AF2AAA3F3C005CEA65 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Example/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = wa.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
93C812942AAA3F3C005CEA65 /* Build configuration list for PBXProject "Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
93C812AB2AAA3F3C005CEA65 /* Debug */,
93C812AC2AAA3F3C005CEA65 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
93C812AD2AAA3F3C005CEA65 /* Build configuration list for PBXNativeTarget "Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
93C812AE2AAA3F3C005CEA65 /* Debug */,
93C812AF2AAA3F3C005CEA65 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
93C812B52AAA41F4005CEA65 /* WARangeSlider */ = {
isa = XCSwiftPackageProductDependency;
productName = WARangeSlider;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 93C812912AAA3F3C005CEA65 /* Project object */;
}

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

Loading

0 comments on commit b8cadea

Please sign in to comment.