Skip to content

Commit

Permalink
updating and testflight deployment with Xcode 16 & concurrency tweaks (
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj authored Oct 2, 2024
1 parent 11a8017 commit cc86116
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions MeetingNotes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1430;
LastUpgradeCheck = 1510;
LastUpgradeCheck = 1600;
TargetAttributes = {
1A0DDC302A464DEA001ECADD = {
CreatedOnToolsVersion = 14.3.1;
Expand Down Expand Up @@ -536,7 +536,7 @@
CODE_SIGN_ENTITLEMENTS = MeetingNotes/MeetingNotes.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MeetingNotes/Preview Content\"";
DEVELOPMENT_TEAM = BDV4VC27D3;
Expand Down Expand Up @@ -584,7 +584,7 @@
CODE_SIGN_ENTITLEMENTS = MeetingNotes/MeetingNotes.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"MeetingNotes/Preview Content\"";
DEVELOPMENT_TEAM = BDV4VC27D3;
Expand Down Expand Up @@ -627,7 +627,6 @@
1A0DDC5D2A464DEB001ECADD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
Expand All @@ -651,7 +650,6 @@
1A0DDC5E2A464DEB001ECADD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
BUNDLE_LOADER = "$(TEST_HOST)";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
Expand All @@ -675,7 +673,6 @@
1A0DDC602A464DEB001ECADD /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
Expand All @@ -700,7 +697,6 @@
1A0DDC612A464DEB001ECADD /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1530"
LastUpgradeVersion = "1600"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 2 additions & 2 deletions MeetingNotes/MeetingNotesDocument.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Automerge
@preconcurrency import Automerge
import AutomergeRepo
import Combine
import OSLog
import PotentCBOR
@preconcurrency import PotentCBOR
import SwiftUI
import UniformTypeIdentifiers

Expand Down

0 comments on commit cc86116

Please sign in to comment.