wip
This commit is contained in:
parent
e30ec562cb
commit
d2f22dc066
22
AnotherXMPP/Info.plist
Normal file
22
AnotherXMPP/Info.plist
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?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>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>$(PRODUCT_NAME)</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
22
project.yml
22
project.yml
|
@ -25,6 +25,27 @@ targets:
|
|||
# Sharing service here...
|
||||
#
|
||||
|
||||
# xmpp framework
|
||||
AnotherXMPP:
|
||||
type: framework
|
||||
platform: iOS
|
||||
deploymentTarget: 16.0
|
||||
scheme: {}
|
||||
sources:
|
||||
- path: AnotherXMPP
|
||||
info:
|
||||
path: ./AnotherXMPP/Info.plist
|
||||
properties:
|
||||
CFBundlePackageType: $(PRODUCT_BUNDLE_PACKAGE_TYPE)
|
||||
settings:
|
||||
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym
|
||||
PRODUCT_BUNDLE_IDENTIFIER: im.narayana.anotherxmpp.lib
|
||||
DEAD_CODE_STRIPPING: true
|
||||
dependencies:
|
||||
- sdk: libxml2.tbd
|
||||
- sdk: Security.framework
|
||||
# - framework: Lib/WebRTC.xcframework
|
||||
|
||||
# iOS App
|
||||
AnotherIM:
|
||||
type: application
|
||||
|
@ -63,6 +84,7 @@ targets:
|
|||
dependencies:
|
||||
- sdk: Security.framework
|
||||
- sdk: CryptoKit.framework
|
||||
- target: AnotherXMPP
|
||||
- package: SwiftfulRouting
|
||||
link: true
|
||||
- package: KeychainAccess
|
||||
|
|
Loading…
Reference in a new issue