feat(ios): share extension ile Ratebubble iOS istemcisini ekle ve paylaşım akışını düzelt
This commit is contained in:
58
ios/project.yml
Normal file
58
ios/project.yml
Normal file
@@ -0,0 +1,58 @@
|
||||
name: Ratebubble
|
||||
options:
|
||||
deploymentTarget:
|
||||
iOS: 16.0
|
||||
configs:
|
||||
Debug: debug
|
||||
Release: release
|
||||
settings:
|
||||
base:
|
||||
PRODUCT_BUNDLE_IDENTIFIER: net.wisecolt.ratebubble
|
||||
SWIFT_VERSION: 5.9
|
||||
targets:
|
||||
Ratebubble:
|
||||
type: application
|
||||
platform: iOS
|
||||
deploymentTarget: "16.0"
|
||||
sources:
|
||||
- path: Ratebubble/App
|
||||
- path: Ratebubble/Shared
|
||||
configFiles:
|
||||
Debug: Ratebubble/Resources/Config.xcconfig
|
||||
Release: Ratebubble/Resources/Config.xcconfig
|
||||
info:
|
||||
path: Ratebubble/Resources/Ratebubble-Info.plist
|
||||
properties:
|
||||
UILaunchScreen: {}
|
||||
CFBundleURLTypes:
|
||||
- CFBundleTypeRole: Editor
|
||||
CFBundleURLSchemes:
|
||||
- $(APP_URL_SCHEME)
|
||||
entitlements:
|
||||
path: Ratebubble/Resources/Ratebubble.entitlements
|
||||
properties:
|
||||
com.apple.security.application-groups:
|
||||
- $(APP_GROUP_ID)
|
||||
dependencies:
|
||||
- target: RatebubbleShare
|
||||
|
||||
RatebubbleShare:
|
||||
type: app-extension
|
||||
settings:
|
||||
base:
|
||||
PRODUCT_BUNDLE_IDENTIFIER: net.wisecolt.ratebubble.share
|
||||
platform: iOS
|
||||
deploymentTarget: "16.0"
|
||||
sources:
|
||||
- path: Ratebubble/ShareExtension
|
||||
- path: Ratebubble/Shared
|
||||
configFiles:
|
||||
Debug: Ratebubble/Resources/Config.xcconfig
|
||||
Release: Ratebubble/Resources/Config.xcconfig
|
||||
info:
|
||||
path: Ratebubble/Resources/RatebubbleShare-Info.plist
|
||||
entitlements:
|
||||
path: Ratebubble/Resources/RatebubbleShare.entitlements
|
||||
properties:
|
||||
com.apple.security.application-groups:
|
||||
- $(APP_GROUP_ID)
|
||||
Reference in New Issue
Block a user