From 14597fefd9b3ff5d5b4847aceea2e6644696eeaf Mon Sep 17 00:00:00 2001 From: Jef-in Date: Tue, 6 Sep 2022 19:01:45 +0530 Subject: [PATCH 1/3] initial project created --- .gitignore | 133 ------- .../project.pbxproj | 346 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 98 +++++ .../Assets.xcassets/Contents.json | 6 + .../Spotify Animation/ContentView.swift | 21 ++ .../Preview Assets.xcassets/Contents.json | 6 + .../Spotify_AnimationApp.swift | 17 + 10 files changed, 520 insertions(+), 133 deletions(-) delete mode 100644 .gitignore create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/Contents.json create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/ContentView.swift create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Preview Content/Preview Assets.xcassets/Contents.json create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Spotify_AnimationApp.swift diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d89bd82..0000000 --- a/.gitignore +++ /dev/null @@ -1,133 +0,0 @@ -# Created by https://www.toptal.com/developers/gitignore/api/macos,swift,xcode -# Edit at https://www.toptal.com/developers/gitignore?templates=macos,swift,xcode - -### macOS ### -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -### macOS Patch ### -# iCloud generated files -*.icloud - -### Swift ### -# Xcode -# -# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore - -## User settings -xcuserdata/ - -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) -*.xcscmblueprint -*.xccheckout - -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - -## Obj-C/Swift specific -*.hmap - -## App packaging -*.ipa -*.dSYM.zip -*.dSYM - -## Playgrounds -timeline.xctimeline -playground.xcworkspace - -# Swift Package Manager -# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. -# Packages/ -# Package.pins -# Package.resolved -# *.xcodeproj -# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata -# hence it is not needed unless you have added a package configuration file to your project -# .swiftpm - -.build/ - -# CocoaPods -# We recommend against adding the Pods directory to your .gitignore. However -# you should judge for yourself, the pros and cons are mentioned at: -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# Pods/ -# Add this line if you want to avoid checking in source code from the Xcode workspace -# *.xcworkspace - -# Carthage -# Add this line if you want to avoid checking in source code from Carthage dependencies. -# Carthage/Checkouts - -Carthage/Build/ - -# Accio dependency management -Dependencies/ -.accio/ - -# fastlane -# It is recommended to not store the screenshots in the git repo. -# Instead, use fastlane to re-generate the screenshots whenever they are needed. -# For more information about the recommended setup visit: -# https://docs.fastlane.tools/best-practices/source-control/#source-control - -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots/**/*.png -fastlane/test_output - -# Code Injection -# After new code Injection tools there's a generated folder /iOSInjectionProject -# https://github.com/johnno1962/injectionforxcode - -iOSInjectionProject/ - -### Xcode ### - -## Xcode 8 and earlier - -### Xcode Patch ### -*.xcodeproj/* -!*.xcodeproj/project.pbxproj -!*.xcodeproj/xcshareddata/ -!*.xcworkspace/contents.xcworkspacedata -/*.gcno -**/xcshareddata/WorkspaceSettings.xcsettings - - -# End of https://www.toptal.com/developers/gitignore/api/macos,swift,xcode diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b439c97 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj @@ -0,0 +1,346 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 55; + objects = { + +/* Begin PBXBuildFile section */ + A1B12B9828C7831F00C79EE4 /* Spotify_AnimationApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B12B9728C7831F00C79EE4 /* Spotify_AnimationApp.swift */; }; + A1B12B9A28C7831F00C79EE4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B12B9928C7831F00C79EE4 /* ContentView.swift */; }; + A1B12B9C28C7832000C79EE4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B12B9B28C7832000C79EE4 /* Assets.xcassets */; }; + A1B12B9F28C7832000C79EE4 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B12B9E28C7832000C79EE4 /* Preview Assets.xcassets */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + A1B12B9428C7831F00C79EE4 /* Spotify Animation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Spotify Animation.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + A1B12B9728C7831F00C79EE4 /* Spotify_AnimationApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Spotify_AnimationApp.swift; sourceTree = ""; }; + A1B12B9928C7831F00C79EE4 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + A1B12B9B28C7832000C79EE4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + A1B12B9E28C7832000C79EE4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + A1B12B9128C7831F00C79EE4 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + A1B12B8B28C7831F00C79EE4 = { + isa = PBXGroup; + children = ( + A1B12B9628C7831F00C79EE4 /* Spotify Animation */, + A1B12B9528C7831F00C79EE4 /* Products */, + ); + sourceTree = ""; + }; + A1B12B9528C7831F00C79EE4 /* Products */ = { + isa = PBXGroup; + children = ( + A1B12B9428C7831F00C79EE4 /* Spotify Animation.app */, + ); + name = Products; + sourceTree = ""; + }; + A1B12B9628C7831F00C79EE4 /* Spotify Animation */ = { + isa = PBXGroup; + children = ( + A1B12B9728C7831F00C79EE4 /* Spotify_AnimationApp.swift */, + A1B12B9928C7831F00C79EE4 /* ContentView.swift */, + A1B12B9B28C7832000C79EE4 /* Assets.xcassets */, + A1B12B9D28C7832000C79EE4 /* Preview Content */, + ); + path = "Spotify Animation"; + sourceTree = ""; + }; + A1B12B9D28C7832000C79EE4 /* Preview Content */ = { + isa = PBXGroup; + children = ( + A1B12B9E28C7832000C79EE4 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + A1B12B9328C7831F00C79EE4 /* Spotify Animation */ = { + isa = PBXNativeTarget; + buildConfigurationList = A1B12BA228C7832000C79EE4 /* Build configuration list for PBXNativeTarget "Spotify Animation" */; + buildPhases = ( + A1B12B9028C7831F00C79EE4 /* Sources */, + A1B12B9128C7831F00C79EE4 /* Frameworks */, + A1B12B9228C7831F00C79EE4 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Spotify Animation"; + productName = "Spotify Animation"; + productReference = A1B12B9428C7831F00C79EE4 /* Spotify Animation.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + A1B12B8C28C7831F00C79EE4 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1320; + LastUpgradeCheck = 1320; + TargetAttributes = { + A1B12B9328C7831F00C79EE4 = { + CreatedOnToolsVersion = 13.2; + }; + }; + }; + buildConfigurationList = A1B12B8F28C7831F00C79EE4 /* Build configuration list for PBXProject "Spotify Animation" */; + compatibilityVersion = "Xcode 13.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = A1B12B8B28C7831F00C79EE4; + productRefGroup = A1B12B9528C7831F00C79EE4 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + A1B12B9328C7831F00C79EE4 /* Spotify Animation */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + A1B12B9228C7831F00C79EE4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A1B12B9F28C7832000C79EE4 /* Preview Assets.xcassets in Resources */, + A1B12B9C28C7832000C79EE4 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + A1B12B9028C7831F00C79EE4 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A1B12B9A28C7831F00C79EE4 /* ContentView.swift in Sources */, + A1B12B9828C7831F00C79EE4 /* Spotify_AnimationApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + A1B12BA028C7832000C79EE4 /* 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_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 = 15.2; + 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; + }; + A1B12BA128C7832000C79EE4 /* 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_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 = 15.2; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + A1B12BA328C7832000C79EE4 /* 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_ASSET_PATHS = "\"Spotify Animation/Preview Content\""; + DEVELOPMENT_TEAM = E6WV5AAPA8; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + 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.sample.Spotify-Animation"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + A1B12BA428C7832000C79EE4 /* 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_ASSET_PATHS = "\"Spotify Animation/Preview Content\""; + DEVELOPMENT_TEAM = E6WV5AAPA8; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; + INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; + INFOPLIST_KEY_UILaunchScreen_Generation = YES; + 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.sample.Spotify-Animation"; + 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 */ + A1B12B8F28C7831F00C79EE4 /* Build configuration list for PBXProject "Spotify Animation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A1B12BA028C7832000C79EE4 /* Debug */, + A1B12BA128C7832000C79EE4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + A1B12BA228C7832000C79EE4 /* Build configuration list for PBXNativeTarget "Spotify Animation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + A1B12BA328C7832000C79EE4 /* Debug */, + A1B12BA428C7832000C79EE4 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = A1B12B8C28C7831F00C79EE4 /* Project object */; +} diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/AccentColor.colorset/Contents.json b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/AppIcon.appiconset/Contents.json b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..9221b9b --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,98 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/Contents.json b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/ContentView.swift b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/ContentView.swift new file mode 100644 index 0000000..c747353 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/ContentView.swift @@ -0,0 +1,21 @@ +// +// ContentView.swift +// Spotify Animation +// +// Created by Jefin on 06/09/22. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + Text("Hello, world!") + .padding() + } +} + +struct ContentView_Previews: PreviewProvider { + static var previews: some View { + ContentView() + } +} diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Preview Content/Preview Assets.xcassets/Contents.json b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Spotify_AnimationApp.swift b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Spotify_AnimationApp.swift new file mode 100644 index 0000000..4176393 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Spotify_AnimationApp.swift @@ -0,0 +1,17 @@ +// +// Spotify_AnimationApp.swift +// Spotify Animation +// +// Created by Jefin on 06/09/22. +// + +import SwiftUI + +@main +struct Spotify_AnimationApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} From ebf48d5cd8e5aa0de7b8eab5702830967961abca Mon Sep 17 00:00:00 2001 From: Jef-in Date: Tue, 6 Sep 2022 19:04:05 +0530 Subject: [PATCH 2/3] initial project created --- .DS_Store | Bin 8196 -> 10244 bytes .gitIgnore | 281 +++++++++--------- .../project.pbxproj | 102 +++---- 3 files changed, 184 insertions(+), 199 deletions(-) diff --git a/.DS_Store b/.DS_Store index 13c21bc5fbfe7067464d6d53e5b8671c7aa73aac..24a231e904f7bd7776520de5292294c137a5f3bc 100644 GIT binary patch literal 10244 zcmeHNPjB2r6n~Q@jW>UqRBBHZk|i#!NJBP7v=x_ax;X?nNL9~#1ik~O@_RE5@yu>mBT==gW>%hOkKb?Jyx+Vx_BbIT zvC;SIL@p6II9M((pc+&7J|81xs%UuwQUFg|QPOEgNgLP8BigpXGGH073|Iy%1D1i8 zfdM?Txj6Gm+S)Q;8L$le!vL=jE)JHBLJpObO9v{s1%RAJvn)85ul|rOH$XNDIaCrY zC_+IY6;u>k3{mVHgo5LKqtG8Jso*4}W%N^67R3%l6dMoWN_7$qC2egPundecz4cLkAS<81Y&aOte>T zb&_sRjzm>+G^X!v(rgyrAe@;$zuxX`{l z^0ndRcZQb}(CtCiEByGm-HXC3Ut9Y_Or4pYIXmk(&b;$UYd;yZaxd>^8(#V`Uwx1y zQTzDZYj20aU}yQl?Ig~k#m_dg6{KN)N!{n*bWwxw=3wOVaw`O@Lx)%uN_ z*H_&7wffPDdsx4=esjgWzINm2sODUJ{mpmo?HokiIQd@9gb+&7Vj+*kBb-cdbj-v~ zK$NHWi?ffT&(su8M4e1_b<}^K_J^%Bj*@r}o--?p2>E>^N{BGoM_8oPLx7~TPU}X1 z`~~fDx-B4}QtAUAP(%aN+(%}n+!R|X<7T1Rg>FncKpV-1kR|$|l+=r~1#J%r9nf9a z3+N%R0qkY^_=r=xBGTZ%fsGiy4wA)3->KfSTmZ^FpOgAIwEL7}(aA8H5J{DTyRL!d zw5p8NW9|O8!2YYPa-@Cp^cO!-kv0Ky5@%I0dX)WyVbLtT3!g)J02bi4;Wfuf*=s}l z)mc0Y$Be+50ZF|6_QxiLPSAS@s@t?l@8dbNsnf|xA;d&LJ8ljKRfsBz{t4OjQy`|gbz}L_3$6XS2v z9r(spe8UDpMMKQNe-BGhi1G0=na}$=hL;o#vj{!b=cOS5Y8wj$Kk+;o=t#-rml~6& zB8|CR!YsyM9Pc5p6v(IPF04gkmyEYD!mmnpCZM~?Nm4%h-GB0HN4^!Dr;lKP-+kDh z2k`7NJm4pJiuMrlis2v6ciF!RJ-j-}SixC8>qKq5hVT+rLEVS}M%iK+unbrRECbJ* zfiud0I}f>e`rrSb_b_b#mI2Ga3uHh{H(SjO3_zSR2>#aY;`kH?7uFjpDIuuj=Xgl@ uIUX1MIsP&Z)?H)C1?P=I4wXa;$_x5qfZhMU{2veP{$Kl_I`O~l|NjQ1U|{tC delta 174 zcmZn(XmOBWU|?W$DortDU;r^WfEYvza8E20o2aKKDhiSZ@);Nu7=jt{8Il>Y88SB( zPGg_gz`L29gN1`pbn*uQiOE|8Hf>%ac#3f{pNJ$+S#VKaPJUiGNblrAQH9ArMRrYo zDEeZup@j70HVOXC-jZR=g3Lf^Aduh&60RUCHx__j*C=mbv diff --git a/.gitIgnore b/.gitIgnore index 8393779..d89bd82 100644 --- a/.gitIgnore +++ b/.gitIgnore @@ -1,148 +1,133 @@ -# Created by -https://www.toptal.com/developers/gitignore/api/macos,swift,xcode -# Edit at -https://www.toptal.com/developers/gitignore?templates=macos,swift,xcode - -### macOS ### -# General -.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -### macOS Patch ### -# iCloud generated files -*.icloud - -### Swift ### -# Xcode -# -# gitignore contributors: remember to update Global/Xcode.gitignore, -Objective-C.gitignore & Swift.gitignore - -## User settings -xcuserdata/ - -## compatibility with Xcode 8 and earlier (ignoring not required starting -Xcode 9) -*.xcscmblueprint -*.xccheckout - -## compatibility with Xcode 3 and earlier (ignoring not required starting -Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - -## Obj-C/Swift specific -*.hmap - -## App packaging -*.ipa -*.dSYM.zip -*.dSYM - -## Playgrounds -timeline.xctimeline -playground.xcworkspace - -# Swift Package Manager -# Add this line if you want to avoid checking in source code from Swift -Package Manager dependencies. -# Packages/ -# Package.pins -# Package.resolved -# *.xcodeproj -# Xcode automatically generates this directory with a .xcworkspacedata -file and xcuserdata -# hence it is not needed unless you have added a package configuration -file to your project -# .swiftpm - -.build/ - -# CocoaPods -# We recommend against adding the Pods directory to your .gitignore. -However -# you should judge for yourself, the pros and cons are mentioned at: -# -https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# Pods/ -# Add this line if you want to avoid checking in source code from the -Xcode workspace -# *.xcworkspace - -# Carthage -# Add this line if you want to avoid checking in source code from Carthage -dependencies. -# Carthage/Checkouts - -Carthage/Build/ - -# Accio dependency management -Dependencies/ -.accio/ - -# fastlane -# It is recommended to not store the screenshots in the git repo. -# Instead, use fastlane to re-generate the screenshots whenever they are -needed. -# For more information about the recommended setup visit: -# -https://docs.fastlane.tools/best-practices/source-control/#source-control - -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots/**/*.png -fastlane/test_output - -# Code Injection -# After new code Injection tools there's a generated folder -/iOSInjectionProject -# https://github.com/johnno1962/injectionforxcode - -iOSInjectionProject/ - -### Xcode ### - -## Xcode 8 and earlier - -### Xcode Patch ### -*.xcodeproj/* -!*.xcodeproj/project.pbxproj -!*.xcodeproj/xcshareddata/ -!*.xcworkspace/contents.xcworkspacedata -/*.gcno -**/xcshareddata/WorkspaceSettings.xcsettings - -# End of https://www.toptal.com/developers/gitignore/api/macos,swift,xcode +# Created by https://www.toptal.com/developers/gitignore/api/macos,swift,xcode +# Edit at https://www.toptal.com/developers/gitignore?templates=macos,swift,xcode + +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +### macOS Patch ### +# iCloud generated files +*.icloud + +### Swift ### +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) +build/ +DerivedData/ +*.moved-aside +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 + +## Obj-C/Swift specific +*.hmap + +## App packaging +*.ipa +*.dSYM.zip +*.dSYM + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +# *.xcodeproj +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata +# hence it is not needed unless you have added a package configuration file to your project +# .swiftpm + +.build/ + +# CocoaPods +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# Pods/ +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace + +# Carthage +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build/ + +# Accio dependency management +Dependencies/ +.accio/ + +# fastlane +# It is recommended to not store the screenshots in the git repo. +# Instead, use fastlane to re-generate the screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ + +### Xcode ### + +## Xcode 8 and earlier + +### Xcode Patch ### +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno +**/xcshareddata/WorkspaceSettings.xcsettings + + +# End of https://www.toptal.com/developers/gitignore/api/macos,swift,xcode diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj index b439c97..4e6c392 100644 --- a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj @@ -7,22 +7,22 @@ objects = { /* Begin PBXBuildFile section */ - A1B12B9828C7831F00C79EE4 /* Spotify_AnimationApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B12B9728C7831F00C79EE4 /* Spotify_AnimationApp.swift */; }; - A1B12B9A28C7831F00C79EE4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B12B9928C7831F00C79EE4 /* ContentView.swift */; }; - A1B12B9C28C7832000C79EE4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B12B9B28C7832000C79EE4 /* Assets.xcassets */; }; - A1B12B9F28C7832000C79EE4 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B12B9E28C7832000C79EE4 /* Preview Assets.xcassets */; }; + A1B12BB228C783B900C79EE4 /* Spotify_AnimationApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B12BB128C783B900C79EE4 /* Spotify_AnimationApp.swift */; }; + A1B12BB428C783B900C79EE4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B12BB328C783B900C79EE4 /* ContentView.swift */; }; + A1B12BB628C783B900C79EE4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B12BB528C783B900C79EE4 /* Assets.xcassets */; }; + A1B12BB928C783B900C79EE4 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B12BB828C783B900C79EE4 /* Preview Assets.xcassets */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ - A1B12B9428C7831F00C79EE4 /* Spotify Animation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Spotify Animation.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - A1B12B9728C7831F00C79EE4 /* Spotify_AnimationApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Spotify_AnimationApp.swift; sourceTree = ""; }; - A1B12B9928C7831F00C79EE4 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; - A1B12B9B28C7832000C79EE4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - A1B12B9E28C7832000C79EE4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + A1B12BAE28C783B900C79EE4 /* Spotify Animation.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Spotify Animation.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + A1B12BB128C783B900C79EE4 /* Spotify_AnimationApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Spotify_AnimationApp.swift; sourceTree = ""; }; + A1B12BB328C783B900C79EE4 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + A1B12BB528C783B900C79EE4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + A1B12BB828C783B900C79EE4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - A1B12B9128C7831F00C79EE4 /* Frameworks */ = { + A1B12BAB28C783B900C79EE4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( @@ -32,37 +32,37 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - A1B12B8B28C7831F00C79EE4 = { + A1B12BA528C783B900C79EE4 = { isa = PBXGroup; children = ( - A1B12B9628C7831F00C79EE4 /* Spotify Animation */, - A1B12B9528C7831F00C79EE4 /* Products */, + A1B12BB028C783B900C79EE4 /* Spotify Animation */, + A1B12BAF28C783B900C79EE4 /* Products */, ); sourceTree = ""; }; - A1B12B9528C7831F00C79EE4 /* Products */ = { + A1B12BAF28C783B900C79EE4 /* Products */ = { isa = PBXGroup; children = ( - A1B12B9428C7831F00C79EE4 /* Spotify Animation.app */, + A1B12BAE28C783B900C79EE4 /* Spotify Animation.app */, ); name = Products; sourceTree = ""; }; - A1B12B9628C7831F00C79EE4 /* Spotify Animation */ = { + A1B12BB028C783B900C79EE4 /* Spotify Animation */ = { isa = PBXGroup; children = ( - A1B12B9728C7831F00C79EE4 /* Spotify_AnimationApp.swift */, - A1B12B9928C7831F00C79EE4 /* ContentView.swift */, - A1B12B9B28C7832000C79EE4 /* Assets.xcassets */, - A1B12B9D28C7832000C79EE4 /* Preview Content */, + A1B12BB128C783B900C79EE4 /* Spotify_AnimationApp.swift */, + A1B12BB328C783B900C79EE4 /* ContentView.swift */, + A1B12BB528C783B900C79EE4 /* Assets.xcassets */, + A1B12BB728C783B900C79EE4 /* Preview Content */, ); path = "Spotify Animation"; sourceTree = ""; }; - A1B12B9D28C7832000C79EE4 /* Preview Content */ = { + A1B12BB728C783B900C79EE4 /* Preview Content */ = { isa = PBXGroup; children = ( - A1B12B9E28C7832000C79EE4 /* Preview Assets.xcassets */, + A1B12BB828C783B900C79EE4 /* Preview Assets.xcassets */, ); path = "Preview Content"; sourceTree = ""; @@ -70,13 +70,13 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - A1B12B9328C7831F00C79EE4 /* Spotify Animation */ = { + A1B12BAD28C783B900C79EE4 /* Spotify Animation */ = { isa = PBXNativeTarget; - buildConfigurationList = A1B12BA228C7832000C79EE4 /* Build configuration list for PBXNativeTarget "Spotify Animation" */; + buildConfigurationList = A1B12BBC28C783B900C79EE4 /* Build configuration list for PBXNativeTarget "Spotify Animation" */; buildPhases = ( - A1B12B9028C7831F00C79EE4 /* Sources */, - A1B12B9128C7831F00C79EE4 /* Frameworks */, - A1B12B9228C7831F00C79EE4 /* Resources */, + A1B12BAA28C783B900C79EE4 /* Sources */, + A1B12BAB28C783B900C79EE4 /* Frameworks */, + A1B12BAC28C783B900C79EE4 /* Resources */, ); buildRules = ( ); @@ -84,25 +84,25 @@ ); name = "Spotify Animation"; productName = "Spotify Animation"; - productReference = A1B12B9428C7831F00C79EE4 /* Spotify Animation.app */; + productReference = A1B12BAE28C783B900C79EE4 /* Spotify Animation.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - A1B12B8C28C7831F00C79EE4 /* Project object */ = { + A1B12BA628C783B900C79EE4 /* Project object */ = { isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 1320; LastUpgradeCheck = 1320; TargetAttributes = { - A1B12B9328C7831F00C79EE4 = { + A1B12BAD28C783B900C79EE4 = { CreatedOnToolsVersion = 13.2; }; }; }; - buildConfigurationList = A1B12B8F28C7831F00C79EE4 /* Build configuration list for PBXProject "Spotify Animation" */; + buildConfigurationList = A1B12BA928C783B900C79EE4 /* Build configuration list for PBXProject "Spotify Animation" */; compatibilityVersion = "Xcode 13.0"; developmentRegion = en; hasScannedForEncodings = 0; @@ -110,42 +110,42 @@ en, Base, ); - mainGroup = A1B12B8B28C7831F00C79EE4; - productRefGroup = A1B12B9528C7831F00C79EE4 /* Products */; + mainGroup = A1B12BA528C783B900C79EE4; + productRefGroup = A1B12BAF28C783B900C79EE4 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - A1B12B9328C7831F00C79EE4 /* Spotify Animation */, + A1B12BAD28C783B900C79EE4 /* Spotify Animation */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - A1B12B9228C7831F00C79EE4 /* Resources */ = { + A1B12BAC28C783B900C79EE4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - A1B12B9F28C7832000C79EE4 /* Preview Assets.xcassets in Resources */, - A1B12B9C28C7832000C79EE4 /* Assets.xcassets in Resources */, + A1B12BB928C783B900C79EE4 /* Preview Assets.xcassets in Resources */, + A1B12BB628C783B900C79EE4 /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - A1B12B9028C7831F00C79EE4 /* Sources */ = { + A1B12BAA28C783B900C79EE4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - A1B12B9A28C7831F00C79EE4 /* ContentView.swift in Sources */, - A1B12B9828C7831F00C79EE4 /* Spotify_AnimationApp.swift in Sources */, + A1B12BB428C783B900C79EE4 /* ContentView.swift in Sources */, + A1B12BB228C783B900C79EE4 /* Spotify_AnimationApp.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ - A1B12BA028C7832000C79EE4 /* Debug */ = { + A1B12BBA28C783B900C79EE4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -206,7 +206,7 @@ }; name = Debug; }; - A1B12BA128C7832000C79EE4 /* Release */ = { + A1B12BBB28C783B900C79EE4 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -261,7 +261,7 @@ }; name = Release; }; - A1B12BA328C7832000C79EE4 /* Debug */ = { + A1B12BBD28C783B900C79EE4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -290,7 +290,7 @@ }; name = Debug; }; - A1B12BA428C7832000C79EE4 /* Release */ = { + A1B12BBE28C783B900C79EE4 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; @@ -322,25 +322,25 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - A1B12B8F28C7831F00C79EE4 /* Build configuration list for PBXProject "Spotify Animation" */ = { + A1B12BA928C783B900C79EE4 /* Build configuration list for PBXProject "Spotify Animation" */ = { isa = XCConfigurationList; buildConfigurations = ( - A1B12BA028C7832000C79EE4 /* Debug */, - A1B12BA128C7832000C79EE4 /* Release */, + A1B12BBA28C783B900C79EE4 /* Debug */, + A1B12BBB28C783B900C79EE4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - A1B12BA228C7832000C79EE4 /* Build configuration list for PBXNativeTarget "Spotify Animation" */ = { + A1B12BBC28C783B900C79EE4 /* Build configuration list for PBXNativeTarget "Spotify Animation" */ = { isa = XCConfigurationList; buildConfigurations = ( - A1B12BA328C7832000C79EE4 /* Debug */, - A1B12BA428C7832000C79EE4 /* Release */, + A1B12BBD28C783B900C79EE4 /* Debug */, + A1B12BBE28C783B900C79EE4 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = A1B12B8C28C7831F00C79EE4 /* Project object */; + rootObject = A1B12BA628C783B900C79EE4 /* Project object */; } From 65f761504ca2abdd5d6553f4bc941bd4299009ae Mon Sep 17 00:00:00 2001 From: Jef-in Date: Tue, 6 Sep 2022 19:25:41 +0530 Subject: [PATCH 3/3] feat: Spotify Animation View created and added --- .DS_Store | Bin 10244 -> 10244 bytes .../project.pbxproj | 4 ++ .../Spotify Animation/AnimationView.swift | 29 +++++++++++++ .../Spotify Green.colorset/Contents.json | 38 ++++++++++++++++++ .../Spotify Animation/ContentView.swift | 7 +++- .../Spotify_AnimationApp.swift | 1 + 6 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/AnimationView.swift create mode 100644 Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/Spotify Green.colorset/Contents.json diff --git a/.DS_Store b/.DS_Store index 24a231e904f7bd7776520de5292294c137a5f3bc..d087b46097ea9d7046145b03252beb1d7b7ed361 100644 GIT binary patch delta 641 zcmZn(XbG6$RCU^hRb-ew+w8Lag}3|wpkIef5Mb&&_vn zfm+V-|9Hx&gULr6iM2F0KLx*DEj+$1$Ut%N<^`f(nI?NnDsR@2RA$@Et}u5r^hgRl G3q}A+Jdr>E delta 144 zcmZn(XbG6$jIU^hRb_GTV|8LXQxh<#*=z>% diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj index 4e6c392..f52fa67 100644 --- a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation.xcodeproj/project.pbxproj @@ -11,6 +11,7 @@ A1B12BB428C783B900C79EE4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B12BB328C783B900C79EE4 /* ContentView.swift */; }; A1B12BB628C783B900C79EE4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B12BB528C783B900C79EE4 /* Assets.xcassets */; }; A1B12BB928C783B900C79EE4 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A1B12BB828C783B900C79EE4 /* Preview Assets.xcassets */; }; + A1B12BC028C7848100C79EE4 /* AnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1B12BBF28C7848100C79EE4 /* AnimationView.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -19,6 +20,7 @@ A1B12BB328C783B900C79EE4 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; A1B12BB528C783B900C79EE4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; A1B12BB828C783B900C79EE4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + A1B12BBF28C7848100C79EE4 /* AnimationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AnimationView.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -53,6 +55,7 @@ children = ( A1B12BB128C783B900C79EE4 /* Spotify_AnimationApp.swift */, A1B12BB328C783B900C79EE4 /* ContentView.swift */, + A1B12BBF28C7848100C79EE4 /* AnimationView.swift */, A1B12BB528C783B900C79EE4 /* Assets.xcassets */, A1B12BB728C783B900C79EE4 /* Preview Content */, ); @@ -137,6 +140,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + A1B12BC028C7848100C79EE4 /* AnimationView.swift in Sources */, A1B12BB428C783B900C79EE4 /* ContentView.swift in Sources */, A1B12BB228C783B900C79EE4 /* Spotify_AnimationApp.swift in Sources */, ); diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/AnimationView.swift b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/AnimationView.swift new file mode 100644 index 0000000..bda0551 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/AnimationView.swift @@ -0,0 +1,29 @@ +// +// AnimationView.swift +// Spotify Animation +// +// Created by Jefin on 06/09/22. +// + +import SwiftUI + +struct AnimationView: View { + @State var progression: Double = 0.0 + let timer = Timer.publish(every: 1, on: .main, in: .common).autoconnect() + var body: some View { + Rectangle() + .fill(Color("Spotify Green")) + .scaleEffect(x: 1, y: progression, anchor: .bottom) + .onReceive(timer) { _ in + withAnimation(.easeIn(duration: 1.0)) { + progression = Double(Float.random(in: 0.0..<1.0)) + } + } + } +} + +struct AnimationView_Previews: PreviewProvider { + static var previews: some View { + AnimationView() + } +} diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/Spotify Green.colorset/Contents.json b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/Spotify Green.colorset/Contents.json new file mode 100644 index 0000000..1d300f3 --- /dev/null +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Assets.xcassets/Spotify Green.colorset/Contents.json @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "110", + "green" : "211", + "red" : "101" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "110", + "green" : "211", + "red" : "101" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/ContentView.swift b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/ContentView.swift index c747353..508f973 100644 --- a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/ContentView.swift +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/ContentView.swift @@ -9,8 +9,11 @@ import SwiftUI struct ContentView: View { var body: some View { - Text("Hello, world!") - .padding() + HStack { + ForEach(0..<4, id: \.self) { _ in + AnimationView() + } + }.frame(width: 300, height: 200) } } diff --git a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Spotify_AnimationApp.swift b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Spotify_AnimationApp.swift index 4176393..4e7040d 100644 --- a/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Spotify_AnimationApp.swift +++ b/Jefin Abdul Jaleel/Spotify Animation/Spotify Animation/Spotify_AnimationApp.swift @@ -12,6 +12,7 @@ struct Spotify_AnimationApp: App { var body: some Scene { WindowGroup { ContentView() + .preferredColorScheme(.dark) } } }