Skip to content

Commit 6c5d4af

Browse files
committed
Updated Example project with Xcode 7.1
1 parent 45cca9f commit 6c5d4af

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Diff for: Example/KSScreenshotManagerExample-Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<key>CFBundleExecutable</key>
1010
<string>${EXECUTABLE_NAME}</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>com.ksuther.${PRODUCT_NAME:rfc1034identifier}</string>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
1414
<string>6.0</string>
1515
<key>CFBundleName</key>

Diff for: Example/KSScreenshotManagerExample.xcodeproj/project.pbxproj

+7-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
3749A65F16C8A65F007C1216 /* MyTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyTableViewController.m; sourceTree = SOURCE_ROOT; };
4242
3749A68916C8B063007C1216 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
4343
3749A68B16C8B06B007C1216 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = SOURCE_ROOT; };
44+
EA1A453D1C1469CE00C18134 /* config.json.example */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = config.json.example; path = ../config.json.example; sourceTree = SOURCE_ROOT; };
4445
/* End PBXFileReference section */
4546

4647
/* Begin PBXFrameworksBuildPhase section */
@@ -102,6 +103,7 @@
102103
3749A63E16C8A493007C1216 /* Supporting Files */ = {
103104
isa = PBXGroup;
104105
children = (
106+
EA1A453D1C1469CE00C18134 /* config.json.example */,
105107
370A485719CB3C09004AE4F3 /* Images.xcassets */,
106108
3749A68816C8B063007C1216 /* Localizable.strings */,
107109
3749A63F16C8A493007C1216 /* KSScreenshotManagerExample-Info.plist */,
@@ -149,7 +151,7 @@
149151
3749A62C16C8A493007C1216 /* Project object */ = {
150152
isa = PBXProject;
151153
attributes = {
152-
LastUpgradeCheck = 0460;
154+
LastUpgradeCheck = 0710;
153155
ORGANIZATIONNAME = "Kent Sutherland";
154156
};
155157
buildConfigurationList = 3749A62F16C8A493007C1216 /* Build configuration list for PBXProject "KSScreenshotManagerExample" */;
@@ -225,6 +227,7 @@
225227
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
226228
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
227229
COPY_PHASE_STRIP = NO;
230+
ENABLE_TESTABILITY = YES;
228231
GCC_C_LANGUAGE_STANDARD = gnu99;
229232
GCC_DYNAMIC_NO_PIC = NO;
230233
GCC_OPTIMIZATION_LEVEL = 0;
@@ -278,6 +281,7 @@
278281
CREATING_SCREENSHOTS,
279282
);
280283
INFOPLIST_FILE = "KSScreenshotManagerExample-Info.plist";
284+
PRODUCT_BUNDLE_IDENTIFIER = "com.ksuther.${PRODUCT_NAME:rfc1034identifier}";
281285
PRODUCT_NAME = "$(TARGET_NAME)";
282286
WRAPPER_EXTENSION = app;
283287
};
@@ -294,6 +298,7 @@
294298
CREATING_SCREENSHOTS,
295299
);
296300
INFOPLIST_FILE = "KSScreenshotManagerExample-Info.plist";
301+
PRODUCT_BUNDLE_IDENTIFIER = "com.ksuther.${PRODUCT_NAME:rfc1034identifier}";
297302
PRODUCT_NAME = "$(TARGET_NAME)";
298303
WRAPPER_EXTENSION = app;
299304
};
@@ -341,6 +346,7 @@
341346
CREATING_SCREENSHOTS,
342347
);
343348
INFOPLIST_FILE = "KSScreenshotManagerExample-Info.plist";
349+
PRODUCT_BUNDLE_IDENTIFIER = "com.ksuther.${PRODUCT_NAME:rfc1034identifier}";
344350
PRODUCT_NAME = "$(TARGET_NAME)";
345351
WRAPPER_EXTENSION = app;
346352
};

Diff for: Example/KSScreenshotManagerExample.xcodeproj/xcshareddata/xcschemes/KSScreenshotManagerExample.xcscheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0700"
3+
LastUpgradeVersion = "0710"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)