Skip to content

Commit 6380b99

Browse files
committed
Cleanup the build
1 parent b85f6c1 commit 6380b99

File tree

5 files changed

+35
-61
lines changed

5 files changed

+35
-61
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ srcnuget: src/SQLite.cs src/SQLiteAsync.cs sqlite-net.nuspec
1515
nuget pack sqlite-net.nuspec
1616

1717
pclnuget: src/SQLite.cs src/SQLiteAsync.cs
18-
xbuild /p:Configuration=Release nuget/SQLite-net/SQLite-net.sln
18+
xbuild /p:Configuration=Release SQLite.sln
1919
nuget pack sqlite-net-pcl.nuspec -o .\
2020

nuget/SQLite-net/SQLite-net.sln

Lines changed: 0 additions & 22 deletions
This file was deleted.

nuget/build.bat

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/SQLite.Tests.iOS/Info.plist

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"[]>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleName</key>
6+
<string>SQLite-net</string>
7+
<key>CFBundleIdentifier</key>
8+
<string>com.kruegersystems.sqlite-net</string>
9+
<key>CFBundleShortVersionString</key>
10+
<string>1.0</string>
11+
<key>CFBundleVersion</key>
12+
<string>1.0</string>
13+
<key>LSRequiresIPhoneOS</key>
14+
<true/>
15+
<key>MinimumOSVersion</key>
16+
<string>10.0</string>
17+
<key>UIDeviceFamily</key>
18+
<array>
19+
<integer>1</integer>
20+
<integer>2</integer>
21+
</array>
22+
<key>UISupportedInterfaceOrientations</key>
23+
<array>
24+
<string>UIInterfaceOrientationPortrait</string>
25+
<string>UIInterfaceOrientationLandscapeLeft</string>
26+
<string>UIInterfaceOrientationLandscapeRight</string>
27+
</array>
28+
<key>UILaunchStoryboardName</key>
29+
<string>LaunchScreen</string>
30+
<key>NSAppTransportSecurity</key>
431
<dict>
5-
<key>CFBundleName</key>
6-
<string>SQLite-net</string>
7-
<key>CFBundleIdentifier</key>
8-
<string>com.kruegersystems.sqlite-net</string>
9-
<key>CFBundleShortVersionString</key>
10-
<string>1.0</string>
11-
<key>CFBundleVersion</key>
12-
<string>1.0</string>
13-
<key>LSRequiresIPhoneOS</key>
14-
<true />
15-
<key>MinimumOSVersion</key>
16-
<string>10.0</string>
17-
<key>UIDeviceFamily</key>
18-
<array>
19-
<integer>1</integer>
20-
<integer>2</integer>
21-
</array>
22-
<key>UISupportedInterfaceOrientations</key>
23-
<array>
24-
<string>UIInterfaceOrientationPortrait</string>
25-
<string>UIInterfaceOrientationLandscapeLeft</string>
26-
<string>UIInterfaceOrientationLandscapeRight</string>
27-
</array>
28-
<key>UILaunchStoryboardName</key>
29-
<string>LaunchScreen</string>
30-
<key>NSAppTransportSecurity</key>
31-
<dict>
32-
<key>NSAllowsArbitraryLoads</key>
33-
<true />
34-
</dict>
32+
<key>NSAllowsArbitraryLoads</key>
33+
<true/>
3534
</dict>
35+
</dict>
3636
</plist>

tests/SQLite.Tests.iOS/SQLite.Tests.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<MtouchUseSGen>true</MtouchUseSGen>
4444
<MtouchUseRefCounting>true</MtouchUseRefCounting>
4545
<MtouchFloat32>true</MtouchFloat32>
46-
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
46+
<CodesignEntitlements></CodesignEntitlements>
4747
<MtouchLink>SdkOnly</MtouchLink>
4848
<MtouchArch>ARMv7, ARM64</MtouchArch>
4949
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
@@ -80,7 +80,7 @@
8080
<MtouchUseSGen>true</MtouchUseSGen>
8181
<MtouchUseRefCounting>true</MtouchUseRefCounting>
8282
<MtouchFloat32>true</MtouchFloat32>
83-
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
83+
<CodesignEntitlements></CodesignEntitlements>
8484
<MtouchLink>SdkOnly</MtouchLink>
8585
<MtouchArch>ARMv7, ARM64</MtouchArch>
8686
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>

0 commit comments

Comments
 (0)