Skip to content

Commit a441904

Browse files
committed
Merge pull request #6 from brendancboyle/iOS-9-Only
Submitted to store
2 parents 4e064d3 + 14d1405 commit a441904

6 files changed

Lines changed: 28 additions & 10 deletions

File tree

Universal Presenter Remote/Universal Presenter Remote WatchKit 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>

Universal Presenter Remote/Universal Presenter Remote WatchKit 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>

Universal Presenter Remote/Universal Presenter Remote.xcodeproj/project.pbxproj

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@
484484
isa = PBXProject;
485485
attributes = {
486486
CLASSPREFIX = DBZ_;
487+
LastSwiftUpdateCheck = 0700;
487488
LastUpgradeCheck = 0510;
488489
ORGANIZATIONNAME = "DBZ Technology";
489490
TargetAttributes = {
@@ -509,6 +510,9 @@
509510
com.apple.BackgroundModes = {
510511
enabled = 1;
511512
};
513+
com.apple.Push = {
514+
enabled = 1;
515+
};
512516
com.apple.SafariKeychain = {
513517
enabled = 1;
514518
};
@@ -728,7 +732,7 @@
728732
);
729733
MTL_ENABLE_DEBUG_INFO = NO;
730734
PRODUCT_NAME = "${TARGET_NAME}";
731-
PROVISIONING_PROFILE = "374936aa-fb85-434b-a064-f30e76fd333f";
735+
PROVISIONING_PROFILE = "d139b81d-9e50-49f2-9cb0-134febdb3a89";
732736
SKIP_INSTALL = YES;
733737
SWIFT_OBJC_BRIDGING_HEADER = "Universal Presenter Remote/Universal Presenter Remote-Bridging-Header.h";
734738
};
@@ -854,13 +858,14 @@
854858
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
855859
CLANG_ENABLE_MODULES = YES;
856860
CODE_SIGN_ENTITLEMENTS = "Universal Presenter Remote/Universal Presenter Remote.entitlements";
857-
CODE_SIGN_IDENTITY = "iPhone Developer: Brendan Boyle (6EM5FFNW2D)";
861+
CODE_SIGN_IDENTITY = "iPhone Developer";
858862
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Brendan Boyle (6EM5FFNW2D)";
859863
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
864+
ENABLE_BITCODE = NO;
860865
GCC_PRECOMPILE_PREFIX_HEADER = YES;
861866
GCC_PREFIX_HEADER = "Universal Presenter Remote/Universal Presenter Remote-Prefix.pch";
862867
INFOPLIST_FILE = "Universal Presenter Remote/Universal Presenter Remote-Info.plist";
863-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
868+
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
864869
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
865870
LIBRARY_SEARCH_PATHS = (
866871
"$(inherited)",
@@ -882,21 +887,22 @@
882887
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
883888
CLANG_ENABLE_MODULES = YES;
884889
CODE_SIGN_ENTITLEMENTS = "Universal Presenter Remote/Universal Presenter Remote.entitlements";
885-
CODE_SIGN_IDENTITY = "iPhone Distribution: Brendan Boyle (93C4626635)";
890+
CODE_SIGN_IDENTITY = "iPhone Developer";
886891
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Brendan Boyle (93C4626635)";
887892
EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
893+
ENABLE_BITCODE = NO;
888894
GCC_PRECOMPILE_PREFIX_HEADER = YES;
889895
GCC_PREFIX_HEADER = "Universal Presenter Remote/Universal Presenter Remote-Prefix.pch";
890896
INFOPLIST_FILE = "Universal Presenter Remote/Universal Presenter Remote-Info.plist";
891-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
897+
IPHONEOS_DEPLOYMENT_TARGET = 8.4;
892898
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
893899
LIBRARY_SEARCH_PATHS = (
894900
"$(inherited)",
895901
"$(PROJECT_DIR)",
896902
"$(PROJECT_DIR)/GoogleAnalytics",
897903
);
898904
PRODUCT_NAME = "$(TARGET_NAME)";
899-
PROVISIONING_PROFILE = "ff5e77e7-4b6d-4b08-a30f-8868b720b896";
905+
PROVISIONING_PROFILE = "992c1f57-b876-4a51-8b97-b59a7cba46af";
900906
SWIFT_OBJC_BRIDGING_HEADER = "Universal Presenter Remote/Universal Presenter Remote-Bridging-Header.h";
901907
WRAPPER_EXTENSION = app;
902908
};
@@ -908,6 +914,7 @@
908914
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Universal Presenter Remote.app/Universal Presenter Remote";
909915
CODE_SIGN_IDENTITY = "iPhone Developer: Brendan Boyle (6EM5FFNW2D)";
910916
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Brendan Boyle (6EM5FFNW2D)";
917+
ENABLE_BITCODE = YES;
911918
FRAMEWORK_SEARCH_PATHS = (
912919
"$(SDKROOT)/Developer/Library/Frameworks",
913920
"$(inherited)",
@@ -933,6 +940,7 @@
933940
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Universal Presenter Remote.app/Universal Presenter Remote";
934941
CODE_SIGN_IDENTITY = "iPhone Distribution: Brendan Boyle (93C4626635)";
935942
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Brendan Boyle (93C4626635)";
943+
ENABLE_BITCODE = YES;
936944
FRAMEWORK_SEARCH_PATHS = (
937945
"$(SDKROOT)/Developer/Library/Frameworks",
938946
"$(inherited)",
@@ -942,7 +950,7 @@
942950
GCC_PREFIX_HEADER = "Universal Presenter Remote/Universal Presenter Remote-Prefix.pch";
943951
INFOPLIST_FILE = "Universal Presenter RemoteTests/Universal Presenter RemoteTests-Info.plist";
944952
PRODUCT_NAME = "$(TARGET_NAME)";
945-
PROVISIONING_PROFILE = "ff5e77e7-4b6d-4b08-a30f-8868b720b896";
953+
PROVISIONING_PROFILE = "992c1f57-b876-4a51-8b97-b59a7cba46af";
946954
TEST_HOST = "$(BUNDLE_LOADER)";
947955
WRAPPER_EXTENSION = xctest;
948956
};

Universal Presenter Remote/Universal Presenter Remote/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,22 @@
66
"filename" : "Icon-Small@2x-1.png",
77
"scale" : "2x"
88
},
9+
{
10+
"idiom" : "iphone",
11+
"size" : "29x29",
12+
"scale" : "3x"
13+
},
914
{
1015
"size" : "40x40",
1116
"idiom" : "iphone",
1217
"filename" : "Icon-Small-40@2x-1.png",
1318
"scale" : "2x"
1419
},
20+
{
21+
"idiom" : "iphone",
22+
"size" : "40x40",
23+
"scale" : "3x"
24+
},
1525
{
1626
"size" : "60x60",
1727
"idiom" : "iphone",

Universal Presenter Remote/Universal Presenter Remote/Universal Presenter Remote-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>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UIBackgroundModes</key>

0 commit comments

Comments
 (0)