Skip to content

Commit

Permalink
refactor: update pbxproj (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 20, 2025
1 parent 9b916d3 commit ca02fbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 38 deletions.
18 changes: 9 additions & 9 deletions DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
07F75A3E2CC653CD0004F1AD /* NameSpace+GapInline.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NameSpace+GapInline.swift"; sourceTree = "<group>"; };
07F75A402CC653EB0004F1AD /* NameSpace+GapStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NameSpace+GapStack.swift"; sourceTree = "<group>"; };
07F75A422CC654050004F1AD /* NameSpace+PaddingStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NameSpace+PaddingStack.swift"; sourceTree = "<group>"; };
07FDCD912C296A500009AA13 /* OUDS Showcase.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "OUDS Showcase.app"; sourceTree = BUILT_PRODUCTS_DIR; };
07FDCD912C296A500009AA13 /* Design System Toolbox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Design System Toolbox.app"; sourceTree = BUILT_PRODUCTS_DIR; };
07FDCDA52C296B4B0009AA13 /* .gitattributes */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = .gitattributes; path = ../.gitattributes; sourceTree = "<group>"; };
07FDCDA72C296B7A0009AA13 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
07FDCDA82C296B7A0009AA13 /* NOTICE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = NOTICE.txt; path = ../NOTICE.txt; sourceTree = "<group>"; };
Expand Down Expand Up @@ -606,7 +606,7 @@
07FDCD922C296A500009AA13 /* Products */ = {
isa = PBXGroup;
children = (
07FDCD912C296A500009AA13 /* OUDS Showcase.app */,
07FDCD912C296A500009AA13 /* Design System Toolbox.app */,
0740A98F2C9873500069D24A /* ShowcaseTests.xctest */,
);
name = Products;
Expand Down Expand Up @@ -884,7 +884,7 @@
6DFC20C42CE3D9AE00F2EC33 /* DeclarationAccessibility */,
);
productName = DemoApp;
productReference = 07FDCD912C296A500009AA13 /* OUDS Showcase.app */;
productReference = 07FDCD912C296A500009AA13 /* Design System Toolbox.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -1214,7 +1214,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.orange.uds.demoapp.SnapshotTests.OUDS-ShowcaseTests";
PRODUCT_BUNDLE_IDENTIFIER = com.orange.uds.demoapp.snapshotstests;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand All @@ -1238,7 +1238,7 @@
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.orange.uds.demoapp.SnapshotTests.OUDS-ShowcaseTests";
PRODUCT_BUNDLE_IDENTIFIER = com.orange.uds.demoapp.snapshotstests;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
Expand Down Expand Up @@ -1384,7 +1384,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = DesignToolbox/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "OUDS Showcase (DEBUG)";
INFOPLIST_KEY_CFBundleDisplayName = "Design System Toolbox (DEBUG)";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand All @@ -1396,7 +1396,7 @@
);
MARKETING_VERSION = 0.10.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.orange.ouds.demoapp-debug";
PRODUCT_NAME = "OUDS Showcase";
PRODUCT_NAME = "Design System Toolbox";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
Expand All @@ -1423,7 +1423,7 @@
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = NO;
INFOPLIST_FILE = DesignToolbox/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = "OUDS Showcase (DEBUG)";
INFOPLIST_KEY_CFBundleDisplayName = "Design System Toolbox (DEBUG)";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchScreen_Generation = YES;
Expand All @@ -1435,7 +1435,7 @@
);
MARKETING_VERSION = 0.10.0;
PRODUCT_BUNDLE_IDENTIFIER = com.orange.ouds.demoapp;
PRODUCT_NAME = "OUDS Showcase";
PRODUCT_NAME = "Design System Toolbox";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "OUDS demo app (release)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand Down

This file was deleted.

0 comments on commit ca02fbb

Please sign in to comment.