Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Jun 6, 2018
1 parent 3a23f0d commit 740d02b
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ playground.xcworkspace

iOS/AzureMobile/Carthage/Checkouts
iOS/AzureMobile/Carthage/Build
iOS/AzureMobile iOS Example/Carthage/Checkouts
iOS/AzureMobile iOS Example/Carthage/Build



# fastlane
Expand Down Expand Up @@ -382,3 +385,4 @@ AzureData Sample/scripts/test-all.sh
Azure.framework.zip

iOS/AzureMobile/AzureMobile.framework.zip
AzureMobile.framework.zip
26 changes: 26 additions & 0 deletions AzureMobile.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Pod::Spec.new do |s|

s.name = 'AzureMobile'
s.version = '0.1.3'
s.summary = 'Microsoft Azure client SDK for iOS.'

s.description = 'Microsoft Azure client SDK for iOS, macOS, watchOS, tvOS.'

s.homepage = 'https://github.com/Azure/Azure.Mobile'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Microsoft Azure'

s.source = { :git => 'https://github.com/Azure/Azure.Mobile.git', :tag => "v#{s.version}" }

s.swift_version = '4.1'

s.dependency 'AzureData', '0.1.3'

s.source_files = 'iOS/AzureMobile/Source/*.{swift,h,m}'

s.ios.deployment_target = '10.0'
s.osx.deployment_target = '10.12'
s.tvos.deployment_target = '10.0'
s.watchos.deployment_target = '3.0'

end
8 changes: 4 additions & 4 deletions iOS/AzureMobile/AzureMobile.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -893,12 +893,12 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
Expand Down Expand Up @@ -950,11 +950,11 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 4.0;
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
Expand Down Expand Up @@ -1101,7 +1101,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.12;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.azure.mobile;
PRODUCT_NAME = AzureMobile;
Expand Down Expand Up @@ -1138,7 +1138,7 @@
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MACOSX_DEPLOYMENT_TARGET = 10.12;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.azure.mobile;
PRODUCT_NAME = AzureMobile;
Expand Down
2 changes: 1 addition & 1 deletion iOS/AzureMobile/Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Azure/Azure.iOS" "v0.0.2"
github "Azure/Azure.iOS" "v0.1.3"
github "Nike-Inc/Willow" "5.0.2"
github "kishikawakatsumi/KeychainAccess" "v3.1.1"
2 changes: 1 addition & 1 deletion iOS/AzureMobile/Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.0.2</string>
<string>0.1.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 740d02b

Please sign in to comment.