diff options
| author | Christian Cleberg <[email protected]> | 2026-04-11 11:17:36 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-11 11:17:36 -0500 |
| commit | 59df71e2fcf97b0eed023954acafee45fdc3f65a (patch) | |
| tree | 117deab282834b761cab5d7a184bf5417199528e | |
| parent | 21576b75478e2a1ff7a2b189e83bcca97403cce3 (diff) | |
| download | domain-dig-1.7.2.tar.gz domain-dig-1.7.2.tar.bz2 domain-dig-1.7.2.zip | |
bump versionv1.7.2
| -rw-r--r-- | DomainDig.xcodeproj/project.pbxproj | 12 | ||||
| -rw-r--r-- | privacypolicy.md | 40 |
2 files changed, 7 insertions, 45 deletions
diff --git a/DomainDig.xcodeproj/project.pbxproj b/DomainDig.xcodeproj/project.pbxproj index 2b9fcc6..29b49ce 100644 --- a/DomainDig.xcodeproj/project.pbxproj +++ b/DomainDig.xcodeproj/project.pbxproj @@ -91,7 +91,7 @@ attributes = { BuildIndependentTargetsInParallel = 1; LastSwiftUpdateCheck = 2630; - LastUpgradeCheck = 2630; + LastUpgradeCheck = 2640; TargetAttributes = { 8B7800682F6090E300933221 = { CreatedOnToolsVersion = 26.3; @@ -197,6 +197,7 @@ MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; + STRING_CATALOG_GENERATE_SYMBOLS = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; }; @@ -254,6 +255,7 @@ MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; + STRING_CATALOG_GENERATE_SYMBOLS = YES; SWIFT_COMPILATION_MODE = wholemodule; VALIDATE_PRODUCT = YES; }; @@ -265,7 +267,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = ZCNAX3VL9D; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -282,7 +284,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.7.1; + MARKETING_VERSION = 1.7.2; PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = YES; @@ -301,7 +303,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = ZCNAX3VL9D; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -318,7 +320,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.7.1; + MARKETING_VERSION = 1.7.2; PRODUCT_BUNDLE_IDENTIFIER = net.cleberg.DomainDig; PRODUCT_NAME = "$(TARGET_NAME)"; STRING_CATALOG_GENERATE_SYMBOLS = YES; diff --git a/privacypolicy.md b/privacypolicy.md deleted file mode 100644 index e887ee7..0000000 --- a/privacypolicy.md +++ /dev/null @@ -1,40 +0,0 @@ -# Privacy Policy - -**DomainDig** -Last updated: March 11, 2026 - -## Overview - -DomainDig is a children's educational app designed for ages 4–5. This privacy -policy explains how the app handles data. - -## Data Collection - -DomainDig does not collect, store, or transmit any personal data. The app has no -user accounts, no analytics, no advertising, and no internet connection -requirement. - -## Children's Privacy - -DomainDig is designed for young children and fully complies with the Children's -Online Privacy Protection Act (COPPA). No information is collected from any -user, including children. - -## Third-Party Services - -DomainDig does not use any third-party services, SDKs, or APIs that collect data. - -## Device Permissions - -DomainDig does not request access to your camera, microphone, contacts, location, -or any other device data. Audio is generated on-device using Apple's built-in -text-to-speech system. - -## Changes to This Policy - -If this policy changes in a future update, the updated policy will be posted -here with a revised date. - -## Contact - -If you have any questions about this policy, contact: [email protected] |
