Skip to content

Commit a4a7744

Browse files
committed
UgSqlLiteSwift: removed old unused entries from build.yaml
1 parent 009462f commit a4a7744

File tree

1 file changed

+9
-36
lines changed

1 file changed

+9
-36
lines changed

UgSqlLiteSwift/build.yaml

+9-36
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spm:
22
- name:
3-
url: https://github.com/scadedoc/SQLite.swift
4-
branch: master
3+
url:
4+
branch:
55
from:
66
path:
77
search-paths: []
@@ -20,33 +20,22 @@ ios:
2020
app-delegate-file:
2121
simulator:
2222
os: 12.1
23-
output: UgSqlLiteSwift/.build/ios-simulator
23+
output:
2424
extra-args:
2525
search-paths: []
2626
linked-libs: []
27-
spm:
28-
dependencies:
29-
- name: SQLite
3027
device:
3128
os: 12.1
32-
output: UgSqlLiteSwift/.build/ios-device
29+
output:
3330
extra-args:
3431
search-paths: []
3532
linked-libs: []
36-
spm:
37-
dependencies:
38-
- name: SQLite
39-
package: SQLite
4033
mac:
4134
os: 10.11
42-
output: UgSqlLiteSwift/.build/scade-simulator
35+
output:
4336
extra-args:
4437
search-paths: []
4538
linked-libs: []
46-
spm:
47-
dependencies:
48-
- name: SQLite
49-
package: SQLite.swift
5039
sign:
5140
provision-profile: ${env.UGEXAMPLES_IOS_PROVISION_PROFILE}
5241
certificate: ${env.UGEXAMPLES_IOS_CERTIFICATE}
@@ -87,43 +76,27 @@ android:
8776
manifest-file:
8877
permissions: []
8978
armeabi-v7a:
90-
output: UgSqlLiteSwift/.build/android-armeabi-v7a
79+
output:
9180
extra-args:
9281
search-paths: []
9382
linked-libs: [sqlite3]
94-
spm:
95-
dependencies:
96-
- name: SQLite
97-
package: SQLite.swift
9883
arm64-v8a:
99-
output: UgSqlLiteSwift/.build/android-x86
84+
output:
10085
product-path: UgSqlLiteSwift/Product/android-arm64-v8a
10186
extra-args:
10287
search-paths: []
10388
linked-libs: [sqlite3]
104-
spm:
105-
dependencies:
106-
- name: SQLite
107-
package: SQLite.swift
10889
x86:
109-
output: UgSqlLiteSwift/.build/android-x86
90+
output:
11091
extra-args:
11192
search-paths: []
11293
linked-libs: [sqlite3]
113-
spm:
114-
dependencies:
115-
- name: SQLite
116-
package: SQLite.swift
11794
x86_64:
118-
output: UgSqlLiteSwift/.build/android-x86
95+
output:
11996
product-path: UgSqlLiteSwift/Product/android-x86_64
12097
extra-args:
12198
search-paths: []
12299
linked-libs: [sqlite3]
123-
spm:
124-
dependencies:
125-
- name: SQLite
126-
package: SQLite.swift
127100
intent-filters:
128101
- action:
129102
scheme:

0 commit comments

Comments
 (0)