Skip to content

Commit

Permalink
chore: build with SDK 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Nov 27, 2020
1 parent c497e75 commit 96240e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.1.1
version: 3.0.0
apiversion: 2
architectures: armv7 arm64 i386 x86_64
description: titanium-firebase-auth
author: Hans Knoechel
license: Apache 2
mac: false
copyright: Copyright (c) 2018-present Hans Knoechel

# these should not be edited
name: titanium-firebase-auth
moduleid: firebase.auth
guid: dc98ce27-7b7c-4596-8ef2-b16715576c9a
platform: iphone
minsdk: 8.0.0
minsdk: 9.2.0
4 changes: 2 additions & 2 deletions ios/titanium.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// OF YOUR TITANIUM SDK YOU'RE BUILDING FOR
//
//
TITANIUM_SDK_VERSION = 9.0.3.GA
TITANIUM_SDK_VERSION = 9.2.2.GA

//
// THESE SHOULD BE OK GENERALLY AS-IS
//
TITANIUM_SDK = /Users/$(USER)/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
HEADER_SEARCH_PATHS = $(inherited) "$(TITANIUM_SDK)/iphone/include"
FRAMEWORK_SEARCH_PATHS = $(inherited) "$(TITANIUM_SDK)/iphone/Frameworks"
FRAMEWORK_SEARCH_PATHS = $(inherited) "$(TITANIUM_SDK)/iphone/Frameworks/**"

0 comments on commit 96240e9

Please sign in to comment.