Skip to content

Commit

Permalink
Typo for CI asset (#4084)
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin authored Jun 18, 2024
1 parent fa1ec44 commit f1c36e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ build-xcframework:
ditto -c -k -X --rsrc --keepParent Carthage/Sentry.xcframework Carthage/Sentry.xcframework.zip
ditto -c -k -X --rsrc --keepParent Carthage/Sentry-Dynamic.xcframework Carthage/Sentry-Dynamic.xcframework.zip
ditto -c -k -X --rsrc --keepParent Carthage/SentrySwiftUI.xcframework Carthage/SentrySwiftUI.xcframework.zip
ditto -c -k -X --rsrc --keepParent Carthage/Sentry-WihoutUIKitOrAppKit.xcframework Carthage/Sentry-WihoutUIKitOrAppKit.zip
ditto -c -k -X --rsrc --keepParent Carthage/Sentry-WithoutUIKitOrAppKit.xcframework Carthage/Sentry-WithoutUIKitOrAppKit.zip

build-xcframework-sample:
./scripts/create-carthage-json.sh
Expand Down
2 changes: 0 additions & 2 deletions Samples/iOS-Swift/iOS13-Swift/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

AppDelegate.startSentry()

return true
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ generate_xcframework "Sentry" "" staticlib

generate_xcframework "SentrySwiftUI"

generate_xcframework "Sentry" "-WihoutUIKitOrAppKit" mh_dylib Release_without_UIKit
generate_xcframework "Sentry" "-WithoutUIKitOrAppKit" mh_dylib Release_without_UIKit

0 comments on commit f1c36e0

Please sign in to comment.