Skip to content

Commit

Permalink
Update Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
神楽坂花火 committed Mar 23, 2020
1 parent 3bee91f commit f938cfe
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 4 deletions.
11 changes: 8 additions & 3 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ target 'Runner' do
use_frameworks!
use_modular_headers!

pod 'Alamofire', '~> 5.0'
pod 'AlamofireImage', '~> 4.0'

# Flutter Pod

copied_flutter_dir = File.join(__dir__, 'Flutter')
Expand Down Expand Up @@ -81,6 +78,13 @@ target 'Runner' do
end
end

target 'TodayExtension' do
use_frameworks!

pod 'Alamofire', '~> 5.0'
pod 'AlamofireImage', '~> 4.0'
end

# Prevent Cocoapods from embedding a second Flutter framework and causing an error with the new Xcode build system.
install! 'cocoapods', :disable_input_output_paths => true

Expand All @@ -91,3 +95,4 @@ post_install do |installer|
end
end
end

2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ SPEC CHECKSUMS:
url_launcher_macos: fd7894421cd39320dce5f292fc99ea9270b2a313
url_launcher_web: e5527357f037c87560776e36436bf2b0288b965c

PODFILE CHECKSUM: de92ffc9c4fb086e3bef042f78de79dfec856d10
PODFILE CHECKSUM: aacc89576a3f3fb06a06647bd0e510aba02fc626

COCOAPODS: 1.8.4
36 changes: 36 additions & 0 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/* Begin PBXBuildFile section */
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
43CC9878501336056BF7C26B /* Pods_TodayExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D5B7123027DE2CF640B72D09 /* Pods_TodayExtension.framework */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
8932C284241132DF00E9A976 /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8932C283241132DF00E9A976 /* NotificationCenter.framework */; };
8932C287241132DF00E9A976 /* TodayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8932C286241132DF00E9A976 /* TodayViewController.swift */; };
Expand Down Expand Up @@ -55,10 +56,12 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
0ED028CC671038CF96169CC0 /* Pods-TodayExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TodayExtension.debug.xcconfig"; path = "Target Support Files/Pods-TodayExtension/Pods-TodayExtension.debug.xcconfig"; sourceTree = "<group>"; };
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
16B670C9247BCA6D492BCDE4 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
1A0AE6CC236D718A005A6363 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
1C4E6380E8B30A11D1E5F8B4 /* Pods-TodayExtension.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TodayExtension.profile.xcconfig"; path = "Target Support Files/Pods-TodayExtension/Pods-TodayExtension.profile.xcconfig"; sourceTree = "<group>"; };
38942F5784C010DEC3849178 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
68919BC46BC0041DFE13849D /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
Expand All @@ -78,6 +81,8 @@
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9CD4A0D39696B2AA2C6E7174 /* Pods-TodayExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TodayExtension.release.xcconfig"; path = "Target Support Files/Pods-TodayExtension/Pods-TodayExtension.release.xcconfig"; sourceTree = "<group>"; };
D5B7123027DE2CF640B72D09 /* Pods_TodayExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TodayExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F6E3023D18EB0BE8536CB684 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

Expand All @@ -87,6 +92,7 @@
buildActionMask = 2147483647;
files = (
8932C284241132DF00E9A976 /* NotificationCenter.framework in Frameworks */,
43CC9878501336056BF7C26B /* Pods_TodayExtension.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -107,6 +113,9 @@
16B670C9247BCA6D492BCDE4 /* Pods-Runner.debug.xcconfig */,
68919BC46BC0041DFE13849D /* Pods-Runner.release.xcconfig */,
38942F5784C010DEC3849178 /* Pods-Runner.profile.xcconfig */,
0ED028CC671038CF96169CC0 /* Pods-TodayExtension.debug.xcconfig */,
9CD4A0D39696B2AA2C6E7174 /* Pods-TodayExtension.release.xcconfig */,
1C4E6380E8B30A11D1E5F8B4 /* Pods-TodayExtension.profile.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
Expand Down Expand Up @@ -175,6 +184,7 @@
children = (
F6E3023D18EB0BE8536CB684 /* Pods_Runner.framework */,
8932C283241132DF00E9A976 /* NotificationCenter.framework */,
D5B7123027DE2CF640B72D09 /* Pods_TodayExtension.framework */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -186,6 +196,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 8932C293241132E000E9A976 /* Build configuration list for PBXNativeTarget "TodayExtension" */;
buildPhases = (
D5CEBD7CE0878CEC21D17D71 /* [CP] Check Pods Manifest.lock */,
8932C27E241132DF00E9A976 /* Sources */,
8932C27F241132DF00E9A976 /* Frameworks */,
8932C280241132DF00E9A976 /* Resources */,
Expand Down Expand Up @@ -357,6 +368,28 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D5CEBD7CE0878CEC21D17D71 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-TodayExtension-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down Expand Up @@ -499,6 +532,7 @@
};
8932C290241132E000E9A976 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0ED028CC671038CF96169CC0 /* Pods-TodayExtension.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down Expand Up @@ -528,6 +562,7 @@
};
8932C291241132E000E9A976 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9CD4A0D39696B2AA2C6E7174 /* Pods-TodayExtension.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand All @@ -554,6 +589,7 @@
};
8932C292241132E000E9A976 /* Profile */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 1C4E6380E8B30A11D1E5F8B4 /* Pods-TodayExtension.profile.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down

0 comments on commit f938cfe

Please sign in to comment.