Skip to content

Commit 16885ce

Browse files
committed
Fix debug config and increment build
1 parent 1699e95 commit 16885ce

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Eatery Watch App Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>2</string>
2525
<key>NSExtension</key>
2626
<dict>
2727
<key>NSExtensionAttributes</key>

Eatery Watch App/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>2</string>
2525
<key>UISupportedInterfaceOrientations</key>
2626
<array>
2727
<string>UIInterfaceOrientationPortrait</string>

Eatery.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,6 +1307,7 @@
13071307
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
13081308
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
13091309
OTHER_LDFLAGS = "$(inherited)";
1310+
OTHER_SWIFT_FLAGS = "$(inherited) -DDEBUG";
13101311
PRODUCT_BUNDLE_IDENTIFIER = org.cuappdev.eatery;
13111312
PRODUCT_NAME = "$(TARGET_NAME)";
13121313
PROVISIONING_PROFILE = "";

Eatery/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</dict>
3030
</array>
3131
<key>CFBundleVersion</key>
32-
<string>1</string>
32+
<string>2</string>
3333
<key>Fabric</key>
3434
<dict>
3535
<key>APIKey</key>

0 commit comments

Comments
 (0)