This commit is contained in:
Jae Lim 2019-12-17 16:31:22 -08:00
Родитель ac96c491eb
Коммит 307dbc1451
7 изменённых файлов: 0 добавлений и 60 удалений

Просмотреть файл

@ -21,12 +21,6 @@ Pod::Spec.new do |s|
4. App Center Push (iOS and macOS):
App Center Push enables you to send push notifications to users of your app from the App Center portal. You can also segment your user base based on a set of properties and send them targeted notifications. Not available for tvOS SDK.
5. App Center Data (iOS only):
The App Center Data service provides functionality enabling developers to persist app data in the cloud in both online and offline scenarios. This enables you to store and manage both user-specific data as well as data shared between users and across platforms.
6. App Center Auth (iOS only):
App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices.
DESC
s.homepage = 'https://appcenter.ms'
@ -97,19 +91,4 @@ Pod::Spec.new do |s|
ss.osx.vendored_frameworks = "AppCenter-SDK-Apple/macOS/AppCenterPush.framework"
end
s.subspec 'Data' do |ss|
ss.dependency 'AppCenter/Core'
ss.frameworks = 'Foundation'
ss.ios.frameworks = 'UIKit'
ss.ios.vendored_frameworks = "AppCenter-SDK-Apple/iOS/AppCenterData.framework"
end
s.subspec 'Auth' do |ss|
ss.dependency 'AppCenter/Core'
ss.frameworks = 'Foundation'
ss.ios.frameworks = 'UIKit', 'WebKit'
ss.ios.weak_frameworks = 'SafariServices', 'AuthenticationServices'
ss.ios.vendored_frameworks = "AppCenter-SDK-Apple/iOS/AppCenterAuth.framework"
end
end

Просмотреть файл

@ -11,5 +11,3 @@ LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks @loader_path/Frameworks "$
// OCMock and OCHamcrest have a bunch of warnings so we just disable this only for testing.
GCC_TREAT_WARNINGS_AS_ERRORS = NO
USER_HEADER_SEARCH_PATHS=$(inherited) $(SRCROOT)/MSAL/**

Просмотреть файл

@ -10,5 +10,3 @@ LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks @loader_path/Frameworks $(
// OCMock and OCHamcrest have a bunch of warnings so we just disable this only for testing.
GCC_TREAT_WARNINGS_AS_ERRORS = NO
USER_HEADER_SEARCH_PATHS=$(inherited) $(SRCROOT)/MSAL/**

Просмотреть файл

@ -54,8 +54,5 @@ static int const kMSStoragePageSize = 4096;
static NSString *const kMSIntLogUrl = @"https://in-integration.dev.avalanch.es";
static NSString *const kMSIntConfigUrl = @"https://config-integration.dev.avalanch.es";
static NSString *const kMSIntTokenExchangeUrl = @"https://token-exchange-mbaas-integration.dev.avalanch.es/v0.1";
static NSString *const kMSIntApiUrl = @"https://api-gateway-core-integration.dev.avalanch.es/v0.1";
static NSString *const kMSIntInstallUrl = @"https://install.portal-server-core-integration.dev.avalanch.es";
static NSString *const kMSDataUserPartition = @"user";

Просмотреть файл

@ -28,16 +28,6 @@
<string>appcenter-3ccfe7f5-ec01-4de5-883c-f563bbbe147a</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleURLSchemes</key>
<array>
<string>msal3ccfe7f5-ec01-4de5-883c-f563bbbe147a</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>

Просмотреть файл

@ -29,17 +29,6 @@
<string>appcenter-66957d63-b484-43e6-bb8d-b89bf37a1c08</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleURLSchemes</key>
<array>
<string>msal65dc3680-7325-4000-a0e7-dbd2276eafd1</string>
<string>msal66957d63-b484-43e6-bb8d-b89bf37a1c08</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>

Просмотреть файл

@ -33,17 +33,6 @@
<string>appcenter-f9854e3a-0c8a-4774-9bf1-68f6dff8eb98</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleURLSchemes</key>
<array>
<string>msal0dbca56b-b9ae-4d53-856a-7c2856137d85</string>
<string>msalf9854e3a-0c8a-4774-9bf1-68f6dff8eb98</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>${BUILD_NUMBER}</string>