|
1908 | 1908 | end |
1909 | 1909 |
|
1910 | 1910 |
|
1911 | | - function suite.XCBuildConfigurationTarget_OnWindowedAppTargetExtension() |
| 1911 | + function suite.XCBuildConfigurationTarget_OnWindowedAppTargetBundleExtension() |
1912 | 1912 | kind "WindowedApp" |
1913 | | - targetextension ".xyz" |
| 1913 | + targetbundleextension ".xyz" |
1914 | 1914 | prepare() |
1915 | 1915 | xcode.XCBuildConfiguration_Target(tr, tr.products.children[1], tr.configs[1]) |
1916 | 1916 | test.capture [[ |
|
1931 | 1931 | end |
1932 | 1932 |
|
1933 | 1933 |
|
1934 | | - function suite.XCBuildConfigurationTarget_OnWindowedAppNoTargetExtension() |
| 1934 | + function suite.XCBuildConfigurationTarget_OnWindowedAppNoTargetBundleExtension() |
1935 | 1935 | kind "WindowedApp" |
1936 | | - targetextension "" |
| 1936 | + targetbundleextension "" |
1937 | 1937 | prepare() |
1938 | 1938 | xcode.XCBuildConfiguration_Target(tr, tr.products.children[1], tr.configs[1]) |
1939 | 1939 | test.capture [[ |
|
1954 | 1954 | end |
1955 | 1955 |
|
1956 | 1956 |
|
1957 | | - function suite.XCBuildConfigurationTarget_OnOSXBundleTargetExtension() |
| 1957 | + function suite.XCBuildConfigurationTarget_OnOSXBundleTargetBundleExtension() |
1958 | 1958 | kind "SharedLib" |
1959 | 1959 | sharedlibtype "OSXBundle" |
1960 | | - targetextension ".xyz" |
| 1960 | + targetbundleextension ".xyz" |
1961 | 1961 | prepare() |
1962 | 1962 | xcode.XCBuildConfiguration_Target(tr, tr.products.children[1], tr.configs[1]) |
1963 | 1963 | test.capture [[ |
|
1978 | 1978 | end |
1979 | 1979 |
|
1980 | 1980 |
|
1981 | | - function suite.XCBuildConfigurationTarget_OnOSXBundleNoTargetExtension() |
| 1981 | + function suite.XCBuildConfigurationTarget_OnOSXBundleNoTargetBundleExtension() |
1982 | 1982 | kind "SharedLib" |
1983 | 1983 | sharedlibtype "OSXBundle" |
1984 | | - targetextension "" |
| 1984 | + targetbundleextension "" |
1985 | 1985 | prepare() |
1986 | 1986 | xcode.XCBuildConfiguration_Target(tr, tr.products.children[1], tr.configs[1]) |
1987 | 1987 | test.capture [[ |
|
2002 | 2002 | end |
2003 | 2003 |
|
2004 | 2004 |
|
2005 | | - function suite.XCBuildConfigurationTarget_OnOSXFrameworkTargetExtension() |
| 2005 | + function suite.XCBuildConfigurationTarget_OnOSXFrameworkTargetBundleExtension() |
2006 | 2006 | kind "SharedLib" |
2007 | 2007 | sharedlibtype "OSXFramework" |
2008 | | - targetextension ".xyz" |
| 2008 | + targetbundleextension ".xyz" |
2009 | 2009 | prepare() |
2010 | 2010 | xcode.XCBuildConfiguration_Target(tr, tr.products.children[1], tr.configs[1]) |
2011 | 2011 | test.capture [[ |
|
2026 | 2026 | end |
2027 | 2027 |
|
2028 | 2028 |
|
2029 | | - function suite.XCBuildConfigurationTarget_OnOSXFrameworkNoTargetExtension() |
| 2029 | + function suite.XCBuildConfigurationTarget_OnOSXFrameworkNoTargetBundleExtension() |
2030 | 2030 | kind "SharedLib" |
2031 | 2031 | sharedlibtype "OSXFramework" |
2032 | | - targetextension "" |
| 2032 | + targetbundleextension "" |
2033 | 2033 | prepare() |
2034 | 2034 | xcode.XCBuildConfiguration_Target(tr, tr.products.children[1], tr.configs[1]) |
2035 | 2035 | test.capture [[ |
|
0 commit comments