This commit is contained in:
fmodf 2024-12-18 04:51:41 +01:00
parent e30ec562cb
commit d2f22dc066
28 changed files with 44 additions and 0 deletions

22
AnotherXMPP/Info.plist Normal file
View 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>

View file

@ -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