Skip to content

Commit

Permalink
Merge pull request #660 from igorescodro/release/alkaa-3-0-3
Browse files Browse the repository at this point in the history
馃敄 Release Alkaa 3.0.3
  • Loading branch information
igorescodro committed Apr 21, 2024
2 parents 8ecf37e + 61c5ff1 commit 6d1bf4e
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
@@ -1,7 +1,7 @@
[versions]
# Project
version_code = "30002"
version_name = "3.0.2"
version_code = "30003"
version_name = "3.0.3"
android_gradle_plugin = "8.3.2"
kotlin = "1.9.23"
android_sdk_compile = "34"
Expand Down
17 changes: 17 additions & 0 deletions ios-app/PrivacyInfo.xcprivacy
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
</array>
</dict>
</array>
</dict>
</plist>
12 changes: 8 additions & 4 deletions ios-app/alkaa.xcodeproj/project.pbxproj
Expand Up @@ -12,6 +12,7 @@
D8AA52072A8FABB700A0D1F2 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AA52062A8FABB700A0D1F2 /* ContentView.swift */; };
D8AA52092A8FABB800A0D1F2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8AA52082A8FABB800A0D1F2 /* Assets.xcassets */; };
D8AA520C2A8FABB800A0D1F2 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D8AA520B2A8FABB800A0D1F2 /* Preview Assets.xcassets */; };
F567F5182BD56FE200E6A74B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F567F5172BD56FE200E6A74B /* PrivacyInfo.xcprivacy */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -23,6 +24,7 @@
D8AA52082A8FABB800A0D1F2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D8AA520B2A8FABB800A0D1F2 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
D8F635C82AA79E6E00431055 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
F567F5172BD56FE200E6A74B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -54,6 +56,7 @@
D8AA51F82A8FABB600A0D1F2 = {
isa = PBXGroup;
children = (
F567F5172BD56FE200E6A74B /* PrivacyInfo.xcprivacy */,
D837C7FD2B59B9A20080A2EF /* ci_scripts */,
D8AA52032A8FABB700A0D1F2 /* alkaa */,
D8AA52022A8FABB700A0D1F2 /* Products */,
Expand Down Expand Up @@ -150,6 +153,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F567F5182BD56FE200E6A74B /* PrivacyInfo.xcprivacy in Resources */,
D8AA520C2A8FABB800A0D1F2 /* Preview Assets.xcassets in Resources */,
D8AA52092A8FABB800A0D1F2 /* Assets.xcassets in Resources */,
);
Expand Down Expand Up @@ -331,7 +335,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 30002;
CURRENT_PROJECT_VERSION = 30003;
DEVELOPMENT_ASSET_PATHS = "\"alkaa/Preview Content\"";
DEVELOPMENT_TEAM = 5Z3927U4ZC;
ENABLE_PREVIEWS = YES;
Expand All @@ -350,7 +354,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand All @@ -373,7 +377,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 30002;
CURRENT_PROJECT_VERSION = 30003;
DEVELOPMENT_ASSET_PATHS = "\"alkaa/Preview Content\"";
DEVELOPMENT_TEAM = 5Z3927U4ZC;
ENABLE_PREVIEWS = YES;
Expand All @@ -392,7 +396,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.3;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 0 additions & 2 deletions ios-app/alkaa/Info.plist
Expand Up @@ -13,8 +13,6 @@
<string>Permission used by third-party libraries</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Permission used by third-party libraries</string>
<key>SPrivacyAccessedAPICategoryFileTimestamp</key>
<string>Timestamp used to set the creation and updated date in the tasks</string>
<key>NSContactsUsageDescription</key>
<string>Permission used by third-party libraries</string>
<key>NSMotionUsageDescription</key>
Expand Down

0 comments on commit 6d1bf4e

Please sign in to comment.