Skip to content

Commit cc86116

Browse files
authored
updating and testflight deployment with Xcode 16 & concurrency tweaks (#47)
1 parent 11a8017 commit cc86116

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

Diff for: MeetingNotes.xcodeproj/project.pbxproj

+3-7
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
attributes = {
285285
BuildIndependentTargetsInParallel = 1;
286286
LastSwiftUpdateCheck = 1430;
287-
LastUpgradeCheck = 1510;
287+
LastUpgradeCheck = 1600;
288288
TargetAttributes = {
289289
1A0DDC302A464DEA001ECADD = {
290290
CreatedOnToolsVersion = 14.3.1;
@@ -536,7 +536,7 @@
536536
CODE_SIGN_ENTITLEMENTS = MeetingNotes/MeetingNotes.entitlements;
537537
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
538538
CODE_SIGN_STYLE = Automatic;
539-
CURRENT_PROJECT_VERSION = 8;
539+
CURRENT_PROJECT_VERSION = 9;
540540
DEAD_CODE_STRIPPING = YES;
541541
DEVELOPMENT_ASSET_PATHS = "\"MeetingNotes/Preview Content\"";
542542
DEVELOPMENT_TEAM = BDV4VC27D3;
@@ -584,7 +584,7 @@
584584
CODE_SIGN_ENTITLEMENTS = MeetingNotes/MeetingNotes.entitlements;
585585
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
586586
CODE_SIGN_STYLE = Automatic;
587-
CURRENT_PROJECT_VERSION = 8;
587+
CURRENT_PROJECT_VERSION = 9;
588588
DEAD_CODE_STRIPPING = YES;
589589
DEVELOPMENT_ASSET_PATHS = "\"MeetingNotes/Preview Content\"";
590590
DEVELOPMENT_TEAM = BDV4VC27D3;
@@ -627,7 +627,6 @@
627627
1A0DDC5D2A464DEB001ECADD /* Debug */ = {
628628
isa = XCBuildConfiguration;
629629
buildSettings = {
630-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
631630
BUNDLE_LOADER = "$(TEST_HOST)";
632631
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
633632
CODE_SIGN_STYLE = Automatic;
@@ -651,7 +650,6 @@
651650
1A0DDC5E2A464DEB001ECADD /* Release */ = {
652651
isa = XCBuildConfiguration;
653652
buildSettings = {
654-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
655653
BUNDLE_LOADER = "$(TEST_HOST)";
656654
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
657655
CODE_SIGN_STYLE = Automatic;
@@ -675,7 +673,6 @@
675673
1A0DDC602A464DEB001ECADD /* Debug */ = {
676674
isa = XCBuildConfiguration;
677675
buildSettings = {
678-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
679676
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
680677
CODE_SIGN_STYLE = Automatic;
681678
CURRENT_PROJECT_VERSION = 1;
@@ -700,7 +697,6 @@
700697
1A0DDC612A464DEB001ECADD /* Release */ = {
701698
isa = XCBuildConfiguration;
702699
buildSettings = {
703-
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
704700
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
705701
CODE_SIGN_STYLE = Automatic;
706702
CURRENT_PROJECT_VERSION = 1;

Diff for: MeetingNotes.xcodeproj/xcshareddata/xcschemes/MeetingNotes.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1530"
3+
LastUpgradeVersion = "1600"
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"

Diff for: MeetingNotes/MeetingNotesDocument.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import Automerge
1+
@preconcurrency import Automerge
22
import AutomergeRepo
33
import Combine
44
import OSLog
5-
import PotentCBOR
5+
@preconcurrency import PotentCBOR
66
import SwiftUI
77
import UniformTypeIdentifiers
88

0 commit comments

Comments
 (0)