master
etudiant 2 years ago
parent cfbeda07ca
commit f482807e93

@ -26,6 +26,7 @@
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
6FC153142820EFB500D881F3 /* HelloCLT */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = HelloCLT; sourceTree = BUILT_PRODUCTS_DIR; }; 6FC153142820EFB500D881F3 /* HelloCLT */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = HelloCLT; sourceTree = BUILT_PRODUCTS_DIR; };
6FC153172820EFB500D881F3 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; }; 6FC153172820EFB500D881F3 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
EC366D91299AB3FD000F3B6E /* HelloCLT.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = HelloCLT.entitlements; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
@ -60,6 +61,7 @@
6FC153162820EFB500D881F3 /* HelloCLT */ = { 6FC153162820EFB500D881F3 /* HelloCLT */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
EC366D91299AB3FD000F3B6E /* HelloCLT.entitlements */,
6FC153172820EFB500D881F3 /* main.swift */, 6FC153172820EFB500D881F3 /* main.swift */,
); );
path = HelloCLT; path = HelloCLT;
@ -258,9 +260,10 @@
6FC1531C2820EFB500D881F3 /* Debug */ = { 6FC1531C2820EFB500D881F3 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
CODE_SIGN_ENTITLEMENTS = HelloCLT/HelloCLT.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9NSYVG2S5B; DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = NO;
PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut; PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
@ -270,9 +273,10 @@
6FC1531D2820EFB500D881F3 /* Release */ = { 6FC1531D2820EFB500D881F3 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
CODE_SIGN_ENTITLEMENTS = HelloCLT/HelloCLT.entitlements;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9NSYVG2S5B; DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = NO;
PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut; PRODUCT_BUNDLE_IDENTIFIER = fr.uca.iut;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;

@ -0,0 +1,5 @@
<?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/>
</plist>

@ -7,7 +7,7 @@
import Foundation import Foundation
import MyJeux import HelloLibrary
let lecteur = Lecteur() let lecteur = Lecteur()
let afficheur = Afficheur() let afficheur = Afficheur()

Loading…
Cancel
Save