Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 4828401

Browse files
committed
1.1.0
1 parent dce20de commit 4828401

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ fastlane/screenshots/**/*.png
6868
fastlane/test_output
6969

7070
.DS_Store
71+
*.xcarchive

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.1.0] - 2018-11-05
88
### Changed
99
- Chinese translation of toggle dark mode
10+
- Rename Dynamic to Dynamic Dark Mode
1011

1112
### Fixed
1213
- No scheduled change during sleep

Dynamic.xcodeproj/project.pbxproj renamed to Dynamic Dark Mode.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
};
407407
};
408408
};
409-
buildConfigurationList = 52168FB320C8B47100869A9C /* Build configuration list for PBXProject "Dynamic" */;
409+
buildConfigurationList = 52168FB320C8B47100869A9C /* Build configuration list for PBXProject "Dynamic Dark Mode" */;
410410
compatibilityVersion = "Xcode 9.3";
411411
developmentRegion = en;
412412
hasScannedForEncodings = 0;
@@ -1098,7 +1098,7 @@
10981098
/* End XCBuildConfiguration section */
10991099

11001100
/* Begin XCConfigurationList section */
1101-
52168FB320C8B47100869A9C /* Build configuration list for PBXProject "Dynamic" */ = {
1101+
52168FB320C8B47100869A9C /* Build configuration list for PBXProject "Dynamic Dark Mode" */ = {
11021102
isa = XCConfigurationList;
11031103
buildConfigurations = (
11041104
52168FC620C8B47200869A9C /* Debug */,

Dynamic.xcodeproj/xcshareddata/xcschemes/Dynamic.xcscheme renamed to Dynamic Dark Mode.xcodeproj/xcshareddata/xcschemes/Dynamic Dark Mode.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
BlueprintIdentifier = "52168FB720C8B47100869A9C"
1818
BuildableName = "Dynamic Dark Mode.app"
1919
BlueprintName = "Dynamic Dark Mode"
20-
ReferencedContainer = "container:Dynamic.xcodeproj">
20+
ReferencedContainer = "container:Dynamic Dark Mode.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -35,7 +35,7 @@
3535
BlueprintIdentifier = "52168FB720C8B47100869A9C"
3636
BuildableName = "Dynamic Dark Mode.app"
3737
BlueprintName = "Dynamic Dark Mode"
38-
ReferencedContainer = "container:Dynamic.xcodeproj">
38+
ReferencedContainer = "container:Dynamic Dark Mode.xcodeproj">
3939
</BuildableReference>
4040
</MacroExpansion>
4141
<AdditionalOptions>
@@ -58,7 +58,7 @@
5858
BlueprintIdentifier = "52168FB720C8B47100869A9C"
5959
BuildableName = "Dynamic Dark Mode.app"
6060
BlueprintName = "Dynamic Dark Mode"
61-
ReferencedContainer = "container:Dynamic.xcodeproj">
61+
ReferencedContainer = "container:Dynamic Dark Mode.xcodeproj">
6262
</BuildableReference>
6363
</BuildableProductRunnable>
6464
<CommandLineArguments>
@@ -83,7 +83,7 @@
8383
BlueprintIdentifier = "52168FB720C8B47100869A9C"
8484
BuildableName = "Dynamic Dark Mode.app"
8585
BlueprintName = "Dynamic Dark Mode"
86-
ReferencedContainer = "container:Dynamic.xcodeproj">
86+
ReferencedContainer = "container:Dynamic Dark Mode.xcodeproj">
8787
</BuildableReference>
8888
</BuildableProductRunnable>
8989
</ProfileAction>

Dynamic.xcworkspace/contents.xcworkspacedata renamed to Dynamic Dark Mode.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dynamic/Supporting Files/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>0</string>
2323
<key>ITSAppUsesNonExemptEncryption</key>
2424
<false/>
2525
<key>LSApplicationCategoryType</key>

DynamicLauncher/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0</string>
20+
<string>1.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>0</string>
2323
<key>ITSAppUsesNonExemptEncryption</key>
2424
<false/>
2525
<key>LSApplicationCategoryType</key>

0 commit comments

Comments
 (0)