Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Samples/watchOS-Swift/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libs
libs
2 changes: 1 addition & 1 deletion Sources/Sentry/include/SentryAsyncLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ NS_ASSUME_NONNULL_BEGIN

NS_ASSUME_NONNULL_END

#endif // SentryAsyncLog_h
#endif // SentryAsyncLog_h
1 change: 0 additions & 1 deletion Sources/SentrySwiftUI/module.modulemap
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
module SentryInternal {
header "SentrySwiftUI.h"
}

Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<elements>
<element name="TestEntity" positionX="-54" positionY="-9" width="128" height="59"/>
</elements>
</model>
</model>
1 change: 0 additions & 1 deletion fastlane/Appfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ team_id("97JCY7859U") # Developer Portal Team ID

# For more information about the Appfile, see:
# https://docs.fastlane.tools/advanced/#appfile

1 change: 0 additions & 1 deletion scripts/create-cherry-pick-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ git cherry-pick "$commit_hash"
git push origin "$hotfix_branch"

echo "Hotfix branch $hotfix_branch created and pushed successfully."

2 changes: 1 addition & 1 deletion scripts/generate-classes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ do
}" >> $dsnStorage
done



Loading