diff --git a/.gitignore b/.gitignore index a6cf438..8a3a28c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ # Claude Code .claude/ +# Local Playwright/MCP inspection artifacts +.playwright-mcp/ + # Xcode user-specific data **/xcuserdata/ *.xcuserstate diff --git a/papuga.xcodeproj/project.pbxproj b/papuga.xcodeproj/project.pbxproj index 23e00a0..25635cb 100644 --- a/papuga.xcodeproj/project.pbxproj +++ b/papuga.xcodeproj/project.pbxproj @@ -29,9 +29,22 @@ 5FAA000200000000000000A2 /* papugaTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = papugaTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + 4FD00A022F6C000000B1C2D3 /* Exceptions for "papuga" folder in "papuga" target */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + Info.plist, + ); + target = 4FC369932F3D01B000A5A52D /* papuga */; + }; +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + /* Begin PBXFileSystemSynchronizedRootGroup section */ 4FC369962F3D01B000A5A52D /* papuga */ = { isa = PBXFileSystemSynchronizedRootGroup; + exceptions = ( + 4FD00A022F6C000000B1C2D3 /* Exceptions for "papuga" folder in "papuga" target */, + ); path = papuga; sourceTree = ""; }; diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128.png index dcace8d..3aa5b8b 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png index d95d693..ccc8510 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_128x128@2x.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16.png index 8e10121..30931a9 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png index a6f837d..b8d1731 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_16x16@2x.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256.png index d95d693..ccc8510 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png index 5219b12..6948a8b 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_256x256@2x.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32.png index a6f837d..b8d1731 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png index 65843f5..20d44e0 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_32x32@2x.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512.png index 5219b12..6948a8b 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512.png differ diff --git a/papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png b/papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png index d60bffb..d1c0cbc 100644 Binary files a/papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png and b/papuga/Assets.xcassets/AppIcon.appiconset/icon_512x512@2x.png differ