fix fastfile
This commit is contained in:
parent
fecf706777
commit
71088d7bd4
|
@ -478,7 +478,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 18;
|
||||
CURRENT_PROJECT_VERSION = 19;
|
||||
DEVELOPMENT_ASSET_PATHS = "\"JellyfinPlayer/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 9R8RREG67J;
|
||||
ENABLE_BITCODE = NO;
|
||||
|
@ -508,7 +508,7 @@
|
|||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 18;
|
||||
CURRENT_PROJECT_VERSION = 19;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
DEVELOPMENT_ASSET_PATHS = "\"JellyfinPlayer/Preview Content\"";
|
||||
DEVELOPMENT_TEAM = 9R8RREG67J;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>18</string>
|
||||
<string>19</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
|
|
@ -27,7 +27,7 @@ platform :ios do
|
|||
identifier_v = get_version_number(xcodeproj: "JellyfinPlayer.xcodeproj")
|
||||
identifier_s = get_info_plist_value(path: "JellyfinPlayer/Info.plist", key: "CFBundleVersion")
|
||||
upload_symbols_to_sentry(
|
||||
org_slug: 'aidenvigue',
|
||||
org_slug: 'jf-sui',
|
||||
project_slug: 'jellyfin-swift-ios',
|
||||
dsym_path: "JellyfinPlayer.app.dSYM.zip"
|
||||
)
|
||||
|
|
|
@ -16,6 +16,11 @@ or alternatively using `brew install fastlane`
|
|||
|
||||
# Available Actions
|
||||
## iOS
|
||||
### ios build
|
||||
```
|
||||
fastlane ios build
|
||||
```
|
||||
Build targets
|
||||
### ios beta
|
||||
```
|
||||
fastlane ios beta
|
||||
|
|
Loading…
Reference in New Issue