From 9d895fbac4c7c653a883969ac3520f1847d299e8 Mon Sep 17 00:00:00 2001 From: leoz Date: Fri, 26 Jan 2024 08:59:07 -0500 Subject: Update demo project to use config file --- Demo/SwiftyCropDemo.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Demo/SwiftyCropDemo.xcodeproj/project.pbxproj') diff --git a/Demo/SwiftyCropDemo.xcodeproj/project.pbxproj b/Demo/SwiftyCropDemo.xcodeproj/project.pbxproj index d9ca8fa..de1f6b6 100644 --- a/Demo/SwiftyCropDemo.xcodeproj/project.pbxproj +++ b/Demo/SwiftyCropDemo.xcodeproj/project.pbxproj @@ -22,6 +22,7 @@ 7D05339A2B60AE9C001056D4 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 7D05339C2B60AE9D001056D4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 7D05339F2B60AE9D001056D4 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; + 7D0C5DFA2B63F03F004BD980 /* SwiftyCropDemo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = SwiftyCropDemo.xcconfig; sourceTree = ""; }; 7D3848EF2B618832009AF289 /* ShapeButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShapeButton.swift; sourceTree = ""; }; 7D3848F12B61888F009AF289 /* LongText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LongText.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -63,6 +64,7 @@ 7D0533982B60AE9C001056D4 /* SwiftyCropDemoApp.swift */, 7D05339C2B60AE9D001056D4 /* Assets.xcassets */, 7D05339E2B60AE9D001056D4 /* Preview Content */, + 7D0C5DFA2B63F03F004BD980 /* SwiftyCropDemo.xcconfig */, ); path = SwiftyCropDemo; sourceTree = ""; @@ -288,7 +290,6 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"SwiftyCropDemo/Preview Content\""; - DEVELOPMENT_TEAM = M2D7J8K4HV; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -301,7 +302,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.leoz.SwiftyCropDemo; + PRODUCT_BUNDLE_IDENTIFIER = "--PRODUCT-BUNDLE-IDENTIFIER-"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; @@ -317,7 +318,6 @@ CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"SwiftyCropDemo/Preview Content\""; - DEVELOPMENT_TEAM = M2D7J8K4HV; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; @@ -330,7 +330,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = com.leoz.SwiftyCropDemo; + PRODUCT_BUNDLE_IDENTIFIER = "--PRODUCT-BUNDLE-IDENTIFIER-"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; -- cgit v1.2.3