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

fix storyboard errors, embed stackview #176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
3D260E3B73BD66437FDE52F0 /* Pods_AdManagerCustomRenderingExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A395995DE5FAB584311EEC53 /* Pods_AdManagerCustomRenderingExample.framework */; };
507818D52199E5DA00E5A44A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 507818C82199E5D900E5A44A /* AppDelegate.swift */; };
507818D62199E5DA00E5A44A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 507818C92199E5D900E5A44A /* Assets.xcassets */; };
507818D72199E5DA00E5A44A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 507818CA2199E5D900E5A44A /* LaunchScreen.storyboard */; };
Expand All @@ -18,6 +19,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
080CA6094A580104D8E3DB4A /* Pods-AdManagerCustomRenderingExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AdManagerCustomRenderingExample.release.xcconfig"; path = "Target Support Files/Pods-AdManagerCustomRenderingExample/Pods-AdManagerCustomRenderingExample.release.xcconfig"; sourceTree = "<group>"; };
4AEBD8B01BF01CF200874961 /* AdManagerCustomRenderingExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AdManagerCustomRenderingExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
507818C82199E5D900E5A44A /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
507818C92199E5D900E5A44A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand All @@ -28,24 +30,37 @@
507818D22199E5D900E5A44A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
507818D32199E5D900E5A44A /* MySimpleNativeAdView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MySimpleNativeAdView.swift; sourceTree = "<group>"; };
507818D42199E5D900E5A44A /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
64E7034BE1E9B4B68CFE6E98 /* Pods-AdManagerCustomRenderingExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AdManagerCustomRenderingExample.debug.xcconfig"; path = "Target Support Files/Pods-AdManagerCustomRenderingExample/Pods-AdManagerCustomRenderingExample.debug.xcconfig"; sourceTree = "<group>"; };
A395995DE5FAB584311EEC53 /* Pods_AdManagerCustomRenderingExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AdManagerCustomRenderingExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
4AEBD8AD1BF01CF200874961 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3D260E3B73BD66437FDE52F0 /* Pods_AdManagerCustomRenderingExample.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
3BC1CB927BC9290B852ECEEC /* Frameworks */ = {
isa = PBXGroup;
children = (
A395995DE5FAB584311EEC53 /* Pods_AdManagerCustomRenderingExample.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
4AEBD8A71BF01CF200874961 = {
isa = PBXGroup;
children = (
507818C72199E5D900E5A44A /* AdManagerCustomRenderingExample */,
4AEBD8B11BF01CF200874961 /* Products */,
D33363D0F4AA8E3CA1DB35DA /* Pods */,
3BC1CB927BC9290B852ECEEC /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -73,16 +88,28 @@
path = AdManagerCustomRenderingExample;
sourceTree = "<group>";
};
D33363D0F4AA8E3CA1DB35DA /* Pods */ = {
isa = PBXGroup;
children = (
64E7034BE1E9B4B68CFE6E98 /* Pods-AdManagerCustomRenderingExample.debug.xcconfig */,
080CA6094A580104D8E3DB4A /* Pods-AdManagerCustomRenderingExample.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
4AEBD8AF1BF01CF200874961 /* AdManagerCustomRenderingExample */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4AEBD8C21BF01CF200874961 /* Build configuration list for PBXNativeTarget "AdManagerCustomRenderingExample" */;
buildPhases = (
016EA5E1BE53501384694C57 /* [CP] Check Pods Manifest.lock */,
4AEBD8AC1BF01CF200874961 /* Sources */,
4AEBD8AD1BF01CF200874961 /* Frameworks */,
4AEBD8AE1BF01CF200874961 /* Resources */,
F37A1878576C24A7A7272972 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand All @@ -105,7 +132,6 @@
TargetAttributes = {
4AEBD8AF1BF01CF200874961 = {
CreatedOnToolsVersion = 7.1;

LastSwiftMigration = 0900;
};
};
Expand Down Expand Up @@ -143,6 +169,53 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
016EA5E1BE53501384694C57 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-AdManagerCustomRenderingExample-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
F37A1878576C24A7A7272972 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-AdManagerCustomRenderingExample/Pods-AdManagerCustomRenderingExample-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
"${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework",
"${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AdManagerCustomRenderingExample/Pods-AdManagerCustomRenderingExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
4AEBD8AC1BF01CF200874961 /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down Expand Up @@ -287,6 +360,7 @@
};
4AEBD8C31BF01CF200874961 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 64E7034BE1E9B4B68CFE6E98 /* Pods-AdManagerCustomRenderingExample.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImages;
Expand All @@ -302,6 +376,7 @@
};
4AEBD8C41BF01CF200874961 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 080CA6094A580104D8E3DB4A /* Pods-AdManagerCustomRenderingExample.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImages;
Expand Down
Loading