```<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kind</key> <string>Xcode.Xcode3.ProjectTemplateUnitKind</string> <key>Identifier</key> <string>com.apple.dt.unit.iosFramework</string> <key>Ancestors</key> <array> <string>com.apple.dt.unit.frameworkBase</string> <string>com.apple.dt.unit.languageChoice</string> <string>com.apple.dt.unit.iosBase</string> </array> <key>Concrete</key> <true/> <key>SortOrder</key> <integer>1</integer> <key>AssociatedTargetSpecification</key> <dict> <key>PopUpTitle</key> <string>Embed in Application:</string> <key>PopUpDescription</key> <string>The application target that will host this new framework. The application will be set up to link to and embed the new framework.</string> <key>AllowableProductTypes</key> <array> <string>com.apple.product-type.application</string> <string>com.apple.product-type.application.messages</string> </array> <key>AllowablePlatforms</key> <array> <string>com.apple.platform.iphoneos</string> </array> <key>AssociatedTargetIsDependent</key> <true/> <key>AssociatedTargetNeedsProductBuildPhaseInjection</key> <true/> </dict> <key>Options</key> <array> <dict> <key>Identifier</key> <string>hasUnitTests</string> <key>Name</key> <string>Include Unit Tests</string> <key>NotPersisted</key> <false/> <key>SortOrder</key> <integer>100</integer> <key>Type</key> <string>checkbox</string> <key>Default</key> <string>true</string> <key>Units</key> <dict> <key>true</key> <dict> <key>Components</key> <array> <dict> <key>Identifier</key> <string>com.apple.dt.unit.iosFrameworkUnitTestBundle</string> <key>Name</key> <string>___PACKAGENAME___Tests</string> </dict> </array> </dict> </dict> </dict> </array> <key>Definitions</key> <dict> <key>___TARGETNAME:c99ExtIdentifier___.h</key> <dict> <key>TargetIdentifiers</key> <array> <string>com.apple.dt.iosLibraryOrFrameworkTarget</string> </array> <key>BuildAttributes</key> <array> <string>Public</string> </array> </dict> </dict> <key>Targets</key> <array> <dict> <key>TargetIdentifier</key> <string>com.apple.dt.iosLibraryOrFrameworkTarget</string> <key>SharedSettings</key> <dict> <key>LD_RUNPATH_SEARCH_PATHS</key> <string>$(inherited) @executable_path/Frameworks @loader_path/Frameworks</string> </dict> <key>BuildPhases</key> <array> <dict> <key>Name</key> <string>🛠 Generate SwiftGen constants</string> <key>SortOrder</key> <string>1</string> <key>Class</key> <string>ShellScript</string> <key>ShellPath</key> <string>/bin/sh</string> <key>ShellScript</key> <string>#!/bin/sh # Generation de constantes pour les strings, storyboards, assets $PODS_ROOT/SwiftGen/bin/swiftgen $PODS_ROOT/SwiftGen/bin/swiftgen config run --config &quot;$SRCROOT/swiftgen.yml&quot;</string> </dict> </array> </dict> </array> <key>Project</key> <dict> <key>SDK</key> <string>iphoneos</string> <key>SharedSettings</key> <dict> <key>IPHONEOS_DEPLOYMENT_TARGET</key> <string>11.0</string> </dict> </dict> </dict> </plist> ```