Skip to content

Commit

Permalink
1.39 legacy release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Nov 16, 2023
1 parent 8114491 commit acff5ba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## [1.39 - Legacy](https://github.com/ngageoint/geopackage-mapcache-ios/releases/tag/1.39) (11-16-2023)

* geopackage-ios version 8.0.4

## [1.38 - Legacy](https://github.com/ngageoint/geopackage-mapcache-ios/releases/tag/1.38) (08-22-2023)

* geopackage-ios version 8.0.3
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '12.0'
inhibit_all_warnings!

target 'mapcache-ios' do
pod 'geopackage-ios', '~> 8.0.3'
pod 'geopackage-ios', '~> 8.0.4'
pod 'AFNetworking', '~> 3.2.1'
pod 'Fingertips', '~> 0.5.0'
end
10 changes: 7 additions & 3 deletions mapcache-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
TargetAttributes = {
0401366E1AF94FB200C92AFC = {
CreatedOnToolsVersion = 6.3.1;
DevelopmentTeam = 4ZSTZ437BU;
DevelopmentTeam = ZL8G5D9G2H;
};
0401368A1AF94FB200C92AFC = {
CreatedOnToolsVersion = 6.3.1;
Expand Down Expand Up @@ -606,11 +606,13 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-mapcache-ios/Pods-mapcache-ios-resources.sh",
"${PODS_CONFIGURATION_BUILD_DIR}/PROJ/PROJ.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/geopackage-ios/geopackage-ios.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/proj-ios/proj-ios.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/PROJ.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/geopackage-ios.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/proj-ios.bundle",
);
Expand Down Expand Up @@ -839,9 +841,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 4ZSTZ437BU;
DEVELOPMENT_TEAM = ZL8G5D9G2H;
INFOPLIST_FILE = "mapcache-ios/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mapcache;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
Expand All @@ -854,9 +857,10 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 4ZSTZ437BU;
DEVELOPMENT_TEAM = ZL8G5D9G2H;
INFOPLIST_FILE = "mapcache-ios/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mapcache;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
Expand Down

0 comments on commit acff5ba

Please sign in to comment.