Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
emrearmagan committed Aug 24, 2024
1 parent 49bdc82 commit a08dbe0
Show file tree
Hide file tree
Showing 14 changed files with 941 additions and 0 deletions.
390 changes: 390 additions & 0 deletions Example/SYButtonDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,390 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objects = {

/* Begin PBXBuildFile section */
D05AF6842C7742C30066B0B4 /* SYButton in Frameworks */ = {isa = PBXBuildFile; productRef = D05AF6832C7742C30066B0B4 /* SYButton */; };
D0BF952B2C7731D600679AC4 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BF952A2C7731D600679AC4 /* AppDelegate.swift */; };
D0BF952D2C7731D600679AC4 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BF952C2C7731D600679AC4 /* SceneDelegate.swift */; };
D0BF952F2C7731D600679AC4 /* ExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BF952E2C7731D600679AC4 /* ExampleViewController.swift */; };
D0BF95322C7731D600679AC4 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = D0BF95312C7731D600679AC4 /* Base */; };
D0BF95342C7731D700679AC4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D0BF95332C7731D700679AC4 /* Assets.xcassets */; };
D0BF95372C7731D700679AC4 /* Base in Resources */ = {isa = PBXBuildFile; fileRef = D0BF95362C7731D700679AC4 /* Base */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
D0BF95272C7731D600679AC4 /* SYButtonDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SYButtonDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
D0BF952A2C7731D600679AC4 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
D0BF952C2C7731D600679AC4 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
D0BF952E2C7731D600679AC4 /* ExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleViewController.swift; sourceTree = "<group>"; };
D0BF95312C7731D600679AC4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
D0BF95332C7731D700679AC4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D0BF95362C7731D700679AC4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
D0BF95382C7731D700679AC4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
D0BF95242C7731D600679AC4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D05AF6842C7742C30066B0B4 /* SYButton in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
D0BF951E2C7731D600679AC4 = {
isa = PBXGroup;
children = (
D0BF95292C7731D600679AC4 /* SYButtonDemo */,
D0BF95282C7731D600679AC4 /* Products */,
);
sourceTree = "<group>";
};
D0BF95282C7731D600679AC4 /* Products */ = {
isa = PBXGroup;
children = (
D0BF95272C7731D600679AC4 /* SYButtonDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
D0BF95292C7731D600679AC4 /* SYButtonDemo */ = {
isa = PBXGroup;
children = (
D0BF952A2C7731D600679AC4 /* AppDelegate.swift */,
D0BF952C2C7731D600679AC4 /* SceneDelegate.swift */,
D0BF952E2C7731D600679AC4 /* ExampleViewController.swift */,
D0BF95302C7731D600679AC4 /* Main.storyboard */,
D0BF95332C7731D700679AC4 /* Assets.xcassets */,
D0BF95352C7731D700679AC4 /* LaunchScreen.storyboard */,
D0BF95382C7731D700679AC4 /* Info.plist */,
);
path = SYButtonDemo;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
D0BF95262C7731D600679AC4 /* SYButtonDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = D0BF953B2C7731D700679AC4 /* Build configuration list for PBXNativeTarget "SYButtonDemo" */;
buildPhases = (
D0BF95232C7731D600679AC4 /* Sources */,
D0BF95242C7731D600679AC4 /* Frameworks */,
D0BF95252C7731D600679AC4 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = SYButtonDemo;
packageProductDependencies = (
D05AF6832C7742C30066B0B4 /* SYButton */,
);
productName = SYButtonDemo;
productReference = D0BF95272C7731D600679AC4 /* SYButtonDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
D0BF951F2C7731D600679AC4 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1540;
LastUpgradeCheck = 1540;
TargetAttributes = {
D0BF95262C7731D600679AC4 = {
CreatedOnToolsVersion = 15.4;
};
};
};
buildConfigurationList = D0BF95222C7731D600679AC4 /* Build configuration list for PBXProject "SYButtonDemo" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = D0BF951E2C7731D600679AC4;
packageReferences = (
D05AF6822C7742C30066B0B4 /* XCLocalSwiftPackageReference "../../SYButton" */,
);
productRefGroup = D0BF95282C7731D600679AC4 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D0BF95262C7731D600679AC4 /* SYButtonDemo */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
D0BF95252C7731D600679AC4 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D0BF95342C7731D700679AC4 /* Assets.xcassets in Resources */,
D0BF95372C7731D700679AC4 /* Base in Resources */,
D0BF95322C7731D600679AC4 /* Base in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
D0BF95232C7731D600679AC4 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D0BF952F2C7731D600679AC4 /* ExampleViewController.swift in Sources */,
D0BF952B2C7731D600679AC4 /* AppDelegate.swift in Sources */,
D0BF952D2C7731D600679AC4 /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
D0BF95302C7731D600679AC4 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
D0BF95312C7731D600679AC4 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
D0BF95352C7731D700679AC4 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
D0BF95362C7731D700679AC4 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
D0BF95392C7731D700679AC4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
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;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
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 = 17.5;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
};
name = Debug;
};
D0BF953A2C7731D700679AC4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
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;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
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 = 17.5;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
D0BF953C2C7731D700679AC4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = L7BXVNN29K;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SYButtonDemo/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";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.emrearmagan.SYButtonDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
D0BF953D2C7731D700679AC4 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = L7BXVNN29K;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SYButtonDemo/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";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.emrearmagan.SYButtonDemo;
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 */
D0BF95222C7731D600679AC4 /* Build configuration list for PBXProject "SYButtonDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D0BF95392C7731D700679AC4 /* Debug */,
D0BF953A2C7731D700679AC4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D0BF953B2C7731D700679AC4 /* Build configuration list for PBXNativeTarget "SYButtonDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D0BF953C2C7731D700679AC4 /* Debug */,
D0BF953D2C7731D700679AC4 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
D05AF6822C7742C30066B0B4 /* XCLocalSwiftPackageReference "../../SYButton" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../SYButton;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
D05AF6832C7742C30066B0B4 /* SYButton */ = {
isa = XCSwiftPackageProductDependency;
productName = SYButton;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = D0BF951F2C7731D600679AC4 /* Project object */;
}

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

Loading

0 comments on commit a08dbe0

Please sign in to comment.