Skip to content

Commit

Permalink
Changed information in settings to reflect better usage of third part…
Browse files Browse the repository at this point in the history
…y library
  • Loading branch information
g-cqd committed Feb 13, 2024
1 parent 96a5d99 commit 0f02703
Show file tree
Hide file tree
Showing 12 changed files with 338 additions and 57 deletions.
19 changes: 7 additions & 12 deletions Cami.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@
461649342B09A89A00F7E7E1 /* PrivacyInfo.xcprivacy */,
46934D912B78F5130025ADF2 /* sonar-project.properties */,
4655330A2AF4EA69000B537B /* Products */,
46E0222D2B7A72B0005725B0 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -487,13 +486,6 @@
path = Helper;
sourceTree = "<group>";
};
46E0222D2B7A72B0005725B0 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
46F31B6E2B765C920016799F /* Calendar */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1072,6 +1064,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_HEADERS_RUN_UNIFDEF = YES;
CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = NP94WB3P75;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -1129,6 +1122,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COPY_HEADERS_RUN_UNIFDEF = YES;
CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = NP94WB3P75;
ENABLE_PREVIEWS = YES;
Expand Down Expand Up @@ -1181,7 +1175,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = CamiWidgetExtension.entitlements;
CURRENT_PROJECT_VERSION = 19;
CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = NP94WB3P75;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -1229,7 +1223,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CODE_SIGN_ENTITLEMENTS = CamiWidgetExtension.entitlements;
CURRENT_PROJECT_VERSION = 19;
CURRENT_PROJECT_VERSION = 21;
DEVELOPMENT_TEAM = NP94WB3P75;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -1307,8 +1301,9 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/apple/swift-collections.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.0.6;
kind = versionRange;
maximumVersion = 10.0.0;
minimumVersion = 1.1.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-collections.git",
"state" : {
"revision" : "d029d9d39c87bed85b1c50adee7c41795261a192",
"version" : "1.0.6"
"revision" : "94cf62b3ba8d4bed62680a282d4c25f9c63c2efb",
"version" : "1.1.0"
}
}
],
Expand Down
31 changes: 0 additions & 31 deletions Settings.bundle/About.plist

This file was deleted.

28 changes: 28 additions & 0 deletions Settings.bundle/About/About.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?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>StringsTable</key>
<string>About</string>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>FooterText</key>
<string>Cami Calendar is a native yet improved calendar widget for your iPhone, iPad or Mac developed by Aemi Studio.
Aemi Studio is an organization aimed toward creating innovative and meaningful interactions through application development.
Aemi Studio is owned and has been founded by Guillaume Coquard (gcqd.fr).
You can find more work from Aemi Studio on our website or GitHub account:
- https://aemi.studio
- https://github.com/Aemi-Studio
If you need or want to reach out to Aemi Studio, please send an email to:
- public@aemi.studio</string>
</dict>
</array>
</dict>
</plist>
File renamed without changes.
6 changes: 3 additions & 3 deletions Settings.bundle/Root.plist
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<key>Title</key>
<string>About</string>
<key>File</key>
<string>About</string>
<string>About/About</string>
</dict>
<dict>
<key>File</key>
<string>Privacy Policy</string>
<string>Privacy Policy/Privacy Policy</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
Expand All @@ -36,7 +36,7 @@
<key>Title</key>
<string>Third Party Library</string>
<key>File</key>
<string>Third Party Library</string>
<string>Third Party Library/Third Party Library</string>
</dict>
<dict>
<key>Type</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
<array>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>FooterText</key>
<string>Cami Calendar uses "Swift Collections" Swift library available at https://github.com/apple/swift-collections.</string>
<string>PSChildPaneSpecifier</string>
<key>Title</key>
<string>swift-collections</string>
<key>File</key>
<string>Third Party Library/swift-collections/swift-collections</string>
</dict>
</array>
</dict>
Expand Down
Loading

0 comments on commit 0f02703

Please sign in to comment.