From 21d76b1dadc8b895476c4692ef68cd60137dcbfa Mon Sep 17 00:00:00 2001 From: Ahmed Shendy Date: Tue, 17 Sep 2024 18:46:23 +0300 Subject: [PATCH] update: add playground project (#5) --- .../project.pbxproj | 382 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../AccentColor.colorset/Contents.json | 11 + .../AppIcon.appiconset/Contents.json | 63 +++ .../Assets.xcassets/Contents.json | 6 + .../FeedbackKitPlayground/ContentView.swift | 24 ++ .../FeedbackKitPlayground.entitlements | 10 + .../FeedbackKitPlaygroundApp.swift | 18 + .../Preview Assets.xcassets/Contents.json | 6 + 10 files changed, 535 insertions(+) create mode 100644 playground/FeedbackKitPlayground.xcodeproj/project.pbxproj create mode 100644 playground/FeedbackKitPlayground.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 playground/FeedbackKitPlayground.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 playground/FeedbackKitPlayground/Assets.xcassets/AccentColor.colorset/Contents.json create mode 100644 playground/FeedbackKitPlayground/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 playground/FeedbackKitPlayground/Assets.xcassets/Contents.json create mode 100644 playground/FeedbackKitPlayground/ContentView.swift create mode 100644 playground/FeedbackKitPlayground/FeedbackKitPlayground.entitlements create mode 100644 playground/FeedbackKitPlayground/FeedbackKitPlaygroundApp.swift create mode 100644 playground/FeedbackKitPlayground/Preview Content/Preview Assets.xcassets/Contents.json diff --git a/playground/FeedbackKitPlayground.xcodeproj/project.pbxproj b/playground/FeedbackKitPlayground.xcodeproj/project.pbxproj new file mode 100644 index 0000000..41eee7a --- /dev/null +++ b/playground/FeedbackKitPlayground.xcodeproj/project.pbxproj @@ -0,0 +1,382 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 56; + objects = { + +/* Begin PBXBuildFile section */ + 648D2DAB2BE0D6E80049B478 /* FeedbackKitPlaygroundApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 648D2DAA2BE0D6E80049B478 /* FeedbackKitPlaygroundApp.swift */; }; + 648D2DAD2BE0D6E80049B478 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 648D2DAC2BE0D6E80049B478 /* ContentView.swift */; }; + 648D2DAF2BE0D6EA0049B478 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 648D2DAE2BE0D6EA0049B478 /* Assets.xcassets */; }; + 648D2DB32BE0D6EA0049B478 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 648D2DB22BE0D6EA0049B478 /* Preview Assets.xcassets */; }; + 648D2DBC2BE0D71A0049B478 /* FeedbackKit in Frameworks */ = {isa = PBXBuildFile; productRef = 648D2DBB2BE0D71A0049B478 /* FeedbackKit */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 648D2DA72BE0D6E80049B478 /* FeedbackKitPlayground.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FeedbackKitPlayground.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 648D2DAA2BE0D6E80049B478 /* FeedbackKitPlaygroundApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeedbackKitPlaygroundApp.swift; sourceTree = ""; }; + 648D2DAC2BE0D6E80049B478 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; + 648D2DAE2BE0D6EA0049B478 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 648D2DB02BE0D6EA0049B478 /* FeedbackKitPlayground.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = FeedbackKitPlayground.entitlements; sourceTree = ""; }; + 648D2DB22BE0D6EA0049B478 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 648D2DB92BE0D7100049B478 /* FeedbackKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FeedbackKit; path = ..; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 648D2DA42BE0D6E80049B478 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 648D2DBC2BE0D71A0049B478 /* FeedbackKit in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 648D2D9E2BE0D6E80049B478 = { + isa = PBXGroup; + children = ( + 648D2DB92BE0D7100049B478 /* FeedbackKit */, + 648D2DA92BE0D6E80049B478 /* FeedbackKitPlayground */, + 648D2DA82BE0D6E80049B478 /* Products */, + 648D2DBA2BE0D71A0049B478 /* Frameworks */, + ); + sourceTree = ""; + }; + 648D2DA82BE0D6E80049B478 /* Products */ = { + isa = PBXGroup; + children = ( + 648D2DA72BE0D6E80049B478 /* FeedbackKitPlayground.app */, + ); + name = Products; + sourceTree = ""; + }; + 648D2DA92BE0D6E80049B478 /* FeedbackKitPlayground */ = { + isa = PBXGroup; + children = ( + 648D2DAA2BE0D6E80049B478 /* FeedbackKitPlaygroundApp.swift */, + 648D2DAC2BE0D6E80049B478 /* ContentView.swift */, + 648D2DAE2BE0D6EA0049B478 /* Assets.xcassets */, + 648D2DB02BE0D6EA0049B478 /* FeedbackKitPlayground.entitlements */, + 648D2DB12BE0D6EA0049B478 /* Preview Content */, + ); + path = FeedbackKitPlayground; + sourceTree = ""; + }; + 648D2DB12BE0D6EA0049B478 /* Preview Content */ = { + isa = PBXGroup; + children = ( + 648D2DB22BE0D6EA0049B478 /* Preview Assets.xcassets */, + ); + path = "Preview Content"; + sourceTree = ""; + }; + 648D2DBA2BE0D71A0049B478 /* Frameworks */ = { + isa = PBXGroup; + children = ( + ); + name = Frameworks; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 648D2DA62BE0D6E80049B478 /* FeedbackKitPlayground */ = { + isa = PBXNativeTarget; + buildConfigurationList = 648D2DB62BE0D6EA0049B478 /* Build configuration list for PBXNativeTarget "FeedbackKitPlayground" */; + buildPhases = ( + 648D2DA32BE0D6E80049B478 /* Sources */, + 648D2DA42BE0D6E80049B478 /* Frameworks */, + 648D2DA52BE0D6E80049B478 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = FeedbackKitPlayground; + packageProductDependencies = ( + 648D2DBB2BE0D71A0049B478 /* FeedbackKit */, + ); + productName = FeedbackKitPlayground; + productReference = 648D2DA72BE0D6E80049B478 /* FeedbackKitPlayground.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 648D2D9F2BE0D6E80049B478 /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = 1; + LastSwiftUpdateCheck = 1530; + LastUpgradeCheck = 1530; + TargetAttributes = { + 648D2DA62BE0D6E80049B478 = { + CreatedOnToolsVersion = 15.3; + }; + }; + }; + buildConfigurationList = 648D2DA22BE0D6E80049B478 /* Build configuration list for PBXProject "FeedbackKitPlayground" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 648D2D9E2BE0D6E80049B478; + productRefGroup = 648D2DA82BE0D6E80049B478 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 648D2DA62BE0D6E80049B478 /* FeedbackKitPlayground */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 648D2DA52BE0D6E80049B478 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 648D2DB32BE0D6EA0049B478 /* Preview Assets.xcassets in Resources */, + 648D2DAF2BE0D6EA0049B478 /* Assets.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 648D2DA32BE0D6E80049B478 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 648D2DAD2BE0D6E80049B478 /* ContentView.swift in Sources */, + 648D2DAB2BE0D6E80049B478 /* FeedbackKitPlaygroundApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 648D2DB42BE0D6EA0049B478 /* 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; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 648D2DB52BE0D6EA0049B478 /* 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; + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SWIFT_COMPILATION_MODE = wholemodule; + }; + name = Release; + }; + 648D2DB72BE0D6EA0049B478 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = FeedbackKitPlayground/FeedbackKitPlayground.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"FeedbackKitPlayground/Preview Content\""; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 17.4; + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 14.4; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = openbytes.FeedbackKitPlayground; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 648D2DB82BE0D6EA0049B478 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = FeedbackKitPlayground/FeedbackKitPlayground.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_ASSET_PATHS = "\"FeedbackKitPlayground/Preview Content\""; + ENABLE_PREVIEWS = YES; + GENERATE_INFOPLIST_FILE = YES; + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + IPHONEOS_DEPLOYMENT_TARGET = 17.4; + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 14.4; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = openbytes.FeedbackKitPlayground; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = auto; + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 648D2DA22BE0D6E80049B478 /* Build configuration list for PBXProject "FeedbackKitPlayground" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 648D2DB42BE0D6EA0049B478 /* Debug */, + 648D2DB52BE0D6EA0049B478 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 648D2DB62BE0D6EA0049B478 /* Build configuration list for PBXNativeTarget "FeedbackKitPlayground" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 648D2DB72BE0D6EA0049B478 /* Debug */, + 648D2DB82BE0D6EA0049B478 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + +/* Begin XCSwiftPackageProductDependency section */ + 648D2DBB2BE0D71A0049B478 /* FeedbackKit */ = { + isa = XCSwiftPackageProductDependency; + productName = FeedbackKit; + }; +/* End XCSwiftPackageProductDependency section */ + }; + rootObject = 648D2D9F2BE0D6E80049B478 /* Project object */; +} diff --git a/playground/FeedbackKitPlayground.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/playground/FeedbackKitPlayground.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/playground/FeedbackKitPlayground.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/playground/FeedbackKitPlayground.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/playground/FeedbackKitPlayground.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/playground/FeedbackKitPlayground.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/playground/FeedbackKitPlayground/Assets.xcassets/AccentColor.colorset/Contents.json b/playground/FeedbackKitPlayground/Assets.xcassets/AccentColor.colorset/Contents.json new file mode 100644 index 0000000..eb87897 --- /dev/null +++ b/playground/FeedbackKitPlayground/Assets.xcassets/AccentColor.colorset/Contents.json @@ -0,0 +1,11 @@ +{ + "colors" : [ + { + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/playground/FeedbackKitPlayground/Assets.xcassets/AppIcon.appiconset/Contents.json b/playground/FeedbackKitPlayground/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..532cd72 --- /dev/null +++ b/playground/FeedbackKitPlayground/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,63 @@ +{ + "images" : [ + { + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "16x16" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "16x16" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "32x32" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "32x32" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "128x128" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "128x128" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "256x256" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "256x256" + }, + { + "idiom" : "mac", + "scale" : "1x", + "size" : "512x512" + }, + { + "idiom" : "mac", + "scale" : "2x", + "size" : "512x512" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/playground/FeedbackKitPlayground/Assets.xcassets/Contents.json b/playground/FeedbackKitPlayground/Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/playground/FeedbackKitPlayground/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/playground/FeedbackKitPlayground/ContentView.swift b/playground/FeedbackKitPlayground/ContentView.swift new file mode 100644 index 0000000..2652d3c --- /dev/null +++ b/playground/FeedbackKitPlayground/ContentView.swift @@ -0,0 +1,24 @@ +// +// ContentView.swift +// FeedbackKitPlayground +// +// Created by Ahmed Shendy on 30/04/2024. +// + +import SwiftUI + +struct ContentView: View { + var body: some View { + VStack { + Image(systemName: "globe") + .imageScale(.large) + .foregroundStyle(.tint) + Text("Hello, world!") + } + .padding() + } +} + +#Preview { + ContentView() +} diff --git a/playground/FeedbackKitPlayground/FeedbackKitPlayground.entitlements b/playground/FeedbackKitPlayground/FeedbackKitPlayground.entitlements new file mode 100644 index 0000000..f2ef3ae --- /dev/null +++ b/playground/FeedbackKitPlayground/FeedbackKitPlayground.entitlements @@ -0,0 +1,10 @@ + + + + + com.apple.security.app-sandbox + + com.apple.security.files.user-selected.read-only + + + diff --git a/playground/FeedbackKitPlayground/FeedbackKitPlaygroundApp.swift b/playground/FeedbackKitPlayground/FeedbackKitPlaygroundApp.swift new file mode 100644 index 0000000..1c41331 --- /dev/null +++ b/playground/FeedbackKitPlayground/FeedbackKitPlaygroundApp.swift @@ -0,0 +1,18 @@ +// +// FeedbackKitPlaygroundApp.swift +// FeedbackKitPlayground +// +// Created by Ahmed Shendy on 30/04/2024. +// + +import SwiftUI +import FeedbackKit + +@main +struct FeedbackKitPlaygroundApp: App { + var body: some Scene { + WindowGroup { + ContentView() + } + } +} diff --git a/playground/FeedbackKitPlayground/Preview Content/Preview Assets.xcassets/Contents.json b/playground/FeedbackKitPlayground/Preview Content/Preview Assets.xcassets/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/playground/FeedbackKitPlayground/Preview Content/Preview Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +}