Skip to content

Commit

Permalink
Change tmpl directory to include
Browse files Browse the repository at this point in the history
* Change name to be compatible with homebrew install directories
  • Loading branch information
Jeasmine committed Dec 16, 2021
1 parent a0f7f02 commit f338f98
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Formula/onesignal-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class OnesignalCli < Formula

def install
prefix.install 'Gemfile'
tmpl.install Dir["tmpl/*"]
include.install Dir["include/*"]
lib.install Dir["lib/*"]
bin.install Dir["bin/*"]
end
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions lib/osproject_ios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ class OSProject::IOS < OSProject

attr_accessor :target_name

SWIFT_NSE_PATH = '/tmpl/iOS/swift/NotificationService.swift'
OBJC_NSE_H_PATH = '/tmpl/iOS/objc/NotificationService.h'
OBJC_NSE_M_PATH = '/tmpl/iOS/objc/NotificationService.m'
SWIFT_NSE_INFO_PLIST_PATH = '/tmpl/iOS/swift/Info.plist'
OBJC_NSE_INFO_PLIST_PATH = '/tmpl/iOS/objc/Info.plist'
SWIFT_NSE_PATH = '/include/iOS/swift/NotificationService.swift'
OBJC_NSE_H_PATH = '/include/iOS/objc/NotificationService.h'
OBJC_NSE_M_PATH = '/include/iOS/objc/NotificationService.m'
SWIFT_NSE_INFO_PLIST_PATH = '/include/iOS/swift/Info.plist'
OBJC_NSE_INFO_PLIST_PATH = '/include/iOS/objc/Info.plist'

NSE_POD_DEPENDENCY = "target 'OneSignalNotificationServiceExtension' do
# Comment the next line if you don\'t want to use dynamic frameworks
Expand Down

0 comments on commit f338f98

Please sign in to comment.