Skip to content

Commit 32755bb

Browse files
committed
Add development team and update Xcode tooling versions
Added DEVELOPMENT_TEAM setting to enable automatic code signing. Storyboard updated by Xcode with newer toolsVersion (24506) and added deployment identifier for macOS.
1 parent b83537d commit 32755bb

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CF Cache Status/CF Cache Status.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@
511511
CODE_SIGN_STYLE = Automatic;
512512
COMBINE_HIDPI_IMAGES = YES;
513513
CURRENT_PROJECT_VERSION = 1;
514+
DEVELOPMENT_TEAM = H95JUDBHF7;
514515
ENABLE_APP_SANDBOX = YES;
515516
ENABLE_HARDENED_RUNTIME = YES;
516517
ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;
@@ -552,6 +553,7 @@
552553
CODE_SIGN_STYLE = Automatic;
553554
COMBINE_HIDPI_IMAGES = YES;
554555
CURRENT_PROJECT_VERSION = 1;
556+
DEVELOPMENT_TEAM = H95JUDBHF7;
555557
ENABLE_APP_SANDBOX = YES;
556558
ENABLE_HARDENED_RUNTIME = YES;
557559
ENABLE_OUTGOING_NETWORK_CONNECTIONS = YES;

CF Cache Status/CF Cache Status/Base.lproj/Main.storyboard

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="24123.1" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="24506" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
33
<dependencies>
4-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="24123.1"/>
5-
<plugIn identifier="com.apple.WebKit2IBPlugin" version="24123.1"/>
4+
<deployment identifier="macosx"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="24506"/>
6+
<plugIn identifier="com.apple.WebKit2IBPlugin" version="24506"/>
67
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
78
</dependencies>
89
<scenes>

0 commit comments

Comments
 (0)