Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add xcode build #42

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 17 additions & 34 deletions netdata.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
5514041A25C68F4F0081E4A4 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 552B4E7924CD16C0008B9DA6 /* SwiftUI.framework */; };
5514041D25C68F4F0081E4A4 /* AlarmWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5514041C25C68F4F0081E4A4 /* AlarmWidget.swift */; };
5514041F25C68F510081E4A4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5514041E25C68F510081E4A4 /* Assets.xcassets */; };
5514042325C68F510081E4A4 /* AlarmWidgetExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 5514041825C68F4F0081E4A4 /* AlarmWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
5514042325C68F510081E4A4 /* AlarmWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 5514041825C68F4F0081E4A4 /* AlarmWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
5514042F25C6904A0081E4A4 /* ServerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 558CABAE24B999F7002D115B /* ServerService.swift */; };
5514043725C6905A0081E4A4 /* CloudService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 558CABB024B99B42002D115B /* CloudService.swift */; };
5514043F25C690620081E4A4 /* NDServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D1C53324B9636E0087F8A2 /* NDServer.swift */; };
Expand Down Expand Up @@ -82,15 +82,15 @@
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
552B4E8424CD16C2008B9DA6 /* Embed App Extensions */ = {
552B4E8424CD16C2008B9DA6 /* Embed Foundation Extensions */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 13;
files = (
5514042325C68F510081E4A4 /* AlarmWidgetExtension.appex in Embed App Extensions */,
5514042325C68F510081E4A4 /* AlarmWidgetExtension.appex in Embed Foundation Extensions */,
);
name = "Embed App Extensions";
name = "Embed Foundation Extensions";
runOnlyForDeploymentPostprocessing = 0;
};
5538039C254510DF003A9BFE /* Embed App Clips */ = {
Expand Down Expand Up @@ -149,10 +149,6 @@
55D1C50524B95E6F0087F8A2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
55D1C50824B95E6F0087F8A2 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
55D1C50A24B95E6F0087F8A2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
55D1C51324B95E6F0087F8A2 /* netdataTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = netdataTests.swift; sourceTree = "<group>"; };
55D1C51524B95E6F0087F8A2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
55D1C51E24B95E6F0087F8A2 /* netdataUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = netdataUITests.swift; sourceTree = "<group>"; };
55D1C52024B95E6F0087F8A2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
55D1C52D24B95F580087F8A2 /* ServerListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ServerListView.swift; sourceTree = "<group>"; };
55D1C53324B9636E0087F8A2 /* NDServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NDServer.swift; sourceTree = "<group>"; };
55D1C53524B969A50087F8A2 /* netdata.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = netdata.entitlements; sourceTree = "<group>"; };
Expand Down Expand Up @@ -311,8 +307,6 @@
children = (
5514042425C68F510081E4A4 /* AlarmWidgetExtension.entitlements */,
55D1C50024B95E6D0087F8A2 /* netdata */,
55D1C51224B95E6F0087F8A2 /* netdataTests */,
55D1C51D24B95E6F0087F8A2 /* netdataUITests */,
5514041B25C68F4F0081E4A4 /* AlarmWidget */,
55D1C4FF24B95E6D0087F8A2 /* Products */,
55D1C53624B969AC0087F8A2 /* Frameworks */,
Expand Down Expand Up @@ -351,24 +345,6 @@
path = "Preview Content";
sourceTree = "<group>";
};
55D1C51224B95E6F0087F8A2 /* netdataTests */ = {
isa = PBXGroup;
children = (
55D1C51324B95E6F0087F8A2 /* netdataTests.swift */,
55D1C51524B95E6F0087F8A2 /* Info.plist */,
);
path = netdataTests;
sourceTree = "<group>";
};
55D1C51D24B95E6F0087F8A2 /* netdataUITests */ = {
isa = PBXGroup;
children = (
55D1C51E24B95E6F0087F8A2 /* netdataUITests.swift */,
55D1C52024B95E6F0087F8A2 /* Info.plist */,
);
path = netdataUITests;
sourceTree = "<group>";
};
55D1C52C24B95F030087F8A2 /* Modules */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -476,7 +452,7 @@
55D1C4FA24B95E6D0087F8A2 /* Sources */,
55D1C4FB24B95E6D0087F8A2 /* Frameworks */,
55D1C4FC24B95E6D0087F8A2 /* Resources */,
552B4E8424CD16C2008B9DA6 /* Embed App Extensions */,
552B4E8424CD16C2008B9DA6 /* Embed Foundation Extensions */,
5538039C254510DF003A9BFE /* Embed App Clips */,
);
buildRules = (
Expand All @@ -498,8 +474,9 @@
55D1C4F624B95E6D0087F8A2 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastSwiftUpdateCheck = 1240;
LastUpgradeCheck = 1200;
LastUpgradeCheck = 1510;
TargetAttributes = {
5514041725C68F4F0081E4A4 = {
CreatedOnToolsVersion = 12.4;
Expand Down Expand Up @@ -650,7 +627,8 @@
PRODUCT_BUNDLE_IDENTIFIER = com.techulus.netdata.AlarmWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,6";
Expand All @@ -677,7 +655,8 @@
PRODUCT_BUNDLE_IDENTIFIER = com.techulus.netdata.AlarmWidget;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SUPPORTS_MACCATALYST = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,6";
Expand All @@ -688,6 +667,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -749,6 +729,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
Expand Down Expand Up @@ -822,7 +803,8 @@
MARKETING_VERSION = 2;
PRODUCT_BUNDLE_IDENTIFIER = com.techulus.netdata;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,6";
Expand Down Expand Up @@ -851,7 +833,8 @@
MARKETING_VERSION = 2;
PRODUCT_BUNDLE_IDENTIFIER = com.techulus.netdata;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,6";
Expand Down
2 changes: 2 additions & 0 deletions netdata/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>
22 changes: 0 additions & 22 deletions netdataTests/Info.plist

This file was deleted.

33 changes: 0 additions & 33 deletions netdataTests/netdataTests.swift

This file was deleted.

22 changes: 0 additions & 22 deletions netdataUITests/Info.plist

This file was deleted.

42 changes: 0 additions & 42 deletions netdataUITests/netdataUITests.swift

This file was deleted.