Skip to content

Commit 2e9bf66

Browse files
fix: move swift-tools-version to first line of Package.swift
Remove commented swift-tools-version line.
1 parent 785670c commit 2e9bf66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/facebook_app_events/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
// swift-tools-version: 5.9
12
// Copyright (c) Oddbit (https://oddbit.id)
23
//
34
// This source file is part of facebook_app_events.
45
// Licensed under the Apache License, Version 2.0. See LICENSE and NOTICE.
56

6-
// swift-tools-version: 5.9
77
// The swift-tools-version declares the minimum version of Swift required to build this package.
88

99
import PackageDescription

0 commit comments

Comments
 (0)