Skip to content

Commit 8e2c85f

Browse files
committed
Update for Xcode 7 beta 2
1 parent 2117057 commit 8e2c85f

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

Reachability Sample/Reachability Sample.xcodeproj/project.pbxproj

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
isa = PBXProject;
161161
attributes = {
162162
LastSwiftUpdateCheck = 0700;
163-
LastUpgradeCheck = 0600;
163+
LastUpgradeCheck = 0700;
164164
ORGANIZATIONNAME = "Joylord Systems";
165165
TargetAttributes = {
166166
CA25599819D0D1990073826D = {
@@ -280,6 +280,7 @@
280280
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
281281
COPY_PHASE_STRIP = NO;
282282
ENABLE_STRICT_OBJC_MSGSEND = YES;
283+
ENABLE_TESTABILITY = YES;
283284
GCC_C_LANGUAGE_STANDARD = gnu99;
284285
GCC_DYNAMIC_NO_PIC = NO;
285286
GCC_OPTIMIZATION_LEVEL = 0;
@@ -343,38 +344,39 @@
343344
isa = XCBuildConfiguration;
344345
buildSettings = {
345346
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
347+
CLANG_STATIC_ANALYZER_MODE = deep;
346348
INFOPLIST_FILE = "Reachability Sample/Info.plist";
347-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
348349
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
350+
PRODUCT_BUNDLE_IDENTIFIER = "uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)";
349351
PRODUCT_NAME = "$(TARGET_NAME)";
352+
RUN_CLANG_STATIC_ANALYZER = YES;
350353
};
351354
name = Debug;
352355
};
353356
CA2559BA19D0D1990073826D /* Release */ = {
354357
isa = XCBuildConfiguration;
355358
buildSettings = {
356359
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
360+
CLANG_STATIC_ANALYZER_MODE = deep;
357361
INFOPLIST_FILE = "Reachability Sample/Info.plist";
358-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
359362
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
363+
PRODUCT_BUNDLE_IDENTIFIER = "uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)";
360364
PRODUCT_NAME = "$(TARGET_NAME)";
365+
RUN_CLANG_STATIC_ANALYZER = YES;
361366
};
362367
name = Release;
363368
};
364369
CA2559BC19D0D1990073826D /* Debug */ = {
365370
isa = XCBuildConfiguration;
366371
buildSettings = {
367372
BUNDLE_LOADER = "$(TEST_HOST)";
368-
FRAMEWORK_SEARCH_PATHS = (
369-
"$(SDKROOT)/Developer/Library/Frameworks",
370-
"$(inherited)",
371-
);
372373
GCC_PREPROCESSOR_DEFINITIONS = (
373374
"DEBUG=1",
374375
"$(inherited)",
375376
);
376377
INFOPLIST_FILE = "Reachability SampleTests/Info.plist";
377378
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
379+
PRODUCT_BUNDLE_IDENTIFIER = "uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)";
378380
PRODUCT_NAME = "$(TARGET_NAME)";
379381
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Reachability Sample.app/Reachability Sample";
380382
};
@@ -384,12 +386,9 @@
384386
isa = XCBuildConfiguration;
385387
buildSettings = {
386388
BUNDLE_LOADER = "$(TEST_HOST)";
387-
FRAMEWORK_SEARCH_PATHS = (
388-
"$(SDKROOT)/Developer/Library/Frameworks",
389-
"$(inherited)",
390-
);
391389
INFOPLIST_FILE = "Reachability SampleTests/Info.plist";
392390
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
391+
PRODUCT_BUNDLE_IDENTIFIER = "uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)";
393392
PRODUCT_NAME = "$(TARGET_NAME)";
394393
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Reachability Sample.app/Reachability Sample";
395394
};

Reachability Sample/Reachability Sample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

Reachability Sample/Reachability SampleTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>$(EXECUTABLE_NAME)</string>
99
<key>CFBundleIdentifier</key>
10-
<string>uk.co.joylordsystems.$(PRODUCT_NAME:rfc1034identifier)</string>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleName</key>

ReachabilitySwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ReachabilitySwift'
3-
s.version = '2.0-beta1'
3+
s.version = '2.0-beta2'
44
s.homepage = 'https://github.com/ashleymills/Reachability.swift'
55
s.authors = {
66
'Ashley Mills' => 'ashleymills@mac.com'

0 commit comments

Comments
 (0)