ios fixing SDL2 version

This commit is contained in:
Vladislav Khorev 2026-08-02 20:36:10 +03:00
parent b8401519d5
commit 6d3e1bf1ee
13 changed files with 60 additions and 79 deletions

View File

@ -1,14 +0,0 @@
<?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>SchemeUserState</key>
<dict>
<key>fishrungames.shadowoverbishkek.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>

View File

@ -7,14 +7,14 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
CEFECA2C301FB01A00FBB2C4 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEFECA17301FAF7C00FBB2C4 /* SDL2.framework */; }; CEFECA7E301FB69D00FBB2C4 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CEFECA6A301FB5DF00FBB2C4 /* SDL2.framework */; };
CEFECA2D301FB01A00FBB2C4 /* SDL2.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CEFECA17301FAF7C00FBB2C4 /* SDL2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; CEFECA7F301FB69D00FBB2C4 /* SDL2.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = CEFECA6A301FB5DF00FBB2C4 /* SDL2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
CEFECA16301FAF7C00FBB2C4 /* PBXContainerItemProxy */ = { CEFECA69301FB5DF00FBB2C4 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = CEFECA04301FAF7C00FBB2C4 /* SDL.xcodeproj */; containerPortal = CEFECA57301FB5DE00FBB2C4 /* SDL.xcodeproj */;
proxyType = 2; proxyType = 2;
remoteGlobalIDString = A7D88B5423E2437C00DCD162; remoteGlobalIDString = A7D88B5423E2437C00DCD162;
remoteInfo = "Framework-iOS"; remoteInfo = "Framework-iOS";
@ -22,13 +22,13 @@
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */ /* Begin PBXCopyFilesBuildPhase section */
CEFECA2E301FB01A00FBB2C4 /* Embed Frameworks */ = { CEFECA80301FB69D00FBB2C4 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase; isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
dstPath = ""; dstPath = "";
dstSubfolderSpec = 10; dstSubfolderSpec = 10;
files = ( files = (
CEFECA2D301FB01A00FBB2C4 /* SDL2.framework in Embed Frameworks */, CEFECA7F301FB69D00FBB2C4 /* SDL2.framework in Embed Frameworks */,
); );
name = "Embed Frameworks"; name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
@ -36,57 +36,57 @@
/* End PBXCopyFilesBuildPhase section */ /* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
CEFEC9EB301FAE2200FBB2C4 /* fishrungames.shadowoverbishkek.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fishrungames.shadowoverbishkek.app; sourceTree = BUILT_PRODUCTS_DIR; }; CEFECA3C301FB52F00FBB2C4 /* shadowoverbishkek.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = shadowoverbishkek.app; sourceTree = BUILT_PRODUCTS_DIR; };
CEFECA04301FAF7C00FBB2C4 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "/Users/user/Projects/shadow-over-bishkek001/thirdparty/SDL-release-2.32.8/Xcode/SDL/SDL.xcodeproj"; sourceTree = "<absolute>"; }; CEFECA57301FB5DE00FBB2C4 /* SDL.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SDL.xcodeproj; path = "/Users/user/Projects/shadow-over-bishkek001/thirdparty/SDL-release-2.32.10/Xcode/SDL/SDL.xcodeproj"; sourceTree = "<absolute>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedRootGroup section */ /* Begin PBXFileSystemSynchronizedRootGroup section */
CEFEC9ED301FAE2200FBB2C4 /* fishrungames.shadowoverbishkek */ = { CEFECA3E301FB52F00FBB2C4 /* shadowoverbishkek */ = {
isa = PBXFileSystemSynchronizedRootGroup; isa = PBXFileSystemSynchronizedRootGroup;
path = fishrungames.shadowoverbishkek; path = shadowoverbishkek;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
/* End PBXFileSystemSynchronizedRootGroup section */ /* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
CEFEC9E8301FAE2200FBB2C4 /* Frameworks */ = { CEFECA39301FB52F00FBB2C4 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
CEFECA2C301FB01A00FBB2C4 /* SDL2.framework in Frameworks */, CEFECA7E301FB69D00FBB2C4 /* SDL2.framework in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
/* End PBXFrameworksBuildPhase section */ /* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
CEFEC9E2301FAE2200FBB2C4 = { CEFECA33301FB52F00FBB2C4 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
CEFECA04301FAF7C00FBB2C4 /* SDL.xcodeproj */, CEFECA57301FB5DE00FBB2C4 /* SDL.xcodeproj */,
CEFEC9ED301FAE2200FBB2C4 /* fishrungames.shadowoverbishkek */, CEFECA3E301FB52F00FBB2C4 /* shadowoverbishkek */,
CEFECA2A301FB00C00FBB2C4 /* Frameworks */, CEFECA7D301FB69D00FBB2C4 /* Frameworks */,
CEFEC9EC301FAE2200FBB2C4 /* Products */, CEFECA3D301FB52F00FBB2C4 /* Products */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
}; };
CEFEC9EC301FAE2200FBB2C4 /* Products */ = { CEFECA3D301FB52F00FBB2C4 /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
CEFEC9EB301FAE2200FBB2C4 /* fishrungames.shadowoverbishkek.app */, CEFECA3C301FB52F00FBB2C4 /* shadowoverbishkek.app */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
CEFECA07301FAF7C00FBB2C4 /* Products */ = { CEFECA5A301FB5DF00FBB2C4 /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
CEFECA17301FAF7C00FBB2C4 /* SDL2.framework */, CEFECA6A301FB5DF00FBB2C4 /* SDL2.framework */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
CEFECA2A301FB00C00FBB2C4 /* Frameworks */ = { CEFECA7D301FB69D00FBB2C4 /* Frameworks */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
); );
@ -96,81 +96,81 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
CEFEC9EA301FAE2200FBB2C4 /* fishrungames.shadowoverbishkek */ = { CEFECA3B301FB52F00FBB2C4 /* shadowoverbishkek */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = CEFECA01301FAE2600FBB2C4 /* Build configuration list for PBXNativeTarget "fishrungames.shadowoverbishkek" */; buildConfigurationList = CEFECA52301FB53200FBB2C4 /* Build configuration list for PBXNativeTarget "shadowoverbishkek" */;
buildPhases = ( buildPhases = (
CEFEC9E7301FAE2200FBB2C4 /* Sources */, CEFECA38301FB52F00FBB2C4 /* Sources */,
CEFEC9E8301FAE2200FBB2C4 /* Frameworks */, CEFECA39301FB52F00FBB2C4 /* Frameworks */,
CEFEC9E9301FAE2200FBB2C4 /* Resources */, CEFECA3A301FB52F00FBB2C4 /* Resources */,
CEFECA2E301FB01A00FBB2C4 /* Embed Frameworks */, CEFECA80301FB69D00FBB2C4 /* Embed Frameworks */,
); );
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
); );
fileSystemSynchronizedGroups = ( fileSystemSynchronizedGroups = (
CEFEC9ED301FAE2200FBB2C4 /* fishrungames.shadowoverbishkek */, CEFECA3E301FB52F00FBB2C4 /* shadowoverbishkek */,
); );
name = fishrungames.shadowoverbishkek; name = shadowoverbishkek;
packageProductDependencies = ( packageProductDependencies = (
); );
productName = fishrungames.shadowoverbishkek; productName = shadowoverbishkek;
productReference = CEFEC9EB301FAE2200FBB2C4 /* fishrungames.shadowoverbishkek.app */; productReference = CEFECA3C301FB52F00FBB2C4 /* shadowoverbishkek.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
/* Begin PBXProject section */ /* Begin PBXProject section */
CEFEC9E3301FAE2200FBB2C4 /* Project object */ = { CEFECA34301FB52F00FBB2C4 /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
BuildIndependentTargetsInParallel = 1; BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 2610; LastSwiftUpdateCheck = 2610;
LastUpgradeCheck = 2610; LastUpgradeCheck = 2610;
TargetAttributes = { TargetAttributes = {
CEFEC9EA301FAE2200FBB2C4 = { CEFECA3B301FB52F00FBB2C4 = {
CreatedOnToolsVersion = 26.1.1; CreatedOnToolsVersion = 26.1.1;
}; };
}; };
}; };
buildConfigurationList = CEFEC9E6301FAE2200FBB2C4 /* Build configuration list for PBXProject "fishrungames.shadowoverbishkek" */; buildConfigurationList = CEFECA37301FB52F00FBB2C4 /* Build configuration list for PBXProject "shadowoverbishkek" */;
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
knownRegions = ( knownRegions = (
en, en,
Base, Base,
); );
mainGroup = CEFEC9E2301FAE2200FBB2C4; mainGroup = CEFECA33301FB52F00FBB2C4;
minimizedProjectReferenceProxies = 1; minimizedProjectReferenceProxies = 1;
preferredProjectObjectVersion = 77; preferredProjectObjectVersion = 77;
productRefGroup = CEFEC9EC301FAE2200FBB2C4 /* Products */; productRefGroup = CEFECA3D301FB52F00FBB2C4 /* Products */;
projectDirPath = ""; projectDirPath = "";
projectReferences = ( projectReferences = (
{ {
ProductGroup = CEFECA07301FAF7C00FBB2C4 /* Products */; ProductGroup = CEFECA5A301FB5DF00FBB2C4 /* Products */;
ProjectRef = CEFECA04301FAF7C00FBB2C4 /* SDL.xcodeproj */; ProjectRef = CEFECA57301FB5DE00FBB2C4 /* SDL.xcodeproj */;
}, },
); );
projectRoot = ""; projectRoot = "";
targets = ( targets = (
CEFEC9EA301FAE2200FBB2C4 /* fishrungames.shadowoverbishkek */, CEFECA3B301FB52F00FBB2C4 /* shadowoverbishkek */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
/* Begin PBXReferenceProxy section */ /* Begin PBXReferenceProxy section */
CEFECA17301FAF7C00FBB2C4 /* SDL2.framework */ = { CEFECA6A301FB5DF00FBB2C4 /* SDL2.framework */ = {
isa = PBXReferenceProxy; isa = PBXReferenceProxy;
fileType = wrapper.framework; fileType = wrapper.framework;
path = SDL2.framework; path = SDL2.framework;
remoteRef = CEFECA16301FAF7C00FBB2C4 /* PBXContainerItemProxy */; remoteRef = CEFECA69301FB5DF00FBB2C4 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR; sourceTree = BUILT_PRODUCTS_DIR;
}; };
/* End PBXReferenceProxy section */ /* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */ /* Begin PBXResourcesBuildPhase section */
CEFEC9E9301FAE2200FBB2C4 /* Resources */ = { CEFECA3A301FB52F00FBB2C4 /* Resources */ = {
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
@ -180,7 +180,7 @@
/* End PBXResourcesBuildPhase section */ /* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */
CEFEC9E7301FAE2200FBB2C4 /* Sources */ = { CEFECA38301FB52F00FBB2C4 /* Sources */ = {
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
@ -190,7 +190,7 @@
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */ /* Begin XCBuildConfiguration section */
CEFEC9FF301FAE2600FBB2C4 /* Debug */ = { CEFECA50301FB53200FBB2C4 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
@ -254,7 +254,7 @@
}; };
name = Debug; name = Debug;
}; };
CEFECA00301FAE2600FBB2C4 /* Release */ = { CEFECA51301FB53200FBB2C4 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO; ALWAYS_SEARCH_USER_PATHS = NO;
@ -311,17 +311,16 @@
}; };
name = Release; name = Release;
}; };
CEFECA02301FAE2600FBB2C4 /* Debug */ = { CEFECA53301FB53200FBB2C4 /* Debug */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = R89DR83966; DEVELOPMENT_TEAM = R89DR83966;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../thirdparty/SDL-release-2.32.8/include\""; HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../thirdparty/SDL-release-2.32.10/include\"";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = ""; INFOPLIST_KEY_UIMainStoryboardFile = "";
@ -337,7 +336,6 @@
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = fishrungames.shadowoverbishkek; PRODUCT_BUNDLE_IDENTIFIER = fishrungames.shadowoverbishkek;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
STRING_CATALOG_GENERATE_SYMBOLS = YES; STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES; SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
@ -349,17 +347,16 @@
}; };
name = Debug; name = Debug;
}; };
CEFECA03301FAE2600FBB2C4 /* Release */ = { CEFECA54301FB53200FBB2C4 /* Release */ = {
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = R89DR83966; DEVELOPMENT_TEAM = R89DR83966;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../thirdparty/SDL-release-2.32.8/include\""; HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../thirdparty/SDL-release-2.32.10/include\"";
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = ""; INFOPLIST_KEY_UIMainStoryboardFile = "";
@ -375,7 +372,6 @@
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = fishrungames.shadowoverbishkek; PRODUCT_BUNDLE_IDENTIFIER = fishrungames.shadowoverbishkek;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
STRING_CATALOG_GENERATE_SYMBOLS = YES; STRING_CATALOG_GENERATE_SYMBOLS = YES;
SWIFT_APPROACHABLE_CONCURRENCY = YES; SWIFT_APPROACHABLE_CONCURRENCY = YES;
SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor; SWIFT_DEFAULT_ACTOR_ISOLATION = MainActor;
@ -390,25 +386,25 @@
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
CEFEC9E6301FAE2200FBB2C4 /* Build configuration list for PBXProject "fishrungames.shadowoverbishkek" */ = { CEFECA37301FB52F00FBB2C4 /* Build configuration list for PBXProject "shadowoverbishkek" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
CEFEC9FF301FAE2600FBB2C4 /* Debug */, CEFECA50301FB53200FBB2C4 /* Debug */,
CEFECA00301FAE2600FBB2C4 /* Release */, CEFECA51301FB53200FBB2C4 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
CEFECA01301FAE2600FBB2C4 /* Build configuration list for PBXNativeTarget "fishrungames.shadowoverbishkek" */ = { CEFECA52301FB53200FBB2C4 /* Build configuration list for PBXNativeTarget "shadowoverbishkek" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
CEFECA02301FAE2600FBB2C4 /* Debug */, CEFECA53301FB53200FBB2C4 /* Debug */,
CEFECA03301FAE2600FBB2C4 /* Release */, CEFECA54301FB53200FBB2C4 /* Release */,
); );
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
/* End XCConfigurationList section */ /* End XCConfigurationList section */
}; };
rootObject = CEFEC9E3301FAE2200FBB2C4 /* Project object */; rootObject = CEFECA34301FB52F00FBB2C4 /* Project object */;
} }

View File

@ -1,6 +1,6 @@
// //
// main-ios.cpp // mainios.cpp
// fishrungames.shadowoverbishkek // shadowoverbishkek
// //
// Created by  User on 02.08.2026. // Created by  User on 02.08.2026.
// //
@ -8,9 +8,8 @@
#include "SDL.h" #include "SDL.h"
#include <iostream> #include <iostream>
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
std::cout << "Test 1" << std::endl; std::cout << "Hello x" << std::endl;
return 0; return 0;
} }