Skip to content

Commit

Permalink
Update Xcode to 15 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Sep 12, 2023
1 parent 1fd4e7f commit 9e61d90
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
Change Log
==========================

4.6.0-beta.4 (unreleased)
4.6.0-rc (unreleased)
--------------------------

### Improvements

- [beta] Adjust the position of history buttons in the find panel.
- [beta] Update help contents.
- [beta][dev] Update the build environment to Xcode 15 RC.


### Known Issues
Expand Down
8 changes: 4 additions & 4 deletions CotEditor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3989,7 +3989,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = CotEditor/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
MARKETING_VERSION = "4.6.0-beta.4";
MARKETING_VERSION = "4.6.0-rc";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
};
Expand All @@ -4006,7 +4006,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = CotEditor/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
MARKETING_VERSION = "4.6.0-beta.4";
MARKETING_VERSION = "4.6.0-rc";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
};
Expand Down Expand Up @@ -4049,7 +4049,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = CotEditor/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
MARKETING_VERSION = "4.6.0-beta.4";
MARKETING_VERSION = "4.6.0-rc";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SPARKLE";
Expand All @@ -4067,7 +4067,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = CotEditor/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
MARKETING_VERSION = "4.6.0-beta.4";
MARKETING_VERSION = "4.6.0-rc";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SPARKLE";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>Improvements</h2>
<li><span class="trivial">trivial</span>: Change the behavior of the duplication command for syntax definitions to just create a duplicated syntax instead of opening the syntax editor dialog.</li>
<li><span class="trivial">trivial</span>: Improve the behavior when selecting a row in the find result table in the Find window.</li>
<li><span class="trivial">trivial</span>: Rename “syntax style” with just “syntax.”</li>
<li><span class="trivial">dev</span>: Update the build environment to Xcode 15 Beta 8 (Swift 5.9).</li>
<li><span class="trivial">dev</span>: Update the build environment to Xcode 15 (Swift 5.9).</li>
</ul>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h2>改良</h2>
<li><span class="trivial">trivial</span>: シンタックス定義を複製したときにシンタックスエディタを開くのではなく直ちに複製したシンタックスを作成するように変更</li>
<li><span class="trivial">trivial</span>: 検索ウインドウの結果ビューの行を選択したときの振る舞いを改良</li>
<li><span class="trivial">trivial</span>: 「シンタックススタイル」を「シンタックス」に名称変更</li>
<li><span class="trivial">開発</span>: ビルド環境をXcode 15 Beta 8 (Swift 5.9)に更新</li>
<li><span class="trivial">開発</span>: ビルド環境をXcode 15 (Swift 5.9)に更新</li>
</ul>
</section>

Expand Down

0 comments on commit 9e61d90

Please sign in to comment.