Skip to content

Commit

Permalink
STITCH-2861 (#179)
Browse files Browse the repository at this point in the history
Swift SDK: Release 6.0.0
  • Loading branch information
jsflax authored Apr 26, 2019
1 parent 09a061f commit 5be9392
Show file tree
Hide file tree
Showing 44 changed files with 372 additions and 396 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Stitch Core AWS Service</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = File.basename(__FILE__, '.podspec')
spec.version = "5.1.0"
spec.version = "6.0.0"
spec.summary = "#{__FILE__} Module"
spec.homepage = "https://github.com/mongodb/stitch-ios-sdk"
spec.license = "Apache2"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
}
spec.source = {
:git => "https://github.com/mongodb/stitch-ios-sdk.git",
:branch => "master", :tag => "5.1.0"
:branch => "master", :tag => "6.0.0",
}

spec.platform = :ios, "11.0"
Expand All @@ -20,5 +20,5 @@ Pod::Spec.new do |spec|

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '= 5.1.0'
spec.dependency 'StitchCoreSDK', '= 6.0.0'
end
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
49627E7122730CC40076B9B1 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 49627E7022730CC40076B9B1 /* Info.plist */; };
498062D32185B7C900E2A3A2 /* AWSRequestUnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_16 /* AWSRequestUnitTests.swift */; };
498062D42185B7C900E2A3A2 /* CoreAWSServiceClientUnitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = OBJ_17 /* CoreAWSServiceClientUnitTests.swift */; };
49E6DDC121905B6300AF0582 /* StitchCoreSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49E6DDC021905B6300AF0582 /* StitchCoreSDK.framework */; };
Expand All @@ -32,6 +33,7 @@
0708A61273D360201538929E /* Pods_StitchCoreAWSServiceTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StitchCoreAWSServiceTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
294293C8AEDEF216E564B889 /* Pods_StitchCoreAWSService.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StitchCoreAWSService.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2D290EBAD5D42244C6713A33 /* Pods-StitchCoreAWSService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StitchCoreAWSService.release.xcconfig"; path = "Target Support Files/Pods-StitchCoreAWSService/Pods-StitchCoreAWSService.release.xcconfig"; sourceTree = "<group>"; };
49627E7022730CC40076B9B1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
498062CB2185B7B700E2A3A2 /* StitchCoreAWSServiceTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StitchCoreAWSServiceTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
49E6DDC021905B6300AF0582 /* StitchCoreSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = StitchCoreSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49E6DDC221905B8800AF0582 /* MockUtils.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = MockUtils.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -97,6 +99,7 @@
OBJ_10 /* StitchCoreAWSService */ = {
isa = PBXGroup;
children = (
49627E7022730CC40076B9B1 /* Info.plist */,
OBJ_11 /* AWSRequest.swift */,
OBJ_12 /* Internal */,
);
Expand Down Expand Up @@ -239,6 +242,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
49627E7122730CC40076B9B1 /* Info.plist in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -267,8 +271,6 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-StitchCoreAWSServiceTests/Pods-StitchCoreAWSServiceTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/MongoSwift/MongoSwift.framework",
Expand All @@ -278,8 +280,6 @@
"${PODS_ROOT}/mongo-embedded-c-driver/iPhoneOS/Frameworks/mongoc.framework.dSYM",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MongoSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/bson.framework",
Expand Down Expand Up @@ -494,6 +494,7 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/Sources/StitchCoreAWSService/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
OTHER_CFLAGS = "$(inherited)";
Expand All @@ -519,6 +520,7 @@
"$(PLATFORM_DIR)/Developer/Library/Frameworks",
);
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = "$(SRCROOT)/Sources/StitchCoreAWSService/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
OTHER_CFLAGS = "$(inherited)";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Stitch Core FCM Service</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = File.basename(__FILE__, '.podspec')
spec.version = "5.1.0"
spec.version = "6.0.0"
spec.summary = "#{__FILE__} Module"
spec.homepage = "https://github.com/mongodb/stitch-ios-sdk"
spec.license = "Apache2"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
}
spec.source = {
:git => "https://github.com/mongodb/stitch-ios-sdk.git",
:branch => "master", :tag => "5.1.0"
:branch => "master", :tag => "6.0.0",
}

spec.platform = :ios, "11.0"
Expand All @@ -20,5 +20,5 @@ Pod::Spec.new do |spec|

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '= 5.1.0'
spec.dependency 'StitchCoreSDK', '= 6.0.0'
end
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
207BB04A6C6877985E4EBFCF /* Pods_StitchCoreFCMService.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StitchCoreFCMService.framework; sourceTree = BUILT_PRODUCTS_DIR; };
279919CC8E30C32F95F8E804 /* Pods-StitchCoreFCMService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StitchCoreFCMService.debug.xcconfig"; path = "Target Support Files/Pods-StitchCoreFCMService/Pods-StitchCoreFCMService.debug.xcconfig"; sourceTree = "<group>"; };
44CE768A36F462C389F4C086 /* Pods-StitchCoreFCMService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StitchCoreFCMService.release.xcconfig"; path = "Target Support Files/Pods-StitchCoreFCMService/Pods-StitchCoreFCMService.release.xcconfig"; sourceTree = "<group>"; };
49627E7222730CD70076B9B1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4969205A2190EB2F00DB340D /* StitchCoreSDKMocks.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = StitchCoreSDKMocks.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49F021142190CC130046F20E /* StitchCoreSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = StitchCoreSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
85DDF57FFFDBD800466F8A8D /* Pods-StitchCoreFCMServiceTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StitchCoreFCMServiceTests.release.xcconfig"; path = "Target Support Files/Pods-StitchCoreFCMServiceTests/Pods-StitchCoreFCMServiceTests.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -105,6 +106,7 @@
OBJ_10 /* StitchCoreFCMService */ = {
isa = PBXGroup;
children = (
49627E7222730CD70076B9B1 /* Info.plist */,
OBJ_11 /* FCMSendMessageNotification.swift */,
OBJ_12 /* FCMSendMessagePriority.swift */,
OBJ_13 /* FCMSendMessageRequest.swift */,
Expand Down Expand Up @@ -293,8 +295,6 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-StitchCoreFCMServiceTests/Pods-StitchCoreFCMServiceTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/MongoSwift/MongoSwift.framework",
Expand All @@ -304,8 +304,6 @@
"${PODS_ROOT}/mongo-embedded-c-driver/iPhoneOS/Frameworks/mongoc.framework.dSYM",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MongoSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/bson.framework",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Stitch Core HTTP Service</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = File.basename(__FILE__, '.podspec')
spec.version = "5.1.0"
spec.version = "6.0.0"
spec.summary = "#{__FILE__} Module"
spec.homepage = "https://github.com/mongodb/stitch-ios-sdk"
spec.license = "Apache2"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
}
spec.source = {
:git => "https://github.com/mongodb/stitch-ios-sdk.git",
:branch => "master", :tag => "5.1.0"
:branch => "master", :tag => "6.0.0",
}

spec.platform = :ios, "11.0"
Expand All @@ -20,5 +20,5 @@ Pod::Spec.new do |spec|

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'StitchCoreSDK', '= 5.1.0'
spec.dependency 'StitchCoreSDK', '= 6.0.0'
end
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
12C366E824AC973C8751BC90 /* Pods-StitchCoreHTTPService.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StitchCoreHTTPService.release.xcconfig"; path = "Target Support Files/Pods-StitchCoreHTTPService/Pods-StitchCoreHTTPService.release.xcconfig"; sourceTree = "<group>"; };
30B22CF71AE48BBF25927BB1 /* Pods-StitchCoreHTTPService.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StitchCoreHTTPService.debug.xcconfig"; path = "Target Support Files/Pods-StitchCoreHTTPService/Pods-StitchCoreHTTPService.debug.xcconfig"; sourceTree = "<group>"; };
3B5B899CC4DF3E5A45055105 /* Pods-StitchCoreHTTPServiceTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StitchCoreHTTPServiceTests.debug.xcconfig"; path = "Target Support Files/Pods-StitchCoreHTTPServiceTests/Pods-StitchCoreHTTPServiceTests.debug.xcconfig"; sourceTree = "<group>"; };
49627E7322730D0F0076B9B1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
49E6DDCA21905E5900AF0582 /* StitchCoreSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = StitchCoreSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49E6DDCC21905F7700AF0582 /* StitchCoreSDKMocks.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = StitchCoreSDKMocks.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7E01A8591AB86E38C5264474 /* Pods-StitchCoreHTTPServiceTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-StitchCoreHTTPServiceTests.release.xcconfig"; path = "Target Support Files/Pods-StitchCoreHTTPServiceTests/Pods-StitchCoreHTTPServiceTests.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -99,6 +100,7 @@
OBJ_10 /* StitchCoreHTTPService */ = {
isa = PBXGroup;
children = (
49627E7322730D0F0076B9B1 /* Info.plist */,
OBJ_11 /* HTTPCookie.swift */,
OBJ_12 /* HTTPMethod.swift */,
OBJ_13 /* HTTPRequest.swift */,
Expand Down Expand Up @@ -284,8 +286,6 @@
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-StitchCoreHTTPServiceTests/Pods-StitchCoreHTTPServiceTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/MongoSwift/MongoSwift.framework",
Expand All @@ -295,8 +295,6 @@
"${PODS_ROOT}/mongo-embedded-c-driver/iPhoneOS/Frameworks/mongoc.framework.dSYM",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
);
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MongoSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/bson.framework",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Stitch Core SDK</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = File.basename(__FILE__, '.podspec')
spec.version = "5.1.0"
spec.version = "6.0.0"
spec.summary = "#{__FILE__} Module"
spec.homepage = "https://github.com/mongodb/stitch-ios-sdk"
spec.license = "Apache2"
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
}
spec.source = {
:git => "https://github.com/mongodb/stitch-ios-sdk.git",
:branch => "master", :tag => "5.1.0"
:branch => "master", :tag => "6.0.0",
}

spec.platform = :ios, "11.0"
Expand All @@ -20,6 +20,6 @@ Pod::Spec.new do |spec|

spec.source_files = "Core/Services/#{spec.name}/Sources/#{spec.name}/**/*.swift"

spec.dependency 'MongoMobile', '= 0.0.7'
spec.dependency 'StitchCoreSDK', '= 5.1.0'
spec.dependency 'MongoMobile', '= 0.1.0'
spec.dependency 'StitchCoreSDK', '= 6.0.0'
end
Loading

0 comments on commit 5be9392

Please sign in to comment.