diff --git a/.gitignore b/.gitignore index a8b1612..e159d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,10 @@ Package.resolved # Logs *.log +# Python cache +__pycache__/ +*.py[cod] + # StoreKit local testing artifacts *.storekituser *.storekitstate diff --git a/Neon Vision Editor.xcodeproj/project.pbxproj b/Neon Vision Editor.xcodeproj/project.pbxproj index f0098d0..3fdb5ea 100644 --- a/Neon Vision Editor.xcodeproj/project.pbxproj +++ b/Neon Vision Editor.xcodeproj/project.pbxproj @@ -361,7 +361,7 @@ CODE_SIGNING_ALLOWED = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 402; + CURRENT_PROJECT_VERSION = 403; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES; @@ -444,7 +444,7 @@ CODE_SIGNING_ALLOWED = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 402; + CURRENT_PROJECT_VERSION = 403; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = CS727NF72U; ENABLE_APP_SANDBOX = YES;