Skip to content

Commit

Permalink
feat: visionOS app Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdillard-NewRelic committed Jan 12, 2024
1 parent bac4a78 commit 73e26ea
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 13 deletions.
34 changes: 21 additions & 13 deletions Test Harness/NRTestApp/NRTestApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
2BD05DEE2ADF326A00C0C972 /* MimeTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD05DB02ADF2DF600C0C972 /* MimeTypes.swift */; };
2BD05DEF2ADF326A00C0C972 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BD05DA22ADF2DF600C0C972 /* Process.swift */; };
2BD05DF22ADF32D300C0C972 /* harvestConnector.json in Resources */ = {isa = PBXBuildFile; fileRef = 2BD05DF12ADF32D300C0C972 /* harvestConnector.json */; };
2BE9D6C12A1E90E400A09A98 /* NewRelic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8302B6229705766003EC291 /* NewRelic.framework */; };
2BE9D6C22A1E90E400A09A98 /* NewRelic.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F8302B6229705766003EC291 /* NewRelic.framework */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
2BE9D6C42A1E913700A09A98 /* NewRelic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8302B6229705766003EC291 /* NewRelic.framework */; };
2BF1FA3C2AE32C9500E9019C /* AppDelegate+UITest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF1FA3B2AE32C9500E9019C /* AppDelegate+UITest.swift */; };
2BF1FDF52B50B61A006978F9 /* NewRelic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8302B6229705766003EC291 /* NewRelic.framework */; platformFilters = (ios, xros, ); };
2BF1FDF62B50B61A006978F9 /* NewRelic.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = F8302B6229705766003EC291 /* NewRelic.framework */; platformFilters = (ios, xros, ); settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2BF1FDF82B50B716006978F9 /* NewRelic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B8621D32AD6129000175D3C /* NewRelic.framework */; platformFilters = (xros, ); };
2BF1FDF92B50B716006978F9 /* NewRelic.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 2B8621D32AD6129000175D3C /* NewRelic.framework */; platformFilters = (xros, ); settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2BF1FDFA2B50B71F006978F9 /* NewRelic.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B8621D32AD6129000175D3C /* NewRelic.framework */; platformFilters = (xros, ); };
F824A30229A811E8000886A6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F824A30129A811E8000886A6 /* Assets.xcassets */; };
F824A43929AEADC2000886A6 /* ImageDetailPDFView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F824A43329AEADC2000886A6 /* ImageDetailPDFView.swift */; };
F824A43C29AEAE2D000886A6 /* ImageFullScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = F824A43B29AEAE2D000886A6 /* ImageFullScreen.swift */; };
Expand Down Expand Up @@ -88,20 +90,20 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
2BD05DD72ADF323A00C0C972 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F8302AED296F5EFA003EC291 /* Project object */;
proxyType = 1;
remoteGlobalIDString = F8302AF4296F5EFA003EC291;
remoteInfo = NRTestApp;
};
2B8621D22AD6129000175D3C /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F8302B5229705766003EC291 /* Agent.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 2B5FD93B2AD609DE002F455C;
remoteInfo = Agent_visionOS;
};
2BD05DD72ADF323A00C0C972 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F8302AED296F5EFA003EC291 /* Project object */;
proxyType = 1;
remoteGlobalIDString = F8302AF4296F5EFA003EC291;
remoteInfo = NRTestApp;
};
F8302B0C296F5EFB003EC291 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = F8302AED296F5EFA003EC291 /* Project object */;
Expand Down Expand Up @@ -154,12 +156,14 @@
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
2BE9D6C32A1E90E400A09A98 /* Embed Frameworks */ = {
2BF1FDF72B50B61A006978F9 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
2BF1FDF62B50B61A006978F9 /* NewRelic.framework in Embed Frameworks */,
2BF1FDF92B50B716006978F9 /* NewRelic.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -259,7 +263,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2BBD893D2AD616EF00AA64AD /* NewRelic.framework in Frameworks */,
2BF1FDF52B50B61A006978F9 /* NewRelic.framework in Frameworks */,
2BF1FDFA2B50B71F006978F9 /* NewRelic.framework in Frameworks */,
2BF1FDF82B50B716006978F9 /* NewRelic.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -531,7 +537,7 @@
F8302AF2296F5EFA003EC291 /* Frameworks */,
F8302AF3296F5EFA003EC291 /* Resources */,
F8302B7A297057F9003EC291 /* Run New Relic dSYM Upload Tool */,
2BE9D6C32A1E90E400A09A98 /* Embed Frameworks */,
2BF1FDF72B50B61A006978F9 /* Embed Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -1104,6 +1110,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=xros*]" = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
Expand Down Expand Up @@ -1146,6 +1153,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"ASSETCATALOG_COMPILER_APPICON_NAME[sdk=xros*]" = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"images" : [
{
"filename" : "1024.png",
"idiom" : "vision",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"layers" : [
{
"filename" : "Front.solidimagestacklayer"
},
{
"filename" : "Middle.solidimagestacklayer"
},
{
"filename" : "Back.solidimagestacklayer"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"images" : [
{
"filename" : "1024.png",
"idiom" : "vision",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"images" : [
{
"filename" : "1024.png",
"idiom" : "vision",
"scale" : "2x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

0 comments on commit 73e26ea

Please sign in to comment.