From 054e904122197c2df9636fd254eb3d66bf682c07 Mon Sep 17 00:00:00 2001 From: Ralf Ebert Date: Wed, 8 Apr 2020 20:45:50 +0200 Subject: [PATCH] Path to Images.assets in Xcode project fixed --- ZSDK_DevDemos/ZSDKDeveloperDemos.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZSDK_DevDemos/ZSDKDeveloperDemos.xcodeproj/project.pbxproj b/ZSDK_DevDemos/ZSDKDeveloperDemos.xcodeproj/project.pbxproj index 4d8799b..544aec4 100644 --- a/ZSDK_DevDemos/ZSDKDeveloperDemos.xcodeproj/project.pbxproj +++ b/ZSDK_DevDemos/ZSDKDeveloperDemos.xcodeproj/project.pbxproj @@ -189,7 +189,7 @@ 4BEF080111AB2813001046E0 /* DrawingArea.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DrawingArea.m; sourceTree = ""; }; 4BFDB5A0164D40F2000BA15C /* libZSDK_API.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libZSDK_API.a; path = ../../../../lib/libZSDK_API.a; sourceTree = ""; }; 8D1107310486CEB800E47090 /* ZSDKDeveloperDemos-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ZSDKDeveloperDemos-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = ""; }; - E4ECD9EA1F7DAD5D002EA71A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ZSDKDeveloperDemos/Images.xcassets; sourceTree = ""; }; + E4ECD9EA1F7DAD5D002EA71A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -652,7 +652,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-2"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; @@ -683,7 +683,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-2"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = YES;