1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project DefaultTargets = " Build " ToolsVersion = " 4.0 " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
2
+ <Project Sdk = " Microsoft.NET.Sdk " >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
5
<Platform Condition =" '$(Platform)' == '' " >iPhoneSimulator</Platform >
14
14
<MtouchHttpClientHandler >NSUrlSessionHandler</MtouchHttpClientHandler >
15
15
<RestoreProjectStyle >PackageReference</RestoreProjectStyle >
16
16
<ProvisioningType >automatic</ProvisioningType >
17
+ <TargetFramework >net7.0-ios</TargetFramework >
18
+ <SupportedOSPlatformVersion >13.5</SupportedOSPlatformVersion >
19
+ <Nullable >enable</Nullable >
20
+ <Platforms >iPhoneSimulator;iPhone;AnyCPU</Platforms >
17
21
</PropertyGroup >
18
22
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' " >
19
23
<DebugSymbols >true</DebugSymbols >
26
30
<MtouchArch >x86_64</MtouchArch >
27
31
<MtouchLink >None</MtouchLink >
28
32
<MtouchDebug >true</MtouchDebug >
33
+ <CreatePackage >false</CreatePackage >
29
34
</PropertyGroup >
30
35
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
31
36
<DebugType >none</DebugType >
35
40
<WarningLevel >4</WarningLevel >
36
41
<MtouchLink >None</MtouchLink >
37
42
<MtouchArch >x86_64</MtouchArch >
43
+ <CreatePackage >false</CreatePackage >
38
44
</PropertyGroup >
39
45
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhone' " >
40
46
<DebugSymbols >true</DebugSymbols >
48
54
<CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
49
55
<CodesignKey >iPhone Developer</CodesignKey >
50
56
<MtouchDebug >true</MtouchDebug >
57
+ <CreatePackage >false</CreatePackage >
51
58
</PropertyGroup >
52
59
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
53
60
<DebugType >none</DebugType >
58
65
<CodesignEntitlements >Entitlements.plist</CodesignEntitlements >
59
66
<MtouchArch >ARM64</MtouchArch >
60
67
<CodesignKey >iPhone Developer</CodesignKey >
68
+ <CreatePackage >false</CreatePackage >
69
+ </PropertyGroup >
70
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
71
+ <CreatePackage >false</CreatePackage >
72
+ </PropertyGroup >
73
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
74
+ <CreatePackage >false</CreatePackage >
61
75
</PropertyGroup >
62
76
<ItemGroup >
63
- <Reference Include =" System" />
64
- <Reference Include =" System.Xml" />
65
- <Reference Include =" System.Core" />
66
- <Reference Include =" Xamarin.iOS" />
67
- <Reference Include =" System.Numerics" />
68
- <Reference Include =" System.Numerics.Vectors" />
69
- <Reference Include =" SByteDev.Xamarin.iOS.BSImagePicker" >
70
- <HintPath >..\SByteDev.Xamarin.iOS.BSImagePicker\bin\Release\SByteDev.Xamarin.iOS.BSImagePicker.dll</HintPath >
71
- </Reference >
72
- </ItemGroup >
73
- <ItemGroup >
74
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Contents.json" >
75
- <Visible >false</Visible >
76
- </ImageAsset >
77
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon1024.png" >
78
- <Visible >false</Visible >
79
- </ImageAsset >
80
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon167.png" >
81
- <Visible >false</Visible >
82
- </ImageAsset >
83
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon120.png" >
84
- <Visible >false</Visible >
85
- </ImageAsset >
86
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon152.png" >
87
- <Visible >false</Visible >
88
- </ImageAsset >
89
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon180.png" >
90
- <Visible >false</Visible >
91
- </ImageAsset >
92
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon29.png" >
93
- <Visible >false</Visible >
94
- </ImageAsset >
95
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon40.png" >
96
- <Visible >false</Visible >
97
- </ImageAsset >
98
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon58.png" >
99
- <Visible >false</Visible >
100
- </ImageAsset >
101
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon76.png" >
102
- <Visible >false</Visible >
103
- </ImageAsset >
104
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon80.png" >
105
- <Visible >false</Visible >
106
- </ImageAsset >
107
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon87.png" >
108
- <Visible >false</Visible >
109
- </ImageAsset >
110
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon20.png" >
111
- <Visible >false</Visible >
112
- </ImageAsset >
113
- <ImageAsset Include =" Assets.xcassets\AppIcon.appiconset\Icon60.png" >
114
- <Visible >false</Visible >
115
- </ImageAsset >
77
+
116
78
</ItemGroup >
117
79
<ItemGroup >
118
80
<Folder Include =" Resources\" />
119
81
</ItemGroup >
120
82
<ItemGroup >
121
- <InterfaceDefinition Include =" LaunchScreen.storyboard" />
122
- <InterfaceDefinition Include =" Main.storyboard" />
83
+ <None Remove =" SByteDev.Xamarin.iOS.BSImagePicker" />
123
84
</ItemGroup >
124
85
<ItemGroup >
125
86
<None Include =" Info.plist" />
126
87
<None Include =" Entitlements.plist" />
127
88
</ItemGroup >
128
89
<ItemGroup >
129
- <Compile Include =" AppDelegate.cs" />
130
- <Compile Include =" SceneDelegate.cs" />
131
- <Compile Include =" ViewController.cs" />
132
- <Compile Include =" ViewController.designer.cs" >
133
- <DependentUpon >ViewController.cs</DependentUpon >
134
- </Compile >
135
90
</ItemGroup >
136
- <Import Project =" $(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
91
+ <ItemGroup >
92
+ <Reference Include =" SByteDev.Xamarin.iOS.BSImagePicker" >
93
+ <HintPath >..\SByteDev.Xamarin.iOS.BSImagePicker\bin\Release\net7.0-ios\SByteDev.Xamarin.iOS.BSImagePicker.dll</HintPath >
94
+ </Reference >
95
+ </ItemGroup >
96
+ <ItemGroup >
97
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Contents.json" >
98
+ <Link >Assets.xcassets\AppIcon.appiconset\Contents.json</Link >
99
+ </ImageAsset >
100
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon1024.png" >
101
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon1024.png</Link >
102
+ </ImageAsset >
103
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon167.png" >
104
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon167.png</Link >
105
+ </ImageAsset >
106
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon120.png" >
107
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon120.png</Link >
108
+ </ImageAsset >
109
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon152.png" >
110
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon152.png</Link >
111
+ </ImageAsset >
112
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon180.png" >
113
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon180.png</Link >
114
+ </ImageAsset >
115
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon29.png" >
116
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon29.png</Link >
117
+ </ImageAsset >
118
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon40.png" >
119
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon40.png</Link >
120
+ </ImageAsset >
121
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon58.png" >
122
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon58.png</Link >
123
+ </ImageAsset >
124
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon76.png" >
125
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon76.png</Link >
126
+ </ImageAsset >
127
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon80.png" >
128
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon80.png</Link >
129
+ </ImageAsset >
130
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon87.png" >
131
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon87.png</Link >
132
+ </ImageAsset >
133
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon20.png" >
134
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon20.png</Link >
135
+ </ImageAsset >
136
+ <ImageAsset Update =" Assets.xcassets\AppIcon.appiconset\Icon60.png" >
137
+ <Link >Assets.xcassets\AppIcon.appiconset\Icon60.png</Link >
138
+ </ImageAsset >
139
+ </ItemGroup >
137
140
</Project >
0 commit comments