Skip to content

Commit

Permalink
Prepare for update (#314)
Browse files Browse the repository at this point in the history
* Util: Add script to update graphql schema

* Pods: Update podfile to latest cocoapods

* App: update version to 2.11
  • Loading branch information
whoiswillma authored Aug 23, 2021
1 parent a6a0ff1 commit 10ef957
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Eatery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery.debug.watchkitapp.watchkitextension;
Expand Down Expand Up @@ -1701,7 +1701,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery.watchkitapp.watchkitextension;
Expand Down Expand Up @@ -1745,7 +1745,7 @@
);
IBSC_MODULE = Eatery_Watch_App_Extension;
INFOPLIST_FILE = "Eatery Watch App/Info.plist";
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery.debug.watchkitapp;
Expand Down Expand Up @@ -1816,7 +1816,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
IBSC_MODULE = Eatery_Watch_App_Extension;
INFOPLIST_FILE = "Eatery Watch App/Info.plist";
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery.watchkitapp;
Expand Down Expand Up @@ -1910,7 +1910,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DDEBUG";
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery.testflight;
Expand Down Expand Up @@ -1950,7 +1950,7 @@
);
IBSC_MODULE = Eatery_Watch_App_Extension;
INFOPLIST_FILE = "Eatery Watch App/Info.plist";
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery.testflight.watchkitapp;
Expand Down Expand Up @@ -1996,7 +1996,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery.testflight.watchkitapp.watchkitextension;
Expand Down Expand Up @@ -2088,7 +2088,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
OTHER_LDFLAGS = "$(inherited)";
OTHER_SWIFT_FLAGS = "$(inherited) -DDEBUG";
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery.debug;
Expand Down Expand Up @@ -2173,7 +2173,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 2.10;
MARKETING_VERSION = 2.11;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 140139abd90d706e363575916285d1606d900221

COCOAPODS: 1.10.1
COCOAPODS: 1.10.2
2 changes: 2 additions & 0 deletions update_schema.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
apollo schema:download --endpoint=http://eatery-backend.cornellappdev.com Eatery/schema.json
cp Eatery/schema.json "Eatery Watch App Extension"/schema.json

0 comments on commit 10ef957

Please sign in to comment.